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

.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) {
  .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) {
  .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].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;
}
.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;
  }
}

.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) {
  .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: "＜";
}

.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;
}
.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-articleList__link::after, .c-ico__tel-purple, .c-ico__tel-white, .c-ico__tel-black, .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, .m-magazineList__link-lock::before, .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, .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 {
  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 {
    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, .m-magazineList__link-lock::before {
  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, .m-magazineList__link-lock::before {
    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 {
  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 {
    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-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-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;
}

.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-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-tomoSliderContainer {
  overflow: hidden;
}

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

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

.p-tomoSlider__pagination {
  position: static;
  margin-top: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .p-tomoSlider__pagination {
    margin-top: 10px;
  }
}
.p-tomoSlider__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-tomoSlider__pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin-right: 10px !important;
    margin-left: 10px !important;
  }
}
.p-tomoSlider__pagination .swiper-pagination-bullet-active {
  background-color: #6d77b8;
}

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

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

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

.m-backNumberList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-right: -5.3333333333vw;
  margin-left: -5.3333333333vw;
}
@media print, (min-width: 750px) {
  .m-backNumberList {
    grid-template-columns: repeat(5, 1fr);
    margin-right: 0;
    margin-left: 0;
  }
}

.m-backNumberList__item {
  padding-right: 5.3333333333vw;
  padding-left: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .m-backNumberList__item {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.m-backNumberList__item:nth-child(4n+1), .m-backNumberList__item:nth-child(4n+2) {
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .m-backNumberList__item:nth-child(4n+1), .m-backNumberList__item:nth-child(4n+2) {
    background-color: transparent;
  }
}
@media print, (min-width: 750px) {
  .m-backNumberList__item:nth-child(10n+1), .m-backNumberList__item:nth-child(10n+2), .m-backNumberList__item:nth-child(10n+3), .m-backNumberList__item:nth-child(10n+4), .m-backNumberList__item:nth-child(10n+5) {
    background-color: #f7f7f9;
  }
}
.m-backNumberList__item:nth-child(odd) {
  padding-left: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .m-backNumberList__item:nth-child(odd) {
    padding-left: 25px;
  }
}
.m-backNumberList__item:nth-child(even) {
  padding-right: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .m-backNumberList__item:nth-child(even) {
    padding-right: 25px;
  }
}
@media print, (min-width: 750px) {
  .m-backNumberList__item:nth-child(5n+1) {
    padding-left: 50px;
  }
}
@media print, (min-width: 750px) {
  .m-backNumberList__item:nth-child(5n) {
    padding-right: 50px;
  }
}

.m-backNumberList__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10.6666666667vw 0 8vw;
  text-align: center;
}
.m-backNumberList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .m-backNumberList__link:hover, a:hover .m-backNumberList__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .m-backNumberList__link {
    width: 116px;
    padding: 40px 0 35px;
  }
}

.m-backNumberList__image {
  width: 35.2vw;
  box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .m-backNumberList__image {
    width: 140px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  }
}

.m-backNumberList__title {
  margin-top: 5.3333333333vw;
  font-size: 4.8vw;
}
@media print, (min-width: 750px) {
  .m-backNumberList__title {
    margin-top: 10px;
    font-size: 1.125rem;
  }
}

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

.html-frame {
  position: relative;
}
@media print, (min-width: 750px) {
  .html-frame {
    width: 810px;
    margin: 0 auto;
  }
}
.html-frame a {
  color: #6d77b8;
  text-decoration: underline;
}
.html-frame a {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .html-frame a:hover, a:hover .html-frame a {
    opacity: 0.6;
  }
}
.html-frame .pcMode {
  display: none !important;
}
@media print, (min-width: 750px) {
  .html-frame .pcMode {
    display: block !important;
  }
}
.html-frame .spMode {
  display: block !important;
}
@media print, (min-width: 750px) {
  .html-frame .spMode {
    display: none !important;
  }
}
.html-frame .bottom {
  margin-bottom: 0 !important;
}
.html-frame .catch {
  display: inline-block;
  padding: 1.3333333333vw 2.1333333333vw 0.5333333333vw;
  border: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .html-frame .catch {
    padding: 5px 10px 2px;
  }
}
.html-frame .catch--keyword {
  padding: 1.3333333333vw 2.1333333333vw 1.3333333333vw 6.8em;
  text-indent: -6em;
}
@media print, (min-width: 750px) {
  .html-frame .catch--keyword {
    padding: 5px 10px 2px 6.8em;
  }
}
.html-frame ul.table-contents {
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .html-frame ul.table-contents {
    margin-bottom: 50px;
  }
}
.html-frame ul.table-contents li {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.html-frame h4.title01 {
  padding-top: 8vw;
  margin: -8vw 0 0.8vw;
  font-size: 4.2666666667vw;
  font-weight: 700;
}
@media print, (min-width: 750px) {
  .html-frame h4.title01 {
    padding-top: 30px;
    margin: -30px 0 3px;
    font-size: 18px;
  }
}
.html-frame div.text-section {
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .html-frame div.text-section {
    margin-bottom: 50px;
  }
}
.html-frame div.text-section p {
  margin-bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .html-frame div.text-section p {
    margin-bottom: 20px;
  }
}
.html-frame ul.number01 {
  margin-bottom: 20px;
}
.html-frame ul.number01 li {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.html-frame ul.number02 {
  margin-bottom: 20px;
}
.html-frame ul.number02 li {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.html-frame ul.number03 {
  margin-bottom: 20px;
}
.html-frame ul.number03 li {
  padding-left: 1em;
  text-indent: -1em;
}
.html-frame ul.number04 {
  margin-bottom: 20px;
}
.html-frame ul.number04 li {
  padding-left: 2em;
  text-indent: -2em;
}
.html-frame div.sup-section {
  padding: 8vw 0 0;
  font-size: 3.2vw;
  word-wrap: break-word;
  border-top: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .html-frame div.sup-section {
    padding: 50px 0 0;
    font-size: 12px;
    border-bottom: none;
  }
}
.html-frame div.sup-section ul.number01,
.html-frame div.sup-section ul.number02,
.html-frame div.sup-section ul.number03,
.html-frame div.sup-section ul.number04 {
  margin-bottom: 0;
}
.html-frame span.border-br {
  display: inline-block;
  padding: 0 2px 2px 0;
  margin: 0 2px 2px;
  line-height: 1;
  vertical-align: middle;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
}
.html-frame span.border-bl {
  display: inline-block;
  padding: 0 0 2px 2px;
  margin: 0 2px 2px;
  line-height: 1;
  vertical-align: middle;
  border-bottom: 1px solid #222;
  border-left: 1px solid #222;
}
.html-frame span.border-tr {
  display: inline-block;
  padding: 2px 2px 0 0;
  margin: 0 2px 2px;
  line-height: 1;
  vertical-align: middle;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
}
.html-frame span.border-tl {
  display: inline-block;
  padding: 2px 0 0 2px;
  margin: 0 2px 2px;
  line-height: 1;
  vertical-align: middle;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
}
.html-frame .tit-scroll {
  padding: 5px 0;
  margin-bottom: 15px;
  clear: both;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #dbddde;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .html-frame .tit-scroll {
    display: none;
  }
}
.html-frame .tit-scroll span {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 16px;
}
.html-frame .tit-scroll span::before {
  position: absolute;
  top: calc(0.5em - 3px);
  left: -10px;
  display: inline-block;
  display: block;
  width: 10px;
  width: 2.1333333333vw;
  height: 15px;
  height: 2.1333333333vw;
  vertical-align: top;
  content: "";
  background-size: contain;
  border: 2px solid #6d77b8;
  border-top: none;
  border-left: none;
  transform: rotate(135deg);
}
@media print, (min-width: 750px) {
  .html-frame .tit-scroll span::before {
    width: 8px;
    height: 8px;
  }
}
.html-frame .tit-scroll span::after {
  position: absolute;
  top: calc(0.5em - 3px);
  right: -10px;
  display: inline-block;
  display: block;
  width: 10px;
  width: 2.1333333333vw;
  height: 15px;
  height: 2.1333333333vw;
  vertical-align: top;
  content: "";
  background-size: contain;
  border: 2px solid #6d77b8;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
}
@media print, (min-width: 750px) {
  .html-frame .tit-scroll span::after {
    width: 8px;
    height: 8px;
  }
}
.html-frame .scrollBox {
  padding: 10px 0 20px;
  overflow: hidden;
  overflow-x: auto;
}

.rediredtText {
  padding: 15px 0 12px;
  margin: 8vw 0;
  font-size: 4.2666666667vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #6d77b8;
}
@media print, (min-width: 750px) {
  .rediredtText {
    margin: 70px 0;
    font-size: 28px;
  }
}

.rediredtHowto + .rediredtText {
  margin: 8vw;
}
@media print, (min-width: 750px) {
  .rediredtHowto + .rediredtText {
    margin-top: 70px;
  }
}

.rediredtHowto {
  position: relative;
  padding: 8vw 0 0;
  text-align: center;
  border-top: solid 1px #dbddde;
}
@media print, (min-width: 750px) {
  .rediredtHowto {
    padding: 80px 0 0;
  }
}

.rediredtHowto__text {
  position: absolute;
  bottom: 54%;
  left: 55%;
  width: 45%;
  padding: 15px 20px 12px;
  font-size: 4.2666666667vw;
  line-height: 1.4;
  text-align: left;
  background-color: #fff;
  border: 2px solid #e53e70;
  border-radius: 8px;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.5);
}
@media print, (min-width: 750px) {
  .rediredtHowto__text {
    right: 150px;
    bottom: 330px;
    left: auto;
    width: 300px;
    font-size: 18px;
  }
}

.rediredtHowto__text:nth-of-type(2) {
  bottom: 18%;
  left: 43%;
  width: 45%;
  transform: translate(-95%, 0);
}
@media print, (min-width: 750px) {
  .rediredtHowto__text:nth-of-type(2) {
    bottom: 70px;
    left: 50%;
  }
}

.rediredtHowto img {
  width: 60%;
}
@media print, (min-width: 750px) {
  .rediredtHowto img {
    width: 300px;
  }
}

.rediredtHowto .swiper img {
  width: 100%;
}
@media print, (min-width: 750px) {
  .rediredtHowto .swiper img {
    width: auto;
  }
}

.rediredtHowto .swiper-button-next,
.rediredtHowto .swiper-button-prev {
  width: 35px;
  height: 35px;
  padding: 0 6px;
  font-weight: 700;
  color: #fff;
  background-color: #6d77b8;
  background-image: none;
}
@media print, (min-width: 750px) {
  .rediredtHowto .swiper-button-next,
.rediredtHowto .swiper-button-prev {
    width: 50px;
    height: 50px;
    padding: 4px 12px;
  }
}
.rediredtHowto .swiper-button-next::after,
.rediredtHowto .swiper-button-prev::after {
  font-size: 3.7333333333vw;
  visibility: inherit;
}
@media print, (min-width: 750px) {
  .rediredtHowto .swiper-button-next::after,
.rediredtHowto .swiper-button-prev::after {
    font-size: 20px;
  }
}

.readHistory h4 {
  margin-bottom: 8vw;
  font-size: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .readHistory h4 {
    margin-bottom: 30px;
    font-size: 1.5rem;
  }
}
.readHistory ul li {
  display: flex;
}
.readHistory ul li + li {
  margin-top: 1.5em;
}
@media print, (min-width: 750px) {
  .readHistory ul li + li {
    margin-top: 1em;
  }
}
.readHistory ul li::before {
  margin-right: 1em;
  content: "＞";
}
.readHistory ul li a {
  flex: 1;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  transition-property: border-color;
}
@media print, (min-width: 750px) {
  .readHistory ul li a:hover {
    border-bottom-color: #797979;
  }
}

.seminarInfo {
  min-width: 100%;
  height: 40vh;
  border: none;
}
@media print, (min-width: 750px) {
  .seminarInfo {
    height: 480px;
  }
}
.seminarInfo + .p-topTomoBodyButton {
  justify-content: flex-end;
}

.m-latestMagazine {
  padding: 10.6666666667vw 22.6666666667vw 8vw;
  text-align: center;
  background-color: #f7f7f9;
}
@media print, (min-width: 750px) {
  .m-latestMagazine {
    position: relative;
    padding: 40px 0;
  }
}
.m-latestMagazine-dmr {
  background-color: #f2f9fa;
}
.m-latestMagazine .m-latestMagazine__image {
  width: 33.3333333333vw;
  box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .m-latestMagazine .m-latestMagazine__image {
    width: 125px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  }
}
.m-latestMagazine .m-latestMagazine__title {
  margin-top: 8vw;
  font-size: 4.8vw;
  text-align: left;
}
@media print, (min-width: 750px) {
  .m-latestMagazine .m-latestMagazine__title {
    position: absolute;
    top: 50%;
    left: calc(50% + 58px + 50px);
    margin-top: 0;
    font-size: 18px;
    transform: translateY(-50%);
  }
}

.m-magazineBannerList {
  display: flex;
  flex-direction: column;
  gap: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .m-magazineBannerList {
    flex-flow: row wrap;
    gap: 40px;
  }
}

@media print, (min-width: 750px) {
  .m-magazineBannerList__item-full {
    width: 100%;
  }
}

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

.m-magazineBannerList__image {
  box-shadow: 2.6666666667vw 2.6666666667vw 2.6666666667vw rgba(0, 0, 0, 0.16);
}
@media print, (min-width: 750px) {
  .m-magazineBannerList__image {
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
  }
}

.m-magazineList {
  border-bottom: 1px solid #dbddde;
}
.m-magazineList__item {
  border-top: 1px solid #dbddde;
}

.m-magazineList__link {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5.3333333333vw 13.3333333333vw 5.3333333333vw 2.6666666667vw;
}
.m-magazineList__link::after {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 0;
  font-size: 2.6666666667vw;
  content: "＞";
}
@media print, (min-width: 750px) {
  .m-magazineList__link::after {
    font-size: 0.625rem;
  }
}
.m-magazineList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .m-magazineList__link:hover, a:hover .m-magazineList__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .m-magazineList__link {
    padding: 30px 50px 30px 0;
  }
}
.m-magazineList__link-lock::before {
  position: absolute;
  top: 50%;
  right: 4vw;
  content: "";
  transform: translateY(-25%);
}
@media print, (min-width: 750px) {
  .m-magazineList__link-lock::before {
    right: 18px;
    transform: translateY(-30%);
  }
}

.m-magazineList__number {
  padding: 0.5333333333vw 0.5em 0;
  font-size: 3.2vw;
  border: 1px solid #797979;
}
@media print, (min-width: 750px) {
  .m-magazineList__number {
    padding: 2px 0.5em 0;
    font-size: 0.75rem;
  }
}

.m-magazineList__number02 {
  font-size: 3.2vw;
  color: #797979;
}
@media print, (min-width: 750px) {
  .m-magazineList__number02 {
    font-size: 0.75rem;
  }
}

.m-magazineList__category {
  display: block;
  font-size: 3.2vw;
  line-height: 2.6666666667;
  color: #797979;
}
@media print, (min-width: 750px) {
  .m-magazineList__category {
    font-size: 0.75rem;
  }
}

.m-magazineList__title {
  display: block;
  font-size: 4.2666666667vw;
  line-height: 1.625;
}
@media print, (min-width: 750px) {
  .m-magazineList__title {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.m-magazineList__author {
  display: block;
  margin-top: 2.6666666667vw;
  font-size: 3.7333333333vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .m-magazineList__author {
    margin-top: 10px;
    font-size: 0.875rem;
  }
}

.m-MemberOnly {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% + 5.3333333333vw * 2);
  margin-right: -5.3333333333vw;
  margin-left: -5.3333333333vw;
  background-color: #fff;
}
@media print, (min-width: 750px) {
  .m-MemberOnly {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.m-MemberOnly::before {
  position: absolute;
  top: -40vw;
  display: block;
  width: 100%;
  height: 40vw;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
@media print, (min-width: 750px) {
  .m-MemberOnly::before {
    top: -150px;
    height: 150px;
  }
}

.m-MemberOnly__inner {
  padding: 8vw;
}
@media print, (min-width: 750px) {
  .m-MemberOnly__inner {
    padding: 30px;
  }
}

.m-MemberOnly__title {
  font-size: 4.2666666667vw;
  text-align: center;
}
@media print, (min-width: 750px) {
  .m-MemberOnly__title {
    font-size: 1rem;
  }
}

.m-MemberOnly__text {
  margin-top: 2em;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media print, (min-width: 750px) {
  .m-MemberOnly__text {
    font-size: 1rem;
  }
}

.m-MemberOnly__more {
  margin-top: 2em;
  font-family: "UniversLTPro-55Roman", "MFW-ShinGoPr6N-Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", sans-serif;
  font-size: 4.2666666667vw;
  text-align: center;
}
@media print, (min-width: 750px) {
  .m-MemberOnly__more {
    font-size: 1rem;
  }
}

.m-MemberOnly .c-buttonList {
  margin-top: 1em;
}

.m-MemberOnly .m-MemberOnly__text + .c-buttonList {
  margin-top: 2em;
}

.m-MemberOnly [class*=c-button__] {
  max-width: none;
  text-decoration: none;
}

@media print, (min-width: 750px) {
  .m-MemberOnly [class*=mediumLarge] {
    margin: 0;
  }
}

.m-MemberOnly [class*=blue] {
  color: #fff;
}

.m-MemberOnly [class*=gray] {
  color: #343434;
}

.m-themeList {
  display: flex;
  flex-wrap: wrap;
  gap: 2.6666666667vw 2.6666666667vw;
}
@media print, (min-width: 750px) {
  .m-themeList {
    gap: 10px 10px;
  }
}

.m-themeList__link {
  display: block;
  padding: 0.5333333333vw 2.6666666667vw;
  background-color: #ebebf0;
}
.m-themeList__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .m-themeList__link:hover, a:hover .m-themeList__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .m-themeList__link {
    padding: 4px 10px 0;
  }
}

.m-title01 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 10.6666666667vw;
  font-size: 8vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media print, (min-width: 750px) {
  .m-title01 {
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    font-size: 2rem;
  }
}
.m-title01::after {
  display: block;
  width: 100%;
  height: 0.5333333333vw;
  margin-top: 5.3333333333vw;
  content: "";
  background: linear-gradient(to right, #6d77b8 18.6666666667vw, transparent 18.6666666667vw, transparent 19.7333333333vw, #a9add8 19.7333333333vw, #a9add8 100%);
}
@media print, (min-width: 750px) {
  .m-title01::after {
    height: 2px;
    margin-top: 20px;
    background: linear-gradient(to right, #6d77b8 200px, transparent 200px, transparent 205px, #a9add8 205px, #a9add8 100%);
  }
}
.m-title01-clinic::after {
  background: linear-gradient(to right, #6d77b8 18.6666666667vw, transparent 18.6666666667vw, transparent 19.7333333333vw, #a4dadb 19.7333333333vw, #a4dadb 100%);
}
@media print, (min-width: 750px) {
  .m-title01-clinic::after {
    background: linear-gradient(to right, #6d77b8 200px, transparent 200px, transparent 205px, #a4dadb 205px, #a4dadb 100%);
  }
}
.m-title01-imageup::after {
  background: linear-gradient(to right, #6d77b8 18.6666666667vw, transparent 18.6666666667vw, transparent 19.7333333333vw, #f7cddf 19.7333333333vw, #f7cddf 100%);
}
@media print, (min-width: 750px) {
  .m-title01-imageup::after {
    background: linear-gradient(to right, #6d77b8 200px, transparent 200px, transparent 205px, #f7cddf 205px, #f7cddf 100%);
  }
}
.m-title01-dmr::after {
  background: linear-gradient(to right, #42b1e6 18.6666666667vw, transparent 18.6666666667vw, transparent 19.7333333333vw, #a3d2f0 19.7333333333vw, #a3d2f0 100%);
}
@media print, (min-width: 750px) {
  .m-title01-dmr::after {
    background: linear-gradient(to right, #42b1e6 200px, transparent 200px, transparent 205px, #a3d2f0 205px, #a3d2f0 100%);
  }
}

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

.m-title01Links__link {
  font-size: 4.2666666667vw;
}
.m-title01Links__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .m-title01Links__link:hover, a:hover .m-title01Links__link {
    opacity: 0.6;
  }
}
@media print, (min-width: 750px) {
  .m-title01Links__link {
    font-size: 1rem;
  }
}
.m-title01Links__link-prev::after {
  margin-left: 1em;
  content: "＞";
}
@media print, (min-width: 750px) {
  .m-title01Links__link-next {
    margin-left: auto;
  }
}
.m-title01Links__link-next:only-child {
  margin-left: 0;
}
.m-title01Links__link-next::before {
  margin-right: 1em;
  content: "＜";
}

@media print, (min-width: 750px) {
  .m-title01Links__link-next + .m-title01Links__link-prev {
    margin-left: 3em;
  }
}

.m-title02 {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 8vw;
}
@media print, (min-width: 750px) {
  .m-title02 {
    margin-bottom: 30px;
  }
}

.m-title02__title {
  font-size: 6.4vw;
  line-height: 1.6666666667;
  letter-spacing: 0.03em;
}
@media print, (min-width: 750px) {
  .m-title02__title {
    font-size: 2rem;
  }
}

.m-title02__link {
  transition: all 0.3s ease-in-out;
}
@media print, (min-width: 750px) {
  .m-title02__link:hover, a:hover .m-title02__link {
    opacity: 0.6;
  }
}
.m-title02__link-next {
  margin-left: auto;
}
.m-title02__link-next::before {
  margin-right: 1em;
  content: "＜";
}
.m-title02__link-prev::after {
  margin-left: 1em;
  content: "＞";
}

@media print, (min-width: 750px) {
  .m-title02__link-next + .m-title02__link-prev {
    margin-left: 3em;
  }
}

.m-title03 {
  margin-bottom: 4vw;
  text-align: center;
}
@media print, (min-width: 750px) {
  .m-title03 {
    position: relative;
    margin-bottom: 30px;
  }
}

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

.m-title03__text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .m-title03__text {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 0.75rem;
    transform: translateY(-50%);
  }
}
.m-title03__text [class*=c-ico] {
  margin-right: 2.1333333333vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .m-title03__text [class*=c-ico] {
    margin-right: 8px;
  }
}

.m-title04 {
  margin-bottom: 5.3333333333vw;
}
@media print, (min-width: 750px) {
  .m-title04 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

.m-title04__title {
  font-size: 5.3333333333vw;
  line-height: 1.5;
}
@media print, (min-width: 750px) {
  .m-title04__title {
    font-size: 1.5rem;
  }
}

.m-title04__text {
  display: flex;
  align-items: center;
  margin-top: 2.6666666667vw;
  font-size: 3.2vw;
}
@media print, (min-width: 750px) {
  .m-title04__text {
    margin-top: 0;
    font-size: 0.75rem;
  }
}
.m-title04__text [class*=c-ico] {
  margin-right: 2.1333333333vw;
  vertical-align: middle;
}
@media print, (min-width: 750px) {
  .m-title04__text [class*=c-ico] {
    margin-right: 8px;
  }
}

.m-articleTitle {
  margin-bottom: 10.6666666667vw;
  border-bottom: 1px solid #dbddde;
}
@media print, (min-width: 750px) {
  .m-articleTitle {
    margin-bottom: 70px;
  }
}

.m-articleTitle__category {
  display: block;
  font-size: 4.2666666667vw;
  line-height: 2;
  color: #797979;
}
@media print, (min-width: 750px) {
  .m-articleTitle__category {
    font-size: 1rem;
  }
}

.m-articleTitle__title {
  display: block;
  font-size: 6.4vw;
  line-height: 1.8;
}
@media print, (min-width: 750px) {
  .m-articleTitle__title {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}

.m-articleTitle__author {
  display: block;
  margin: 1.3333333333vw 0 10.6666666667vw;
  font-size: 4.2666666667vw;
  line-height: 1.3125;
}
@media print, (min-width: 750px) {
  .m-articleTitle__author {
    margin: 10px 0 40px;
    font-size: 1rem;
  }
}

.m-articleTitleButton {
  display: flex;
  margin-top: 10.6666666667vw;
}
@media print, (min-width: 750px) {
  .m-articleTitleButton {
    margin-top: 4px;
  }
}

.m-articleTitle__author + .m-articleTitleButton {
  margin-top: -pxtovw(35);
}
@media print, (min-width: 750px) {
  .m-articleTitle__author + .m-articleTitleButton {
    margin-top: -35px;
  }
}

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