@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;
  height: 0;
  /* 1 */
  margin: 0;
  overflow: visible;
  /* 1 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
  /* 2 */
}

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

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

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

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

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

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

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

::-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: -webkit-sticky;
  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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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__item-nomark::before,
.l-spNavigationNavigationListLv2__item-nomark::before {
  margin-right: 0;
  content: "";
}
.l-footerNavigationListLv2__item-highlight,
.l-spNavigationNavigationListLv2__item-highlight {
  padding: 7px 8px 2px;
  font-size: 3.2vw;
  line-height: 1.4;
  color: #ff051b;
  border: 0.5333333333vw solid #ff051b;
}
@media print, (min-width: 750px) {
  .l-footerNavigationListLv2__item-highlight,
.l-spNavigationNavigationListLv2__item-highlight {
    display: none;
  }
}

.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__item-nomark::before,
.l-spNavigationNavigationListLv3__item-nomark::before {
  margin-right: 0;
  content: "";
}
.l-footerNavigationListLv3__item-highlight,
.l-spNavigationNavigationListLv3__item-highlight {
  padding: 7px 8px 2px;
  font-size: 3.2vw;
  line-height: 1.4;
  color: #ff051b;
  border: 0.5333333333vw solid #ff051b;
}

.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: 13px;
  }
}
@media (min-width: 1240px) {
  .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 0.75em 0.6em;
  }
}
@media (min-width: 1240px) {
  .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;
  }
}
.l-globalNavigationLinks-center {
  align-items: center;
}

@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: "∟";
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item-nomark {
    padding-left: 0;
    text-indent: 0;
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item-nomark::before {
    margin-right: 0;
    content: "";
  }
}
@media print, (min-width: 750px) {
  .l-globalNavigationLinks__item-highlight {
    padding: 12px 10px 5px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #ff051b;
    border: 2px solid #ff051b;
  }
}

.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", "MFW-ShinGoPr6N-Bold", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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: -webkit-sticky;
    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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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: -5px 0 0 10px;
}
.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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Bold", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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__arrowRightNew-white01, .c-button__arrowRightNew-blue01, .c-button__arrowUpNew-blue01, .c-button__arrowUpNew-blue01-large, .c-button__arrowUpNew-blue01-small, .c-button__arrowRightNew-white01-large, .c-button__arrowRightNew-blue01-large, .c-button__arrowRightNew-white01-small, .c-button__arrowRightNew-blue01-small, .c-button__arrowRight-gray02-blank, .c-button__arrowTop-blue01, .c-button__arrowRight-youtube, .c-button__arrowRight-line, .c-button__arrowRight-instagram, .c-button__arrowRight-tiktok, .c-button__arrowRight-x, .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 0.5em;
}
@media print, (min-width: 750px) {
  .p-anchorList03__link, .c-button__gray01, .c-button__blue01, .c-button__black01, .c-button__arrowRightNew-white01, .c-button__arrowRightNew-blue01, .c-button__arrowUpNew-blue01, .c-button__arrowUpNew-blue01-large, .c-button__arrowUpNew-blue01-small, .c-button__arrowRightNew-white01-large, .c-button__arrowRightNew-blue01-large, .c-button__arrowRightNew-white01-small, .c-button__arrowRightNew-blue01-small, .c-button__arrowRight-gray02-blank, .c-button__arrowTop-blue01, .c-button__arrowRight-youtube, .c-button__arrowRight-line, .c-button__arrowRight-instagram, .c-button__arrowRight-tiktok, .c-button__arrowRight-x, .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__arrowRightNew-white01 small, .c-button__arrowRightNew-blue01 small, .c-button__arrowUpNew-blue01 small, .c-button__arrowUpNew-blue01-large small, .c-button__arrowUpNew-blue01-small small, .c-button__arrowRightNew-white01-large small, .c-button__arrowRightNew-blue01-large small, .c-button__arrowRightNew-white01-small small, .c-button__arrowRightNew-blue01-small small, .c-button__arrowRight-gray02-blank small, .c-button__arrowTop-blue01 small, .c-button__arrowRight-youtube small, .c-button__arrowRight-line small, .c-button__arrowRight-instagram small, .c-button__arrowRight-tiktok small, .c-button__arrowRight-x 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__arrowRightNew-white01, [disabled].c-button__arrowRightNew-blue01, [disabled].c-button__arrowUpNew-blue01, [disabled].c-button__arrowUpNew-blue01-large, [disabled].c-button__arrowUpNew-blue01-small, [disabled].c-button__arrowRightNew-white01-large, [disabled].c-button__arrowRightNew-blue01-large, [disabled].c-button__arrowRightNew-white01-small, [disabled].c-button__arrowRightNew-blue01-small, [disabled].c-button__arrowRight-gray02-blank, [disabled].c-button__arrowTop-blue01, [disabled].c-button__arrowRight-youtube, [disabled].c-button__arrowRight-line, [disabled].c-button__arrowRight-instagram, [disabled].c-button__arrowRight-tiktok, [disabled].c-button__arrowRight-x, [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__arrowRightNew-white01 .c-ico__mail-white, .c-button__arrowRightNew-blue01 .c-ico__mail-white, .c-button__arrowUpNew-blue01 .c-ico__mail-white, .c-button__arrowUpNew-blue01-large .c-ico__mail-white, .c-button__arrowUpNew-blue01-small .c-ico__mail-white, .c-button__arrowRightNew-white01-large .c-ico__mail-white, .c-button__arrowRightNew-blue01-large .c-ico__mail-white, .c-button__arrowRightNew-white01-small .c-ico__mail-white, .c-button__arrowRightNew-blue01-small .c-ico__mail-white, .c-button__arrowRight-gray02-blank .c-ico__mail-white, .c-button__arrowTop-blue01 .c-ico__mail-white, .c-button__arrowRight-youtube .c-ico__mail-white, .c-button__arrowRight-line .c-ico__mail-white, .c-button__arrowRight-instagram .c-ico__mail-white, .c-button__arrowRight-tiktok .c-ico__mail-white, .c-button__arrowRight-x .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-instagram-small, .c-button__arrowRight-tiktok-small, .c-button__arrowRight-x-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__arrowTop-blue01-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-instagram-small, .c-button__arrowRight-tiktok-small, .c-button__arrowRight-x-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__arrowTop-blue01-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 1.5em 0.8px;
    font-size: 0.75rem;
  }
}

.c-button__arrowRight-youtube-medium, .c-button__arrowRight-line-medium, .c-button__arrowRight-instagram-medium, .c-button__arrowRight-tiktok-medium, .c-button__arrowRight-x-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__arrowTop-blue01-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 0.5em;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-youtube-medium, .c-button__arrowRight-line-medium, .c-button__arrowRight-instagram-medium, .c-button__arrowRight-tiktok-medium, .c-button__arrowRight-x-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__arrowTop-blue01-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-instagram-large, .c-button__arrowRight-tiktok-large, .c-button__arrowRight-x-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__arrowTop-blue01-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: 1.5em 1.5em 1.2em;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-youtube-large, .c-button__arrowRight-line-large, .c-button__arrowRight-instagram-large, .c-button__arrowRight-tiktok-large, .c-button__arrowRight-x-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__arrowTop-blue01-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-instagram-large, .c-buttonList .c-button__arrowRight-tiktok-large, .c-buttonList .c-button__arrowRight-x-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__arrowTop-blue01-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__arrowTop-blue01-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: 1.5em 1.5em 1.2em;
  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__arrowTop-blue01-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__arrowTop-blue01-smallLarge, .c-button__arrowRight-blue01-smallLarge, .c-button__arrowLeft-blue01-smallLarge {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 21.3333333333vw;
  padding: 1.5em 1.5em 1.2em;
  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__arrowTop-blue01-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__arrowTop-blue01-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: 1.5em 1.5em 1.2em;
  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__arrowTop-blue01-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__arrowTop-blue01-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: 1.5em 1.5em 1.2em;
  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__arrowTop-blue01-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-instagram, .c-button__arrowRight-tiktok, .c-button__arrowRight-x, .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: 2.5em;
}
.p-anchorList03__link::before, .c-button__arrowRight-youtube::before, .c-button__arrowRight-line::before, .c-button__arrowRight-instagram::before, .c-button__arrowRight-tiktok::before, .c-button__arrowRight-x::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__arrowTop-blue01 {
  padding-right: 2em;
}
.c-button__arrowTop-blue01::before {
  position: absolute;
  top: calc(50% - 0.85em);
  right: 1.5em;
  font-size: 10px;
  content: "＞";
  transform: rotate(-90deg) scaleY(1.3);
}

.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;
  }
}

.c-button__arrowRightNew-white01, .c-button__arrowRightNew-blue01, .c-button__arrowUpNew-blue01, .c-button__arrowUpNew-blue01-large, .c-button__arrowUpNew-blue01-small, .c-button__arrowRightNew-white01-large, .c-button__arrowRightNew-blue01-large, .c-button__arrowRightNew-white01-small, .c-button__arrowRightNew-blue01-small {
  padding: 0.56em 3em 0.21em 2em;
  border-radius: 9999px;
}
.c-button__arrowRightNew-white01::before, .c-button__arrowRightNew-blue01::before, .c-button__arrowUpNew-blue01::before, .c-button__arrowUpNew-blue01-large::before, .c-button__arrowUpNew-blue01-small::before, .c-button__arrowRightNew-white01-large::before, .c-button__arrowRightNew-blue01-large::before, .c-button__arrowRightNew-white01-small::before, .c-button__arrowRightNew-blue01-small::before {
  position: absolute;
  top: calc(50% - 2.1333333333vw / 2);
  right: 1.07em;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_white_03.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-white01::before, .c-button__arrowRightNew-blue01::before, .c-button__arrowUpNew-blue01::before, .c-button__arrowUpNew-blue01-large::before, .c-button__arrowUpNew-blue01-small::before, .c-button__arrowRightNew-white01-large::before, .c-button__arrowRightNew-blue01-large::before, .c-button__arrowRightNew-white01-small::before, .c-button__arrowRightNew-blue01-small::before {
    top: calc(50% - 4px);
    width: 4px;
    height: 8px;
  }
}

.c-button__arrowRightNew-white01-small, .c-button__arrowRightNew-blue01-small {
  padding: 0.45em 2.43em 0.2em 1.43em;
}
.c-button__arrowRightNew-white01-small::before, .c-button__arrowRightNew-blue01-small::before {
  right: 1.07em;
}

.c-button__arrowRightNew-white01-large, .c-button__arrowRightNew-blue01-large {
  padding: 0.75em 3em 0.5em 2em;
  font-size: 4.2666666667vw;
}
.c-button__arrowRightNew-white01-large::before, .c-button__arrowRightNew-blue01-large::before {
  right: 1.25em;
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-white01-large, .c-button__arrowRightNew-blue01-large {
    font-size: 16px;
  }
}

.c-button__arrowUpNew-blue01, .c-button__arrowUpNew-blue01-large, .c-button__arrowUpNew-blue01-small {
  padding: 0.56em 3em 0.21em 1.88em;
}
.c-button__arrowUpNew-blue01::before, .c-button__arrowUpNew-blue01-large::before, .c-button__arrowUpNew-blue01-small::before {
  transform: rotate(-90deg);
}

.c-button__arrowUpNew-blue01-small {
  padding: 0.45em 2.43em 0.2em 1.43em;
}
.c-button__arrowUpNew-blue01-small::before {
  right: 1.07em;
}

.c-button__arrowUpNew-blue01-large {
  padding: 0.75em 3em 0.5em 2em;
  font-size: 4.2666666667vw;
}
.c-button__arrowUpNew-blue01-large::before {
  right: 1.25em;
}
@media print, (min-width: 750px) {
  .c-button__arrowUpNew-blue01-large {
    font-size: 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-w270 {
  width: 100%;
  min-width: initial;
}
@media print, (min-width: 750px) {
  .c-button-w270 {
    width: 270px;
  }
}

.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__arrowTop-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__arrowTop-blue01:hover, a:hover .c-button__arrowTop-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-x {
  color: #fff;
  background-color: #0f1419;
}
.c-button__arrowRight-x {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-x:hover, a:hover .c-button__arrowRight-x {
    opacity: 0.6;
  }
}
.c-button__arrowRight-tiktok {
  color: #fff;
  background-color: #0f1419;
}
.c-button__arrowRight-tiktok {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-tiktok:hover, a:hover .c-button__arrowRight-tiktok {
    opacity: 0.6;
  }
}
.c-button__arrowRight-instagram {
  color: #fff;
  background-color: #e54b8b;
}
.c-button__arrowRight-instagram {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRight-instagram:hover, a:hover .c-button__arrowRight-instagram {
    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-button__arrowRightNew-blue01 {
  display: inline-block;
  font-size: 3.7333333333vw;
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-blue01:hover, a:hover .c-button__arrowRightNew-blue01 {
    background-color: #a9add8;
  }
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-blue01 {
    font-size: 1rem;
  }
}
.c-button__arrowUpNew-blue01 {
  display: inline-block;
  font-size: 3.7333333333vw;
  color: #fff;
  background-color: #6d77b8;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .c-button__arrowUpNew-blue01:hover, a:hover .c-button__arrowUpNew-blue01 {
    background-color: #a9add8;
  }
}
@media print, (min-width: 750px) {
  .c-button__arrowUpNew-blue01 {
    font-size: 1rem;
  }
}
.c-button__arrowRightNew-white01 {
  box-sizing: border-box;
  display: inline-block;
  font-size: 3.7333333333vw;
  color: #343434;
  background-color: #fff;
  border: 0.2666666667vw solid #6d77b8;
}
.c-button__arrowRightNew-white01 {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-white01:hover, a:hover .c-button__arrowRightNew-white01 {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-white01 {
    font-size: 1rem;
  }
}
.c-button__arrowRightNew-white01::before {
  background: url("/lib/v2/img/ico_arrow_r_blue_01.svg") no-repeat left center/contain;
}
@media print, (min-width: 750px) {
  .c-button__arrowRightNew-white01 {
    border: 1px solid #6d77b8;
  }
}
.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;
  }
}

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

@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-topNewGenaeralSlider__text::before, .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;
  top: 1em;
  left: 1em;
  padding: 0.6em 0.9em 0.3em;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 2.6666666667vw;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.03em;
  background-color: #6d77b8;
  border-radius: 9999px;
}
@media print, (min-width: 750px) {
  .c-ico__new-article,
.c-ico__new-contents {
    padding: 0.6em 1em 0.3em;
    font-size: 0.625rem;
  }
}

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

.c-icon__pickup {
  position: relative;
  padding: 0.4em 1em 0.2em;
  font-size: 2.6666666667vw;
  color: #fff;
  background-color: #494be8;
  border-radius: 0 0 0.2666666667vw 0.2666666667vw;
}
.c-icon__pickup::before {
  position: absolute;
  top: 0;
  right: -1.2em;
  content: "";
  border: none;
  border-top: solid 1.2em transparent;
  border-left: solid 1.2em #d9d9d9;
}
@media print, (min-width: 750px) {
  .c-icon__pickup {
    font-size: 0.625rem;
    border-radius: 0 0 1px 1px;
  }
}

.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-topGenaeralSlide {
  width: 100%;
  overflow: hidden;
}
@media print, (min-width: 750px) {
  .c-inner-topGenaeralSlide {
    width: calc((100% - 1080px) / 2 + 1080px);
    max-width: 100%;
    margin-right: 0;
    margin-left: auto;
  }
}
.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;
  }
}
@media print, (min-width: 750px) {
  .c-inner-wide {
    min-width: 1080px;
    max-width: 1080px;
  }
}
.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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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-link-circle {
  position: relative;
  padding-left: 6.6666666667vw;
}
.c-link-circle::before {
  position: absolute;
  top: calc(50% - 2.6666666667vw);
  left: 0;
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  content: "";
  background: #6d77b8 url("/lib/v2/img/ico_arrow_r_white_03.svg") no-repeat 2.4vw center/1.0666666667vw 2.1333333333vw;
  border-radius: 9999px;
}
@media print, (min-width: 750px) {
  .c-link-circle {
    padding-left: 25px;
  }
  .c-link-circle::before {
    top: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #6d77b8 url("/lib/v2/img/ico_arrow_r_white_03.svg") no-repeat 9px center/4px 8px;
  }
}

.c-link-arrow-blue01 {
  position: relative;
  display: inline-block;
  padding-left: 3.7333333333vw;
  line-height: 1.6;
}
.c-link-arrow-blue01::before {
  position: absolute;
  top: calc(50% - 1.6vw);
  left: 0;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_blue_02.svg") no-repeat left center/contain;
}
@media print, (min-width: 750px) {
  .c-link-arrow-blue01 {
    padding-left: 14px;
  }
  .c-link-arrow-blue01::before {
    top: calc(50% - 6px);
    width: 4px;
    height: 8px;
    background: url("/lib/v2/img/ico_arrow_r_blue_02.svg") no-repeat left center/4px 8px;
  }
}

.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/60%);
}
.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/60%);
}
.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;
}
.c-section-home {
  padding: 13.3333333333vw 0;
}
@media print, (min-width: 750px) {
  .c-section-home {
    padding: 120px 0;
  }
}

@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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Bold", "ヒラギノ角ゴ 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;
}

/* Dental Plaza home 用 */
.c-title01--home {
  margin-bottom: 8vw;
  font-size: 8.5333333333vw;
  line-height: 1;
  color: #6d77b8;
}
.c-title01--home span {
  font-size: 3.7333333333vw;
  color: #343434;
}
@media print, (min-width: 750px) {
  .c-title01--home {
    margin-bottom: 40px;
    font-size: 3.375rem;
    line-height: 0.6;
  }
  .c-title01--home span {
    font-size: 1rem;
  }
}

.c-title02--home {
  font-size: 7.4666666667vw;
  line-height: 0.6;
}
@media print, (min-width: 750px) {
  .c-title02--home {
    font-size: 1.75rem;
  }
}

.c-title03--home {
  position: relative;
  padding-bottom: 14.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 0.6;
  color: #6d77b8;
}
.c-title03--home::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.2666666667vw;
  height: 9.8666666667vw;
  content: "";
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .c-title03--home {
    padding-bottom: 55px;
    font-size: 1rem;
  }
  .c-title03--home::before {
    width: 1px;
    height: 37px;
  }
}

.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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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__imgLeft01 {
  float: left;
  width: 30%;
  margin: 0 2em 1em 0;
}
@media print, (min-width: 750px) {
  .p-appQAList__imgLeft01 {
    width: 120px;
  }
}

.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-appQAList .p-appQAList-imbBox02 {
  display: flex;
  grid-gap: 8vw;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 0 1.1em;
}
@media print, (min-width: 750px) {
  .p-appQAList .p-appQAList-imbBox02 {
    gap: 30px;
    align-items: center;
  }
}
.p-appQAList .p-appQAList-imbBox02__figure {
  width: 26.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-appQAList .p-appQAList-imbBox02__figure {
    width: 120px;
  }
}

.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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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: 150px;
    height: 150px;
    margin: 0 auto 20px;
  }
}
.p-dealerIcon01__name {
  padding-top: 0.8vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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: -webkit-max-content;
  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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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 {
  display: none;
  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 {
    display: block;
    margin-top: -60px;
    margin-right: 80px;
    margin-bottom: 0;
  }
  .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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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-MembersContents__convenienceList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2.6666666667vw 0 13.3333333333vw;
}
.p-MembersContents__convenienceItem {
  width: 50%;
  font-size: 3.4666666667vw;
  line-height: 1.375;
  text-align: center;
}
.p-MembersContents__conveniencePic {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  margin: auto;
}
.p-MembersContents__convenienceFukidashi {
  position: relative;
  width: 100%;
  padding: 4vw 3.2vw;
  background: #f0f1f8;
  border-radius: 2.6666666667vw;
}
.p-MembersContents__convenienceFukidashi::after {
  position: absolute;
  right: 0;
  bottom: 99%;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  border-color: transparent transparent #f0f1f8;
  border-style: solid;
  border-width: 0 8vw 8vw 8vw;
}
.p-MembersContents__convenienceFukidashi:first-child {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-MembersContents__convenience {
    position: relative;
    margin-top: 20px;
  }
  .p-MembersContents__convenienceList {
    gap: 30px 20px;
    justify-content: flex-start;
    margin: 0;
  }
  .p-MembersContents__convenienceItem {
    width: 160px;
    font-size: 14px;
    line-height: 1.5;
  }
  .p-MembersContents__conveniencePic {
    display: flex;
    flex-direction: column;
    height: 105px;
  }
  .p-MembersContents__conveniencePic-adjust {
    transform: translateY(10px);
  }
  .p-MembersContents__convenienceFukidashi {
    position: absolute;
    top: -20px;
    right: 0;
    width: 350px;
    padding: 20px 30px;
    border-radius: 10px;
  }
  .p-MembersContents__convenienceFukidashi::after {
    top: 0;
    right: 99%;
    bottom: 0;
    left: initial;
    width: 0;
    border-color: transparent #f0f1f8 transparent transparent;
    border-style: solid;
    border-width: 20px 30px 20px 0;
  }
  .p-MembersContents__convenienceFukidashi:first-child {
    margin-bottom: initial;
    line-height: 1.5;
  }
}

.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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-fit-content;
  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: -webkit-fit-content;
  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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Bold", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-relatedLinkList {
    grid-gap: 20px;
  }
}

.p-relatedLinkList__item {
  width: 100%;
}
@media print, (min-width: 750px) {
  .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-ruleList-address {
  padding: 0 0.1em;
  line-height: 1;
}
.p-ruleList-address img {
  width: 50vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .p-ruleList-address img {
    width: 190px;
  }
}

.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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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: 35px;
  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: 310px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.16);
  }
}
.p-snsList01__item-full {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-snsList01__item-full {
    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-x::before {
  background: url("/lib/v2/img/logo_sns_x.svg") no-repeat center center/cover;
}
.p-snsList01__body-tiktok::before {
  background: url("/lib/v2/img/logo_sns_tiktok.svg") no-repeat center center/cover;
}
.p-snsList01__body-instagram::before {
  background: url("/lib/v2/img/logo_sns_instagram.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-snsListAttention01 {
  position: relative;
  width: 100%;
  padding-bottom: 5.3333333333vw;
  background: url("/www_img/sns/attention_instagram03.svg") repeat 0 0;
}
@media print, (min-width: 750px) {
  .p-snsListAttention01 {
    height: 520px;
    padding-bottom: 0;
  }
}
.p-snsListAttention01__main {
  margin-right: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-snsListAttention01__main {
    margin-right: 0;
  }
}
.p-snsListAttention01__text {
  padding: 0 5.3333333333vw;
  margin-top: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-snsListAttention01__text {
    position: absolute;
    top: 220px;
    right: 60px;
    width: 460px;
    padding: 0;
    margin-top: 0;
  }
}
.p-snsListAttention01__text span {
  display: block;
  margin-top: 2.6666666667vw;
}
.p-snsListAttention01__text span img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-snsListAttention01__text span {
    margin-top: 10px;
  }
  .p-snsListAttention01__text span img {
    width: initial;
  }
}

.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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ 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__title-morita {
  position: relative;
  padding-left: 13.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-title01__title-morita {
    padding-left: 60px;
  }
}
.p-title01__title-morita::before {
  position: absolute;
  top: -2.1333333333vw;
  bottom: 0;
  left: 0;
  width: 10.6666666667vw;
  height: 8.2666666667vw;
  margin: auto;
  content: "";
  background: url("/lib/v2/img/logo_morita_02.svg") no-repeat 0 0/cover;
}
@media print, (min-width: 750px) {
  .p-title01__title-morita::before {
    top: -8px;
    width: 48px;
    height: 37px;
  }
}
.p-title01__title-dld {
  position: relative;
  padding-left: 12vw;
}
@media print, (min-width: 750px) {
  .p-title01__title-dld {
    padding-left: 60px;
  }
}
.p-title01__title-dld::before {
  position: absolute;
  top: -2.1333333333vw;
  bottom: 0;
  left: 0;
  width: 9.6vw;
  height: 10.9333333333vw;
  margin: auto;
  content: "";
  background: url("/lib/v2/img/logo_dlf_02.svg") no-repeat 0 0/cover;
}
@media print, (min-width: 750px) {
  .p-title01__title-dld::before {
    top: -18px;
    width: 46px;
    height: 53px;
  }
}
.p-title01__title-121 {
  position: relative;
  padding-left: 22.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-title01__title-121 {
    padding-left: 105px;
  }
}
.p-title01__title-121::before {
  position: absolute;
  top: -2.6666666667vw;
  bottom: 0;
  left: 0;
  width: 20vw;
  height: 17.3333333333vw;
  margin: auto;
  content: "";
  background: url("/lib/v2/img/ico_chara_01.svg") no-repeat 0 0/cover;
}
@media print, (min-width: 750px) {
  .p-title01__title-121::before {
    top: -15px;
    width: 90px;
    height: 78px;
  }
}

.p-title01__text {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ 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: #fff5f5 url("/www_img/tomo/index_bg_01.png?d=260119") 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: #d45d8e;
  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: #d45d8e;
  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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ 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-topNewConcept {
  position: relative;
  padding: 40vw 0 0;
  margin-bottom: 16vw;
  overflow: hidden;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-topNewConcept {
    padding: 190px 0 40px;
    margin-bottom: 140px;
  }
}

.p-topNewConcept__text {
  margin-top: 8vw;
  font-size: 3.7333333333vw;
  line-height: 2.5;
}
@media print, (min-width: 750px) {
  .p-topNewConcept__text {
    margin-top: 30px;
    font-size: 0.875rem;
  }
}

.p-topNewConcept__illust {
  position: absolute;
  top: 0;
  left: 8vw;
  width: 173.3333333333vw;
  max-width: 221.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewConcept__illust {
    top: 0;
    left: calc(50% - 447px);
    width: 1274px;
  }
}
.p-topNewConcept__illust--02 {
  top: auto;
  bottom: 20vw;
  left: 5.3333333333vw;
  width: 40vw;
}
@media print, (min-width: 750px) {
  .p-topNewConcept__illust--02 {
    bottom: 93px;
    left: calc(50% - 570px);
    width: 297px;
  }
}
.p-topNewConcept__illust--03 {
  top: auto;
  right: 5.3333333333vw;
  bottom: 0;
  left: auto;
  width: 42.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewConcept__illust--03 {
    left: calc(50% + 220px);
    width: 335px;
  }
}

.p-topNewConcept__button {
  display: inline-block;
  justify-content: center;
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewConcept__button {
    margin-top: 50px;
  }
}

.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-topNewGenaeralSlider {
  position: relative;
  padding-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider {
    width: 1080px;
    padding-top: 40px;
  }
}
.p-topNewGenaeralSlider .swiper {
  padding-bottom: 1px;
  overflow: visible;
}

.p-topNewGenaeralSlider__item {
  display: flex;
  flex-direction: column;
  width: 48.5333333333vw;
  height: auto;
  transition: transform 0.4s ease;
  transform: scale(1) translateY(0) translateX(18.1333333333vw);
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__item {
    width: 248px;
    transform: scale(1) translateY(0) translateX(92px);
  }
}
.p-topNewGenaeralSlider__item.swiper-slide-active {
  transform: scale(1) translateY(0);
  transform-origin: top left;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__item.swiper-slide-active {
    transform: scale(1) translateY(0);
    transform-origin: top left;
  }
}
.p-topNewGenaeralSlider__item.swiper-slide-active .p-topNewGenaeralSlider__image {
  width: 66.7333333333vw;
  border-radius: 2.5666666667vw 2.5666666667vw 0 0;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__item.swiper-slide-active .p-topNewGenaeralSlider__image {
    width: 341px;
    border-radius: 20.625px 20.625px 0 0;
  }
}
.p-topNewGenaeralSlider__item.swiper-slide-active .p-topNewGenaeralSlider__body {
  width: 66.7333333333vw;
  border-radius: 0 0 3.6666666667vw 3.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__item.swiper-slide-active .p-topNewGenaeralSlider__body {
    width: 341px;
    border-radius: 0 0 20.625px 20.625px;
  }
}
.p-topNewGenaeralSlider__item.swiper-slide-prev {
  transform: scale(1) translateY(0) translateX(-18.1333333333vw);
  transform-origin: top left;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__item.swiper-slide-prev {
    transform: scale(1) translateY(0) translateX(-93px);
  }
}
.p-topNewGenaeralSlider__item .c-icon__pickup {
  position: absolute;
  top: -1em;
  left: 4vw;
  z-index: 100;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__item .c-icon__pickup {
    left: 15px;
  }
}

.p-topNewGenaeralSlider__link {
  display: flex;
  flex-direction: column;
}
.p-topNewGenaeralSlider__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__link:hover, a:hover .p-topNewGenaeralSlider__link {
    opacity: 0.6;
  }
}
.p-topNewGenaeralSlider__image {
  position: relative;
  overflow: hidden;
  border: #f0f0f0 0.2666666667vw solid;
  border-bottom: none;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  transition: width 0.4s ease, border-radius 0.4s ease;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__image {
    border: #f0f0f0 1px solid;
    border-bottom: none;
    border-radius: 20px 20px 0 0;
  }
}
.p-topNewGenaeralSlider__image img {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  transition: transform 0.4s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-topNewGenaeralSlider__body {
  flex: 1;
  padding: 5.3333333333vw;
  background-color: #f4f5f8;
  border: #f0f0f0 0.2666666667vw solid;
  border-top: none;
  border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  transition: width 0.4s ease, border-radius 0.4s ease;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__body {
    padding: 15px;
    border: #f0f0f0 1px solid;
    border-top: none;
    border-radius: 0 0 20px 20px;
  }
}

.p-topNewGenaeralSlider__text {
  width: 100%;
  padding-left: 4.8vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
.p-topNewGenaeralSlider__text {
  position: relative;
}
.p-topNewGenaeralSlider__text::before {
  position: absolute;
  top: calc(50% - 2.1333333333vw / 2);
  left: 0vw;
  display: block;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
  content: "";
  background: no-repeat center center/100% 100%;
  background-image: url("/lib/v2/img/ico_arrow_r_pulple_01.svg");
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__text::before {
    top: calc(50% - 4px);
    left: 0px;
    width: 4px;
    height: 8px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__text {
    padding-left: 18px;
    font-size: 1.125rem;
  }
}
.p-topNewGenaeralSlider__text::before {
  top: 0.35em;
}

.p-topNewGenaeralSlider__productCategory {
  display: inline-block;
  margin-top: 1.3333333333vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif !important;
  font-size: 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__productCategory {
    margin-top: 5px;
    font-size: 0.8125rem;
  }
}

.p-topNewGenaeralSlider__category {
  width: 100%;
  margin-top: 2.6666666667vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  line-height: 1.5;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider__category {
    margin-top: 15px;
    font-size: 0.75rem;
  }
}

.p-topNewGenaeralSlider .swiper-button-prev, .p-topNewGenaeralSlider .swiper-button-next {
  top: auto;
  bottom: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.6666666667vw;
  height: 10.6666666667vw;
  background: none;
  background-color: #fff;
  border: 0.2666666667vw solid #6d77b8;
  border-radius: 9999px;
}
.p-topNewGenaeralSlider .swiper-button-prev, .p-topNewGenaeralSlider .swiper-button-next {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider .swiper-button-prev:hover, a:hover .p-topNewGenaeralSlider .swiper-button-prev, .p-topNewGenaeralSlider .swiper-button-next:hover, a:hover .p-topNewGenaeralSlider .swiper-button-next {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider .swiper-button-prev, .p-topNewGenaeralSlider .swiper-button-next {
    width: 70px;
    height: 40px;
    border: 1px solid #6d77b8;
  }
}
.p-topNewGenaeralSlider .swiper-button-prev::before, .p-topNewGenaeralSlider .swiper-button-next::before {
  position: absolute;
  top: calc(50% - 3.2vw / 2);
  z-index: 100;
  display: block;
  width: 1.6vw;
  height: 3.7333333333vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_blue_03.svg") no-repeat left top/100% 100%;
  transform: translateX(0.8vw);
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider .swiper-button-prev::before, .p-topNewGenaeralSlider .swiper-button-next::before {
    top: calc(50% - 6px);
    width: 6px;
    height: 14px;
    transform: translateX(3px);
  }
}
.p-topNewGenaeralSlider .swiper-button-prev::after, .p-topNewGenaeralSlider .swiper-button-next::after {
  display: none;
}

.p-topNewGenaeralSlider .swiper-button-prev {
  left: 50%;
  transform: translateX(-21.3333333333vw) translateY(9.0666666667vw);
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider .swiper-button-prev {
    transform: translateX(-75px) translateY(-20px);
  }
}
.p-topNewGenaeralSlider .swiper-button-prev::before {
  top: calc(50% - 3.7333333333vw / 2);
  transform: rotate(180deg) translateX(0.2666666667vw);
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider .swiper-button-prev::before {
    top: calc(50% - 6.5px);
    transform: rotate(180deg) translateX(1px);
  }
}

.p-topNewGenaeralSlider .swiper-button-next {
  left: 50%;
  transform: translateX(2.6666666667vw) translateY(9.0666666667vw);
}
@media print, (min-width: 750px) {
  .p-topNewGenaeralSlider .swiper-button-next {
    transform: translateX(5px) translateY(-20px);
  }
}

.p-topNewImportantNews {
  padding: 3.2vw 0;
  background: #f4f5f8;
}
@media print, (min-width: 750px) {
  .p-topNewImportantNews {
    padding: 15px 0;
    font-size: 1rem;
  }
}

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

.p-topNewImportantNews__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.5;
  color: #bb5579;
}
@media print, (min-width: 750px) {
  .p-topNewImportantNews__title {
    padding: 0.6em 40px 0 0;
    margin-right: 40px;
    white-space: nowrap;
    border-right: 1px solid #e0e0e0;
  }
}

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

.p-topNewImportantNews__link {
  position: relative;
  display: inline-block;
  padding: 0.4em 0 0 1em;
  line-height: 1.6875;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-topNewImportantNews__link:hover, a:hover .p-topNewImportantNews__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .p-topNewImportantNews__link {
    padding: 0.5em 1em 0.2em 2em;
  }
}
.p-topNewImportantNews__link::before {
  position: absolute;
  top: 0.75em;
  left: 0;
  display: block;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_pulple_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-topNewImportantNews__link::before {
    top: 0.85em;
    left: 1em;
    width: 4px;
    height: 8px;
  }
}

.p-topNewMoritaWith {
  padding-bottom: 10.6666666667vw;
  background: #fff4ea;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith {
    padding: 120px 0 80px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith .c-inner-wide {
    min-height: 812px;
  }
}
.p-topNewMoritaWith .c-buttonWrap {
  display: flex;
  justify-content: flex-end;
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith .c-buttonWrap {
    margin-top: 0;
  }
}

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

.p-topNewMoritaWith-logo {
  position: relative;
  display: block;
}
.p-topNewMoritaWith-logo img {
  width: 69.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-logo img {
    width: 100%;
  }
}
.p-topNewMoritaWith-logo span {
  position: absolute;
  top: -1.0666666667vw;
  left: 44vw;
  display: inline-block;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-logo span {
    position: static;
    font-size: 0.875rem;
  }
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-logo {
    width: 370px;
    font-size: 0.875rem;
  }
  .p-topNewMoritaWith-logo span {
    margin-top: 3px;
  }
}

.p-topNewMoritaWith-jobTab {
  display: flex;
  padding-bottom: 1.0666666667vw;
  margin-top: 5.8666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-jobTab {
    width: 540px;
    padding-bottom: 0;
    margin-top: 15px;
    font-size: 0.875rem;
  }
}
.p-topNewMoritaWith-jobTab__item {
  width: 33.3333333333%;
  margin-top: 0;
  text-align: center;
}
.p-topNewMoritaWith-jobTab__link {
  position: relative;
  display: block;
  padding-bottom: 5.8666666667vw;
  border-bottom: 0.5333333333vw solid transparent;
  transition: border-color 0.3s ease;
}
.p-topNewMoritaWith-jobTab__link::before {
  position: absolute;
  bottom: -1.6vw;
  left: 50%;
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  aspect-ratio: 1/1;
  content: "";
  background-color: #6d77b8;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.3s ease;
  transform: translateX(-50%);
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-jobTab__link {
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 2px solid transparent;
  }
  .p-topNewMoritaWith-jobTab__link::before {
    bottom: -8px;
    width: 8px;
    height: 8px;
  }
}
.p-topNewMoritaWith-jobTab__link:hover, .p-topNewMoritaWith-jobTab__link:active, .p-topNewMoritaWith-jobTab__link-current {
  border-bottom-color: #6d77b8;
}
.p-topNewMoritaWith-jobTab__link:hover::before, .p-topNewMoritaWith-jobTab__link:active::before, .p-topNewMoritaWith-jobTab__link-current::before {
  opacity: 1;
}
.p-topNewMoritaWith-jobTab__link:hover span, .p-topNewMoritaWith-jobTab__link:active span, .p-topNewMoritaWith-jobTab__link-current span {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.4666666667vw;
  color: #6d77b8;
  transition: color 0.3s ease;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-jobTab__link:hover span, .p-topNewMoritaWith-jobTab__link:active span, .p-topNewMoritaWith-jobTab__link-current span {
    font-size: 0.875rem;
  }
}
.p-topNewMoritaWith-jobTab__link img {
  width: auto;
  height: 13.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-jobTab__link img {
    height: 65px;
  }
}
.p-topNewMoritaWith-jobTab__link span {
  display: inline-block;
  margin-top: 1.3333333333vw;
  font-size: 3.4666666667vw;
  transition: color 0.3s ease;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-jobTab__link span {
    margin-top: 5px;
    font-size: 0.875rem;
  }
}

.p-topNewMoritaWith-article {
  position: relative;
  width: 100%;
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article {
    margin-top: 30px;
  }
}
.p-topNewMoritaWith-article .p-tabContent {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.p-topNewMoritaWith-article .p-tabContent-show {
  pointer-events: auto;
  opacity: 1;
}
.p-topNewMoritaWith-article-wrap {
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-wrap {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}
.p-topNewMoritaWith-article-list {
  display: grid;
  grid-template-columns: 42.6666666667vw 42.6666666667vw;
  gap: 6.6666666667vw 0;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 9.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list {
    grid-template-columns: 246px 246px;
    gap: 38px 0;
    width: 526px;
    margin-top: 0;
  }
}
.p-topNewMoritaWith-article-list__item {
  display: grid;
  gap: 4vw 0;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list__item {
    gap: 15px 0;
  }
}
.p-topNewMoritaWith-article-list a {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list a:hover, a:hover .p-topNewMoritaWith-article-list a {
    opacity: 0.6;
  }
}
.p-topNewMoritaWith-article-list__image {
  overflow: hidden;
  border-radius: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list__image {
    border-radius: 20px;
  }
}
.p-topNewMoritaWith-article-list__image img {
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-topNewMoritaWith-article-list__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list__title {
    font-size: 1rem;
  }
}
.p-topNewMoritaWith-article-list__category {
  margin-top: 2.6666666667vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list__category {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.p-topNewMoritaWith-article-list__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list__link:hover, a:hover .p-topNewMoritaWith-article-list__link {
    opacity: 0.6;
  }
}
.p-topNewMoritaWith-article-list-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2em;
  font-size: 3.2vw;
}
.p-topNewMoritaWith-article-list-tag__item {
  display: inline-block;
  white-space: nowrap;
  opacity: 0.7;
}
.p-topNewMoritaWith-article-list-tag__item::before {
  content: "#";
}
.p-topNewMoritaWith-article-list-tag__item a {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list-tag__item a:hover, a:hover .p-topNewMoritaWith-article-list-tag__item a {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-list-tag {
    font-size: 0.75rem;
  }
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup {
    width: 494px;
  }
}
.p-topNewMoritaWith-article-pickup__item {
  display: grid;
  gap: 4vw 0;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup__item {
    gap: 15px 0;
  }
}
.p-topNewMoritaWith-article-pickup a {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup a:hover, a:hover .p-topNewMoritaWith-article-pickup a {
    opacity: 0.6;
  }
}
.p-topNewMoritaWith-article-pickup__image {
  overflow: hidden;
  border-radius: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup__image {
    border-radius: 20px;
  }
}
.p-topNewMoritaWith-article-pickup__image img {
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-topNewMoritaWith-article-pickup__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.2666666667vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup__title {
    font-size: 1.5rem;
  }
}
.p-topNewMoritaWith-article-pickup__info {
  margin-top: 5.3333333333vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup__info {
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.p-topNewMoritaWith-article-pickup__category {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.2vw;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup__category {
    font-size: 0.75rem;
  }
}
.p-topNewMoritaWith-article-pickup-tag {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.2em;
  font-size: 3.2vw;
  opacity: 0.7;
}
.p-topNewMoritaWith-article-pickup-tag__item {
  display: inline-block;
  white-space: nowrap;
}
.p-topNewMoritaWith-article-pickup-tag__item::before {
  content: "#";
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-pickup-tag {
    font-size: 0.75rem;
  }
}
.p-topNewMoritaWith-article-keyword {
  padding-top: 6.6666666667vw;
  border-top: 0.2666666667vw solid rgba(109, 119, 184, 0.5);
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-keyword {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    border-top: 1px solid rgba(109, 119, 184, 0.5);
  }
}
.p-topNewMoritaWith-article-keyword__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-keyword__title {
    width: 180px;
  }
}
.p-topNewMoritaWith-article-keyword__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3333333333vw;
  margin-top: 4vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-keyword__list {
    gap: 5px;
    width: 890px;
    margin-top: -5px;
    font-size: 0.875rem;
  }
}
.p-topNewMoritaWith-article-keyword__list a {
  display: inline-block;
  padding: 2.1333333333vw 4vw 1.3333333333vw;
  background-color: #fff;
  border-radius: 9999px;
}
.p-topNewMoritaWith-article-keyword__list a {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-keyword__list a:hover, a:hover .p-topNewMoritaWith-article-keyword__list a {
    opacity: 0.6;
  }
}
.p-topNewMoritaWith-article-keyword__list a::before {
  content: "#";
}
@media print, (min-width: 750px) {
  .p-topNewMoritaWith-article-keyword__list a {
    padding: 8px 20px 3px;
  }
}

.p-topNewProduct {
  position: relative;
}
.p-topNewProduct .c-buttonWrap {
  position: absolute;
  top: 8vw;
  right: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct .c-buttonWrap {
    top: 102px;
    right: calc((100% - 1080px) / 2);
    margin-top: 0;
  }
}

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

.p-topNewProduct-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.6666666667vw 0;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-category {
    gap: 30px 0;
    order: 1;
    width: 525px;
  }
}
.p-topNewProduct-category__item {
  padding-right: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-category__item {
    width: 262px;
    padding-right: 0;
    padding-left: 15px;
  }
}
.p-topNewProduct-category__item:nth-of-type(2n) {
  padding-left: 4vw;
  border-left: 0.2666666667vw solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-category__item:nth-of-type(2n) {
    padding-left: 15px;
    border-left: 1px solid #dbddde;
  }
}
.p-topNewProduct-category__item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-category__item a {
    height: 90px;
    padding-left: 15px;
    font-size: 1rem;
  }
}
.p-topNewProduct-category__item a img {
  z-index: -1;
  width: 21.3333333333vw;
  margin-right: -7.4666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-category__item a img {
    width: 138px;
    margin-right: 0;
  }
}

.p-topNewProduct-do {
  padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
  background-color: #f4f5f8;
  border-radius: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do {
    order: 2;
    width: 525px;
    padding: 30px;
    border-radius: 10px;
  }
}
.p-topNewProduct-do__linkBox {
  display: flex;
  flex-direction: column;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__linkBox {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.p-topNewProduct-do__logo {
  width: 38.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__logo {
    width: 200px;
  }
}
.p-topNewProduct-do__link {
  margin-top: 2.6666666667vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
}
.p-topNewProduct-do__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__link:hover, a:hover .p-topNewProduct-do__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__link {
    margin-top: 0;
    font-size: 0.875rem;
  }
}
.p-topNewProduct-do__text {
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__text {
    margin-top: 25px;
    font-size: 0.875rem;
  }
}
.p-topNewProduct-do__form {
  display: flex;
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__form {
    margin-top: 15px;
  }
}
.p-topNewProduct-do__form label {
  display: flex;
  flex: 1;
}
.p-topNewProduct-do__form input[type=search] {
  width: 100%;
  padding: 4vw 2.6666666667vw 4vw 8.8vw;
  font-size: 2.9333333333vw;
  background: #fff url("/lib/v2/img/ico_search_black_01.svg") no-repeat 2.6666666667vw center/4.2666666667vw 4.2666666667vw;
  border-radius: 1.3333333333vw 0 0 1.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__form input[type=search] {
    padding: 18px 15px 18px 49px;
    font-size: 1rem;
    background: #fff url("/lib/v2/img/ico_search_black_01.svg") no-repeat 16px center/23px 23px;
    border-radius: 5px 0 0 5px !important;
  }
}
.p-topNewProduct-do__form input[type=search]::-webkit-search-cancel-button {
  position: relative;
  right: -0.8vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__form input[type=search]::-webkit-search-cancel-button {
    right: -5px;
  }
}
.p-topNewProduct-do__form button {
  flex-shrink: 0;
  padding-right: 1em;
  padding-left: 1em;
  font-size: 3.7333333333vw;
  text-align: center;
  white-space: nowrap;
  border-radius: 0 1.3333333333vw 1.3333333333vw 0;
  /* 改行させない */
}
@media print, (min-width: 750px) {
  .p-topNewProduct-do__form button {
    width: 110px;
    font-size: 1rem;
    border-radius: 0 5px 5px 0;
  }
}

.p-topNewProduct-other {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5.3333333333vw;
  padding-top: 8vw;
  font-size: 3.7333333333vw;
  border-top: 0.2666666667vw solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-other {
    gap: 25px 0;
    order: 3;
    width: 525px;
    padding-top: 50px;
    font-size: 1rem;
    border-top: 1px solid #dbddde;
  }
}
.p-topNewProduct-other__item:nth-of-type(2n) {
  padding-left: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-other__item {
    width: 262px;
    padding-left: 15px;
  }
  .p-topNewProduct-other__item:nth-of-type(2n) {
    padding-left: 15px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewProduct-other__item a {
    padding-left: 15px;
  }
}

.p-topNewProduct-mymorita {
  position: relative;
  padding: 6.6666666667vw 5.3333333333vw 8vw;
  background-color: #e8edfe;
  border-radius: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita {
    order: 4;
    width: 525px;
    padding: 30px;
    border-radius: 10px;
  }
}
.p-topNewProduct-mymorita__linkBox {
  display: flex;
  justify-content: space-between;
  width: 53.3333333333vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__linkBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 285px;
    font-size: 0.875rem;
  }
}
.p-topNewProduct-mymorita__link {
  margin-top: 1.3333333333vw;
}
.p-topNewProduct-mymorita__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__link:hover, a:hover .p-topNewProduct-mymorita__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__link {
    margin-top: 0;
  }
}
.p-topNewProduct-mymorita__link img {
  width: 28.8vw;
  margin: 0 0 0.5333333333vw 0.8vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__link img {
    width: 180px;
    margin: 5px 0 0 6px;
  }
}
.p-topNewProduct-mymorita__icon {
  width: 13.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__icon {
    width: 60px;
  }
}
.p-topNewProduct-mymorita__text {
  width: 50.6666666667vw;
  margin-top: 6.6666666667vw;
  font-size: 3.2vw;
  line-height: 1.4;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__text {
    width: 280px;
    margin-top: 25px;
    font-size: 0.875rem;
  }
}
.p-topNewProduct-mymorita__image {
  position: absolute;
  top: 2.9333333333vw;
  right: 5.3333333333vw;
  width: 28.2666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewProduct-mymorita__image {
    top: -24px;
    right: 21px;
    width: 151px;
    height: 277px;
    max-height: 277px;
  }
}

.p-topNewProduct__title {
  padding: 0.6em 40px 0 0;
  margin-right: 40px;
  line-height: 1.5;
  color: #bb5579;
  white-space: nowrap;
  border-right: 1px solid #e0e0e0;
}

@media print, (min-width: 750px) {
  .p-topNewProduct__body {
    flex: 1;
    min-width: 0;
    font-size: 0.875rem;
  }
}

.p-topNewProduct__link {
  position: relative;
  display: inline-block;
  padding: 1em 1em 1em 2em;
  line-height: 1.6875;
  word-break: keep-all;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-topNewProduct__link:hover, a:hover .p-topNewProduct__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .p-topNewProduct__link {
    padding: 0.8em 1em 0.5em 2em;
  }
}
.p-topNewProduct__link::before {
  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_pulple_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-topNewProduct__link::before {
    top: calc(50% - 2px);
    left: 1em;
    width: 4px;
    height: 8px;
  }
}

.p-topNewSeminarEvent {
  position: relative;
  background: #f4f5f8;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent {
    padding: 120px 0 80px;
  }
}
.p-topNewSeminarEvent .c-buttonWrap {
  position: absolute;
  right: 5.3333333333vw;
  margin-top: 0;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent .c-buttonWrap {
    top: 102px;
    right: calc((100% - 1080px) / 2);
  }
}

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

.p-topNewSeminarEvent__title {
  position: relative;
  padding-top: 5.3333333333vw;
}
.p-topNewSeminarEvent__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.2666666667vw;
  height: 0.5333333333vw;
  content: "";
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent__title {
    padding-top: 30px;
    font-size: 1.25rem;
  }
  .p-topNewSeminarEvent__title::before {
    width: 31px;
    height: 2px;
  }
}

.p-topNewSeminarEventSeminar {
  position: relative;
  padding-bottom: 18.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar {
    padding-bottom: 100px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar__list {
    width: 895px;
  }
}
.p-topNewSeminarEventSeminar__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar__item {
    max-width: 432px;
  }
}
.p-topNewSeminarEventSeminarHead {
  position: relative;
  display: flex;
  grid-gap: 0 4vw;
  align-items: top;
  padding: 5.3333333333vw;
  margin-top: 5.3333333333vw;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2.6666666667vw;
}
.p-topNewSeminarEventSeminarHead::before {
  position: absolute;
  top: -40vw;
  right: -40vw;
  z-index: 0;
  width: 80vw;
  height: 80vw;
  content: "";
  background: radial-gradient(61.09% 68.38% at 50% 50%, #33ffd3 0%, #9dd5ff 50%, #cfcdff 100%);
  filter: blur(20.5333333333vw);
  border-radius: 80vw;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarHead {
    grid-gap: 0 20px;
    padding: 20px;
    margin-top: 20px;
    border-radius: 20px;
  }
  .p-topNewSeminarEventSeminarHead::before {
    top: -200px;
    right: -200px;
    width: 400px;
    height: 400px;
    filter: blur(77px);
    border-radius: 400px;
  }
}
.p-topNewSeminarEventSeminarHead__content {
  position: relative;
  z-index: 1;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarHead__content {
    width: 260px;
  }
}
.p-topNewSeminarEventSeminarHead__icon {
  padding: 1.6vw 4vw 0.2666666667vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  color: #494be8;
  background: #fff;
  border: 0.2666666667vw solid #494be8;
  border-radius: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarHead__icon {
    padding: 6px 15px 1px;
    font-size: 1rem;
    border: 1px solid #494be8;
    border-radius: 20px;
  }
}
.p-topNewSeminarEventSeminarHead__icon--paid {
  color: #bb5579 !important;
  border-color: #bb5579 !important;
}
.p-topNewSeminarEventSeminarHead__title {
  flex: 1;
  margin-top: 2.6666666667vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.6;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarHead__title {
    margin-top: 10px;
    font-size: 1rem;
  }
}
.p-topNewSeminarEventSeminarHead__photo {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  margin: 0;
  overflow: hidden;
  border: 0.5333333333vw solid #494be8;
  border-radius: 9999px;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarHead__photo {
    width: 115px;
    height: 115px;
    border: 2px solid #494be8;
  }
}
.p-topNewSeminarEventSeminarHead__photo img {
  width: 100%;
  height: auto;
  max-height: none;
}
.p-topNewSeminarEventSeminarBody__info {
  display: flex;
  flex-flow: column wrap;
  gap: 1.3333333333vw 0;
  align-items: flex-start;
  margin-top: 4vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarBody__info {
    flex-direction: row;
    gap: 5px 0;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 0.75rem;
  }
}
.p-topNewSeminarEventSeminarBody__title {
  padding: 0.3em 0.8em 0;
  line-height: 1.75;
  text-align: center;
  background-color: #fff;
  border: 1px solid #343434;
  transform: translateZ(0);
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarBody__title {
    width: 70px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarBody__text {
    width: 352px;
  }
}
.p-topNewSeminarEventSeminarBody__button {
  display: flex;
  gap: 0 2.6666666667vw;
  justify-content: flex-end;
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminarBody__button {
    gap: 0 10px;
    margin-top: 25px;
  }
}
.p-topNewSeminarEventSeminar .swiper-button-prev,
.p-topNewSeminarEventSeminar .swiper-button-next {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.6666666667vw;
  height: 10.6666666667vw;
  background: none;
  background-color: #fff;
  border: 0.2666666667vw solid #6d77b8;
  border-radius: 9999px;
}
.p-topNewSeminarEventSeminar .swiper-button-prev,
.p-topNewSeminarEventSeminar .swiper-button-next {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar .swiper-button-prev:hover, a:hover .p-topNewSeminarEventSeminar .swiper-button-prev,
.p-topNewSeminarEventSeminar .swiper-button-next:hover,
a:hover .p-topNewSeminarEventSeminar .swiper-button-next {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar .swiper-button-prev,
.p-topNewSeminarEventSeminar .swiper-button-next {
    width: 70px;
    height: 40px;
    border: 1px solid #6d77b8;
  }
}
.p-topNewSeminarEventSeminar .swiper-button-prev::before,
.p-topNewSeminarEventSeminar .swiper-button-next::before {
  position: absolute;
  top: calc(50% - 3.2vw / 2);
  z-index: 100;
  display: block;
  width: 1.6vw;
  height: 3.7333333333vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_blue_03.svg") no-repeat left top/100% 100%;
  transform: translateX(0.8vw);
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar .swiper-button-prev::before,
.p-topNewSeminarEventSeminar .swiper-button-next::before {
    top: calc(50% - 6px);
    width: 6px;
    height: 14px;
    transform: translateX(3px);
  }
}
.p-topNewSeminarEventSeminar .swiper-button-prev::after,
.p-topNewSeminarEventSeminar .swiper-button-next::after {
  display: none;
}
.p-topNewSeminarEventSeminar .swiper-button-prev {
  left: 50%;
  transform: translateX(-21.3333333333vw);
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar .swiper-button-prev {
    transform: translateX(-75px);
  }
}
.p-topNewSeminarEventSeminar .swiper-button-prev::before {
  top: calc(50% - 3.7333333333vw / 2);
  transform: rotate(180deg) translateX(0.2666666667vw);
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar .swiper-button-prev::before {
    top: calc(50% - 6.5px);
    transform: rotate(180deg) translateX(1px);
  }
}
.p-topNewSeminarEventSeminar .swiper-button-next {
  left: 50%;
  transform: translateX(pwtovw(10));
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventSeminar .swiper-button-next {
    transform: translateX(5px);
  }
}

.p-topNewSeminarEventEvent {
  margin-top: 13.3333333333vw;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventEvent {
    margin-top: 60px;
    border-top: 1px solid #dbddde;
  }
}
.p-topNewSeminarEventEvent__list {
  display: grid;
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEventEvent__list {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px 30px;
    width: 895px;
    margin-top: 40px;
    font-size: 1rem;
  }
}

.p-topNewSeminarEvent-category {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-category {
    gap: 30px 0;
    width: 525px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-category__item {
    width: 262px;
    padding-left: 15px;
  }
}
.p-topNewSeminarEvent-category__item:nth-of-type(2n) {
  border-left: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-category__item:nth-of-type(2n) {
    border-left: 1px solid #dbddde;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-category__item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 90px;
    padding-left: 15px;
  }
}

.p-topNewSeminarEvent-do {
  background-color: #f4f5f8;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do {
    width: 525px;
    padding: 30px;
    border-radius: 10px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__linkBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__logo {
    width: 200px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__text {
    margin-top: 25px;
    font-size: 0.875rem;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__form {
    margin-top: 15px;
    font-size: 1rem;
  }
}
.p-topNewSeminarEvent-do__form label {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__form input[type=search] {
    width: 100%;
    padding: 18px 15px 18px 49px;
    background: #fff url("/lib/v2/img/ico_search_black_01.svg") no-repeat 16px center/23px 23px;
    border-radius: 5px 0 0 5px !important;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__form input[type=search]::-webkit-search-cancel-button {
    position: relative;
    right: -5px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-do__form button {
    width: 112px;
    text-align: center;
    border-radius: 0 5px 5px 0;
  }
}

.p-topNewSeminarEvent-other {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-other {
    gap: 25px 0;
    width: 525px;
    padding-top: 50px;
    border-top: 1px solid #dbddde;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-other__item {
    width: 262px;
    padding-left: 15px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-other__item a {
    padding-left: 15px;
  }
}

.p-topNewSeminarEvent-mymorita {
  position: relative;
  background-color: #e8edfe;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-mymorita {
    width: 525px;
    padding: 30px;
    border-radius: 10px;
  }
}
.p-topNewSeminarEvent-mymorita__linkBox {
  display: flex;
  justify-content: space-between;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-mymorita__linkBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 285px;
    font-size: 0.875rem;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-mymorita__link img {
    width: 180px;
    margin: 5px 0 0 6px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-mymorita__icon {
    width: 60px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-mymorita__text {
    width: 280px;
    margin-top: 25px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent-mymorita__image {
    position: absolute;
    top: -24px;
    right: 21px;
    width: 151px;
    height: 277px;
    max-height: 277px;
  }
}

.p-topNewSeminarEvent__link {
  position: relative;
  display: inline-block;
  padding: 1em 1em 1em 2em;
  line-height: 1.6875;
  word-break: keep-all;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent__link:hover, a:hover .p-topNewSeminarEvent__link {
    background-color: #f7f7f9;
  }
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent__link {
    padding: 0.8em 1em 0.5em 2em;
  }
}
.p-topNewSeminarEvent__link::before {
  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_pulple_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-topNewSeminarEvent__link::before {
    top: calc(50% - 2px);
    left: 1em;
    width: 4px;
    height: 8px;
  }
}

.p-topNewServiceSupport {
  position: relative;
  padding-bottom: 0;
}
.p-topNewServiceSupport .c-buttonWrap--list {
  position: absolute;
  right: 5.3333333333vw;
  margin-top: -10.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupport .c-buttonWrap--list {
    top: 102px;
    right: calc((100% - 1080px) / 2);
    margin-top: 0;
  }
}

.p-topNewServiceSupport__contents {
  display: flex;
  flex-wrap: wrap;
  gap: 6.6666666667vw 0;
  align-items: flex-start;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupport__contents {
    gap: 30px 0;
    justify-content: space-between;
  }
}

.p-topNewServiceSupport__title {
  position: relative;
  padding-top: 5.3333333333vw;
}
.p-topNewServiceSupport__title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 8.2666666667vw;
  height: 0.5333333333vw;
  content: "";
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupport__title {
    padding-top: 30px;
    font-size: 1.25rem;
  }
  .p-topNewServiceSupport__title::before {
    width: 31px;
    height: 2px;
  }
}

.p-topNewServiceSupport__text {
  margin-top: -2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.8;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupport__text {
    width: 710px;
    margin-top: 35px;
    font-size: 1rem;
  }
}

.p-topNewServiceSupport .c-inner-topGenaeralSlide {
  position: relative;
}

.p-topNewServiceSupportMember-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw 0;
  align-items: center;
  justify-content: space-between;
  padding: 7.2vw 7.2vw 6.4vw;
  text-align: center;
  background: #f4f5f8;
  border-radius: 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-list {
    gap: 30px 0;
    width: 525px;
    padding: 40px;
    border-radius: 20px;
  }
}
.p-topNewServiceSupportMember-list__title {
  width: 100%;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 3.7333333333vw;
  line-height: 1.6;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-list__title {
    font-size: 1rem;
  }
}
.p-topNewServiceSupportMember-list__item {
  width: 33.8666666667vw;
  text-align: center;
}
.p-topNewServiceSupportMember-list__item:nth-of-type(2n) {
  width: 36.8vw;
}
.p-topNewServiceSupportMember-list__item:nth-of-type(1) img {
  width: 28.5333333333vw;
}
.p-topNewServiceSupportMember-list__item:nth-of-type(4) img {
  width: 28.8vw;
}
.p-topNewServiceSupportMember-list__item img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-list__item {
    width: 185px;
  }
  .p-topNewServiceSupportMember-list__item:nth-of-type(2n) {
    width: 210px;
  }
  .p-topNewServiceSupportMember-list__item:nth-of-type(1) img {
    width: 160px;
  }
  .p-topNewServiceSupportMember-list__item:nth-of-type(4) img {
    width: 156px;
  }
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-main {
    width: 495px;
  }
}
.p-topNewServiceSupportMember-main__item + .p-topNewServiceSupportMember-main__item {
  margin-top: 6.6666666667vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-main__item {
    margin-top: 15px;
  }
  .p-topNewServiceSupportMember-main__item + .p-topNewServiceSupportMember-main__item {
    margin-top: 6.6666666667vw;
  }
}
@media print, print and (min-width: 750px), print and (min-width: 750px), (min-width: 750px) and (min-width: 750px) {
  .p-topNewServiceSupportMember-main__item + .p-topNewServiceSupportMember-main__item {
    margin-top: 25px;
  }
}
.p-topNewServiceSupportMember-main__text {
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-main__text {
    font-size: 1rem;
  }
}
.p-topNewServiceSupportMember-main__button {
  display: flex;
  justify-content: flex-end;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportMember-main__button {
    margin-top: 15px !important;
  }
}

.p-topNewServiceSupportOther {
  padding: 8vw 0;
  margin-top: 16vw;
  background: #f4f5f8;
  box-shadow: 0 1.0666666667vw pwxtovw(2) 0 rgba(0, 0, 0, 0.02) inset;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther {
    padding: 50px 0;
    margin-top: 120px;
    box-shadow: 0 4px 2px 0 rgba(0, 0, 0, 0.02) inset;
  }
}
.p-topNewServiceSupportOther__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.6666666667vw 4vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 30px;
    justify-content: center;
  }
}
.p-topNewServiceSupportOther__item {
  width: 100%;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther__item {
    width: 248px;
  }
}
.p-topNewServiceSupportOther__img {
  overflow: hidden;
  border: 0.2666666667vw solid #dbddde;
  border-radius: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther__img {
    border: 1px solid #dbddde;
    border-radius: 5px;
  }
}
.p-topNewServiceSupportOther__text {
  display: inline-block;
  margin-top: 4vw;
  font-size: 3.7333333333vw;
  font-weight: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  line-height: 1.4;
}
.p-topNewServiceSupportOther__text span {
  font-family: "UniversLTPro-45Light", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 2.9333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther__text {
    display: inline-block;
    margin-top: 15px;
    font-size: 1rem;
  }
  .p-topNewServiceSupportOther__text span {
    font-size: 0.6875rem;
  }
}
.p-topNewServiceSupportOther__text.c-link-arrow-blue01::before {
  top: 0.4em;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther__text.c-link-arrow-blue01::before {
    top: 0.4em;
  }
}
.p-topNewServiceSupportOther__link:hover, .p-topNewServiceSupportOther__link:active {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewServiceSupportOther__link:hover .p-topNewServiceSupportOther__img, .p-topNewServiceSupportOther__link:active .p-topNewServiceSupportOther__img {
    box-shadow: -5px -5px 10px 0 rgba(115, 127, 206, 0.1), 5px 5px 10px 0 rgba(115, 127, 206, 0.1);
  }
  .p-topNewServiceSupportOther__link:hover .p-topNewServiceSupportOther__text, .p-topNewServiceSupportOther__link:active .p-topNewServiceSupportOther__text {
    opacity: 0.6;
  }
}

.p-topNewSlider {
  position: relative;
  width: 100%;
  padding: 10.6666666667vw 0 18.6666666667vw;
  overflow: hidden;
  touch-action: pan-y;
}
@media print, (min-width: 750px) {
  .p-topNewSlider {
    padding: 50px 0 70px;
  }
}

.p-topNewSlider__inner {
  display: flex;
  grid-gap: 0 5.3333333333vw;
  align-items: center;
  justify-content: center;
  height: 68.8vw;
  overflow: visible;
}
@media print, (min-width: 750px) {
  .p-topNewSlider__inner {
    grid-gap: 0 98px;
    height: 448px;
  }
}
.p-topNewSlider__inner.is-transform {
  transition: transform 1s cubic-bezier(0.17, 0.67, 0.14, 0.92) 0s;
}

.p-topNewSlider__slide {
  position: relative;
  flex-shrink: 0;
  width: 53.3333333333vw;
  height: 45.6vw;
  aspect-ratio: 1.1726384365;
  overflow: hidden;
  border: 0.2666666667vw solid #f4f5f8;
  border-radius: 2.9333333333vw;
  box-shadow: -2.6666666667vw -2.6666666667vw 5.3333333333vw 0 rgba(115, 127, 206, 0.15), 2.6666666667vw 2.6666666667vw 5.3333333333vw 0 rgba(115, 127, 206, 0.15);
  transition: transform 1s cubic-bezier(0.17, 0.67, 0.14, 0.92), box-shadow 0.5s ease;
  transform: scale(1) translateY(0);
  /* 通常は1倍、位置オフセットなし */
  transform-origin: center center;
  /* 中央より左の要素は上付き */
  /* 中央より右の要素は下付き */
  /* 中央の要素は拡大表示 */
}
@media print, (min-width: 750px) {
  .p-topNewSlider__slide {
    width: 360px;
    height: 307px;
    border: 1px solid #f4f5f8;
    border-radius: 20px;
    box-shadow: -10px -10px 20px 0 rgba(115, 127, 206, 0.15), 10px 10px 20px 0 rgba(115, 127, 206, 0.15);
  }
}
@media print, (min-width: 750px) {
  .p-topNewSlider__slide:hover, .p-topNewSlider__slide:active {
    box-shadow: none;
  }
}
.p-topNewSlider__slide.is-left {
  transform: scale(1) translateY(13.8666666667vw) translateX(-10.4vw);
}
@media print, (min-width: 750px) {
  .p-topNewSlider__slide.is-left {
    transform: scale(1) translateY(70px) translateX(-83px);
  }
}
.p-topNewSlider__slide.is-right {
  transform: scale(1) translateY(13.8666666667vw) translateX(10.4vw);
}
@media print, (min-width: 750px) {
  .p-topNewSlider__slide.is-right {
    transform: scale(1) translateY(-70px) translateX(83px);
  }
}
.p-topNewSlider__slide.is-center {
  z-index: 2;
  image-rendering: crisp-edges;
  transform: scale(1.39) translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media print, (min-width: 750px) {
  .p-topNewSlider__slide.is-center {
    transform: scale(1.45) translateY(0);
  }
}
.p-topNewSlider__slide .c-logo-do01 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-topNewSlider__link {
  top: -1%;
  left: -1%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 102%;
  height: 102%;
  overflow: hidden;
}
.p-topNewSlider__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, (min-width: 750px) {
  .p-topNewSlider__link {
    border-radius: 20px;
  }
}

.p-topNewSliderButton {
  position: absolute;
  bottom: 9.8666666667vw;
  left: 50%;
  display: flex;
  align-items: center;
  width: 55.4666666667vw;
  height: 5.3333333333vw;
  transform: translateY(0) translateX(-50%);
}
@media print, (min-width: 750px) {
  .p-topNewSliderButton {
    top: 417px;
    bottom: auto;
    left: calc(50% + 330px);
    justify-content: space-between;
    width: 230px;
    height: 26px;
    transform: translateY(-50%) translateX(0);
  }
}
.p-topNewSliderButton .p-topNewSliderButton__start,
.p-topNewSliderButton .p-topNewSliderButton__end {
  display: inline-block;
  width: calc((100% - 50px) / 2);
  padding-top: 2px;
  margin-right: 10px;
  font-size: 16px;
}
.p-topNewSliderButton .p-topNewSliderButton__end {
  margin-right: 0;
  text-align: right;
}

.p-topNewSliderButton__button {
  display: block;
  width: 6.9333333333vw;
  height: 3.4666666667vw;
  background: no-repeat center center/contain;
}
@media print, (min-width: 750px) {
  .p-topNewSliderButton__button {
    width: 8px;
    height: 15px;
    padding: 15px;
    background-size: 8px 15px;
  }
}
.p-topNewSliderButton__button-prev {
  background-image: url("/lib/v2/img/ico_arrow_r_blue_01.svg");
  transform: rotate(180deg);
}
.p-topNewSliderButton__button-next {
  background-image: url("/lib/v2/img/ico_arrow_r_blue_01.svg");
}

.p-topNewSliderPagination {
  position: absolute;
  bottom: 12vw;
  left: 50%;
  display: flex;
  align-items: center;
  width: 26.6666666667vw;
  height: 0.8vw;
  background-color: #dbddde;
  transform: translateX(-50%);
}
@media print, (min-width: 750px) {
  .p-topNewSliderPagination {
    top: 417px;
    bottom: auto;
    left: calc(50% + 445px);
    width: 100px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-topNewSliderPagination__bullet {
  width: 100%;
  height: 100%;
  background-color: #6d77b8;
  transition: transform 0.6s ease 0s;
  transform: scaleX(0);
  transform-origin: left center;
}

.p-topNewTicker {
  position: relative;
  width: 100%;
  padding-bottom: 6.6666666667vw;
  touch-action: pan-y;
}
@media print, (min-width: 750px) {
  .p-topNewTicker {
    padding: 0 0 50px;
  }
}

.p-topNewTicker__inner {
  position: relative;
  grid-gap: 0 5.3333333333vw;
  align-items: center;
  width: 89.6vw;
  height: 21.3333333333vw;
  padding: 0 5.3333333333vw;
  margin: 0 auto;
  overflow: visible;
}
.p-topNewTicker__inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.6666666667vw;
  height: 21.3333333333vw;
  content: "";
  border: 0.2666666667vw solid #6d77b8;
  border-right: none;
  /* 右のボーダーを削除 */
  border-top-left-radius: 1.3333333333vw;
  border-bottom-left-radius: 1.3333333333vw;
}
.p-topNewTicker__inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.6666666667vw;
  height: 21.3333333333vw;
  content: "";
  border: 1px solid #6d77b8;
  border-left: none;
  /* 右のボーダーを削除 */
  border-top-right-radius: 1.3333333333vw;
  border-bottom-right-radius: 1.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__inner {
    grid-gap: 0 20px;
    width: 896px;
    height: 40px;
    padding: 0 40px;
  }
  .p-topNewTicker__inner::before {
    width: 13px;
    height: 40px;
    border: 1px solid #6d77b8;
    border-right: none;
    /* 右のボーダーを削除 */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .p-topNewTicker__inner::after {
    width: 13px;
    height: 40px;
    border: 1px solid #6d77b8;
    border-left: none;
    /* 右のボーダーを削除 */
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.p-topNewTicker__inner .swiper {
  height: 21.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__inner .swiper {
    height: 40px;
  }
}

.p-topNewTicker__item {
  display: flex;
  align-items: center;
  height: 21.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__item {
    flex-wrap: nowrap;
    height: 40px;
  }
}

.p-topNewTicker__link {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 0 5.3333333333vw;
  align-items: center;
  font-size: 3.2vw;
}
.p-topNewTicker__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__link:hover, a:hover .p-topNewTicker__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .p-topNewTicker__link {
    flex-wrap: nowrap;
    grid-gap: 0 20px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}

.p-topNewTicker__time {
  font-size: 3.7333333333vw;
  color: #979797;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__time {
    font-size: 1rem;
  }
}

.p-topNewTicker__category {
  padding: 1.0666666667vw 4vw 0.2666666667vw;
  margin-bottom: 1.3333333333vw;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  color: #fff;
  text-align: center;
  background-color: #6d77b8;
  border-radius: 100vmax;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__category {
    padding: 4px 15px 0;
    margin-bottom: 3px;
  }
}

.p-topNewTicker__text {
  height: 2em;
  margin-top: 1.3333333333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__text {
    height: auto;
    margin-top: 0;
  }
}

.p-topNewTicker__icon {
  height: 2em;
  margin: 1.3333333333vw 0 0 -5.3333333333vw;
  color: #6d77b8;
}
@media print, (min-width: 750px) {
  .p-topNewTicker__icon {
    height: auto;
    margin: 0 0 0 -20px;
  }
}

.p-topNewUpdate {
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate {
    display: flex;
    justify-content: space-between;
    margin-top: 0;
  }
}

@media print, (min-width: 750px) {
  .c-title02--home {
    width: 180px;
    padding-top: 5px;
  }
}

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

.p-topNewUpdate-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-title {
    position: relative;
    margin-top: 0;
  }
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-title::before {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
    width: 688px;
    height: 1px;
    content: "";
    background-color: #dbddde;
  }
}
.p-topNewUpdate-title__title {
  z-index: 1;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4vw;
  line-height: 1.6;
  background-color: #fff;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-title__title {
    min-width: 460px;
    padding-right: 1em;
    font-size: 1rem;
  }
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-title + .p-topNewUpdate-title {
    margin-top: 35px;
  }
}
.p-topNewUpdate-title .c-button__arrowRightNew-blue01 {
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-title .c-button__arrowRightNew-blue01 {
    font-size: 0.875rem;
  }
}

.p-topNewUpdate-list {
  margin-top: 4vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-list {
    margin-top: 22px;
  }
}
.p-topNewUpdate-list__item + .p-topNewUpdate-list__item {
  margin-top: 0.8vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-list__item + .p-topNewUpdate-list__item {
    margin-top: 3px;
  }
}
.p-topNewUpdate-list__link {
  position: relative;
  display: block;
  padding: 4vw 8.5333333333vw 3.2vw 5.3333333333vw;
  line-height: 1.6;
  background-color: #f4f5f8;
  border-radius: 2.6666666667vw;
}
.p-topNewUpdate-list__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-list__link:hover, a:hover .p-topNewUpdate-list__link {
    opacity: 0.6;
  }
}
.p-topNewUpdate-list__link::before {
  position: absolute;
  top: calc(50% - 2.1333333333vw / 2);
  right: 1.07em;
  width: 1.0666666667vw;
  height: 2.1333333333vw;
  content: "";
  background: url("/lib/v2/img/ico_arrow_r_blue_01.svg") no-repeat left top/contain;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-list__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 32px 12px 20px;
    border-radius: 10px;
  }
  .p-topNewUpdate-list__link::before {
    top: calc(50% - 4px);
    width: 4px;
    height: 8px;
  }
}
.p-topNewUpdate-list__time {
  display: block;
  color: #979797;
}
.p-topNewUpdate-list__text {
  margin-top: 0.5333333333vw;
  font-size: 3.7333333333vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-list__text {
    width: 620px;
    margin-top: 0;
    font-size: 1rem;
  }
}
.p-topNewUpdate-list + .p-topNewUpdate-title {
  margin-top: 8vw;
}
@media print, (min-width: 750px) {
  .p-topNewUpdate-list + .p-topNewUpdate-title {
    margin-top: 35px;
  }
}

@media print, (min-width: 750px) {
  .p-topNewUpdate__text {
    width: 710px;
    margin-top: 30px;
  }
}

.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;
  }
}

.p-withRelated__balloon, .p-withArticleSns__title, .p-withArticleToc__title, .p-withPickup__balloon, .p-withRanking__balloon, .p-withNews__balloon {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: #6579e6;
  border-radius: 100vmax;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 749px) {
  .p-withRelated__balloon, .p-withArticleSns__title, .p-withArticleToc__title, .p-withPickup__balloon, .p-withRanking__balloon, .p-withNews__balloon {
    padding-block: 3.2vw;
    padding-inline: 5.3333333333vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelated__balloon, .p-withArticleSns__title, .p-withArticleToc__title, .p-withPickup__balloon, .p-withRanking__balloon, .p-withNews__balloon {
    padding-block: 13px;
    padding-inline: 20px;
    font-size: 14px;
  }
}
.p-withRelated__balloon::after, .p-withArticleSns__title::after, .p-withArticleToc__title::after, .p-withPickup__balloon::after, .p-withRanking__balloon::after, .p-withNews__balloon::after {
  position: absolute;
  inset-inline: 0;
  display: block;
  margin-inline: auto;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withRelated__balloon::after, .p-withArticleSns__title::after, .p-withArticleToc__title::after, .p-withPickup__balloon::after, .p-withRanking__balloon::after, .p-withNews__balloon::after {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    inset-block-start: calc(100% - 1.0666666667vw);
  }
}
@media print, (min-width: 750px) {
  .p-withRelated__balloon::after, .p-withArticleSns__title::after, .p-withArticleToc__title::after, .p-withPickup__balloon::after, .p-withRanking__balloon::after, .p-withNews__balloon::after {
    width: 11px;
    height: 11px;
    inset-block-start: calc(100% - 4px);
  }
}

.p-withRelatedSlider__photo, .p-withArchiveList__photo, .p-withPickupList__photo, .p-withPickupList__item:first-child .p-withPickupList__photo, .p-withRankingList__photo, .p-withNewsSlider__photo, .p-withSlider__photo {
  position: relative;
  display: grid;
  grid-template-areas: "image";
}
.p-withRelatedSlider__photo img, .p-withArchiveList__photo img, .p-withPickupList__photo img, .p-withPickupList__item:first-child .p-withPickupList__photo img, .p-withRankingList__photo img, .p-withNewsSlider__photo img, .p-withSlider__photo img {
  display: block;
}
.p-withRelatedSlider__photo::before, .p-withArchiveList__photo::before, .p-withPickupList__photo::before, .p-withPickupList__item:first-child .p-withPickupList__photo::before, .p-withRankingList__photo::before, .p-withNewsSlider__photo::before, .p-withSlider__photo::before {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  display: block;
  grid-area: image;
  overflow: hidden;
  content: "";
  background-color: #ffff75;
  border-radius: inherit;
}

.p-withRelatedSlider__link, .p-withArchiveList__link, .p-withPickupList__link, .p-withRankingList__link, .p-withNewsSlider__link {
  display: block;
}
.p-withRelatedSlider__link::before, .p-withArchiveList__link::before, .p-withPickupList__link::before, .p-withRankingList__link::before, .p-withNewsSlider__link::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
}

.p-withRelatedSlider__date, .p-withArchiveList__date, .p-withVisual__date, .p-withPickupList__date, .p-withRankingList__date, .p-withNewsSlider__date, .p-withSlider__date {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #979797;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withRelatedSlider__date, .p-withArchiveList__date, .p-withVisual__date, .p-withPickupList__date, .p-withRankingList__date, .p-withNewsSlider__date, .p-withSlider__date {
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__date, .p-withArchiveList__date, .p-withVisual__date, .p-withPickupList__date, .p-withRankingList__date, .p-withNewsSlider__date, .p-withSlider__date {
    font-size: 16px;
  }
}

.p-withRelated .p-withRelatedSlider__button, .p-withNews .p-withNewsSlider__button {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  color: #6579e6;
  background: none;
  border: 2px solid #6579e6;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withRelated .p-withRelatedSlider__button:hover, .p-withNews .p-withNewsSlider__button:hover, a:hover .p-withRelated .p-withRelatedSlider__button, .p-withRelated a:hover .p-withRelatedSlider__button, a:hover .p-withNews .p-withNewsSlider__button, .p-withNews a:hover .p-withNewsSlider__button {
    color: #fff;
    background-color: #6579e6;
  }
}
@media screen and (max-width: 749px) {
  .p-withRelated .p-withRelatedSlider__button, .p-withNews .p-withNewsSlider__button {
    width: 18.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelated .p-withRelatedSlider__button, .p-withNews .p-withNewsSlider__button {
    width: 70px;
    height: 40px;
  }
}
.p-withRelated .p-withRelatedSlider__button i, .p-withNews .p-withNewsSlider__button i {
  position: static;
  margin-block: 0;
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .p-withRelated .p-withRelatedSlider__button i, .p-withNews .p-withNewsSlider__button i {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelated .p-withRelatedSlider__button i, .p-withNews .p-withNewsSlider__button i {
    width: 8px;
    height: 16px;
  }
}
.p-withRelated .swiper-button-prev.p-withRelatedSlider__button i, .p-withNews .swiper-button-prev.p-withNewsSlider__button i {
  transform: rotate(180deg);
}
.p-withRelated .p-withRelatedSlider__button svg, .p-withNews .p-withNewsSlider__button svg {
  display: none;
}

.p-withPickupList__item:first-child .p-withPickupList__body, .p-withSlider__text {
  position: relative;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #fff;
  border: 2px solid #6579e6;
  contain: paint;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__body, .p-withSlider__text {
    padding-block: 10.6666666667vw 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__body, .p-withSlider__text {
    padding-block: 55px 30px;
    padding-inline: 30px 20px;
    font-size: 24px;
    border-radius: 30px;
  }
}
.p-withPickupList__item:first-child .p-withPickupList__body::before, .p-withSlider__text::before {
  position: absolute;
  inset: -2px auto auto -2px;
  display: grid;
  place-items: center;
  font-family: "DM Sans", sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0;
  content: "Pick up";
  background-color: #ffff75;
  border: 2px solid #6579e6;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__body::before, .p-withSlider__text::before {
    width: 24vw;
    height: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__body::before, .p-withSlider__text::before {
    width: 105px;
    height: 30px;
    font-size: 14px;
  }
}

.p-withArticleTag, .p-withArticleHeaderTag, .p-withArchiveListTag, .p-withPickupListTag, .p-withRankingListTag, .p-withNewsSliderTag {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .p-withArticleTag, .p-withArticleHeaderTag, .p-withArchiveListTag, .p-withPickupListTag, .p-withRankingListTag, .p-withNewsSliderTag {
    gap: 0 4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleTag, .p-withArticleHeaderTag, .p-withArchiveListTag, .p-withPickupListTag, .p-withRankingListTag, .p-withNewsSliderTag {
    gap: 15px;
  }
}

.p-withRelatedSliderTag__link, .p-withArticleHeaderTag__link, .p-withArchiveListTag__link, .p-withPickupListTag__link, .p-withRankingListTag__link, .p-withNewsSliderTag__link {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #797979;
  letter-spacing: 0.05em;
}
.p-withRelatedSliderTag__link, .p-withArticleHeaderTag__link, .p-withArchiveListTag__link, .p-withPickupListTag__link, .p-withRankingListTag__link, .p-withNewsSliderTag__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-withRelatedSliderTag__link:hover, .p-withArticleHeaderTag__link:hover, .p-withArchiveListTag__link:hover, .p-withPickupListTag__link:hover, .p-withRankingListTag__link:hover, .p-withNewsSliderTag__link:hover, a:hover .p-withRelatedSliderTag__link, a:hover .p-withArticleHeaderTag__link, a:hover .p-withArchiveListTag__link, a:hover .p-withPickupListTag__link, a:hover .p-withRankingListTag__link, a:hover .p-withNewsSliderTag__link {
    opacity: 0.6;
  }
}
@media screen and (max-width: 749px) {
  .p-withRelatedSliderTag__link, .p-withArticleHeaderTag__link, .p-withArchiveListTag__link, .p-withPickupListTag__link, .p-withRankingListTag__link, .p-withNewsSliderTag__link {
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSliderTag__link, .p-withArticleHeaderTag__link, .p-withArchiveListTag__link, .p-withPickupListTag__link, .p-withRankingListTag__link, .p-withNewsSliderTag__link {
    font-size: 12px;
  }
}
.p-withRelatedSliderTag__link::before, .p-withArticleHeaderTag__link::before, .p-withArchiveListTag__link::before, .p-withPickupListTag__link::before, .p-withRankingListTag__link::before, .p-withNewsSliderTag__link::before {
  content: "#";
}

.p-withButton {
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #343434;
  letter-spacing: 0.05em;
  pointer-events: auto;
  background-color: #fff;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withButton:hover, a:hover .p-withButton {
    color: #fff;
    background-color: #6579e6;
  }
}
@media screen and (max-width: 749px) {
  .p-withButton {
    gap: 5.3333333333vw;
    padding-block: 3.7333333333vw 2.6666666667vw;
    padding-inline: 8vw;
    -webkit-margin-before: 6.6666666667vw;
            margin-block-start: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withButton {
    gap: 20px;
    padding-block: 14px 10px;
    padding-inline: 30px;
    -webkit-margin-before: 55px;
            margin-block-start: 55px;
    font-size: 16px;
  }
}
.p-withButton::after {
  display: block;
  content: "";
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC41aDExbTAgMEw4LjUgMU0xMiA0LjUgOC41IDgiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE0IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgNC41aDExbTAgMEw4LjUgMU0xMiA0LjUgOC41IDgiIHN0cm9rZT0iIzM0MzQzNCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
  translate: 0 -15%;
}
@media screen and (max-width: 749px) {
  .p-withButton::after {
    width: 3.7333333333vw;
    height: 2.4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withButton::after {
    width: 14px;
    height: 9px;
  }
}
@media screen and (max-width: 749px) {
  .p-withButton:has(.p-withButton__icon) {
    padding-block: 5.3333333333vw 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withButton:has(.p-withButton__icon) {
    padding-block: 20px 14px;
  }
}
.p-withButton .p-withButton__text:has(.p-withButton__icon) {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
@media screen and (max-width: 749px) {
  .p-withButton .p-withButton__text:has(.p-withButton__icon) {
    gap: 2.1333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withButton .p-withButton__text:has(.p-withButton__icon) {
    gap: 8px;
  }
}
@media print, (min-width: 750px) {
  .p-withButton + .p-withButton {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
  }
}

.p-withButton-wFull {
  width: 100%;
}

.p-withButton-blue {
  color: #fff;
  background-color: #6579e6;
  border-color: #6579e6;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withButton-blue:hover, a:hover .p-withButton-blue {
    color: #343434;
    background-color: #fff;
  }
}

.p-withButton__icon {
  display: grid;
  place-items: center;
}
.p-withButton__icon::before {
  display: inline-block;
  content: "";
  background-color: currentColor;
  -webkit-mask: no-repeat left top/contain;
          mask: no-repeat left top/contain;
}

.p-withButton__icon-document {
  translate: 0 10%;
}
.p-withButton__icon-document::before {
  -webkit-mask-image: url("/lib/v2/img/ico_document_black_01.svg");
          mask-image: url("/lib/v2/img/ico_document_black_01.svg");
}
@media screen and (max-width: 749px) {
  .p-withButton__icon-document::before {
    width: 4.2666666667vw;
    height: 5.3333333333vw;
    translate: 0 -15%;
  }
}
@media print, (min-width: 750px) {
  .p-withButton__icon-document::before {
    width: 16px;
    height: 20px;
  }
}

.p-withButton__icon-book {
  align-self: center;
  translate: 0 10%;
}
.p-withButton__icon-book::before {
  -webkit-mask-image: url("/lib/v2/img/ico_book_white_01.svg");
          mask-image: url("/lib/v2/img/ico_book_white_01.svg");
  translate: 0 -15%;
}
@media screen and (max-width: 749px) {
  .p-withButton__icon-book::before {
    width: 5.8666666667vw;
    height: 4.5333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withButton__icon-book::before {
    width: 22px;
    height: 17px;
  }
}

@-webkit-keyframes with-rotate-bounce {
  0% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(7deg);
  }
  75% {
    transform: rotate(4deg);
  }
  90% {
    transform: rotate(5.5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}

@keyframes with-rotate-bounce {
  0% {
    transform: rotate(0deg);
  }
  55% {
    transform: rotate(7deg);
  }
  75% {
    transform: rotate(4deg);
  }
  90% {
    transform: rotate(5.5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@-webkit-keyframes with-pickup-tab-bounce {
  0% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(-3px, -12px);
  }
  75% {
    transform: translate(2px, -5px);
  }
  90% {
    transform: translate(-1px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes with-pickup-tab-bounce {
  0% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(-3px, -12px);
  }
  75% {
    transform: translate(2px, -5px);
  }
  90% {
    transform: translate(-1px, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes with-pickup-image-bounce {
  0% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(0, -5px);
  }
  90% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes with-pickup-image-bounce {
  0% {
    transform: translate(0, 0);
  }
  55% {
    transform: translate(0, -10px);
  }
  75% {
    transform: translate(0, -5px);
  }
  90% {
    transform: translate(0, -8px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.p-withSection {
  background-color: #fff4eb;
}
.p-withSection:has(.p-withPickup) {
  background: #fff4eb url("/www_img/with/with_bg_03.svg") no-repeat center top;
}
@media screen and (max-width: 749px) {
  .p-withSection:has(.p-withPickup) {
    background-size: auto 20.5333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSection:has(.p-withPickup) {
    background-size: 2500px auto;
  }
}
.p-withSection:has(.p-withRelated) {
  background: #fff4eb url("/www_img/with/with_bg_03.svg") no-repeat center top;
}
@media screen and (max-width: 749px) {
  .p-withSection:has(.p-withRelated) {
    background-size: auto 20.5333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSection:has(.p-withRelated) {
    background-size: 2500px auto;
  }
}
@media screen and (max-width: 749px) {
  .p-withSection:has(.p-withFooter) {
    -webkit-padding-after: 21.3333333333vw;
            padding-block-end: 21.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSection:has(.p-withFooter) {
    -webkit-padding-after: 90px;
            padding-block-end: 90px;
  }
}
.p-withSection:has(.p-withLead) {
  -webkit-padding-after: 1px;
          padding-block-end: 1px;
}

.p-withSlider {
  position: relative;
  background: #fff4eb no-repeat center top;
  contain: paint;
}
@media screen and (max-width: 749px) {
  .p-withSlider {
    padding-block: 9.3333333333vw 17.8666666667vw;
    background-image: url("/www_img/with/with_bg_01_sp.svg");
    background-size: contain;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider {
    display: grid;
    grid-template-areas: "inner";
    align-items: start;
    justify-content: center;
    background-image: url("/www_img/with/with_bg_01_pc.svg");
    background-size: auto 595px;
  }
}

@media print, (min-width: 750px) {
  .p-withSlider__head {
    display: grid;
    grid-area: inner;
    gap: 30px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}

.p-withPickupTab > .p-withSlider__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withPickupTab__body > .p-withSlider__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withLead > .p-withSlider__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withArchiveTab > .p-withSlider__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withArchiveTab__body > .p-withSlider__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withSlider__logo {
  display: block;
}
@media screen and (max-width: 749px) {
  .p-withSlider__logo {
    width: 78.6666666667vw;
    margin-inline: auto;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__logo {
    width: 420px;
  }
}

.p-withSlider__lead {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 749px) {
  .p-withSlider__lead {
    width: 78.6666666667vw;
    -webkit-margin-before: 3.2vw;
            margin-block-start: 3.2vw;
    margin-inline: auto;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__lead {
    font-size: 13px;
  }
}

@media print, (min-width: 750px) {
  .p-withSlider__body {
    grid-area: inner;
    width: 1080px;
    -webkit-margin-before: 70px;
            margin-block-start: 70px;
  }
}

.p-withPickupTab > .p-withSlider__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withPickupTab__body > .p-withSlider__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withLead > .p-withSlider__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withArchiveTab > .p-withSlider__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withArchiveTab__body > .p-withSlider__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withSlider__item {
  mix-blend-mode: plus-lighter;
}

@media screen and (max-width: 749px) {
  .p-withSlider__link {
    display: block;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__link {
    display: grid;
    grid-template-areas: "inner";
    align-items: start;
    cursor: pointer;
  }
  .p-withSlider__link > .p-withSlider__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withSlider__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 749px) {
  .p-withSlider__date {
    width: 78.6666666667vw;
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    margin-inline: auto;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__date {
    grid-area: inner;
    -webkit-margin-before: 86px;
            margin-block-start: 86px;
    writing-mode: vertical-rl;
  }
}
.p-withPickupTab > .p-withSlider__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withSlider__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withSlider__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withSlider__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withSlider__date {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

@media screen and (max-width: 749px) {
  .p-withSlider__photo {
    width: 78.6666666667vw;
    margin-inline: auto;
    border-radius: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__photo {
    grid-area: inner;
    width: 490px;
    -webkit-padding-after: 96px;
            padding-block-end: 96px;
    -webkit-margin-start: 464px;
            margin-inline-start: 464px;
    border-radius: 30px;
  }
}
.p-withPickupTab > .p-withSlider__photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withSlider__photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withSlider__photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withSlider__photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withSlider__photo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withSlider__photo::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  background: url("/www_img/with/with_bg_02.svg") no-repeat left top/contain;
}
@media screen and (max-width: 749px) {
  .p-withSlider__photo::after {
    width: 59.2vw;
    height: 44.5333333333vw;
    inset-block-start: 36vw;
    inset-inline-start: 30.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__photo::after {
    width: 427px;
    height: 322px;
    inset-block-start: 193px;
    inset-inline-start: 143px;
  }
}

.p-withSlider__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-withSlider__link:hover .p-withSlider__image {
  -webkit-animation: with-rotate-bounce 0.4s ease-out both;
          animation: with-rotate-bounce 0.4s ease-out both;
}
@media screen and (max-width: 749px) {
  .p-withSlider__image {
    border-radius: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__image {
    border-radius: 30px;
  }
}

@media screen and (max-width: 749px) {
  .p-withSlider__text {
    width: 89.3333333333vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    margin-inline: auto;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__text {
    grid-area: inner;
    width: 490px;
    min-height: 200px;
    -webkit-margin-before: 272px;
            margin-block-start: 272px;
  }
}
.p-withPickupTab > .p-withSlider__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withSlider__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withSlider__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withSlider__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withSlider__text {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withSlider__pager {
  display: grid;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .p-withSlider__pager {
    grid-template-columns: auto auto 29.8666666667vw auto auto;
    gap: 2.6666666667vw;
    justify-content: center;
    -webkit-margin-before: 4.8vw;
            margin-block-start: 4.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__pager {
    grid-template-columns: auto auto 112px auto auto;
    gap: 10px;
    justify-content: end;
  }
}

.p-withSlider__counter {
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  color: #797979;
}
@media screen and (max-width: 749px) {
  .p-withSlider__counter {
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider__counter {
    font-size: 14px;
  }
}
.p-withSlider__counter.js-with-swiper-min {
  color: #6579e6;
}

.p-withSlider .p-withSlider__pagination {
  position: static;
  background-color: #e0e0e0;
}
.p-withSlider .p-withSlider__pagination .swiper-pagination-progressbar-fill {
  background-color: #737fce;
}

.p-withSlider .p-withSlider__button {
  position: static;
  margin-block: 0;
  background-color: #6579e6;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/2.1333333333vw 4.2666666667vw;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/2.1333333333vw 4.2666666667vw;
}
@media screen and (max-width: 749px) {
  .p-withSlider .p-withSlider__button {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
    padding: 4vw;
    margin-inline: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider .p-withSlider__button {
    width: 8px;
    height: 16px;
    padding: 15px;
    -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/8px 16px;
            mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/8px 16px;
  }
}
.p-withSlider .p-withSlider__button.swiper-button-prev {
  transform: rotate(180deg);
}
@media screen and (max-width: 749px) {
  .p-withSlider .p-withSlider__button.swiper-button-prev {
    margin-right: -2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider .p-withSlider__button.swiper-button-prev {
    margin-right: -10px;
  }
}
@media screen and (max-width: 749px) {
  .p-withSlider .p-withSlider__button.swiper-button-next {
    margin-left: -2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withSlider .p-withSlider__button.swiper-button-next {
    margin-left: -10px;
  }
}
.p-withSlider .p-withSlider__button svg {
  display: none;
}

@media print, (min-width: 750px) {
  .p-withKeyword {
    -webkit-padding-before: 65px;
            padding-block-start: 65px;
  }
}

.p-withKeyword__title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 749px) {
  .p-withKeyword__title {
    gap: 1.8666666667vw;
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withKeyword__title {
    gap: 7px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
    font-size: 18px;
  }
}
.p-withKeyword__title::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withKeyword__title::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withKeyword__title::before {
    width: 8px;
    height: 8px;
  }
}

.p-withKeyword__inner {
  contain: paint;
  display: flex;
  flex-flow: row nowrap;
  margin-inline: calc(50% - 50cqi);
}
@supports not (margin-inline: calc(50% - 50cqi)) {
  .p-withKeyword__inner {
    margin-inline: calc(50% - 50vw);
  }
}

.p-withKeyword__list {
  display: flex;
  flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-animation: infinity-scroll-left 10s linear infinite 0s both;
          animation: infinity-scroll-left 10s linear infinite 0s both;
}
.p-withKeyword:hover .p-withKeyword__list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media screen and (max-width: 749px) {
  .p-withKeyword__item {
    -webkit-margin-end: 1.3333333333vw;
            margin-inline-end: 1.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withKeyword__item {
    -webkit-margin-end: 5px;
            margin-inline-end: 5px;
  }
}

.p-withKeyword__link {
  display: block;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #f4f5f8;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withKeyword__link:hover, a:hover .p-withKeyword__link {
    background-color: #737fce;
  }
}
@media screen and (max-width: 749px) {
  .p-withKeyword__link {
    padding-block: 3.2vw;
    padding-inline: 5.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withKeyword__link {
    padding-block: 12px;
    padding-inline: 19px;
  }
}
@media print, (min-width: 750px) {
  .p-withKeyword__link:hover {
    color: #fff;
  }
}

.p-withKeyword__text {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .p-withKeyword__text {
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withKeyword__text {
    font-size: 14px;
  }
}
.p-withKeyword__text::before {
  content: "#";
}

@-webkit-keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.p-withNews {
  contain: paint;
  position: relative;
  z-index: 1;
}
@supports not (contain: paint) {
  .p-withNews {
    overflow: hidden;
  }
}
@media screen and (max-width: 749px) {
  .p-withNews {
    padding-block: 17.8666666667vw 16vw;
    padding-inline: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNews {
    padding-block: 90px;
  }
}
.p-withNews::before {
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
  content: "";
  background-color: #fff;
}
@media screen and (max-width: 749px) {
  .p-withNews::before {
    inset: calc(16.8vw + 5.8666666667vw) 0 0 0;
  }
}
@media print, (min-width: 750px) {
  .p-withNews::before {
    inset: 107px 0 0 0;
  }
}

@media screen and (max-width: 749px) {
  .p-withNews__head {
    -webkit-margin-after: 5.0666666667vw;
            margin-block-end: 5.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNews__head {
    -webkit-margin-after: 93px;
            margin-block-end: 93px;
  }
}

@media screen and (max-width: 749px) {
  .p-withNews__balloon {
    -webkit-margin-after: 5.3333333333vw;
            margin-block-end: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNews__balloon {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}

.p-withNews__title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0;
}
@media screen and (max-width: 749px) {
  .p-withNews__title {
    gap: 4.2666666667vw;
    font-size: 9.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNews__title {
    gap: 16px;
    font-size: 46px;
  }
}
.p-withNews__title::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withNews__title::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNews__title::before {
    width: 11px;
    height: 11px;
  }
}

.p-withNewsSlider__item {
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-withNewsSlider__item {
    width: 68vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__item {
    width: 298px;
  }
}

@media screen and (max-width: 749px) {
  .p-withNewsSlider__date {
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__date {
    position: absolute;
    inset: 0 auto auto calc(100% + 10px);
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 749px) {
  .p-withNewsSlider__photo {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__photo {
    border-radius: 20px;
  }
}
.p-withNewsSlider__item-new .p-withNewsSlider__photo::after {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  background: url("/www_img/with/ico_new_01.svg") no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .p-withNewsSlider__item-new .p-withNewsSlider__photo::after {
    inset: -5.3333333333vw auto auto -2.9333333333vw;
    width: 28.2666666667vw;
    height: 9.8666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__item-new .p-withNewsSlider__photo::after {
    inset: -20px auto auto -11px;
    width: 106px;
    height: 37px;
  }
}

.p-withNewsSlider__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-withNewsSlider__item:hover .p-withNewsSlider__image {
  -webkit-animation: with-rotate-bounce 0.4s ease-out both;
          animation: with-rotate-bounce 0.4s ease-out both;
}
@media screen and (max-width: 749px) {
  .p-withNewsSlider__image {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__image {
    border-radius: 20px;
  }
}

.p-withNewsSlider__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  .p-withNewsSlider__title {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    font-size: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__title {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 18px;
  }
}

.p-withNewsSlider__category {
  position: relative;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #737fce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withNewsSlider__category {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__category {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .p-withNewsSliderTag {
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSliderTag {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

.p-withNewsSlider__pager {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .p-withNewsSlider__pager {
    gap: 8vw;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withNewsSlider__pager {
    gap: 30px;
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

@media screen and (max-width: 749px) {
  .p-withRanking {
    padding-block: 17.0666666667vw 12vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRanking {
    padding-block: 130px 16px;
    background: url("/www_img/with/bg_line_01.svg") no-repeat -18.74px 480px/261px auto;
  }
}

@media print, (min-width: 750px) {
  .p-withRanking .c-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 41px;
    justify-content: space-between;
  }
}

@media screen and (max-width: 749px) {
  .p-withRanking__head {
    -webkit-margin-after: 1.6vw;
            margin-block-end: 1.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRanking__head {
    display: grid;
    grid-template-areas: "title balloon";
    align-items: start;
  }
}

@media screen and (max-width: 749px) {
  .p-withRanking__balloon {
    -webkit-margin-after: 5.3333333333vw;
            margin-block-end: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRanking__balloon {
    grid-area: balloon;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    writing-mode: vertical-rl;
  }
}

.p-withRanking__title {
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 749px) {
  .p-withRanking__title {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 4.2666666667vw;
    align-items: center;
    font-size: 9.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRanking__title {
    grid-area: title;
    font-size: 60px;
    writing-mode: vertical-rl;
  }
}
@media print, (min-width: 750px){
  .p-withRanking__balloon {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .p-withRanking__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-withRanking__title::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withRanking__title::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRanking__title::before {
    position: absolute;
    inset: -27px 0 auto;
    width: 11px;
    height: 11px;
    margin-block: auto;
  }
}

.p-withRankingList {
  display: grid;
  counter-reset: number;
}
@media screen and (max-width: 749px) {
  .p-withRankingList {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: 1fr 225px 225px;
    gap: 40px 53px;
    align-items: flex-start;
    justify-content: end;
    -webkit-margin-before: 39px;
            margin-block-start: 39px;
  }
}

.p-withRankingList__item {
  position: relative;
}
.p-withRankingList__item::after {
  position: absolute;
  display: block;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  background: url("/www_img/with/bg_count_01.svg") no-repeat left bottom/contain;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item::after {
    inset: 0 auto auto -1.3333333333vw;
    width: 15.7333333333vw;
    -webkit-padding-after: 2.4vw;
            padding-block-end: 2.4vw;
    font-size: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__item::after {
    inset: -21px auto auto -12px;
    width: 55px;
    -webkit-padding-after: 8px;
            padding-block-end: 8px;
    font-size: 30px;
  }
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item:first-child {
    grid-column: 1/span 2;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__item:first-child {
    grid-row: 1/span 2;
    width: 340px;
    margin-inline: auto 7px;
  }
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item:first-child::after {
    inset: 1.0666666667vw auto auto -2.6666666667vw;
    width: 24vw;
    -webkit-padding-after: 2.6666666667vw;
            padding-block-end: 2.6666666667vw;
    font-size: 13.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__item:first-child::after {
    inset: -28px auto auto -17px;
    width: 84px;
    -webkit-padding-after: 10px;
            padding-block-end: 10px;
    font-size: 50px;
  }
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item:first-child .p-withRankingList__date {
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
  }
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item:first-child .p-withRankingList__photo {
    border-radius: 8vw;
  }
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item:first-child .p-withRankingList__title {
    font-size: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__item:first-child .p-withRankingList__title {
    font-size: 18px;
  }
}
@media screen and (max-width: 749px) {
  .p-withRankingList__item:first-child .p-withRankingList__category {
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__item:first-child .p-withRankingList__category {
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .p-withRankingList__date {
    -webkit-margin-after: 1.6vw;
            margin-block-end: 1.6vw;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__date {
    position: absolute;
    inset: 0 auto auto calc(100% + 10px);
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 749px) {
  .p-withRankingList__photo {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__photo {
    border-radius: 20px;
  }
}

.p-withRankingList__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-withRankingList__item:hover .p-withRankingList__image {
  -webkit-animation: with-rotate-bounce 0.4s ease-out both;
          animation: with-rotate-bounce 0.4s ease-out both;
}
@media screen and (max-width: 749px) {
  .p-withRankingList__image {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__image {
    border-radius: 20px;
  }
}

.p-withRankingList__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  .p-withRankingList__title {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__title {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

.p-withRankingList__category {
  position: relative;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #737fce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withRankingList__category {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingList__category {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 749px) {
  .p-withRankingListTag {
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRankingListTag {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

@media screen and (max-width: 749px) {
  .p-withPickup {
    padding-block: 25.0666666667vw 17.0666666667vw;
    background: linear-gradient(to bottom, transparent 20.2666666667vw, #fff 20.2666666667vw, #fff 100%);
  }
}
@media print, (min-width: 750px) {
  .p-withPickup {
    padding-block: 145px 90px;
    background: url("/www_img/with/bg_line_02.svg") no-repeat -92px 535px/290px auto, linear-gradient(to bottom, transparent 300px, #fff 300px, #fff 100%);
    border-end-start-radius: 50px;
    border-end-end-radius: 50px;
  }
}

.p-withPickup__head {
  position: relative;
  grid-area: inner;
}

.p-withPickupTab > .p-withPickup__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withPickup__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withPickup__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withPickup__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withPickup__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickup__balloon {
  margin-inline: auto;
}
@media screen and (max-width: 749px) {
  .p-withPickup__balloon {
    -webkit-margin-after: 8vw;
            margin-block-end: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickup__balloon {
    -webkit-margin-after: 200px;
            margin-block-end: 200px;
  }
}

.p-withPickup__title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 749px) {
  .p-withPickup__title {
    gap: 4.2666666667vw;
    font-size: 9.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickup__title {
    position: absolute;
    inset: 0 6px auto auto;
    gap: 16px;
    font-size: 60px;
    writing-mode: vertical-rl;
  }
}
.p-withPickup__title::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withPickup__title::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickup__title::before {
    width: 11px;
    height: 11px;
  }
}
.p-withPickup__title::after {
  position: absolute;
  display: block;
  content: "";
  background: url("/www_img/with/bg_line_03.svg") no-repeat left top/contain;
}
@media screen and (max-width: 749px) {
  .p-withPickup__title::after {
    inset: 26.6666666667vw auto auto 28vw;
    width: 2.1333333333vw;
    height: 41.0666666667vw;
    transform-origin: left top;
    rotate: -90deg;
  }
}
@media print, (min-width: 750px) {
  .p-withPickup__title::after {
    inset: 159px auto auto 1px;
    width: 9px;
    height: 173px;
  }
}

.p-withPickup__subTitle {
  position: absolute;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withPickup__subTitle {
    inset: 17.8666666667vw auto auto 34.1333333333vw;
    font-size: 5.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickup__subTitle {
    inset: 182px 25px auto auto;
    font-size: 24px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    writing-mode: vertical-rl;
  }
}

.p-withPickupTab {
  display: grid;
  grid-template-areas: "inner";
  align-items: start;
}

.p-withPickupTab__head {
  position: relative;
  z-index: 3;
  display: grid;
  grid-area: inner;
}

.p-withPickupTab > .p-withPickupTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withPickupTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withPickupTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withPickupTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withPickupTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 749px) {
  .p-withPickupTab__head {
    grid-template-columns: repeat(3, 1fr);
    -webkit-padding-before: 33.6vw;
            padding-block-start: 33.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTab__head {
    grid-template-columns: repeat(3, 200px);
    justify-content: center;
    -webkit-padding-before: 55px;
            padding-block-start: 55px;
  }
}

.p-withPickupTabButton {
  position: relative;
  -webkit-border-after: 2px solid #d0d0d0;
          border-block-end: 2px solid #d0d0d0;
}
.p-withPickupTabButton::after {
  position: absolute;
  inset: auto 0 0;
  display: block;
  margin-inline: auto;
  content: "";
  background-color: rgba(101, 121, 230, 0);
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
  translate: 0 100%;
}
@media screen and (max-width: 749px) {
  .p-withPickupTabButton::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTabButton::after {
    width: 8px;
    height: 8px;
  }
}
.p-withPickupTabButton:hover, .p-withPickupTabButton:focus-visible, .p-withPickupTabButton[aria-selected=true] {
  color: #6579e6;
  border-block-end-color: #6579e6;
}
.p-withPickupTabButton:hover::after, .p-withPickupTabButton:focus-visible::after, .p-withPickupTabButton[aria-selected=true]::after {
  background-color: #6579e6;
}

.p-withPickupTabButton__inner {
  display: grid;
  justify-items: center;
  transform-origin: center bottom;
  will-change: transform;
}
@media screen and (max-width: 749px) {
  .p-withPickupTabButton__inner {
    gap: 5.3333333333vw;
    height: 32vw;
    -webkit-padding-before: 2.4vw;
            padding-block-start: 2.4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTabButton__inner {
    gap: 39px;
    align-content: start;
    height: 181px;
    -webkit-padding-before: 13px;
            padding-block-start: 13px;
  }
}
.p-withPickupTabButton__inner::before, .p-withPickupTabButton__inner::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-color: rgba(255, 255, 117, 0);
  will-change: transform;
}
.p-withPickupTabButton__inner::before {
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withPickupTabButton__inner::before {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTabButton__inner::before {
    width: 112px;
    height: 112px;
  }
}
.p-withPickupTabButton__inner::after {
  margin-inline: auto;
  rotate: 45deg;
}
@media screen and (max-width: 749px) {
  .p-withPickupTabButton__inner::after {
    inset: 18.6666666667vw 0 auto;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTabButton__inner::after {
    inset: 95px 0 auto;
    width: 22px;
    height: 22px;
    border-radius: 5px;
  }
}
.p-withPickupTabButton:hover .p-withPickupTabButton__inner::before, .p-withPickupTabButton:hover .p-withPickupTabButton__inner::after, .p-withPickupTabButton:focus-visible .p-withPickupTabButton__inner::before, .p-withPickupTabButton:focus-visible .p-withPickupTabButton__inner::after {
  background-color: rgb(255 255 117 / 70%);
  -webkit-animation: with-pickup-tab-bounce 0.4s ease both;
          animation: with-pickup-tab-bounce 0.4s ease both;
}
[aria-selected=true] .p-withPickupTabButton__inner {
  color: #6579e6;
  pointer-events: none;
  border-block-end-color: #6579e6;
}
[aria-selected=true] .p-withPickupTabButton__inner::before, [aria-selected=true] .p-withPickupTabButton__inner::after {
  background-color: rgb(255 255 117 / 70%);
}

.p-withPickupTabButton__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 749px) {
  .p-withPickupTabButton__image {
    height: 14.4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTabButton__image {
    height: 80px;
  }
}
.p-withPickupTabButton:hover .p-withPickupTabButton__image, .p-withPickupTabButton:focus-visible .p-withPickupTabButton__image {
  -webkit-animation: with-pickup-image-bounce 0.4s ease both;
          animation: with-pickup-image-bounce 0.4s ease both;
}
.p-withPickupTabButton:hover .p-withPickupTabButton__image::before, .p-withPickupTabButton:hover .p-withPickupTabButton__image::after, .p-withPickupTabButton:focus-visible .p-withPickupTabButton__image::before, .p-withPickupTabButton:focus-visible .p-withPickupTabButton__image::after {
  background-color: rgb(255 255 117 / 70%);
}

.p-withPickupTabButton__text {
  display: block;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withPickupTabButton__text {
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupTabButton__text {
    font-size: 16px;
  }
}

.p-withPickupTab__body {
  display: grid;
  grid-area: inner;
  grid-template-areas: "inner";
  align-items: start;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.p-withPickupTab > .p-withPickupTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withPickupTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withPickupTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withPickupTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withPickupTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.p-withPickupTab__body.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.p-withPickupTab__body[hidden] {
  display: none;
}
.js-tab .p-withPickupTab__body[hidden] {
  display: grid;
}

.p-withPickupList {
  display: grid;
  grid-area: inner;
}

.p-withPickupTab > .p-withPickupList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withPickupList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withPickupList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withPickupList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withPickupList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 749px) {
  .p-withPickupList {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
    -webkit-margin-before: 70.9333333333vw;
            margin-block-start: 70.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList {
    grid-template-columns: repeat(4, 1fr);
    gap: 60px 53px;
    -webkit-margin-before: 264px;
            margin-block-start: 264px;
  }
}

.p-withPickupList__item {
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child {
    grid-column: 1/span 2;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child {
    display: grid;
    grid-template-areas: "inner";
    grid-column: 1/span 4;
    align-items: start;
  }
  .p-withPickupList__item:first-child > .p-withSlider__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withSlider__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withSlider__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withSlider__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withSlider__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withPickup__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withPickupTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withPickupTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withPickupList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__date {
    width: 78.6666666667vw;
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    margin-inline: auto;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__date {
    inset: 0 auto auto 508.45px;
  }
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__photo {
    width: 78.6666666667vw;
    margin-inline: auto;
    border-radius: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__photo {
    grid-area: inner;
    width: 490px;
    border-radius: 30px;
  }
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__image {
    border-radius: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__image {
    border-radius: 30px;
  }
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__body {
    width: 89.3333333333vw;
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    margin-inline: auto;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__body {
    grid-area: inner;
    width: 520px;
    min-height: 218px;
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
    -webkit-margin-start: 470px;
            margin-inline-start: 470px;
  }
}
.p-withPickupList__item:first-child .p-withPickupList__title {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__title {
    font-size: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__title {
    font-size: 24px;
  }
}
@media screen and (max-width: 749px) {
  .p-withPickupList__item:first-child .p-withPickupList__category {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__item:first-child .p-withPickupList__category {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .p-withPickupList__date {
    -webkit-margin-after: 1.6vw;
            margin-block-end: 1.6vw;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__date {
    position: absolute;
    inset: 0 auto auto calc(100% + 10px);
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 749px) {
  .p-withPickupList__photo {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__photo {
    border-radius: 20px;
  }
}

.p-withPickupList__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-withPickupList__item:hover .p-withPickupList__image {
  -webkit-animation: with-rotate-bounce 0.4s ease-out both;
          animation: with-rotate-bounce 0.4s ease-out both;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__image {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__image {
    border-radius: 20px;
  }
}

.p-withPickupList__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__title {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__title {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

.p-withPickupList__category {
  position: relative;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #737fce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withPickupList__category {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupList__category {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 749px) {
  .p-withPickupListTag {
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withPickupListTag {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

.p-withLead {
  position: relative;
  display: grid;
  grid-template-areas: "inner";
  align-items: start;
  justify-content: center;
  background: url("/www_img/with/with_bg_04.svg") no-repeat;
  contain: paint;
}
@media screen and (max-width: 749px) {
  .p-withLead {
    height: 146.6666666667vw;
    background-position: center 58.6666666667vw;
    background-size: auto 25.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withLead {
    height: 440px;
    background-position: center 38px;
    background-size: auto 441px;
  }
}

.p-withLead__body {
  position: relative;
  z-index: 2;
  grid-area: inner;
  pointer-events: none;
}

.p-withPickupTab > .p-withLead__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withLead__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withLead__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withLead__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withLead__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 749px) {
  .p-withLead__body {
    -webkit-padding-before: 14.9333333333vw;
            padding-block-start: 14.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withLead__body {
    align-self: end;
    -webkit-padding-after: 120px;
            padding-block-end: 120px;
  }
}
@media print, (min-width: 750px) {
  .p-withLead__body .p-withButton {
    -webkit-margin-before: 85px;
            margin-block-start: 85px;
  }
}

.p-withLead__text {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 2.8;
  text-align: center;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 749px) {
  .p-withLead__text {
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withLead__text {
    font-size: 14px;
  }
}

.p-withLead__line {
  position: relative;
}
.p-withLead__line::before {
  position: absolute;
  inset: 100% auto auto 0;
  display: block;
  content: "";
  background: url("/www_img/with/bg_line_04.svg") no-repeat center/contain;
  rotate: -2.6deg;
}
@media screen and (max-width: 749px) {
  .p-withLead__line::before {
    width: 33.8666666667vw;
    height: 2.4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withLead__line::before {
    width: 148px;
    height: 11px;
  }
}

.p-withLeadTag {
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  border: 2px solid;
  border-radius: 100vmax;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 749px) {
  .p-withLeadTag {
    padding-block: 3.4666666667vw;
    padding-inline: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withLeadTag {
    padding-block: 13px;
    padding-inline: 20px;
    font-size: 16px;
  }
}
.p-withLeadTag::before {
  content: "#";
}

.p-withLeadTag-green {
  color: #6579e6;
  border-color: #6579e6;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withLeadTag-green:hover, a:hover .p-withLeadTag-green {
    color: #fff;
    background-color: #6579e6;
  }
}

.p-withLeadTag-blue {
  color: #1cb5ad;
  border-color: #1cb5ad;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withLeadTag-blue:hover, a:hover .p-withLeadTag-blue {
    color: #fff;
    background-color: #1cb5ad;
  }
}

.p-withLeadTag-red {
  color: #bb5478;
  border-color: #bb5478;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withLeadTag-red:hover, a:hover .p-withLeadTag-red {
    color: #fff;
    background-color: #bb5478;
  }
}

@media screen and (max-width: 749px) {
  .p-withVisual {
    min-height: 65.0666666667vw;
    padding-inline: 5.3333333333vw;
    background: url("/www_img/with/with_bg_05_sp.svg") no-repeat center bottom/100% auto, linear-gradient(to bottom, #fff 53.3333333333vw, #fff4eb 53.3333333333vw, #fff4eb 100%);
  }
}
@media print, (min-width: 750px) {
  .p-withVisual {
    display: grid;
    grid-template: "inner"/1000px;
    justify-content: center;
    min-height: 350px;
    background: #fff4eb url("/www_img/with/with_bg_05_pc.svg") no-repeat center -40px/2500px auto;
  }
  .p-withVisual > .p-withSlider__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withSlider__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withSlider__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withSlider__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withSlider__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withPickup__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withPickupTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withPickupTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withPickupList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withPickupList__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withPickupList__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withLead__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 749px) {
  .p-withVisual--single {
    background: url("/www_img/with/with_bg_05_sp.svg") no-repeat center center/100% auto, linear-gradient(to bottom, #fff 53.3333333333vw, #fff4eb 53.3333333333vw, #fff4eb 100%);
  }
}

@media screen and (max-width: 749px) {
  .p-withVisual__head {
    display: grid;
    grid-template-areas: "inner";
    -webkit-margin-after: 7.6vw;
            margin-block-end: 7.6vw;
  }
  .p-withVisual__head > .p-withSlider__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withSlider__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withSlider__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withSlider__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withSlider__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withPickup__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withPickupTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withPickupTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withPickupList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withPickupList__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withPickupList__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withLead__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media print, (min-width: 750px) {
  .p-withVisual__head {
    grid-area: inner;
    place-self: start end;
    width: 250px;
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
  }
}
.p-withPickupTab > .p-withVisual__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withVisual__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withVisual__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withVisual__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withVisual__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }

.p-withVisual__logo {
  display: block;
}
@media screen and (max-width: 749px) {
  .p-withVisual__logo {
    grid-area: inner;
    width: 69.8666666667vw;
    -webkit-padding-before: 6.9333333333vw;
            padding-block-start: 6.9333333333vw;
  }
}
.p-withPickupTab > .p-withVisual__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withVisual__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withVisual__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withVisual__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withVisual__logo {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withVisual__lead {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 749px) {
  .p-withVisual__lead {
    grid-area: inner;
    place-self: start end;
    -webkit-padding-before: 5.3333333333vw;
            padding-block-start: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.p-withPickupTab > .p-withVisual__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withVisual__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withVisual__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withVisual__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withVisual__lead {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
@media print, (min-width: 750px) {
  .p-withVisual__lead {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 12px;
  }
}

.p-withVisual__body {
  position: relative;
}
@media print, (min-width: 750px) {
  .p-withVisual__body {
    grid-area: inner;
  }
}
.p-withPickupTab > .p-withVisual__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withPickupTab__body > .p-withVisual__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withLead > .p-withVisual__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab > .p-withVisual__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
.p-withArchiveTab__body > .p-withVisual__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  }
@media print, (min-width: 750px) {
  .p-withVisual__body:has(.p-withVisual__title) {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
    -webkit-padding-end: 280px;
            padding-inline-end: 280px;
  }
}
@media print, (min-width: 750px) {
  .p-withVisual__body:has(.p-withVisual__photo) {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    -webkit-padding-end: 280px;
            padding-inline-end: 280px;
  }
}

.p-withVisual__title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withVisual__title {
    gap: 2.4vw;
    -webkit-margin-before: 12vw;
            margin-block-start: 12vw;
    font-size: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withVisual__title {
    gap: 16px;
    font-size: 30px;
  }
}
.p-withVisual__title::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
  translate: 0 -35%;
}
@media screen and (max-width: 749px) {
  .p-withVisual__title::before {
    width: 2.9333333333vw;
    height: 2.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withVisual__title::before {
    width: 11px;
    height: 11px;
  }
}

@media screen and (max-width: 749px) {
  .p-withVisual__date {
    padding-inline: 5.3333333333vw;
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withVisual__date {
    position: absolute;
    inset: 30px auto auto 525px;
    writing-mode: vertical-rl;
  }
}

.p-withVisual__photo {
  contain: paint;
}
@media screen and (max-width: 749px) {
  .p-withVisual__photo {
    width: 78.6666666667vw;
    margin-inline: auto;
    border-radius: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withVisual__photo {
    width: 450px;
    -webkit-margin-start: 60px;
            margin-inline-start: 60px;
    border-radius: 30px;
  }
}

.p-withVisual__image {
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 749px) {
  .p-withArchive {
    padding-block: 4.8vw 21.3333333333vw 0;
  }
}
@media print, (min-width: 750px) {
  .p-withArchive {
    padding-block: 32px 90px 0;
  }
}

.p-withArchive__noArticle {
  margin: 10.6666666667vw 0;
  text-align: center;
}
@media print, (min-width: 750px) {
  .p-withArchive__noArticle {
    margin: 50px 0;
  }
}

.p-withArchiveTab {
  display: grid;
  grid-template-areas: "inner";
  align-items: start;
}

.p-withArchiveTab__head {
  position: relative;
  z-index: 3;
  display: grid;
  grid-area: inner;
  grid-template-columns: repeat(4, 1fr);
  margin-inline: auto;
}

.p-withPickupTab > .p-withArchiveTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withArchiveTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withArchiveTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withArchiveTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withArchiveTab__head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 749px) {
  .p-withArchiveTab__head {
    width: 100%;
    height: 21.8666666667vw;
    -webkit-margin-after: 6.6666666667vw;
            margin-block-end: 6.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveTab__head {
    width: 800px;
    height: 112px;
    -webkit-margin-after: 60px;
            margin-block-end: 60px;
  }
}

.p-withArchiveTab__body {
  display: grid;
  grid-area: inner;
  grid-template-areas: "inner";
  align-items: start;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.p-withPickupTab > .p-withArchiveTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withArchiveTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withArchiveTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withArchiveTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withArchiveTab__body {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 749px) {
  .p-withArchiveTab__body {
    -webkit-margin-before: 29.3333333333vw;
            margin-block-start: 29.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveTab__body {
    -webkit-margin-before: 160px;
            margin-block-start: 160px;
  }
}
.p-withArchiveTab__body.is-active {
  display: grid;
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.p-withArchiveTab__body[hidden] {
  display: none;
}
.p-withArchiveTabButton {
  position: relative;
  height: 100%;
  -webkit-border-after: 2px solid #d0d0d0;
          border-block-end: 2px solid #d0d0d0;
  transition: border-color 0.3s ease-in-out;
}
.p-withArchiveTabButton:hover, .p-withArchiveTabButton:focus-visible, .p-withArchiveTabButton[aria-selected=true] {
  color: #6579e6;
  border-block-end-color: #6579e6;
}

.p-withArchiveTabButton__inner {
  display: grid;
  place-items: end center;
  align-content: end;
  height: inherit;
}
@media screen and (max-width: 749px) {
  .p-withArchiveTabButton__inner {
    gap: 3.2vw;
    -webkit-padding-after: 3.2vw;
            padding-block-end: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveTabButton__inner {
    gap: 15px;
    -webkit-padding-after: 12px;
            padding-block-end: 12px;
  }
}
[aria-selected=true] .p-withArchiveTabButton__inner {
  color: #6579e6;
  pointer-events: none;
  border-block-end-color: #6579e6;
}
[aria-selected=true] .p-withArchiveTabButton__inner::before, [aria-selected=true] .p-withArchiveTabButton__inner::after {
  background-color: rgba(255, 255, 117, 0.7);
}

.p-withArchiveTabButton__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 749px) {
  .p-withArchiveTabButton__image {
    height: 9.6vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveTabButton__image {
    height: 52px;
  }
}

.p-withArchiveTabButton__text {
  display: block;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withArchiveTabButton__text {
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveTabButton__text {
    font-size: 16px;
  }
}

.p-withArchiveList {
  display: grid;
  grid-area: inner;
}

.p-withPickupTab > .p-withArchiveList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withPickupTab__body > .p-withArchiveList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withLead > .p-withArchiveList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab > .p-withArchiveList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-withArchiveTab__body > .p-withArchiveList {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

@media print, (min-width: 750px){
  .p-withSlider__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withSlider__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withSlider__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withSlider__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickup__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withPickup__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withPickupTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withPickupTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withPickupList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child .p-withPickupList__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withPickupList__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withPickupList__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child .p-withPickupList__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withPickupList__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withPickupList__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withLead__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withLead__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withLead__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withVisual__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withVisual__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withVisual__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withVisual__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withVisual__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withVisual__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withVisual__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withVisual__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withVisual__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withVisual__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withVisual__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withVisual__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withArchiveTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withArchiveTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withArchiveTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withArchiveTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withArchiveTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withArchiveTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withArchiveTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withArchiveTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withArchiveList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withSlider__link > .p-withArchiveList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withPickupList__item:first-child > .p-withArchiveList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual > .p-withArchiveList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 749px){
  .p-withVisual__head > .p-withVisual__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withVisual__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withVisual__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withVisual__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withArchiveTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withArchiveTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withVisual__head > .p-withArchiveList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media screen and (max-width: 749px) {
  .p-withArchiveList {
    grid-template-columns: repeat(2, 1fr);
    gap: 8vw 4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveList {
    grid-template-columns: repeat(3, 285px);
    gap: 75px 58px;
  }
}

.p-withArchiveList__item {
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-withArchiveList__item:first-child, .p-withArchiveList__item:nth-child(2) {
    grid-column: 1/span 2;
    -webkit-margin-after: 5.3333333333vw;
            margin-block-end: 5.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .p-withArchiveList__item:first-child .p-withArchiveList__photo, .p-withArchiveList__item:nth-child(2) .p-withArchiveList__photo {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (max-width: 749px) {
  .p-withArchiveList__item:first-child .p-withArchiveList__title, .p-withArchiveList__item:nth-child(2) .p-withArchiveList__title {
    font-size: 4.2666666667vw;
  }
}

@media screen and (max-width: 749px) {
  .p-withArchiveList__date {
    -webkit-margin-after: 1.6vw;
            margin-block-end: 1.6vw;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveList__date {
    position: absolute;
    inset: 0 auto auto calc(100% + 10px);
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 749px) {
  .p-withArchiveList__photo {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveList__photo {
    border-radius: 20px;
  }
}

.p-withArchiveList__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-withArchiveList__item:hover .p-withArchiveList__image {
  -webkit-animation: with-rotate-bounce 0.4s ease-out both;
          animation: with-rotate-bounce 0.4s ease-out both;
}
@media screen and (max-width: 749px) {
  .p-withArchiveList__image {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveList__image {
    border-radius: 20px;
  }
}

.p-withArchiveList__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  .p-withArchiveList__title {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveList__title {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

.p-withArchiveList__category {
  position: relative;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #737fce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withArchiveList__category {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveList__category {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArchiveListTag {
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchiveListTag {
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

.p-withArchivePager {
  background-color: #fff;
  border-radius: 100vmax;
}
@media screen and (max-width: 749px) {
  .p-withArchivePager {
    padding-block: 0.5333333333vw;
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchivePager {
    padding-block: 10px;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.p-withArchivePager__list {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .p-withArchivePager__list {
    gap: 1.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchivePager__list {
    gap: 16px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArchivePager__item {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchivePager__item {
    width: 40px;
    height: 40px;
  }
}
.p-withArchivePager__item--current .p-withArchivePager__text {
  display: grid;
  place-items: center;
  width: inherit;
  height: inherit;
  color: #6579e6;
}

.p-withArchivePager__link {
  display: grid;
  place-items: center;
  width: inherit;
  height: inherit;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withArchivePager__link:hover, a:hover .p-withArchivePager__link {
    color: #6579e6;
    background-color: #fff;
  }
}
.p-withArchivePager__link[aria-disabled=true] {
  pointer-events: none;
}

.p-withArchivePager__icon {
  display: grid;
  place-items: center;
  width: inherit;
  height: inherit;
  color: #6579e6;
}
.p-withArchivePager__icon::before {
  display: block;
  content: "";
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .p-withArchivePager__icon::before {
    width: 2.1333333333vw;
    height: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchivePager__icon::before {
    width: 8px;
    height: 16px;
  }
}
.p-withArchivePager__icon i {
  display: none;
}
[aria-disabled=true] .p-withArchivePager__icon {
  opacity: 0.3;
}

.p-withArchivePager__icon-prev::before {
  transform: rotate(180deg);
}

.p-withArchivePager__text {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .p-withArchivePager__text {
    font-size: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArchivePager__text {
    font-size: 16px;
  }
}

.p-withFooter {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .p-withFooter {
    -webkit-padding-before: 18.6666666667vw;
            padding-block-start: 18.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooter {
    -webkit-padding-before: 90px;
            padding-block-start: 90px;
  }
}
.p-withFooter::before {
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
  content: "";
  background: url("/www_img/with/bg_line_05.svg") no-repeat left top/contain;
}
@media screen and (max-width: 749px) {
  .p-withFooter::before {
    inset: auto -5.8666666667vw 8.2666666667vw auto;
    width: 77.6vw;
    height: 28vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooter::before {
    inset: auto 30px 60px auto;
    width: 291px;
    height: 105px;
  }
}

.p-withFooter__row {
  display: grid;
  align-items: start;
}
@media screen and (max-width: 749px) {
  .p-withFooter__row {
    gap: 10.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooter__row {
    grid-template: "with keyword"/1fr 1fr;
    gap: 40px 60px;
  }
}

@media print, (min-width: 750px) {
  .p-withFooter__column-with {
    grid-area: with;
  }
}

@media print, (min-width: 750px) {
  .p-withFooter__column-keyword {
    grid-area: keyword;
  }
}

@media print, (min-width: 750px){
  .p-withFooter__column-with {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withFooter__column-keyword {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

@media print, (min-width: 750px) {
  .p-withFooter__column-category {
    grid-area: category;
  }
}

.p-withFooter__title {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withFooter__title {
    gap: 1.8666666667vw;
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooter__title {
    gap: 7px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    font-size: 18px;
  }
}
.p-withFooter__title::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withFooter__title::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooter__title::before {
    width: 8px;
    height: 8px;
  }
}

.p-withFooter__title-upper {
  text-transform: uppercase;
}

.p-withFooterWith__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__list {
    gap: 4.5333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__list {
    gap: 32px;
  }
}

.p-withFooterWith__link {
  position: relative;
  display: grid;
  place-content: center;
  justify-items: center;
  -webkit-border-after: 1px solid #d0d0d0;
          border-block-end: 1px solid #d0d0d0;
  transition: border-color 0.3s ease-in-out;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__link {
    height: 31.4666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__link {
    height: 133px;
  }
}
.p-withFooterWith__link:hover, .p-withFooterWith__link:focus-visible {
  border-block-end-color: #6579e6;
}

.p-withFooterWith__inner {
  display: grid;
  justify-items: center;
  height: inherit;
  transform-origin: center bottom;
  will-change: transform;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__inner {
    gap: 6.4vw;
    padding-block: 2.4vw 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__inner {
    gap: 24px;
    padding-block: 10px 18px;
  }
}
.p-withFooterWith__inner::before, .p-withFooterWith__inner::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  background-color: rgba(255, 255, 117, 0);
  will-change: transform;
}
.p-withFooterWith__inner::before {
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__inner::before {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__inner::before {
    width: 83px;
    height: 83px;
  }
}
.p-withFooterWith__inner::after {
  margin-inline: auto;
  rotate: 45deg;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__inner::after {
    inset: 18.6666666667vw 0 auto;
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__inner::after {
    inset: 70px 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 10px;
  }
}
.p-withFooterWith__link:hover .p-withFooterWith__inner::before, .p-withFooterWith__link:hover .p-withFooterWith__inner::after, .p-withFooterWith__link:focus-visible .p-withFooterWith__inner::before, .p-withFooterWith__link:focus-visible .p-withFooterWith__inner::after {
  background-color: rgb(255 255 117 / 70%);
  -webkit-animation: with-pickup-tab-bounce 0.4s ease both;
          animation: with-pickup-tab-bounce 0.4s ease both;
}
[aria-selected=true] .p-withFooterWith__inner {
  color: #6579e6;
  pointer-events: none;
}
[aria-selected=true] .p-withFooterWith__inner::before, [aria-selected=true] .p-withFooterWith__inner::after {
  background-color: rgb(255 255 117 / 70%);
}

.p-withFooterWith__image {
  display: block;
  width: auto;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__image {
    height: 14.4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__image {
    height: 58px;
  }
}
.p-withFooterWith__link:hover .p-withFooterWith__image, .p-withFooterWith__link:focus-visible .p-withFooterWith__image {
  -webkit-animation: with-pickup-image-bounce 0.4s ease both;
          animation: with-pickup-image-bounce 0.4s ease both;
}
.p-withFooterWith__link:hover .p-withFooterWith__image::before, .p-withFooterWith__link:hover .p-withFooterWith__image::after, .p-withFooterWith__link:focus-visible .p-withFooterWith__image::before, .p-withFooterWith__link:focus-visible .p-withFooterWith__image::after {
  background-color: rgb(255 255 117 / 70%);
}

.p-withFooterWith__text {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__text {
    gap: 2.1333333333vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__text {
    gap: 8px;
    font-size: 14px;
  }
}
.p-withFooterWith__text::before {
  display: block;
  content: "";
  background-color: #6579e6;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
  translate: 0 -15%;
}
@media screen and (max-width: 749px) {
  .p-withFooterWith__text::before {
    width: 1.8666666667vw;
    height: 3.4666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterWith__text::before {
    width: 7px;
    height: 13px;
  }
}

.p-withFooterKeyword__list {
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 749px) {
  .p-withFooterKeyword__list {
    gap: 1.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterKeyword__list {
    gap: 5px;
  }
}

.p-withFooterKeyword__link {
  display: block;
  line-height: 1;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #f4f5f8;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withFooterKeyword__link:hover, a:hover .p-withFooterKeyword__link {
    background-color: #737fce;
  }
}
@media screen and (max-width: 749px) {
  .p-withFooterKeyword__link {
    padding-block: 2.6666666667vw 2.1333333333vw;
    padding-inline: 5.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterKeyword__link {
    padding-block: 10px 8px;
    padding-inline: 19px;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterKeyword__link:hover {
    color: #fff;
  }
}

.p-withFooterKeyword__text {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .p-withFooterKeyword__text {
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterKeyword__text {
    font-size: 14px;
  }
}
.p-withFooterKeyword__text::before {
  content: "#";
}

.p-withFooterCategory__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 749px) {
  .p-withFooterCategory__list {
    gap: 4.5333333333vw 4vw;
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterCategory__list {
    gap: 19px 45px;
  }
}

.p-withFooterCategory__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  -webkit-border-after: 1px solid #d0d0d0;
          border-block-end: 1px solid #d0d0d0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 749px) {
  .p-withFooterCategory__link {
    gap: 2.1333333333vw;
    -webkit-padding-after: 2.6666666667vw;
            padding-block-end: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterCategory__link {
    gap: 8px;
    -webkit-padding-after: 13px;
            padding-block-end: 13px;
  }
}
.p-withFooterCategory__link::before {
  display: block;
  content: "";
  background-color: #6579e6;
  -webkit-mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
          mask: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDggMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0ibS45NiAxNC4wNCA2LTYuNSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0ibS45NiAxLjA0IDYgNi41IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4=") no-repeat center/contain;
  translate: 0 -15%;
}
@media screen and (max-width: 749px) {
  .p-withFooterCategory__link::before {
    width: 1.8666666667vw;
    height: 3.4666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterCategory__link::before {
    width: 7px;
    height: 13px;
  }
}
.p-withFooterCategory__link:hover {
  color: #6579e6;
  border-block-end-color: #6579e6;
}

.p-withFooterCategory__text {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withFooterCategory__text {
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withFooterCategory__text {
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .p-withFooter .p-withButton {
    -webkit-margin-before: 24vw;
            margin-block-start: 24vw;
  }
}

.p-withArticle {
  background: linear-gradient(180deg, #fff4ea 0%, #fff 1.73%);
}
@media screen and (max-width: 749px) {
  .p-withArticle {
    padding-block: 26.6666666667vw 16vw;
    padding-inline: 5.3333333333vw;
    -webkit-margin-before: -18.6666666667vw;
            margin-block-start: -18.6666666667vw;
    border-radius: 8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticle {
    padding-block: 130px 150px;
    padding-inline: 150px;
    -webkit-margin-before: -50px;
            margin-block-start: -50px;
    border-radius: 30px;
  }
}

.p-withArticleHeader {
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-withArticleHeader {
    -webkit-padding-start: 5.3333333333vw;
            padding-inline-start: 5.3333333333vw;
    -webkit-margin-after: 9.3333333333vw;
            margin-block-end: 9.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleHeader {
    -webkit-margin-after: 75px;
            margin-block-end: 75px;
  }
}
.p-withArticleHeader::before {
  position: absolute;
  display: block;
  height: 100%;
  content: "";
  background-color: #737fce;
}
@media screen and (max-width: 749px) {
  .p-withArticleHeader::before {
    inset: 0 auto 0 0;
    width: 0.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleHeader::before {
    inset: 0 auto 0 -90px;
    width: 3px;
  }
}

.p-withArticleHeader__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withArticleHeader__title {
    -webkit-margin-after: 6.6666666667vw;
            margin-block-end: 6.6666666667vw;
    font-size: 4.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleHeader__title {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    font-size: 30px;
  }
}

.p-withArticleHeader__category {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #737fce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withArticleHeader__category {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleHeader__category {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArticleHeaderTag {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleHeaderTag {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArticleHeaderTag__link {
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleHeaderTag__link {
    font-size: 14px;
  }
}

.p-withArticleEditor {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-feature-settings: "palt";
  line-height: 1.8;
  letter-spacing: 0.05em;
  counter-reset: number;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor {
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor {
    font-size: 16px;
  }
}
.p-withArticleEditor h2:not([class]) {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
  -webkit-border-before: 2px solid #6579e6;
          border-block-start: 2px solid #6579e6;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h2:not([class]) {
    gap: 2.4vw;
    -webkit-padding-before: 10.6666666667vw;
            padding-block-start: 10.6666666667vw;
    -webkit-margin-after: 17.3333333333vw;
            margin-block-end: 17.3333333333vw;
    font-size: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h2:not([class]) {
    gap: 9px;
    -webkit-padding-before: 40px;
            padding-block-start: 40px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
    font-size: 24px;
  }
}
.p-withArticleEditor h2:not([class])::before {
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h2:not([class])::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h2:not([class])::before {
    width: 8px;
    height: 8px;
  }
}
.p-withArticleEditor h2:not([class])::after {
  position: absolute;
  inset: 0 0 auto auto;
  font-family: "DM Sans", sans-serif;
  line-height: 1;
  color: #6579e6;
  content: counter(number, decimal-leading-zero) "";
  counter-increment: number 1;
  background-color: #fff;
  translate: 0 -50%;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h2:not([class])::after {
    -webkit-padding-start: 0.5333333333vw;
            padding-inline-start: 0.5333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h2:not([class])::after {
    -webkit-padding-start: 23px;
            padding-inline-start: 23px;
  }
}
.p-withArticleEditor h2:not([class]) .ez-toc-section,
.p-withArticleEditor h2:not([class]) .ez-toc-section-end {
  position: static;
  display: contents;
  width: 0;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h2:not([class]) ~ h2 {
    -webkit-margin-before: 21.3333333333vw;
            margin-block-start: 21.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h2:not([class]) ~ h2 {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}
.p-withArticleEditor h3:not([class]) {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
  color: #6579e6;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h3:not([class]) {
    -webkit-margin-after: 2.1333333333vw;
            margin-block-end: 2.1333333333vw;
    font-size: 4.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h3:not([class]) {
    -webkit-margin-after: 4px;
            margin-block-end: 4px;
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h3:not([class]):not(:first-child) {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h3:not([class]):not(:first-child) {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-withArticleEditor h3:not([class]) + p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.p-withArticleEditor h4:not([class]) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor h4:not([class]) {
    -webkit-margin-after: 3.2vw;
            margin-block-end: 3.2vw;
    font-size: 4.2666666667vw;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 89.99%, #ffff75 90%, #ffff75 100%);
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor h4:not([class]) {
    -webkit-margin-after: 12px;
            margin-block-end: 12px;
    font-size: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #ffff75 70%, #ffff75 100%);
  }
}
.p-withArticleEditor h4:not([class]) + p {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.p-withArticleEditor p:not(:first-child) {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.p-withArticleEditor p.wp-caption-text {
  -webkit-margin-before: 0.75em !important;
          margin-block-start: 0.75em !important;
}
.p-withArticleEditor figcaption:not([class]) {
  line-height: 1.5;
  color: #797979;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor figcaption:not([class]) {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor figcaption:not([class]) {
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
    font-size: 12px;
  }
}
.p-withArticleEditor img {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor img:not(:first-child):not(.alignnone) {
    -webkit-margin-before: 10.6666666667vw;
            margin-block-start: 10.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor img:not(:first-child):not(.alignnone) {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}
.p-withArticleEditor img.alignright {
  float: right;
}
.p-withArticleEditor img.alignleft {
  float: left;
}
.p-withArticleEditor img.alignnone {
  display: inline-block;
  margin-inline: 0;
  vertical-align: middle;
}
.p-withArticleEditor em:not([class]) {
  font-style: normal;
  font-weight: 600;
  background-color: rgba(255, 255, 117, 0.5);
}
.p-withArticleEditor a:not([class]) {
  text-decoration: underline;
}
.p-withArticleEditor a:not([class]) {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-withArticleEditor a:not([class]):hover, a:hover .p-withArticleEditor a:not([class]) {
    opacity: 0.6;
  }
}
.p-withArticleEditor a:not([class])::after {
  display: inline-block;
  margin-inline: 0.5em;
  vertical-align: text-bottom;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZD0iTTEwLjYgMi42Yy44LS44IDIuMS0uOCAyLjggMHMuOCAyIDAgMi44bC0zIDNjLS44LjgtMi4xLjgtMi44IDBzLTEtLjQtMS40IDAtLjQgMSAwIDEuNGMxLjYgMS42IDQuMSAxLjYgNS43IDBsMy0zYzEuNi0xLjYgMS42LTQuMSAwLTUuN2E0IDQgMCAwIDAtNS43IDBMNy43IDIuNmMtLjQuNC0uNCAxIDAgMS40czEgLjQgMS40IDBsMS41LTEuNVptLTUgNWMuOC0uOCAyLS44IDIuOCAwIC40LjQgMSAuNCAxLjQgMHMuNC0xIDAtMS40YTQgNCAwIDAgMC01LjcgMGwtMyAzYTQgNCAwIDAgMCAwIDUuN2MxLjYgMS42IDQuMSAxLjYgNS43IDBsMS41LTEuNWMuNC0uNC40LTEgMC0xLjRzLTEtLjQtMS40IDBsLTEuNSAxLjVjLS44LjgtMi4xLjgtMi44IDAtLjgtLjgtLjgtMi4xIDAtMi44bDMtM1oiIHN0eWxlPSJmaWxsOiMzNDM0MzQ7ZmlsbC1vcGFjaXR5Oi43O2ZpbGwtcnVsZTpldmVub2RkIi8+PC9zdmc+") no-repeat center/contain;
}
@media screen and (max-width: 749px) {
  .p-withArticleEditor a:not([class])::after {
    width: 4.2666666667vw;
    height: 4.2666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleEditor a:not([class])::after {
    width: 16px;
    height: 16px;
  }
}

.p-withArticleToc {
  display: grid;
  align-items: start;
  border-block: 2px solid #f4f5f8;
}
@media screen and (max-width: 749px) {
  .p-withArticleToc {
    gap: 4.5333333333vw;
    padding-block: 5.3333333333vw;
    margin-block: 16vw 13.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleToc {
    grid-template-columns: auto 1fr;
    gap: 25px;
    padding-block: 40px;
    margin-block: 60px 70px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArticleToc__title {
    margin-inline: auto;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleToc__title {
    font-size: 14px;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleToc__title::after {
    inset: 0 auto 0 calc(100% - 4px);
    margin-block: auto;
  }
}

.p-withArticleToc__list {
  display: grid;
}
@media screen and (max-width: 749px) {
  .p-withArticleToc__list {
    gap: 4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleToc__list {
    gap: 15px;
  }
}

.p-withArticleToc__item {
  -webkit-border-after: 1px solid #f4f5f8;
          border-block-end: 1px solid #f4f5f8;
}

.p-withArticleToc__link {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withArticleToc__link:hover, a:hover .p-withArticleToc__link {
    color: #737fce;
    background-color: #fff;
  }
}
@media screen and (max-width: 749px) {
  .p-withArticleToc__link {
    gap: 2.6666666667vw;
    -webkit-padding-after: 1.3333333333vw;
            padding-block-end: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleToc__link {
    gap: 10px;
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
    font-size: 16px;
  }
}
.p-withArticleToc__link::before {
  display: block;
  content: "";
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEzIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS4wMzkxIDAuOTU4OTg0TDYuMDM5MDYgNS41NzQzNyIgc3Ryb2tlPSIjNjg3QUU2IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8cGF0aCBkPSJNMS4wMzkwNiAwLjk1ODk4NEw2LjAzOTA2IDUuNTc0MzciIHN0cm9rZT0iIzY4N0FFNiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==") no-repeat left top/contain;
  translate: 0 -35%;
}
@media screen and (max-width: 749px) {
  .p-withArticleToc__link::before {
    width: 3.4666666667vw;
    height: 1.8666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleToc__link::before {
    width: 13px;
    height: 7px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArticleTag {
    gap: 1.3333333333vw;
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleTag {
    gap: 5px;
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.p-withArticleTag__link {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #343434;
  letter-spacing: 0.05em;
  border: 1px solid #f4f5f8;
  border-radius: 100vmax;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
@media print, (min-width: 750px) {
  .p-withArticleTag__link:hover, a:hover .p-withArticleTag__link {
    color: #fff;
    background-color: #737fce;
  }
}
@media screen and (max-width: 749px) {
  .p-withArticleTag__link {
    padding-block: 2.4vw;
    padding-inline: 5.0666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleTag__link {
    padding-block: 9px;
    padding-inline: 19px;
    font-size: 14px;
  }
}
.p-withArticleTag__link::before {
  content: "#";
}

.p-withArticleSns {
  display: grid;
  align-items: center;
  border-block: 1px solid #f4f5f8;
}
@media screen and (max-width: 749px) {
  .p-withArticleSns {
    gap: 5.3333333333vw;
    padding-block: 5.3333333333vw;
    padding-inline: 5.3333333333vw;
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns {
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding-block: 40px;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

@media screen and (max-width: 749px) {
  .p-withArticleSns__title {
    margin-inline: auto;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns__title {
    font-size: 14px;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns__title::after {
    inset: 0 auto 0 calc(100% - 4px);
    margin-block: auto;
  }
}

.p-withArticleSns__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 749px) {
  .p-withArticleSns__list {
    gap: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns__list {
    gap: 10px;
  }
}

.p-withArticleSns__link {
  display: grid;
  place-items: center;
  color: #fff;
}
.p-withArticleSns__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-withArticleSns__link:hover, a:hover .p-withArticleSns__link {
    opacity: 0.6;
  }
}
@media screen and (max-width: 749px) {
  .p-withArticleSns__link {
    height: 13.3333333333vw;
    border-radius: 1.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns__link {
    height: 50px;
    border-radius: 5px;
  }
}
.p-withArticleSns__link span {
  display: none;
}

.p-withArticleSns__link-facebook {
  background-color: #3c5998;
}

.p-withArticleSns__link-line {
  background-color: #4cc764;
}

.p-withArticleSns__icon::before {
  display: block;
  content: "";
  background-color: currentColor;
  -webkit-mask: no-repeat left top/contain;
          mask: no-repeat left top/contain;
}

.p-withArticleSns__icon-facebook::before {
  -webkit-mask-image: url("https://www.dental-plaza.com/lib/v2/img/ico_facebook_white_01.svg");
          mask-image: url("https://www.dental-plaza.com/lib/v2/img/ico_facebook_white_01.svg");
}
@media screen and (max-width: 749px) {
  .p-withArticleSns__icon-facebook::before {
    width: 2.6666666667vw;
    height: 5.8666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns__icon-facebook::before {
    width: 10px;
    height: 22px;
  }
}

.p-withArticleSns__icon-line::before {
  -webkit-mask-image: url("https://www.dental-plaza.com/lib/v2/img/ico_line_white_01.svg");
          mask-image: url("https://www.dental-plaza.com/lib/v2/img/ico_line_white_01.svg");
}
@media screen and (max-width: 749px) {
  .p-withArticleSns__icon-line::before {
    width: 6.1333333333vw;
    height: 5.8666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleSns__icon-line::before {
    width: 23px;
    height: 22px;
  }
}

.p-withArticleRelated {
  position: relative;
  border: 1px solid #6579e6;
  contain: paint;
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated {
    padding-block: 14.4vw 8vw;
    padding-inline: 5.3333333333vw;
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
    border-radius: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated {
    padding-block: 54px 38px;
    padding-inline: 30px;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated + .p-withArticleRelated {
    -webkit-margin-before: 5.3333333333vw;
            margin-block-start: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated + .p-withArticleRelated {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}

.p-withArticleRelated__title {
  position: absolute;
  inset: 0 auto auto 0;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #f4f5f8;
  -webkit-border-after: 1px solid #6579e6;
          border-block-end: 1px solid #6579e6;
  -webkit-border-end: 1px solid #6579e6;
          border-inline-end: 1px solid #6579e6;
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated__title {
    padding-block: 2.1333333333vw 0.5333333333vw;
    padding-inline: 6.1333333333vw;
    font-size: 3.7333333333vw;
    border-end-end-radius: 1.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__title {
    padding-block: 8px 2px;
    padding-inline: 23px;
    font-size: 14px;
    border-end-end-radius: 5px;
  }
}

.p-withArticleRelated__list {
  display: grid;
  line-height: 1.5;
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated__list {
    gap: 4.8vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__list {
    gap: 18px;
    font-size: 14px;
  }
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated__list:not(:first-child) {
    -webkit-margin-before: 4.8vw;
            margin-block-start: 4.8vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__list:not(:first-child) {
    -webkit-margin-before: 18px;
            margin-block-start: 18px;
  }
}

.p-withArticleRelated__item {
  position: relative;
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated__item {
    -webkit-padding-start: 2.9333333333vw;
            padding-inline-start: 2.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__item {
    -webkit-padding-start: 11px;
            padding-inline-start: 11px;
  }
}
.p-withArticleRelated__item::before {
  position: absolute;
  inset: 0.5em auto auto 0;
  display: block;
  content: "";
  background-color: #6579e6;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .p-withArticleRelated__item::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__item::before {
    width: 5px;
    height: 5px;
  }
}

.p-withArticleRelated__link {
  text-decoration: underline;
}
.p-withArticleRelated__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__link:hover, a:hover .p-withArticleRelated__link {
    opacity: 0.6;
  }
}
.p-withArticleRelated__movie {
  position: relative;
  aspect-ratio: 16/9;
}
.p-withArticleRelated__movie iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.p-withArticleRelated__movie + .p-withArticleRelated__movie {
  margin-top: 4.8vw;
}
@media print, (min-width: 750px) {
  .p-withArticleRelated__movie + .p-withArticleRelated__movie {
    margin-top: 18px;
  }
}

@media screen and (max-width: 749px) {
  .p-withRelated {
    padding-block: 28.2666666667vw 16vw;
    background: linear-gradient(to bottom, transparent 20.5333333333vw, #fff 20.5333333333vw, #fff 100%);
  }
}
@media print, (min-width: 750px) {
  .p-withRelated {
    padding-block: 150px 90px;
    background: linear-gradient(to bottom, transparent 300px, #fff 300px, #fff 100%);
  }
}

.p-withRelated__balloon {
  margin-inline: auto;
}
@media screen and (max-width: 749px) {
  .p-withRelated__balloon {
    -webkit-margin-after: 6.6666666667vw;
            margin-block-end: 6.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelated__balloon {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
    font-size: 14px;
  }
}

.p-withRelated__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withRelated__title {
    font-size: 5.3333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelated__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 749px) {
  .p-withRelatedSlider {
    -webkit-padding-before: 4vw;
            padding-block-start: 4vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider {
    position: relative;
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    padding-inline: 40px 60px;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider::before, .p-withRelatedSlider::after {
    position: absolute;
    inset-block: 0;
    z-index: 2;
    display: block;
    width: 20px;
    height: 100%;
    pointer-events: none;
    content: "";
    background-color: #fff;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider::before {
    inset-inline-start: 0;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider::after {
    inset-inline-end: 0;
  }
}

@media screen and (max-width: 749px) {
  .p-withRelatedSlider__item {
    display: block;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__item {
    display: grid;
    grid-template-areas: "inner";
    align-items: start;
    cursor: pointer;
  }
  .p-withRelatedSlider__item > .p-withSlider__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withSlider__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withSlider__date {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withSlider__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withSlider__text {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withPickup__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withPickupTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withPickupTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withPickupList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withPickupList__photo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withPickupList__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withLead__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withVisual__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withVisual__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withVisual__lead {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withVisual__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withArchiveTab__head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withArchiveTab__body {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-withRelatedSlider__item > .p-withArchiveList {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

@media screen and (max-width: 749px) {
  .p-withRelatedSlider__date {
    -webkit-margin-after: 2.6666666667vw;
            margin-block-end: 2.6666666667vw;
    text-align: end;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__date {
    position: absolute;
    inset: 0 auto auto calc(100% + 10px);
    writing-mode: vertical-rl;
  }
}

@media screen and (max-width: 749px) {
  .p-withRelatedSlider__photo {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__photo {
    border-radius: 20px;
  }
}

.p-withRelatedSlider__image {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: image;
  width: 100%;
  aspect-ratio: 1.17;
  contain: paint;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-withRelatedSlider__item:hover .p-withRelatedSlider__image {
  -webkit-animation: with-rotate-bounce 0.4s ease-out both;
          animation: with-rotate-bounce 0.4s ease-out both;
}
@media screen and (max-width: 749px) {
  .p-withRelatedSlider__image {
    border-radius: 2.6666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__image {
    border-radius: 20px;
  }
}

.p-withRelatedSlider__title {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 749px) {
  .p-withRelatedSlider__title {
    -webkit-margin-before: 4vw;
            margin-block-start: 4vw;
    font-size: 3.7333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__title {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    font-size: 14px;
  }
}

.p-withRelatedSlider__category {
  position: relative;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #737fce;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .p-withRelatedSlider__category {
    -webkit-margin-before: 2.6666666667vw;
            margin-block-start: 2.6666666667vw;
    font-size: 3.2vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__category {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    font-size: 12px;
  }
}

.p-withRelatedSliderTag {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 749px) {
  .p-withRelatedSliderTag {
    gap: 0 4vw;
    -webkit-margin-before: 1.0666666667vw;
            margin-block-start: 1.0666666667vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSliderTag {
    gap: 15px;
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
  }
}

.p-withRelatedSlider__pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .p-withRelatedSlider__pager {
    gap: 8vw;
    -webkit-margin-before: 6.9333333333vw;
            margin-block-start: 6.9333333333vw;
  }
}
@media print, (min-width: 750px) {
  .p-withRelatedSlider__pager {
    gap: 30px;
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}

.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__18 {
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .u-size__18 {
    font-size: 1.125rem;
  }
}

.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", "MFW-ShinGoPr6N-Light", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.u-weight__regular {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Regular", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.u-weight__medium {
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
}

.u-weight__bold {
  font-family: "UniversLTPro-65Bold", "MFW-ShinGoPr6N-Bold", "ヒラギノ角ゴ 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-mb70 {
  margin-bottom: 18.6666666667vw !important;
}
@media print, (min-width: 750px) {
  .u-mb70 {
    margin-bottom: 70px !important;
  }
}

.u-mb80 {
  margin-bottom: 21.3333333333vw !important;
}
@media print, (min-width: 750px) {
  .u-mb80 {
    margin-bottom: 80px !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;
  }
}

.u-gridGap40 {
  grid-gap: 8vw 0vw;
}
@media print, (min-width: 750px) {
  .u-gridGap40 {
    grid-gap: 40px;
  }
}