@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1139px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1140px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1279px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._margin0 {
  margin: 0 !important;
}

._mt0 {
  margin-top: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._pt0 {
  padding-top: 0 !important;
}

._pb0 {
  padding-bottom: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  :root {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Sawarabi Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  color: #424243;
  line-height: 1.6;
}

input,
textarea {
  font-size: 1rem;
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

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

a {
  color: #45AAB8;
  text-decoration: underline;
}
a:hover, a:active {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
a:hover {
  text-decoration: none;
}
._ios a:hover {
  opacity: 1;
}
a img {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a img:hover {
  opacity: 0.7;
}

iframe {
  border-style: none;
}

table {
  border-collapse: collapse;
}

a.-telink,
a.js-telink {
  cursor: default;
  opacity: 1 !important;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
body.-menuOpen {
  overflow: hidden;
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
.l-header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  padding: 2.1875rem 3.75rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-header > .inner {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
}
@media (max-width: 767px) {
  .l-header > .inner {
    padding: 1.375rem 1.25rem;
  }
}
.l-header > .inner > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .l-header > .inner .c-header-btn-list {
    display: none;
  }
}

.c-header-logo {
  margin: 0;
  width: 15.6875rem;
}
@media (max-width: 767px) {
  .c-header-logo {
    width: 11.875rem;
  }
}
.c-header-logo img {
  width: 100%;
}

.c-header-btn-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 1.75rem;
  padding: 0;
  border: none;
  background: transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
  margin-left: 2.5rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-header-btn-menu {
    margin-left: 0.625rem;
  }
}
@media (max-width: 767px) {
  .c-header-btn-menu {
    min-height: 1.375rem;
    margin-left: 0;
  }
}
.c-header-btn-menu:focus {
  outline: none;
}
.c-header-btn-menu > .bars {
  display: block;
  position: relative;
  width: 2.5rem;
  height: 0.125rem;
  background-color: #424243;
  border-radius: 0.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-header-btn-menu > .bars {
    width: 2.125rem;
  }
}
.c-header-btn-menu > .bars::before, .c-header-btn-menu > .bars::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #424243;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.c-header-btn-menu > .bars::before {
  -webkit-transform: translate(0, -0.8125rem);
          transform: translate(0, -0.8125rem);
}
@media (max-width: 767px) {
  .c-header-btn-menu > .bars::before {
    -webkit-transform: translate(0, -0.625rem);
            transform: translate(0, -0.625rem);
  }
}
.c-header-btn-menu > .bars::after {
  -webkit-transform: translate(0, 0.8125rem);
          transform: translate(0, 0.8125rem);
}
@media (max-width: 767px) {
  .c-header-btn-menu > .bars::after {
    -webkit-transform: translate(0, 0.625rem);
            transform: translate(0, 0.625rem);
  }
}
.c-header-btn-menu.-open > .bars {
  background: transparent;
}
.c-header-btn-menu.-open > .bars::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-header-btn-menu.-open > .bars::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header-btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .c-header-btn-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.c-header-btn-list .item {
  margin: 0 0.625rem;
  position: relative;
}
.c-header-btn-list .item:hover .c-schedule-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: auto;
  -webkit-transition-delay: 0s, 0s;
          transition-delay: 0s, 0s;
}
.c-header-btn-list .c-schedule-box {
  position: absolute;
  z-index: 101;
  top: 3.75rem;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s;
  pointer-events: none;
  padding-top: 1.4375rem;
}

.l-global-nav {
  position: fixed;
  top: 8.125rem;
  left: 0;
  width: 100%;
  height: calc(100% - 8.125rem);
  background: #ffffff;
  padding: 0 7.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
  display: none;
}
@media (max-width: 1300px) {
  .l-global-nav {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .l-global-nav {
    top: 4.375rem;
    height: calc(100% - 4.375rem);
  }
}
.l-global-nav > .inner {
  padding: 0.75rem 0 3.125rem;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .l-global-nav > .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-global-nav > .inner {
    padding-bottom: 1.875rem;
  }
}
.l-global-nav .c-schedule-box {
  margin: 0 -1.5rem 0.75rem;
}
@media (min-width: 768px) {
  .l-global-nav .c-schedule-box {
    display: none;
  }
}
.l-global-nav .c-schedule-box > .inner {
  position: relative;
  overflow: hidden;
}
.l-global-nav .c-schedule-box > .inner::before {
  position: absolute;
  bottom: 0.625rem;
  right: 0.5rem;
  width: 1rem;
  height: 0.5625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.354 0.353999L7.659 7.659L14.966 0.353999' stroke='white'/%3E%3C/svg%3E%0A");
  background-size: 1rem 0.5625rem;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 1;
  content: "";
}
.l-global-nav .c-schedule-box > .inner::after {
  position: absolute;
  bottom: -0.75rem;
  right: -0.75rem;
  width: 2.9375rem;
  height: 2.9375rem;
  background-color: #45AAB8;
  border-radius: 50%;
  content: "";
}
.l-global-nav .c-schedule-box.-open > .inner::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-global-nav .c-header-btn-list {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .l-global-nav .c-header-btn-list {
    display: none;
  }
}

.l-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.0625rem;
}
@media (min-width: 768px) {
  .l-header-info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-header-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
}
@media (max-width: 767px) {
  .l-header-info {
    margin-top: 1.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-header-info > .thumbnail {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 70%;
}
@media (max-width: 767px) {
  .l-header-info > .thumbnail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
  }
}
.l-header-info > .thumbnail li + li {
  margin-left: 1.375rem;
}
@media (max-width: 767px) {
  .l-header-info > .thumbnail li + li {
    margin-left: 0;
    margin-top: 1.125rem;
  }
}
.l-header-info > .thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-header-info > .address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .l-header-info > .address {
    margin-top: 1.75rem;
  }
}
.l-header-info > .address .name {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .l-header-info > .address .name {
    font-size: 0.9375rem;
  }
}
.l-header-info > .address p {
  margin: 0 0 0.3em;
}
.l-header-info > .address :last-child {
  margin-bottom: 0;
}

.c-gnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1301px) {
  .c-gnav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 9%;
       -moz-column-gap: 9%;
            column-gap: 9%;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-gnav-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .c-gnav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-gnav-list .list, .c-gnav-list .list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-gnav-list .list a, .c-gnav-list .list ul a {
  color: #424243;
  text-decoration: none;
}
.c-gnav-list .list {
  width: 19.625rem;
}
@media (max-width: 767px) {
  .c-gnav-list .list {
    width: 100%;
  }
}
.c-gnav-list .list > li {
  border-bottom: 1px solid #B9B9B9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .c-gnav-list .list > li:hover {
    border-color: #45AAB8;
  }
}
@media (min-width: 768px) {
  .c-gnav-list .list > li:hover > a {
    color: #45AAB8;
  }
}
@media (min-width: 768px) {
  .c-gnav-list .list > li:hover > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.67' height='26.67' viewBox='0 0 26.67 26.67'%3E%3Cg transform='translate(-411.83 -122.875)'%3E%3Cpath d='M12.835,0A12.835,12.835,0,1,1,0,12.835,12.835,12.835,0,0,1,12.835,0Z' transform='translate(412.33 123.375)' fill='none' stroke='%2345AAB8' stroke-width='1'/%3E%3Cpath d='M31.758,35.285l3.892-3.892L31.758,27.5' transform='translate(392.242 104.498)' fill='none' stroke='%2345AAB8' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  }
}
.c-gnav-list .list > li > a {
  font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  display: block;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  padding: 1.25rem 1.875rem 1.25rem 0;
}
@media (max-width: 767px) {
  .c-gnav-list .list > li > a {
    font-size: 1rem;
    padding-top: 0.8125rem;
    padding-bottom: 0.8125rem;
  }
}
.c-gnav-list .list > li > a::after {
  position: absolute;
  top: 1.125rem;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.67' height='26.67' viewBox='0 0 26.67 26.67'%3E%3Cg transform='translate(-411.83 -122.875)'%3E%3Cpath d='M12.835,0A12.835,12.835,0,1,1,0,12.835,12.835,12.835,0,0,1,12.835,0Z' transform='translate(412.33 123.375)' fill='none' stroke='%23b9b9b9' stroke-width='1'/%3E%3Cpath d='M31.758,35.285l3.892-3.892L31.758,27.5' transform='translate(392.242 104.498)' fill='none' stroke='%23b9b9b9' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.6875rem 1.6875rem;
  width: 1.6875rem;
  height: 1.6875rem;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  content: "";
}
@media (max-width: 767px) {
  .c-gnav-list .list > li > a::after {
    top: 0.9375rem;
    width: 1.375rem;
    height: 1.375rem;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.904 10.7C20.904 12.7174 20.3058 14.6894 19.185 16.3668C18.0642 18.0442 16.4712 19.3516 14.6074 20.1236C12.7436 20.8956 10.6927 21.0976 8.71407 20.704C6.73546 20.3104 4.918 19.339 3.4915 17.9125C2.06501 16.486 1.09355 14.6685 0.699982 12.6899C0.306412 10.7113 0.508406 8.66044 1.28042 6.79663C2.05243 4.93282 3.35979 3.3398 5.03718 2.21901C6.71456 1.09822 8.68662 0.5 10.704 0.5C13.4092 0.5 16.0036 1.57464 17.9165 3.48751C19.8294 5.40038 20.904 7.99479 20.904 10.7Z' stroke='%23B9B9B9'/%3E%3Cpath d='M6.86097 9.35303L10.378 12.87L13.897 9.35303' stroke='%23B9B9B9'/%3E%3C/svg%3E%0A");
    background-size: 1.375rem 1.375rem;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}
@media (max-width: 767px) {
  .c-gnav-list .list > li > a.-open::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.c-gnav-list .list > li ul li:not(:last-child) {
  margin-bottom: 0.4375rem;
}
.c-gnav-list .list > li ul a {
  padding-left: 1rem;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .c-gnav-list .list > li ul a {
    font-size: 0.875rem;
  }
}
.c-gnav-list .list > li ul a::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  border-top: 1px solid #B9B9B9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
}
@media (min-width: 768px) {
  .c-gnav-list .list > li ul a:hover {
    color: #45AAB8;
  }
}
@media (min-width: 768px) {
  .c-gnav-list .list > li ul a:hover::before {
    border-color: #45AAB8;
  }
}
.c-gnav-list .list > li ul ul {
  margin: 0.5rem 0 1.125rem 0;
  padding-left: 1rem;
  padding-bottom: 0.875rem;
  border-bottom: 1px dashed #B9B9B9;
}
.c-gnav-list .list > li > ul {
  position: relative;
  padding-bottom: 1.375rem;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .c-gnav-list .list > li > ul {
    display: none;
  }
}
@media (max-width: 767px) {
  .c-gnav-list .list > li:not(.-dropdown) > a::after {
    display: none;
  }
}
.c-gnav-list .list > li.-dropdown > ul > li:first-child {
  padding-top: 0.6875rem;
  margin-top: -1.25rem;
}
@media (max-width: 767px) {
  .c-gnav-list .list > li.-dropdown > ul > li:first-child {
    margin-top: -0.8125rem;
  }
}
.c-gnav-list .extra {
  margin: 1.875rem 0 1.5625rem;
  padding: 0;
  list-style: none;
}
.c-gnav-list .extra li + li {
  margin-top: 0.625rem;
}
.c-gnav-list .extra a {
  text-decoration: none;
  color: #424243;
  font-size: 0.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-gnav-list .extra a {
    line-height: 1.5714285714;
  }
}
.c-gnav-list .extra a:hover {
  text-decoration: underline;
}
.c-gnav-list .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .c-gnav-list .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-gnav-list .sns li + li {
  margin-left: 1.375rem;
}
.c-gnav-list .sns img {
  display: block;
}

.l-footer > .inner {
  background: #F5F5F5;
  padding: 4rem 7.5rem 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1400px) {
  .l-footer > .inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}
@media (max-width: 767px) {
  .l-footer > .inner {
    padding: 1.875rem 1.25rem;
  }
}
.l-footer > .copyright {
  text-align: center;
  margin: 0;
  color: #ffffff;
  font-size: 0.75rem;
  background: #45AAB8;
  padding: 0.75rem 1.25rem;
}
@media (max-width: 767px) {
  .l-footer > .copyright {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .c-footer-info {
    width: 100%;
    text-align: center;
  }
}
.c-footer-info .logo {
  margin: 0 0 1.375rem;
  width: 15.6875rem;
}
@media (max-width: 767px) {
  .c-footer-info .logo {
    width: 11.875rem;
    margin: 0 auto 1.25rem;
  }
}
.c-footer-info .address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55;
  margin: 0 0 1.5rem;
}
.c-footer-info .address p {
  margin: 0 0 0.4em;
}
.c-footer-info .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .c-footer-info .sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-footer-info .sns li + li {
  margin-left: 1.25rem;
}
.c-footer-info .sns img {
  display: block;
}
.c-footer-info .button {
  margin: 2.5rem 0 0;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-footer-info .button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 90;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .c-footer-info .button .c-btn-rounded {
    width: 100%;
    height: auto;
    border-radius: 0;
    padding: 0.9375rem 0 0.9375rem 2.8125rem;
  }
}
@media (max-width: 767px) {
  .c-footer-info .button .c-btn-rounded .icon {
    left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-footer-info .button .c-btn-rounded br {
    display: none;
  }
}

.c-footer-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-footer-sitemap {
    display: none;
  }
}
.c-footer-sitemap .col, .c-footer-sitemap .col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-footer-sitemap .col a, .c-footer-sitemap .col ul a {
  text-decoration: none;
  color: #424243;
  display: inline-block;
}
.c-footer-sitemap .col a:hover, .c-footer-sitemap .col ul a:hover {
  text-decoration: underline;
}
.c-footer-sitemap .col {
  margin-left: 4rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-footer-sitemap .col {
    margin-left: 2.5rem;
  }
}
.c-footer-sitemap .col:not(:last-child) {
  width: 16.25rem;
}
.c-footer-sitemap .col > li {
  margin-bottom: 1.5rem;
}
.c-footer-sitemap .col > li > ul {
  margin-top: 0.75rem;
}
.c-footer-sitemap .col > li > ul li {
  margin-bottom: 0.5rem;
}
.c-footer-sitemap .col > li > ul a {
  position: relative;
  padding-left: 1rem;
}
.c-footer-sitemap .col > li > ul a::before {
  position: absolute;
  top: 0.625rem;
  left: 0.125rem;
  width: 0.5rem;
  border-top: 1px solid #45AAB8;
  content: "";
}
.c-footer-sitemap .col > li > ul ul {
  margin-left: 1rem;
  margin-top: 0.4375rem;
}
.c-footer-sitemap .col > li > a {
  font-weight: bold;
  font-size: 0.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-footer-sitemap .col > li ul a {
  font-size: 0.875rem;
}

.c-footer-extra {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  .c-footer-extra {
    display: none;
  }
}
.c-footer-extra .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-footer-extra .list li {
  display: inline;
}
.c-footer-extra .list li + li::before {
  margin: 0 1.6875rem;
  color: #B9B9B9;
  content: "/ ";
}
.c-footer-extra .list a {
  font-size: 0.8125rem;
  font-weight: bold;
  text-decoration: none;
  color: #424243;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-footer-extra .list a:hover {
  text-decoration: underline;
}

.c-footer-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  list-style: none;
  margin: 0;
  padding: 0 0 7.5rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-footer-banner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-footer-banner {
    display: none;
  }
}
.c-footer-banner li {
  border-radius: 0.3125rem;
  overflow: hidden;
}

.c-float-contact {
  position: fixed;
  display: none;
}
@media (min-width: 768px) {
  .c-float-contact {
    bottom: 3.75rem;
    right: calc(1.25rem + var(--compensate-scrollbar, 0px));
    z-index: 90;
  }
}
@media (max-width: 767px) {
  .c-float-contact {
    top: 0.8125rem;
    right: 4.25rem;
    z-index: 100;
  }
}
.c-float-contact > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 5.0625rem;
  height: 5.0625rem;
  background: #45AAB8;
  border-radius: 50%;
  border: 1px solid #45AAB8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 767px) {
  .c-float-contact > a {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.c-float-contact > a svg {
  width: 2.3125rem;
  height: 1.8125rem;
}
@media (max-width: 767px) {
  .c-float-contact > a svg {
    width: 1.5rem;
    height: 1.1875rem;
  }
}
.c-float-contact > a svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-float-contact > a:hover {
  background: #ffffff;
}
.c-float-contact > a:hover svg path {
  stroke: #45AAB8;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-category-title {
  width: 100%;
  height: 21.25rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .c-category-title {
    height: 8.125rem;
  }
}
.c-category-title > .text {
  width: 62.5rem;
  margin: 0 auto;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .c-category-title > .text {
    width: 100%;
    margin: 0 1.25rem;
    font-size: 1.25rem;
  }
}

.c-text-a {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  padding: 5rem 0;
}
@media (max-width: 767px) {
  .c-text-a {
    font-size: 0.875rem;
    line-height: 2;
    padding: 2.5rem 1.25rem;
    text-align: left;
  }
}
.c-text-a p {
  margin: 0;
}
.c-text-a p ~ p {
  margin-top: 1.2em;
}
@media (max-width: 767px) {
  .c-text-a p ~ p {
    margin-top: 0.8em;
  }
}
.c-text-a p a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.c-notes-a {
  margin: 3.125rem 0 6.25rem;
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-notes-a {
    margin: 2.5rem 0 5rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
.c-notes-a a {
  text-decoration: none;
  border-bottom: 1px dashed;
}

.c-heading-a {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-heading-a {
    font-size: 1.25rem;
  }
}
.c-heading-a > span {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
}
@media (max-width: 767px) {
  .c-heading-a > span {
    padding: 0 1.875rem;
  }
}
.c-heading-a > span::before, .c-heading-a > span::after {
  position: absolute;
  top: 50%;
  width: 1.5625rem;
  border-bottom: 1px solid #424243;
  content: "";
}
.c-heading-a > span::before {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-heading-a > span::after {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.c-heading-b {
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1.25rem;
  }
}
.c-heading-b > span {
  position: relative;
  display: inline-block;
  padding: 0 2.1875rem;
}
@media (max-width: 767px) {
  .c-heading-b > span {
    padding: 0 1.5625rem;
  }
}
.c-heading-b > span::before, .c-heading-b > span::after {
  position: absolute;
  top: 50%;
  margin-top: -0.9375rem;
  width: 1.5rem;
  height: 1.875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.234' height='29.915' viewBox='0 0 23.234 29.915'%3E%3Cpath d='M8820.2-16029.867l17.646,24.327' transform='translate(-8817.401 16032.661)' fill='none' stroke='%2345aab8' stroke-linecap='round' stroke-width='4' stroke-dasharray='0 8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 1.5rem 1.875rem;
  content: "";
}
@media (max-width: 767px) {
  .c-heading-b > span::before, .c-heading-b > span::after {
    width: 1.1875rem;
    height: 1.5rem;
    background-size: 1.1875rem 1.5rem;
    margin-top: -0.75rem;
  }
}
.c-heading-b > span::before {
  left: 0;
}
.c-heading-b > span::after {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  right: 0;
}

.c-heading-c {
  margin-top: 3.75rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  padding-left: 0.9375rem;
  position: relative;
  letter-spacing: 0.1em;
}
.c-heading-c.-firstChild {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .c-heading-c {
    margin-top: 2.5rem;
    font-size: 0.9375rem;
  }
}
.c-heading-c::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #45AAB8;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767px) {
  .c-heading-c::before {
    top: 0.5rem;
  }
}

.c-title-a {
  margin: 0 0 0.35em;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.125rem;
  padding-left: 0.9375rem;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-title-a {
    font-size: 0.9375rem;
  }
}
.c-title-a::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #45AAB8;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767px) {
  .c-title-a::before {
    top: 0.5rem;
  }
}

.c-btn-rounded {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.625rem 1.25rem 0.625rem 3.375rem;
  min-width: 13.75rem;
  height: 3.75rem;
  text-decoration: none;
  color: var(--font-color, #424243);
  border-radius: 3.125rem;
  border: 1px solid var(--border-color, #BDBDBD);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.875rem;
  line-height: 1.5;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}
.c-btn-rounded > .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: visible;
  position: absolute;
  left: 1.5625rem;
}
.c-btn-rounded > .icon path {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.c-btn-rounded > .icon.-calendar {
  width: 1.5625rem;
  height: 1.5rem;
}
.c-btn-rounded > .icon.-folder {
  width: 1.5rem;
  height: 1.2780625rem;
}
.c-btn-rounded > .icon.-paper {
  width: 1.2239375rem;
  height: 1.5rem;
}
.c-btn-rounded > .text {
  text-align: center;
  letter-spacing: 0.1em;
}
.c-btn-rounded > .text .-big {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .c-btn-rounded:hover {
    --font-color: #45AAB8;
    --border-color: var(--font-color);
  }
}
@media (max-width: 767px) {
  .c-btn-rounded:hover {
    background-color: #fff;
  }
}
@media (min-width: 768px) {
  .c-btn-rounded:hover > .icon path {
    fill: var(--accent-color, #45AAB8);
  }
}
@media (min-width: 768px) {
  .c-btn-rounded.-mask:hover {
    --font-color: #ffffff;
    --border-color: #45AAB8;
    background-color: var(--border-color);
  }
}
@media (min-width: 768px) {
  .c-btn-rounded.-mask:hover > .icon path {
    fill: var(--accent-color, #ffffff);
  }
}
.c-btn-rounded.-invert:not(:hover) {
  --font-color: #ffffff;
  --border-color: #45AAB8;
  background-color: var(--border-color);
}
.c-btn-rounded.-invert:not(:hover) > .icon path {
  fill: var(--accent-color, #ffffff);
}

.c-btn-more {
  border-bottom: 1px solid #B9B9B9;
  text-align: center;
  margin-top: 3.625rem;
}
@media (max-width: 767px) {
  .c-btn-more {
    margin-top: 1.875rem;
  }
}
.c-btn-more > a {
  display: inline-block;
  margin-bottom: -0.625rem;
  font-size: 1.0625rem;
  color: #424243;
  position: relative;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-btn-more > a {
    font-size: 0.9375rem;
    margin-bottom: -0.5rem;
  }
}
@media (min-width: 768px) {
  .c-btn-more > a::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 4.375rem;
    height: 4.375rem;
    border: 1px solid #B9B9B9;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    opacity: 0;
    content: "";
  }
}
.c-btn-more > a::after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.125rem;
  width: 4.375rem;
  height: 4.375rem;
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 69.5C54.0538 69.5 69.5 54.0538 69.5 35C69.5 15.9462 54.0538 0.5 35 0.5C15.9462 0.5 0.5 15.9462 0.5 35C0.5 54.0538 15.9462 69.5 35 69.5Z' stroke='%23B9B9B9'/%3E%3Cpath d='M31.7586 41.6433L38.8297 34.5722L31.7586 27.5012' stroke='%23B9B9B9'/%3E%3C/svg%3E%0A");
  background-size: 4.375rem 4.375rem;
  content: "";
}
@media (max-width: 767px) {
  .c-btn-more > a::after {
    width: 3.125rem;
    height: 3.125rem;
    background-size: 3.125rem 3.125rem;
  }
}
@-webkit-keyframes circleRipple {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes circleRipple {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .c-btn-more > a:hover::before {
    -webkit-animation: 1s circleRipple forwards;
            animation: 1s circleRipple forwards;
  }
}

.c-btn-a {
  display: inline-block;
  font-size: 1.125rem;
  text-decoration: none;
  color: #ffffff;
  background: #424243;
  border-radius: 3.125rem;
  min-width: 22.5rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.9375rem;
  border: 1px solid #424243;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-btn-a {
    font-size: 1rem;
    min-width: 18.75rem;
    padding: 0.625rem;
  }
}
.c-btn-a > span {
  position: relative;
}
.c-btn-a > span::after {
  position: absolute;
  top: 50%;
  right: -2rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  content: "";
}
@media (max-width: 767px) {
  .c-btn-a > span::after {
    right: -1.5625rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.c-btn-a:hover {
  opacity: 0.8;
}
.c-btn-a:hover > span::after {
  -webkit-transform: translateY(-50%) translateX(0.3125rem) rotate(-45deg);
          transform: translateY(-50%) translateX(0.3125rem) rotate(-45deg);
}

.c-btn-b {
  font-size: 0.9375rem;
  color: #45AAB8;
  display: inline-block;
  min-width: 19.375rem;
  border: 1px solid #45AAB8;
  border-radius: 2.5rem;
  text-decoration: none;
  text-align: center;
  padding: 1.25rem 2.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-btn-b {
    font-size: 0.8125rem;
    min-width: 17.5rem;
    padding: 0.75rem 1.875rem;
  }
}
.c-btn-b::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #45AAB8;
  border-bottom: 1px solid #45AAB8;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  content: "";
}
@media (min-width: 768px) {
  .c-btn-b:hover {
    background: #45AAB8;
    color: #ffffff;
  }
  .c-btn-b:hover::after {
    border-color: #ffffff;
  }
}

.c-list-a {
  list-style-type: "・";
  margin: 0;
  padding: 0 0 0 1.1em;
  font-size: 0.8125rem;
  line-height: 2;
}
.c-list-a.-asterisk {
  list-style-type: "※";
}
.c-list-a.-asterisk li {
  padding-left: 0.3125rem;
}
.c-list-a.-big {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .c-list-a.-big {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.c-list-a + .c-list-a {
  margin-top: 0.5em;
}

.c-order-a {
  margin: 0;
  padding: 0 0 0 1.25rem;
}
.c-order-a li {
  font-size: 0.9375rem;
}

.c-table-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 18.75rem 1fr;
  grid-template-columns: 18.75rem 1fr;
  margin: 0;
  border-top: 1px solid #B9B9B9;
}
@media (max-width: 767px) {
  .c-table-a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-table-a dt, .c-table-a dd {
  border-bottom: 1px solid #B9B9B9;
  margin: 0;
  padding: 2.1875rem 0;
}
@media (max-width: 767px) {
  .c-table-a dt, .c-table-a dd {
    padding: 0.9375rem 0;
  }
}
.c-table-a dt {
  font-weight: bold;
  font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .c-table-a dt {
    border-bottom: 0;
    font-size: 1rem;
    padding-bottom: 0.3125rem;
  }
}
.c-table-a dd {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .c-table-a dd {
    font-size: 0.875rem;
    padding-top: 0;
  }
}

.c-box-a {
  border: 1px solid #93D2DB;
  border-radius: 0.25rem;
  padding: 1.625rem 1.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-box-a {
    padding: 0.9375rem;
  }
}
.c-box-a > p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 2;
}
.c-box-a .block {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0.75rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .c-box-a .block {
    font-size: 0.875rem;
    margin-right: 0;
  }
}
.c-box-a .slash {
  font-size: 1.25rem;
  color: #B9B9B9;
}
@media (max-width: 767px) {
  .c-box-a .slash {
    font-size: 1rem;
  }
}
.c-box-a .lead {
  font-size: 0.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #45AAB8;
  font-weight: bold;
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  .c-box-a .lead {
    margin-bottom: 0.375rem;
  }
}

.c-schedule-box {
  letter-spacing: 0.05552em;
}
.c-schedule-box > .inner {
  width: 28.4375rem;
  background: #ffffff;
  border-radius: 0.375rem;
  padding: 1.875rem 2.5rem 1.5625rem;
  -webkit-box-shadow: 0 0.625rem 1.25rem 0 rgba(106, 106, 106, 0.2);
          box-shadow: 0 0.625rem 1.25rem 0 rgba(106, 106, 106, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-schedule-box > .inner {
    width: 100%;
    padding: 1.25rem 1.5rem;
  }
}
.c-schedule-box .date {
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-schedule-box .date {
    font-size: 0.8125rem;
  }
}
.c-schedule-box .date > span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 1.125rem;
  display: inline-block;
  margin-right: 1.25rem;
}
@media (max-width: 767px) {
  .c-schedule-box .date > span {
    font-size: 1.0625rem;
  }
}
.c-schedule-box .estimate {
  font-size: 1rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-schedule-box .estimate > span {
  font-family: "Sawarabi Gothic", "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  display: inline-block;
  font-weight: normal;
  color: #ffffff;
  font-size: 0.875rem;
  background: #45AAB8;
  border-radius: 0.125rem;
  margin-right: 0.9375rem;
  padding: 0.125rem 0.9375rem;
}
@media (max-width: 767px) {
  .c-schedule-box .estimate > span {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
.c-schedule-box .time {
  margin: 1.0625rem 0 0.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (-webkit-max-content)[2];
  -ms-grid-columns: (max-content)[2];
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
}
@media (max-width: 767px) {
  .c-schedule-box .time {
    margin: 0.4375rem 0 0.8125rem;
  }
}
.c-schedule-box .time dt, .c-schedule-box .time dd {
  font-size: 0.9375rem;
  margin: 0;
}
@media (max-width: 767px) {
  .c-schedule-box .time dt, .c-schedule-box .time dd {
    font-size: 0.875rem;
  }
}
.c-schedule-box .time dt::after {
  display: inline-block;
  margin: 0 0.375rem 0 0.5rem;
  content: " :";
}
.c-schedule-box .time dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-schedule-box .note {
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  margin: 1.25rem 0 0;
  padding: 1.25rem 0 0;
  background-image: radial-gradient(ellipse, #707070 2px, #707070 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: top left;
  background-repeat: repeat-x;
}

.c-product-box {
  border: 1px solid #93D2DB;
  border-radius: 0.25rem;
  padding: 1.5625rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 1.5625rem;
}
@media (min-width: 768px) {
  .c-product-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .c-product-box {
    padding: 1.875rem 1.25rem 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
.c-product-box img {
  width: 100%;
}
.c-product-box > .text {
  font-size: 0.8125rem;
  line-height: 2;
}

.c-acc-box {
  background: #ffffff;
  border-radius: 0.25rem;
  margin-bottom: 3.125rem;
  padding: 0 3.125rem;
}
@media (max-width: 767px) {
  .c-acc-box {
    margin-bottom: 1.5625rem;
    padding: 0 1.25rem;
  }
}
.c-acc-box > .head {
  font-size: 1.375rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  padding: 1.875rem 0 1.5625rem;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c-acc-box > .head {
    font-size: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 1.875rem;
  }
}
.c-acc-box > .head::after {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  width: 0.8125rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='24' viewBox='0 0 13 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.05632 24L13 11.7331L1.04586 0L0.0104586 1.01625L10.9501 11.7536L0 23.0043L1.05632 24Z' fill='%2345AAB8'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.8125rem 1.5rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
.c-acc-box > .head.-open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-acc-box > .body {
  border-top: 1px solid #B9B9B9;
  display: none;
}
.c-acc-box > .body > .content {
  padding: 1.5625rem 0 3.125rem;
}
@media (max-width: 767px) {
  .c-acc-box > .body > .content {
    padding-bottom: 2.1875rem;
  }
}
.c-acc-box > .body > .content :last-child {
  margin-bottom: 0 !important;
}
.c-acc-box > .body > .content > p {
  margin: 0 0 0.6em;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .c-acc-box > .body > .content > p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.c-acc-box > .body > .content > hr {
  display: block;
  clear: both;
  border: none;
  height: 1px;
  background: repeating-linear-gradient(90deg, #B9B9B9, #B9B9B9 3px, transparent 3px, transparent 6px);
  margin: 2.5rem 0;
}
@media (max-width: 767px) {
  .c-acc-box > .body > .content > hr {
    margin: 1.5625rem 0;
  }
}

.c-showcase-box > .title {
  font-weight: bold;
  margin: 2.5rem 0 0;
  font-size: 1rem;
}
.c-showcase-box .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-showcase-box .gallery {
    margin: 1.875rem -1.875rem;
  }
}
@media (max-width: 767px) {
  .c-showcase-box .gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
    margin: 1.5625rem 0;
  }
}
.c-showcase-box .gallery > .item {
  width: calc(50% - 3.75rem);
  margin: 0 1.875rem;
}
@media (max-width: 767px) {
  .c-showcase-box .gallery > .item {
    width: 100%;
    margin: 0;
  }
}
.c-showcase-box .gallery > .item.-full {
  width: 100%;
}
.c-showcase-box .gallery > .item img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-showcase-box .gallery > .item > .image > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-showcase-box .gallery > .item > .image > a::after {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 49.5C38.531 49.5 49.5 38.531 49.5 25C49.5 11.469 38.531 0.5 25 0.5C11.469 0.5 0.5 11.469 0.5 25C0.5 38.531 11.469 49.5 25 49.5Z' stroke='white'/%3E%3Cpath d='M36 25H15V26H36V25Z' fill='white'/%3E%3Cpath d='M26 36V15H25V36H26Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 3.125rem 3.125rem;
  content: "";
}
@media (min-width: 768px) {
  .c-showcase-box .gallery > .item > .image > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-showcase-box .gallery > .item:nth-last-child(n+3), .c-showcase-box .gallery > .item:nth-last-child(n+3) ~ .item {
  margin-bottom: 2.5rem;
}
.c-showcase-box .gallery .caption {
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .c-showcase-box .gallery .caption {
    text-align: center;
    padding-top: 0.625rem;
  }
}
.c-showcase-box .gallery .caption p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .c-showcase-box .gallery .caption p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.c-showcase-box .gallery .title {
  margin: 0 0 0.2em;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .c-showcase-box .gallery .title {
    font-size: 0.9375rem;
  }
}

.mfp-fade .mfp-with-anim, .mfp-fade .mfp-arrow {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-fade.mfp-ready .mfp-with-anim, .mfp-fade.mfp-ready .mfp-arrow {
  opacity: 1;
}
.mfp-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-fade.mfp-removing .mfp-with-anim, .mfp-fade.mfp-removing .mfp-arrow {
  opacity: 0;
}
.mfp-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-with-zoom .mfp-container {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-zoom.mfp-removing .mfp-container {
  opacity: 0;
}
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-arrow {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 50%;
  background-size: 4.375rem 4.375rem !important;
  top: 41%;
}
@media (max-width: 767px) {
  .mfp-arrow {
    display: none !important;
  }
}
.mfp-arrow::before, .mfp-arrow::after {
  display: none;
}
.mfp-arrow.mfp-arrow-left {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 69.5C54.0538 69.5 69.5 54.0538 69.5 35C69.5 15.9462 54.0538 0.5 35 0.5C15.9462 0.5 0.5 15.9462 0.5 35C0.5 54.0538 15.9462 69.5 35 69.5Z' stroke='white'/%3E%3Cpath d='M38.242 27.5L31.171 34.571L38.242 41.642' stroke='white'/%3E%3C/svg%3E%0A") !important;
  left: calc(50vw - 24.1875rem - 7.5rem);
}
@media (max-width: 767px) {
  .mfp-arrow.mfp-arrow-left {
    left: 0.3125rem;
  }
}
.mfp-arrow.mfp-arrow-right {
  background-image: url("data:image/svg+xml,%3Csvg width='70' height='70' viewBox='0 0 70 70' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35 69.5C54.0538 69.5 69.5 54.0538 69.5 35C69.5 15.9462 54.0538 0.5 35 0.5C15.9462 0.5 0.5 15.9462 0.5 35C0.5 54.0538 15.9462 69.5 35 69.5Z' stroke='white'/%3E%3Cpath d='M31.758 41.643L38.829 34.572L31.758 27.5' stroke='white'/%3E%3C/svg%3E%0A") !important;
  right: calc(50vw - 24.1875rem - 7.5rem);
}
@media (max-width: 767px) {
  .mfp-arrow.mfp-arrow-right {
    right: 0.3125rem;
  }
}

.mfp-first .mfp-arrow-left, .mfp-last .mfp-arrow-right {
  display: none;
}

@media (max-width: 900px) {
  .mfp-container {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.mfp-close > svg {
  outline: 0;
  width: 1.5rem;
  height: 1.5rem;
  stroke: #ffffff;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mfp-close > svg {
    width: 1.125rem;
    height: 1.125rem;
  }
}

.c-modal-a {
  width: 48.375rem;
  background: #ffffff;
  padding: 3.125rem 3.125rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 3.125rem auto;
  position: relative;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .c-modal-a {
    width: 100%;
    padding: 1.875rem 1.25rem;
  }
}
.c-modal-a .mfp-close {
  outline: 0;
  width: 3.375rem;
  height: 3.375rem;
  background: #424243;
  border-radius: 50%;
  top: -1.25rem;
  right: -1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
}
@media (max-width: 767px) {
  .c-modal-a .mfp-close {
    width: 2.5rem;
    height: 2.5rem;
    right: -1.25rem;
  }
}

.c-banner-a {
  width: 68.75rem;
  margin: 7.5rem auto 3.75rem;
}
@media (max-width: 767px) {
  .c-banner-a {
    width: 100%;
    margin: 3.125rem 0;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-banner-a > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.25rem;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.c-banner-a > a:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .c-banner-a > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 9.375rem;
    background-image: url("../../flow/images/banner-img_pc.jpg");
  }
}
@media (max-width: 767px) {
  .c-banner-a > a {
    height: 5.25rem;
    padding-left: 1.375rem;
    padding-right: 1.875rem;
    background-image: url("../../flow/images/banner-img_sp.jpg");
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-banner-a > a > span {
  position: relative;
}
@media (max-width: 767px) {
  .c-banner-a > a > span {
    display: block;
    width: 100%;
  }
}
.c-banner-a > a > span::after {
  position: absolute;
  top: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 59.5714C46.3319 59.5714 59.5714 46.3319 59.5714 30C59.5714 13.6682 46.3319 0.428574 30 0.428574C13.6682 0.428574 0.428574 13.6682 0.428574 30C0.428574 46.3319 13.6682 59.5714 30 59.5714Z' stroke='white'/%3E%3Cpath d='M27.2211 35.694L33.282 29.6331L27.2211 23.5714' stroke='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .c-banner-a > a > span::after {
    width: 3.75rem;
    height: 3.75rem;
    background-size: 3.75rem 3.75rem;
    right: -5.625rem;
    margin-top: -1.875rem;
  }
}
@media (max-width: 767px) {
  .c-banner-a > a > span::after {
    width: 2.4375rem;
    height: 2.4375rem;
    right: 0;
    margin-top: -1.21875rem;
    background-size: 2.4375rem 2.4375rem;
    background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.5 1C17.0021 1 14.5794 1.489 12.2993 2.45341C10.0964 3.38514 8.11786 4.71919 6.41853 6.41853C4.71919 8.11786 3.38514 10.0964 2.45341 12.2993C1.489 14.5794 1 17.0021 1 19.5C1 21.9979 1.489 24.4206 2.45341 26.7007C3.38514 28.9036 4.71919 30.8821 6.41853 32.5815C8.11786 34.2808 10.0964 35.6149 12.2993 36.5466C14.5794 37.511 17.0021 38 19.5 38C21.9979 38 24.4206 37.511 26.7007 36.5466C28.9036 35.6149 30.8821 34.2808 32.5815 32.5815C34.2808 30.8821 35.6149 28.9036 36.5466 26.7007C37.511 24.4206 38 21.9979 38 19.5C38 17.0021 37.511 14.5794 36.5466 12.2993C35.6149 10.0964 34.2808 8.11786 32.5815 6.41853C30.8821 4.71919 28.9036 3.38514 26.7007 2.45341C24.4206 1.489 21.9979 1 19.5 1ZM19.5 0C30.2696 0 39 8.73045 39 19.5C39 30.2696 30.2696 39 19.5 39C8.73045 39 0 30.2696 0 19.5C0 8.73045 8.73045 0 19.5 0Z' fill='white'/%3E%3Cpath d='M17.479 25.2822L22.998 19.7633L17.479 14.2443' stroke='white'/%3E%3C/svg%3E%0A");
  }
}

.c-article-a + .c-article-a {
  margin-top: 3.4375rem;
}
@media (max-width: 767px) {
  .c-article-a + .c-article-a {
    margin-top: 3rem;
  }
}
.c-article-a > .title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0 0 1.875rem;
  padding-bottom: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: 1px solid #B9B9B9;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-article-a > .title {
    font-size: 1.125rem;
    margin-bottom: 1.5625rem;
  }
}
.c-article-a > .title span {
  color: #45AAB8;
  display: inline-block;
  margin-right: 0.1875rem;
}
@media (max-width: 767px) {
  .c-article-a > .title span {
    font-size: 1.25rem;
  }
}
.c-article-a > .body p {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  margin: 0;
}
@media (max-width: 767px) {
  .c-article-a > .body p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.c-article-a > .body p + p, .c-article-a > .body p + .wrapper {
  margin-top: 1.3em;
}
@media (max-width: 767px) {
  .c-article-a > .body p + p, .c-article-a > .body p + .wrapper {
    margin-top: 1em;
  }
}
.c-article-a > .body p + .c-title-a {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-article-a > .body p + .c-title-a {
    margin-top: 1.875rem;
  }
}
.c-article-a > .body > .image {
  margin: 3.75rem 0 1.875rem;
}
.c-article-a > .body > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .c-article-a > .body > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.9375rem;
  }
}
.c-article-a > .body > .wrapper + .wrapper {
  margin-top: 3.75rem;
}
@media (max-width: 767px) {
  .c-article-a > .body > .wrapper + .wrapper {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  .c-article-a > .body > .wrapper + p {
    margin-top: 1.3em;
  }
}
.c-article-a > .body > .wrapper > .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-article-a > .body > .wrapper > .image img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-article-a > .body > .wrapper > .image img {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
@media (max-width: 767px) {
  .c-article-a > .body > .wrapper > .image img + .caption {
    margin-top: 0.625rem;
  }
}
@media (max-width: 767px) {
  .c-article-a > .body > .wrapper > .image .caption {
    text-align: center;
  }
}
.c-article-a > .body > .wrapper > .image > a {
  display: block;
  overflow: hidden;
  position: relative;
}
.c-article-a > .body > .wrapper > .image > a::after {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("data:image/svg+xml,%3Csvg width='50' height='50' viewBox='0 0 50 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 49.5C38.531 49.5 49.5 38.531 49.5 25C49.5 11.469 38.531 0.5 25 0.5C11.469 0.5 0.5 11.469 0.5 25C0.5 38.531 11.469 49.5 25 49.5Z' stroke='white'/%3E%3Cpath d='M36 25H15V26H36V25Z' fill='white'/%3E%3Cpath d='M26 36V15H25V36H26Z' fill='white'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 3.125rem 3.125rem;
  content: "";
}
@media (min-width: 768px) {
  .c-article-a > .body > .wrapper > .image > a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.c-article-a > .body > .button {
  margin: 1.5625rem 0 2.8125rem;
}
@media (max-width: 767px) {
  .c-article-a > .body > .button {
    margin: 1.25rem 0 1.875rem;
  }
}
.c-article-a > .body .-bold {
  font-weight: bold;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-article-a > .body .-bold {
    font-size: 0.9375rem;
  }
}
.c-article-a > .body .-red {
  color: #D9434D;
}
.c-article-a > .body .-aqua {
  color: #45AAB8;
}
.c-article-a > .body .c-box-a {
  margin: 1.5rem 0;
}
@media (max-width: 767px) {
  .c-article-a > .body .c-box-a {
    margin: 1.125rem 0 0;
  }
}

.c-article-b {
  width: 68.75rem;
  margin: 0 auto 6.25rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1300px) {
  .c-article-b {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-article-b {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    background: -webkit-gradient(linear, left top, right top, color-stop(94.6666666667%, #F5F5F5), color-stop(8%, #ffffff));
    background: linear-gradient(to right, #F5F5F5 94.6666666667%, #ffffff 8%);
    margin: 0 0 3.125rem;
  }
}
.c-article-b > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .c-article-b > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-article-b > .inner > .image {
  width: 38.125rem;
}
@media (max-width: 767px) {
  .c-article-b > .inner > .image {
    width: calc(100% + 1.875rem);
  }
}
.c-article-b > .inner > .image img {
  border-radius: 0.25rem;
}
.c-article-b > .inner > .content {
  width: 34.375rem;
}
@media (max-width: 767px) {
  .c-article-b > .inner > .content {
    width: 100%;
    padding-top: 1.5625rem;
  }
}
.c-article-b > .inner > .content .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 1.5625rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  font-weight: bold;
  position: relative;
  padding-bottom: 1.25rem;
  letter-spacing: 0.082em;
}
@media (max-width: 767px) {
  .c-article-b > .inner > .content .heading {
    font-size: 1.125rem;
    line-height: 1.7777777778;
  }
}
@media (max-width: 767px) {
  .c-article-b > .inner > .content .heading br {
    display: none;
  }
}
.c-article-b > .inner > .content .heading::before {
  position: absolute;
  bottom: 0;
  width: calc(100% + 3.9375rem);
  border-bottom: 1px solid #B9B9B9;
  content: "";
}
@media (max-width: 767px) {
  .c-article-b > .inner > .content .heading::before {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-article-b > .inner > .content .heading::after {
    position: absolute;
    bottom: 0;
    width: 2.5rem;
    border-bottom: 1px solid #ffffff;
    content: "";
  }
}
.c-article-b > .inner > .content .heading .index {
  pointer-events: none;
  margin-top: 0.625rem;
  margin-right: 0.9375rem;
  height: 1.6875rem;
}
@media (max-width: 767px) {
  .c-article-b > .inner > .content .heading .index {
    height: 1.1875rem;
    margin-top: 0.375rem;
    margin-right: 0.625rem;
  }
}
.c-article-b > .inner > .content > p {
  margin: 0 0 1.3em;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .c-article-b > .inner > .content > p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.c-article-b > .inner > .content :last-child {
  margin-bottom: 0;
}
.c-article-b a {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: 0 !important;
}
.c-article-b .-red {
  color: #D9434D;
}
.c-article-b .-aqua {
  color: #45AAB8;
}
.c-article-b .-bold {
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-article-b .c-box-a {
  margin-top: 1.875rem;
}
.c-article-b:not(.-reverse) {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
@media (min-width: 768px) {
  .c-article-b:not(.-reverse) > .inner {
    position: relative;
  }
}
@media (min-width: 768px) {
  .c-article-b:not(.-reverse) > .inner::before {
    position: absolute;
    z-index: -1;
    top: -3.75rem;
    left: -13.75rem;
    width: calc(13.75rem + 80%);
    height: calc(100% + 7.5rem);
    background: #F5F5F5;
    content: "";
  }
}
.c-article-b:not(.-reverse) .image {
  margin-right: -13.75rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-article-b:not(.-reverse) .image {
    margin-right: -3.125rem;
  }
}
@media (max-width: 767px) {
  .c-article-b:not(.-reverse) .image {
    margin-right: -1.875rem;
  }
}
@media (min-width: 768px) {
  .c-article-b:not(.-reverse) .content {
    margin-right: 3.75rem;
  }
}
.c-article-b:not(.-reverse) .content .heading::before {
  left: 0;
}
@media (min-width: 768px) {
  .c-article-b:not(.-reverse) .content .heading::after {
    left: calc(100% + 3.9375rem);
  }
}
@media (max-width: 767px) {
  .c-article-b.-reverse {
    background: none;
  }
}
@media (min-width: 768px) {
  .c-article-b.-reverse > .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.c-article-b.-reverse > .inner > .image {
  margin-left: -13.75rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-article-b.-reverse > .inner > .image {
    margin-left: -3.125rem;
  }
}
@media (max-width: 767px) {
  .c-article-b.-reverse > .inner > .image {
    margin-left: -1.875rem;
  }
}
@media (min-width: 768px) {
  .c-article-b.-reverse > .inner > .content {
    margin-left: 3.9375rem;
  }
}
.c-article-b.-reverse > .inner > .content .heading::before {
  right: 0;
}
.c-article-b.-reverse > .inner > .content .heading::after {
  right: calc(100% + 3.9375rem);
}

.c-tab-a > .tab-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-tab-a > .tab-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.625rem;
  }
}
.c-tab-a > .tab-nav::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 0.1875rem solid #45AAB8;
  z-index: 1;
  content: "";
}
@media (max-width: 767px) {
  .c-tab-a > .tab-nav li {
    width: calc(50% - 0.3125rem);
  }
}
.c-tab-a > .tab-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 1.375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: var(--accent-color, #BDBDBD);
  width: 30.625rem;
  border-radius: 0.375rem 0.375rem 0 0;
  border-width: 0.1875rem 0.1875rem 0 0.1875rem;
  border-style: solid;
  border-color: var(--accent-color, #BDBDBD);
  background: #ffffff;
  text-align: center;
  padding: 1.4375rem 0 1.0625rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .c-tab-a > .tab-nav a {
    font-size: 0.875rem;
    width: 100%;
    padding: 0.625rem 0.3125rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-tab-a > .tab-nav li.-active a {
  z-index: 2;
  --accent-color: #45AAB8;
}
.c-tab-a > .tab-body > .tab-content {
  padding: 3.125rem 3.125rem 0;
}
@media (max-width: 767px) {
  .c-tab-a > .tab-body > .tab-content {
    padding: 3.125rem 0.625rem 0;
  }
}
.c-tab-a > .tab-body > .tab-content:not(.-active) {
  display: none;
}

/**************************************************/
/* components - layout */
/**************************************************/
.l-page-contents {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 0 20px;
}
.l-page-contents > *:first-child {
  margin-top: 0 !important;
}
.l-container {
  width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .l-container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.l-section {
  position: relative;
  padding: 5rem 0 6.25rem;
}
.l-section.l-bg-gray {
  padding: 7.5rem 0;
}
.l-section:last-of-type.l-bg-gray {
  margin-bottom: 6.25rem;
}
.l-section.-fill {
  background-color: #EEE;
}
@media (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0;
  }
  .l-section.l-bg-gray {
    padding: 2.5rem 0;
  }
  .l-section:last-of-type.l-bg-gray {
    margin-bottom: 2.5rem;
  }
}

.l-grid-a {
  display: -ms-grid;
  display: grid;
}
.l-grid-a.-col3 {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .l-grid-a.-col3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-grid-a.-col4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .l-grid-a.-col4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.l-bg-gray {
  background: #F5F5F5;
}

/**************************************************/
/* pages */
/**************************************************/
.top-voice .link-list:first-child {
  margin-top: 0;
}

.top-fabric + .top-news {
  padding-top: 7.5rem;
}
@media (max-width: 767px) {
  .top-fabric + .top-news {
    padding-top: 3.75rem;
  }
}

a[href="#"] {
  text-decoration: none !important;
  pointer-events: none !important;
}

.top-mainvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .top-mainvisual {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top-mainvisual > .content {
  padding-left: 3.75rem;
  width: 35.4166666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-mainvisual > .content {
    padding-left: 1.25rem;
  }
}
@media (max-width: 767px) {
  .top-mainvisual > .content {
    width: 100%;
    padding-left: 0;
    padding-top: 0.9375rem;
  }
}
.top-mainvisual > .content .heading {
  width: 21.125rem;
  margin: 0 auto 5rem;
}
@media (max-width: 767px) {
  .top-mainvisual > .content .heading {
    width: 16.875rem;
    margin: 0 auto 1.125rem;
  }
}
.top-mainvisual > .content .heading img {
  width: 100%;
}
.top-mainvisual > .content .list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .top-mainvisual > .content .list {
    display: none;
  }
}
.top-mainvisual > .content .list li + li {
  margin-top: 0.875rem;
}
.top-mainvisual > .content .list li a {
  font-size: 1rem;
  display: inline-block;
  position: relative;
  padding-left: 1.625rem;
  text-decoration: none;
  color: #424243;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.top-mainvisual > .content .list li a::before {
  position: absolute;
  top: 0.75rem;
  left: 0.5625rem;
  width: 0.5rem;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
  border-top: 1px solid #BDBDBD;
  content: "";
}
.top-mainvisual > .content .list li a:hover {
  color: #45AAB8;
}
.top-mainvisual > .content .list li a:hover::before {
  border-color: #45AAB8;
}
.top-mainvisual > .cover {
  width: 64.5833333333%;
  background: url("../../images/mainvisual-cover.jpg") no-repeat;
  background-size: cover;
  height: 48.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .top-mainvisual > .cover {
    width: 100%;
    height: 27.875rem;
  }
}
.top-mainvisual > .cover > .text {
  margin-top: 4.875rem;
  margin-right: 3.75rem;
  width: 8.4375rem;
}
@media (max-width: 767px) {
  .top-mainvisual > .cover > .text {
    width: 4.6875rem;
    margin-top: 1.375rem;
    margin-right: 1.5625rem;
  }
}
@media (min-width: 768px) {
  .top-mainvisual .c-schedule-box {
    position: absolute;
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .top-mainvisual .c-schedule-box {
    margin: -0.9375rem 1.25rem 0;
  }
}

.top-intro {
  padding: 10rem 0 0;
}
@media (max-width: 767px) {
  .top-intro {
    padding: 3.75rem 0 0;
  }
}
.top-intro > .inner {
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-intro > .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 1300px) {
  .top-intro > .inner {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .top-intro > .inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.top-intro > .inner > .text {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.75rem;
  line-height: 2.1428571429;
  font-weight: bold;
  margin: 0 0 4.0625rem;
}
@media (max-width: 767px) {
  .top-intro > .inner > .text {
    font-size: 1.0625rem;
    line-height: 2;
    margin: 0 0 2.5rem;
  }
}
.top-intro > .list {
  margin-top: 7.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (50%)[2];
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 767px) {
  .top-intro > .list {
    margin-top: 3.75rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.top-intro .l-grid-a {
  gap: 2.5rem;
  counter-reset: intro-card;
}
.top-intro .l-grid-a .intro-card > a::before {
  position: absolute;
  top: -0.75rem;
  left: -0.75rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  line-height: 2.5rem;
  background: #45AAB8;
  color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0.1875rem 0.375rem 0 rgba(0, 0, 0, 0.16);
  counter-increment: intro-card;
  font-size: 1.0625rem;
  content: counter(intro-card);
}
@media (max-width: 767px) {
  .top-intro .l-grid-a .intro-card > a::before {
    font-size: 0.875rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
}
.top-intro .intro-card > a {
  border-radius: 0.25rem;
  position: relative;
  display: block;
  text-decoration: none;
  color: #424243;
}
.top-intro .intro-card > a > .inner {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 6.875rem 0.8125rem 0.625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .top-intro .intro-card > a:hover .image {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.top-intro .intro-card .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: -1;
}
.top-intro .intro-card .text {
  margin: 0;
  height: 6.25rem;
  border-radius: 0.25rem;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 1rem;
  line-height: 1.375;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .top-intro .intro-card .text {
    font-size: 0.875rem;
  }
}
.top-intro .promoted-box {
  padding: 5.375rem 4.6875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-intro .promoted-box {
    padding: 2.5rem 1.875rem;
  }
}
@media (max-width: 767px) {
  .top-intro .promoted-box {
    padding: 1.5625rem;
  }
}
.top-intro .promoted-box > .content {
  position: relative;
}
.top-intro .promoted-box > .content::before, .top-intro .promoted-box > .content::after {
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.top-intro .promoted-box > .content::before {
  background: url("../../images/promoted-box-conrtent.png");
  mix-blend-mode: overlay;
  z-index: 1;
}
.top-intro .promoted-box > .content::after {
  background: rgba(255, 255, 255, 0.7);
}
.top-intro .promoted-box > .content > .wrapper {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .top-intro .promoted-box > .content > .wrapper {
    padding: 1.25rem;
  }
}
.top-intro .promoted-box .title {
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.625;
  text-align: center;
  margin: 0 0 1.125rem;
}
@media (max-width: 767px) {
  .top-intro .promoted-box .title {
    font-size: 1.125rem;
  }
}
.top-intro .promoted-box .title span {
  display: inline-block;
  padding-bottom: 0.3125rem;
  border-bottom: 1px solid #B9B9B9;
}
.top-intro .promoted-box p {
  font-size: 1rem;
  line-height: 1.875;
  text-align: center;
  margin: 0;
}
@media (max-width: 767px) {
  .top-intro .promoted-box p {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .top-intro .promoted-box p br {
    display: none;
  }
}
.top-intro .promoted-box .button {
  margin-top: 1.625rem;
  text-align: center;
}
.top-intro .promoted-box .button > a {
  min-width: 17.5rem;
}
@media (max-width: 767px) {
  .top-intro .promoted-box .button > a {
    min-width: 13.75rem;
  }
}

.top-column {
  background: #F5F5F5;
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  .top-column {
    padding: 3.75rem 1.25rem;
  }
}
.top-column > .inner {
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-column > .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1300px) {
  .top-column > .inner {
    width: 100%;
  }
}
.top-column .c-heading-a {
  margin: 0 0 2.5rem;
}
.top-column .l-grid-a {
  gap: 2.5rem;
}
.top-column .column-card > a {
  text-decoration: none;
  color: #424243;
}
@media (min-width: 768px) {
  .top-column .column-card > a:hover .image img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
}
.top-column .column-card .image {
  border-radius: 0.25rem;
  overflow: hidden;
}
.top-column .column-card .image img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: none;
  aspect-ratio: 2.2/1.5;
}
.top-column .column-card .date {
  font-size: 0.8125rem;
  margin: 1.25rem 0 0.4375rem;
}
@media (max-width: 767px) {
  .top-column .column-card .date {
    margin: 0.9375rem 0 0.3125rem;
  }
}
.top-column .column-card .title {
  font-size: 0.9375rem;
  margin: 0;
}

.top-fabric {
  padding: 7.5rem 0;
}
@media (max-width: 1300px) {
  .top-fabric {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 767px) {
  .top-fabric {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}
.top-fabric > .inner {
  width: 81.875rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .top-fabric > .inner {
    width: 100%;
  }
}
.top-fabric > .inner > .text {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  margin: 1.25rem 0 2.5rem;
}
@media (max-width: 767px) {
  .top-fabric > .inner > .text {
    line-height: 2;
    font-size: 0.875rem;
  }
}
.top-fabric > .inner > .button {
  text-align: center;
  margin-top: 2.5rem;
}
.top-fabric .l-grid-a {
  gap: 1.5625rem;
}
.top-fabric .fabric-card {
  margin: 0;
}
.top-fabric .fabric-card > a {
  text-decoration: none;
  color: #424243;
}
@media (min-width: 768px) {
  .top-fabric .fabric-card > a:hover .image img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
}
.top-fabric .fabric-card .image {
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}
.top-fabric .fabric-card .image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-fabric .fabric-card .image::after {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  width: 3.125rem;
  height: 3.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg fill='rgba(255,255,255,0)' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='25' cy='25' r='25' stroke='none'/%3E%3Ccircle cx='25' cy='25' r='24.5' fill='none'/%3E%3C/g%3E%3Crect width='21' height='1' transform='translate(15 25)' fill='%23fff'/%3E%3Crect width='21' height='1' transform='translate(26 15) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 3.125rem 3.125rem;
  z-index: 1;
  content: "";
}
@media (max-width: 767px) {
  .top-fabric .fabric-card .image::after {
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem 2.5rem;
  }
}
.top-fabric .fabric-card .caption {
  text-align: center;
  font-size: 1.25rem;
  padding-top: 1.5rem;
}
@media (max-width: 767px) {
  .top-fabric .fabric-card .caption {
    font-size: 1rem;
    padding-top: 0.625rem;
  }
}
.top-fabric .fabric-card.-recommend .image::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 5rem;
  height: 5rem;
  font-size: 0.875rem;
  color: #ffffff;
  background: #45AAB8;
  border-radius: 50%;
  line-height: 5rem;
  text-align: center;
  z-index: 1;
  content: "おすすめ";
}
@media (max-width: 767px) {
  .top-fabric .fabric-card.-recommend .image::before {
    width: 3.75rem;
    height: 3.75rem;
    font-size: 0.75rem;
    line-height: 3.75rem;
  }
}

.top-voice {
  padding: 7.5rem 0;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .top-voice {
    padding: 3.75rem 0;
  }
}
.top-voice > .text {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  margin: 1.25rem 0 1.875rem;
}
@media (max-width: 767px) {
  .top-voice > .text {
    line-height: 2;
    font-size: 0.875rem;
    padding: 0 1.25rem;
  }
}
@media (max-width: 767px) {
  .top-voice > .text br {
    display: none;
  }
}
.top-voice .voice-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  padding: 0.625rem 0;
  -webkit-box-align: normal !important;
      -ms-flex-align: normal !important;
          align-items: normal !important;
}
.top-voice .voice-card {
  width: 18.75rem;
}
.top-voice .voice-card > a {
  color: #424243;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .top-voice .voice-card > a:hover .image img {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    opacity: 1;
  }
}
.top-voice .voice-card > a::before, .top-voice .voice-card > a::after {
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  border-radius: 0.1875rem;
  background: #DDDDDD;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  content: "";
}
.top-voice .voice-card > a::before {
  top: 0.625rem;
  left: -0.625rem;
}
.top-voice .voice-card > a::after {
  bottom: 0.625rem;
  right: -0.625rem;
}
.top-voice .voice-card .image {
  border-radius: 0.25rem 0.25rem 0 0;
  overflow: hidden;
}
.top-voice .voice-card .image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  aspect-ratio: 3/1.7;
}
.top-voice .voice-card .content {
  background: #F5F5F5;
  border-radius: 0 0 0.25rem 0.25rem;
  padding: 1.25rem 1.25rem 1.5625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 767px) {
  .top-voice .voice-card .content {
    padding: 0.625rem 0.9375rem 0.9375rem;
  }
}
.top-voice .voice-card .content .title {
  margin: 0 0 0.9375rem;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 1.625;
}
@media (max-width: 767px) {
  .top-voice .voice-card .content .title {
    margin: 0 0 0.3125rem;
  }
}
.top-voice .voice-card .content p {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.top-voice .c-btn-more {
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-voice .c-btn-more {
    width: calc(100% - 5rem);
  }
}
@media (max-width: 767px) {
  .top-voice .c-btn-more {
    width: calc(100% - 2.5rem);
  }
}
.top-voice .link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.625rem 1fr 0.625rem 1fr 0.625rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 25rem;
  grid-template-rows: 25rem;
  gap: 0.625rem;
  padding: 0 0.625rem;
  margin-top: 7.5rem;
}
.top-voice .link-list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.top-voice .link-list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.top-voice .link-list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.top-voice .link-list > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
@media (max-width: 767px) {
  .top-voice .link-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    margin-top: 3.75rem;
  }
  .top-voice .link-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
@media (max-width: 767px) {
  .top-voice .link-card {
    height: 12.5rem;
  }
}
.top-voice .link-card > a {
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 2.25rem 1.25rem 1.5625rem 1.875rem;
}
@media (max-width: 767px) {
  .top-voice .link-card > a {
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .top-voice .link-card > a:hover .image {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.top-voice .link-card > a::after {
  position: absolute;
  bottom: 1.25rem;
  right: 1.5625rem;
  width: 4.375rem;
  height: 4.375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='70' viewBox='0 0 70 70'%3E%3Cg transform='translate(-784 -5700)'%3E%3Cg transform='translate(784 5700)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='35' cy='35' r='35' stroke='none'/%3E%3Ccircle cx='35' cy='35' r='34.5' fill='none'/%3E%3C/g%3E%3Cpath d='M3695.758,3185.276v10h10' transform='translate(1176.724 10607.269) rotate(-135)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 4.375rem 4.375rem;
  background-repeat: no-repeat;
  content: "";
}
@media (max-width: 767px) {
  .top-voice .link-card > a::after {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 3.125rem;
    height: 3.125rem;
    background-size: 3.125rem 3.125rem;
  }
}
.top-voice .link-card .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: -1;
}
.top-voice .link-card .title {
  font-weight: normal;
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.46;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .top-voice .link-card .title {
    font-size: 1rem;
  }
}

.top-news {
  padding-bottom: 9.375rem;
}
@media (max-width: 767px) {
  .top-news {
    padding: 0 1.25rem 4.375rem;
  }
}
.top-news > .inner {
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .top-news > .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 1300px) {
  .top-news > .inner {
    width: 100%;
  }
}
.top-news .news-list {
  list-style: none;
  margin: 2.125rem 0 0;
  padding: 0;
}
.top-news .news-list li {
  border-top: 1px solid #EEEEEE;
}
.top-news .news-list a {
  text-decoration: none;
  color: #424243;
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  padding: 1.5625rem;
}
@media (max-width: 767px) {
  .top-news .news-list a {
    font-size: 0.875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem 0;
  }
}
@media (min-width: 768px) {
  .top-news .news-list a:hover .title {
    text-decoration: underline;
  }
}
@media (min-width: 768px) {
  .top-news .news-list .date {
    width: 5rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .top-news .news-list .date {
    margin-bottom: 0.5rem;
  }
}
.top-news .c-btn-more {
  margin-top: 1.875rem;
}

.top-intro-modal > .body {
  padding-top: 1.625rem;
}
.top-intro-modal > .body .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 1.625rem;
  line-height: 1.9230769231;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .top-intro-modal > .body .heading {
    font-size: 1.125rem;
    margin: 0 0 0.9375rem;
    padding-bottom: 0.75rem;
  }
}
.top-intro-modal > .body .heading .number {
  font-size: 2.25rem;
  color: #45AAB8;
  line-height: 1;
  padding: 0.4375rem 0.75rem 0 0;
}
@media (max-width: 767px) {
  .top-intro-modal > .body .heading .number {
    font-size: 1.375rem;
    padding: 0.3125rem 0.5rem 0 0;
  }
}
@media (max-width: 767px) {
  .top-intro-modal > .body .heading br {
    display: none;
  }
}
.top-intro-modal > .body > .content > p {
  margin: 0 0 1em;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .top-intro-modal > .body > .content > p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.top-intro-modal > .body > .content a {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: 0 !important;
}
.top-intro-modal > .body > .content .c-box-a {
  margin-top: 1.5rem;
}
.top-intro-modal > .body > .content .-red {
  color: #D9434D;
}
.top-intro-modal > .body > .content .-aqua {
  color: #45AAB8;
}
.top-intro-modal > .body > .content .-bold {
  font-weight: bold;
}
.top-intro-modal > .body > .content > :last-child {
  margin-bottom: 0;
}

.top-fabric-modal > .body {
  padding-top: 1.625rem;
}
@media (max-width: 767px) {
  .top-fabric-modal > .body {
    padding-top: 1.375rem;
  }
}
.top-fabric-modal > .body .heading {
  font-size: 1.625rem;
  line-height: 1.9230769231;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
}
@media (max-width: 767px) {
  .top-fabric-modal > .body .heading {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}
.top-fabric-modal > .body > .content p {
  margin: 0 0 1em;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .top-fabric-modal > .body > .content p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.top-fabric-modal > .body > .content > :last-child {
  margin-bottom: 0;
}
.top-fabric-modal.-recommend > .image {
  position: relative;
}
.top-fabric-modal.-recommend > .image::before {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 5rem;
  height: 5rem;
  font-size: 0.875rem;
  color: #ffffff;
  background: #45AAB8;
  border-radius: 50%;
  line-height: 5rem;
  text-align: center;
  z-index: 1;
  content: "おすすめ";
}
@media (max-width: 767px) {
  .top-fabric-modal.-recommend > .image::before {
    font-size: 0.6875rem;
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
  }
}

.pg-forte .article-list {
  padding-bottom: 1.25rem;
}

.pg-flow .l-container {
  padding-top: 6.25rem;
}
@media (max-width: 767px) {
  .pg-flow .l-container {
    padding-top: 1.875rem;
  }
}
.pg-flow .c-article-a > .body p + p {
  margin-top: 0.6em;
}
.pg-flow .c-article-a > .body p:not(.button) a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.pg-flow .c-article-a > .body > .button {
  margin: 0.875rem 0 1.625rem;
}
.pg-flow .c-article-a > .body > .wrapper + .wrapper {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .pg-flow .c-tab-a > .tab-nav {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    padding: 0 1.25rem;
  }
}
.pg-flow .c-tab-a > .tab-body > .tab-content .c-text-a {
  padding: 1.875rem 0;
}
@media (max-width: 767px) {
  .pg-flow .c-tab-a > .tab-body > .tab-content .c-text-a {
    padding: 1.25rem 0;
  }
}
.pg-flow .c-tab-a > .tab-body > .tab-content .-note {
  margin-top: 0.9375rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-flow .c-tab-a > .tab-body > .tab-content .-small {
  font-size: 0.8125rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-flow .c-tab-a > .tab-body > .tab-content .-small {
    font-size: 0.75rem;
  }
}
.pg-flow .pricing-list {
  list-style: none;
  margin: 0 0 5.9375rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.1875rem;
}
@media (max-width: 767px) {
  .pg-flow .pricing-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    margin: 0 0 3rem;
  }
}
.pg-flow .pricing-list li {
  width: 19.375rem;
}
@media (max-width: 767px) {
  .pg-flow .pricing-list li {
    width: 100%;
  }
}
.pg-flow .pricing-list li.-pink > a {
  --accent-color: #E68898 ;
}
.pg-flow .pricing-list li.-purple > a {
  --accent-color: #8898E6;
}
.pg-flow .pricing-list li > a {
  text-decoration: none;
  color: var(--font-color, #424243);
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid var(--accent-color, #45AAB8);
  border-radius: 0.25rem;
  text-align: center;
  padding: 1.875rem 1.625rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 768px) {
  .pg-flow .pricing-list li > a:hover {
    background: var(--accent-color, #45AAB8);
  }
  .pg-flow .pricing-list li > a:hover .title, .pg-flow .pricing-list li > a:hover .sub, .pg-flow .pricing-list li > a:hover .text {
    color: #ffffff;
  }
  .pg-flow .pricing-list li > a:hover .sub {
    background-image: radial-gradient(ellipse, #ffffff 2px, #ffffff 2px, transparent 2px);
  }
}
.pg-flow .pricing-list .title {
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0;
  color: var(--accent-color, #45AAB8);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .pg-flow .pricing-list .title {
    font-size: 1.125rem;
  }
}
.pg-flow .pricing-list .sub {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0.4375rem 0 0;
  color: var(--accent-color, #45AAB8);
  background-image: radial-gradient(ellipse, var(--accent-color, #45AAB8) 2px, var(--accent-color, #45AAB8) 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 1.25rem;
  margin-bottom: 0.9375rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .pg-flow .pricing-list .sub {
    font-size: 0.875rem;
  }
}
.pg-flow .pricing-list .sub span {
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  .pg-flow .pricing-list .sub span {
    font-size: 0.6875rem;
  }
}
.pg-flow .pricing-list .text {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.9230769231;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.pg-flow .pricing-modal > .heading {
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.9375rem;
  color: var(--accent-color, #8898E6);
}
@media (max-width: 767px) {
  .pg-flow .pricing-modal > .heading {
    font-size: 1rem;
  }
}
.pg-flow .pricing-modal > .heading::before, .pg-flow .pricing-modal > .heading::after {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.25rem;
  border-top: 1px solid var(--accent-color, #8898E6);
  border-bottom: 1px solid var(--accent-color, #8898E6);
  content: "";
}
.pg-flow .pricing-modal > .heading::before {
  margin-right: 1rem;
}
.pg-flow .pricing-modal > .heading::after {
  margin-left: 1rem;
}
.pg-flow .pricing-modal > .heading span {
  position: relative;
}
.pg-flow .pricing-modal > .heading span::before {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.125rem;
  width: 0.25rem;
  height: 0.25rem;
  background: var(--accent-color, #8898E6);
  border-radius: 50%;
  content: "";
}
.pg-flow .pricing-modal > .body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-flow .pricing-modal > .body p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.pg-flow .pricing-modal > .body p + p {
  margin-top: 0.9375rem;
}
.pg-flow .pricing-modal > .body p + .c-list-a {
  margin-top: 0.375rem;
}
.pg-flow .pricing-modal > .body p .asterisk {
  position: relative;
}
.pg-flow .pricing-modal > .body p .asterisk::before {
  position: absolute;
  top: -1rem;
  left: 30%;
  font-size: 0.8125rem;
  color: #D9434D;
  content: "※";
}
.pg-flow .pricing-modal > .body a {
  border-bottom: 1px dashed;
  text-decoration: none;
}
.pg-flow .pricing-modal > .body hr {
  display: block;
  border: none;
  height: 1px;
  background: repeating-linear-gradient(90deg, #B9B9B9, #B9B9B9 3px, transparent 3px, transparent 6px);
  margin: 1.375rem 0;
}
.pg-flow .pricing-modal > .body .-red {
  color: #D9434D;
}
.pg-flow .pricing-modal .title {
  font-size: 1.0625rem;
  position: relative;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  padding-left: 2.875rem;
  padding-top: 0.5rem;
}
@media (max-width: 767px) {
  .pg-flow .pricing-modal .title {
    font-size: 0.875rem;
    padding-left: 2.375rem;
    padding-top: 0.25rem;
  }
}
.pg-flow .pricing-modal .title .index {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  background: var(--accent-color, #8898E6);
  color: #ffffff;
  font-size: 0.875rem;
  text-align: center;
  line-height: 2.375rem;
}
@media (max-width: 767px) {
  .pg-flow .pricing-modal .title .index {
    font-size: 0.75rem;
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
  }
}
.pg-flow .pricing-modal .title br + .annotate {
  margin-left: 0;
}
.pg-flow .pricing-modal .annotate {
  font-size: 0.9375rem;
  display: inline-block;
  margin-left: 0.9375rem;
}
@media (max-width: 767px) {
  .pg-flow .pricing-modal .annotate {
    font-size: 0.8125rem;
    display: block;
    margin-left: 0;
  }
}
.pg-flow .pricing-modal .annotate::before {
  font-size: inherit;
  display: inline-block;
  margin-right: 0.1875rem;
  color: #D9434D;
  content: "※";
}
.pg-flow .pricing-modal.-aqua {
  --accent-color: #45AAB8 ;
}
.pg-flow .pricing-modal.-pink {
  --accent-color: #E68898 ;
}
.pg-flow .pricing-modal#pricing-modal-01 > .body p + p {
  margin-top: 0.25rem;
}

.pg-guide .l-bg-gray {
  padding-top: 6.25rem;
  padding-bottom: 4.375rem;
}
@media (max-width: 767px) {
  .pg-guide .l-bg-gray {
    padding-top: 3.125rem;
    padding-bottom: 2.1875rem;
  }
}
.pg-guide .c-acc-box * + .c-title-a {
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box * + .c-title-a {
    margin-top: 1.25rem;
  }
}
.pg-guide .c-acc-box > .body > .content {
  zoom: 1;
}
.pg-guide .c-acc-box > .body > .content:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.pg-guide .c-acc-box > .body > .content > .button {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box > .body > .content > .button {
    margin-top: 0.9375rem;
  }
}
.pg-guide .c-acc-box .image {
  margin: 2.5rem 0;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box .image {
    margin: 1.25rem 0;
  }
}
.pg-guide .c-acc-box .image.-right {
  float: right;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box .image.-right {
    float: none;
  }
}
.pg-guide .c-acc-box .image.-center {
  text-align: center;
}
.pg-guide .c-acc-box .c-box-a {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box .c-box-a {
    margin-top: 0.9375rem;
    margin-bottom: 1.25rem;
  }
}
.pg-guide .c-acc-box .c-box-a.-w578 {
  width: 36.125rem;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box .c-box-a.-w578 {
    width: 100%;
  }
}
.pg-guide .c-acc-box .c-box-a.-w480 {
  width: 30rem;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box .c-box-a.-w480 {
    width: 100%;
  }
}
.pg-guide .c-acc-box .c-order-a {
  margin-bottom: 1.4375rem;
}
.pg-guide .c-acc-box .c-showcase-box {
  margin-bottom: 2.5rem;
}
.pg-guide .c-acc-box span.-big {
  font-size: 1.0625rem;
}
.pg-guide .c-acc-box .-red {
  color: #D9434D;
}
.pg-guide .c-acc-box span.-annotate {
  display: inline-block;
  margin-left: 0.9375rem;
}
@media (max-width: 767px) {
  .pg-guide .c-acc-box span.-annotate {
    display: block;
    margin-left: 0;
  }
}

.pg-photo .l-container {
  padding: 7.5rem 3.125rem 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-photo .l-container {
    padding: 3.75rem 1.25rem 0;
  }
}
.pg-photo .section-intro {
  background: #F5F5F5;
  padding: 6.25rem 0;
}
@media (max-width: 767px) {
  .pg-photo .section-intro {
    padding: 3.125rem 0;
  }
}
.pg-photo .section-intro .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.1875rem;
  gap: 3.125rem;
}
@media (max-width: 767px) {
  .pg-photo .section-intro .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
    padding: 0 1.25rem;
  }
}
.pg-photo .section-intro .white-box > a {
  background: #ffffff;
  border: 1px solid var(--accent-color, #45AAB8);
  border-radius: 0.25rem;
  width: 19.375rem;
  padding: 1.5625rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #424243;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .pg-photo .section-intro .white-box > a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pg-photo .section-intro .white-box > a:hover {
    color: #ffffff;
    background: var(--accent-color, #45AAB8);
  }
  .pg-photo .section-intro .white-box > a:hover .title {
    color: #ffffff;
    background-image: radial-gradient(ellipse, #ffffff 2px, #ffffff 2px, transparent 2px);
  }
}
.pg-photo .section-intro .white-box .title {
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: var(--accent-color, #45AAB8);
  margin: 0;
  background-image: radial-gradient(ellipse, var(--accent-color, #45AAB8) 2px, var(--accent-color, #45AAB8) 2px, transparent 2px);
  background-size: 6px 2px;
  background-position: bottom left;
  background-repeat: repeat-x;
  padding-bottom: 1.125rem;
  margin-bottom: 0.875rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pg-photo .section-intro .white-box .title span {
  display: block;
  margin-top: 0.375rem;
  font-size: 1rem;
}
.pg-photo .section-intro .white-box .text {
  font-size: 0.8125rem;
  line-height: 1.9230769231;
}
.pg-photo .section-intro .white-box.-pink {
  --accent-color: #E68898 ;
}
.pg-photo .section-basic {
  padding-top: 7.1875rem;
}
@media (max-width: 767px) {
  .pg-photo .section-basic {
    padding-top: 3.75rem;
  }
}
.pg-photo .section-basic > .textarea {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .pg-photo .section-basic > .textarea {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    text-align: left;
  }
}
.pg-photo .section-basic > .textarea p {
  margin: 0;
}
.pg-photo .section-basic > .textarea p ~ p {
  margin-top: 2.3em;
}
@media (max-width: 767px) {
  .pg-photo .section-basic > .textarea p ~ p {
    margin-top: 1.2em;
  }
}
.pg-photo .section-basic :last-child {
  margin-bottom: 0;
}
.pg-photo .border-box {
  border: 1px solid var(--accent-color, #45AAB8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 3.25rem 2.75rem 2.5rem 3.375rem;
  border-radius: 0.25rem;
}
@media (max-width: 767px) {
  .pg-photo .border-box {
    padding: 1.5625rem 1.25rem;
  }
}
.pg-photo .border-box > .title {
  text-align: center;
  font-size: 1.625rem;
  color: var(--accent-color, #45AAB8);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  background-image: radial-gradient(ellipse, var(--accent-color, #45AAB8) 2px, var(--accent-color, #45AAB8) 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 1.5rem;
  margin: 0;
}
@media (max-width: 767px) {
  .pg-photo .border-box > .title {
    font-size: 1.125rem;
    padding-bottom: 0.9375rem;
  }
}
.pg-photo .border-box > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  padding-top: 2rem;
}
@media (max-width: 767px) {
  .pg-photo .border-box > .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.pg-photo .border-box > .body p {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  margin: 0;
}
@media (max-width: 767px) {
  .pg-photo .border-box > .body p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.pg-photo .border-box > .body p ~ p {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .pg-photo .border-box > .body p ~ p {
    margin-top: 1em;
  }
}
.pg-photo .border-box > .body > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pg-photo .border-box .image {
  border-radius: 0.25rem;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0;
}
.pg-photo .border-box .image .caption {
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  padding-top: 1rem;
}
.pg-photo .border-box .extra-box {
  border: 1px solid var(--accent-color, #45AAB8);
  margin-top: auto;
  padding: 1.5625rem 1.25rem;
}
@media (max-width: 767px) {
  .pg-photo .border-box .extra-box {
    margin-top: 1.25rem;
  }
}
.pg-photo .border-box .extra-box > .lead {
  font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  color: var(--accent-color, #45AAB8);
  margin: 0 0 0.4375rem;
}
@media (max-width: 767px) {
  .pg-photo .border-box .extra-box > .lead {
    font-size: 1rem;
  }
}
.pg-photo .border-box .extra-box > .sub {
  font-weight: bold;
  margin: 0;
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  line-height: 1.875;
}
@media (max-width: 767px) {
  .pg-photo .border-box .extra-box > .sub {
    font-size: 0.875rem;
  }
}
.pg-photo .border-box .extra-box > .text {
  margin: 1.25rem 0 0;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  .pg-photo .border-box .extra-box > .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.pg-photo .border-box .extra-box > .text a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.pg-photo .border-box.-pink {
  --accent-color: #E68898;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  .pg-photo .border-box.-pink {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-top: 3.75rem;
  }
}
.pg-photo .border-box.-pink .extra-box {
  margin-top: 2.1875rem;
}
@media (max-width: 767px) {
  .pg-photo .border-box.-pink .extra-box {
    margin-top: 1.125rem;
  }
}
.pg-photo .border-box.-pink .extra-box > .lead {
  margin-bottom: 1rem;
}
.pg-photo .video-box {
  width: 42.8125rem;
  margin: 3.3125rem auto 7.1875rem;
  position: relative;
  padding-bottom: 38.6%;
}
@media (max-width: 767px) {
  .pg-photo .video-box {
    width: 100%;
    padding-bottom: 56.25%;
    margin: 1.875rem 0 3.125rem;
  }
}
.pg-photo .video-box iframe {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pg-photo .pattern-list {
  margin: 3.375rem 0 0;
  padding: 0;
  list-style: none;
  gap: 3.125rem 2.5rem;
}
@media (max-width: 767px) {
  .pg-photo .pattern-list {
    gap: 1.875rem;
    margin: 1.75rem 0 0;
  }
}
.pg-photo .pattern-list .image {
  border-radius: 0.25rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.1875rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}
.pg-photo .pattern-list .image img {
  width: 100%;
}
.pg-photo .pattern-list .text {
  margin: 1.5625rem 0 0;
  text-align: center;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pg-photo .pattern-list .text {
    margin: 0.625rem 0 0;
  }
}

@media (min-width: 1301px) {
  .pg-before .l-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3.125rem;
  }
}
.pg-before .l-container > .c-heading-a {
  margin-bottom: 3.125rem;
}
@media (max-width: 767px) {
  .pg-before .l-container > .c-heading-a {
    margin-bottom: 1.875rem;
  }
}
.pg-before .before-categories {
  padding: 1.5rem 2.25rem;
  background: #F5F5F5;
  margin-bottom: 3.125rem;
}
.pg-before .before-categories > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem 3.75rem;
}
.pg-before .before-categories > .list > li {
  display: block;
}
.pg-before .before-categories > .list .btn {
  display: inline-block;
  position: relative;
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  color: inherit;
  text-decoration: none;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pg-before .before-categories > .list .btn > span {
  color: #45AAB8;
}
.pg-before .before-categories > .list .btn::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #45AAB8;
  opacity: 0;
  content: "";
}
.pg-before .before-categories > .list .btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .pg-before .before-categories {
    padding: 1.25rem 1.875rem;
    margin-bottom: 1.875rem;
  }
  .pg-before .before-categories > .list {
    gap: 0.5rem;
  }
  .pg-before .before-categories > .list > li {
    width: 100%;
    margin: 0 0;
  }
  .pg-before .before-categories > .list .btn {
    font-size: 0.8125rem;
  }
}

.pg-wrapping .l-page-contents > .text {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2.2;
  margin: 1.75rem 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-wrapping .l-page-contents > .text {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .l-page-contents > iframe {
  width: 100%;
  height: auto;
  margin-top: 3.125rem;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .pg-wrapping .l-page-contents > iframe {
    margin-top: 1.875rem;
  }
}
.pg-wrapping .wrapping-btnList {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.1875rem 1fr 2.1875rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
  margin: 0 auto;
  padding: 0 20px;
  list-style: none;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-btnList {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.pg-wrapping .wrapping-btnList > li > a.btn {
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem;
  border: 1px solid;
  border-radius: 100vw;
  font-size: 0.9375rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-btnList > li > a.btn {
    font-size: 0.8125rem;
    padding: 0.75rem 1.875rem;
  }
}
.pg-wrapping .wrapping-btnList > li > a.btn.-tenugui {
  border-color: #45AAB8;
  color: #45AAB8;
}
.pg-wrapping .wrapping-btnList > li > a.btn.-noshi {
  border-color: #E68898;
  color: #E68898;
}
.pg-wrapping .wrapping-btnList > li > a.btn.-obigami {
  border-color: #8697ec;
  color: #8697ec;
}
.pg-wrapping .wrapping-btnList > li > a.btn::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: inherit;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
}
.pg-wrapping .wrapping-btnList > li > a.btn:hover {
  color: #fff;
}
.pg-wrapping .wrapping-btnList > li > a.btn:hover.-tenugui {
  background: #45AAB8;
}
.pg-wrapping .wrapping-btnList > li > a.btn:hover.-noshi {
  background: #E68898;
}
.pg-wrapping .wrapping-btnList > li > a.btn:hover.-obigami {
  background: #8697ec;
}
.pg-wrapping .wrapping-btnList > li > a.btn:hover::after {
  border-color: #fff;
}
.pg-wrapping .wrapping-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.1875rem 1fr 2.1875rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3.75rem 2.1875rem;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-list {
    gap: 1.875rem 1.25rem;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.pg-wrapping a.wrapping-card {
  text-decoration: none;
  color: inherit;
}
.pg-wrapping a.wrapping-card > .image {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.pg-wrapping a.wrapping-card > .image > img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pg-wrapping a.wrapping-card:hover > .image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.pg-wrapping a.wrapping-card > .image::after {
  position: absolute;
  bottom: 0.625rem;
  right: 0.625rem;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../../wrapping/images/expansion.svg) center/contain;
  content: "";
}
@media (max-width: 767px) {
  .pg-wrapping a.wrapping-card > .image::after {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.pg-wrapping a.wrapping-card > .description > .title {
  padding-bottom: 1em;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.0625rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-wrapping a.wrapping-card > .description > .title {
    font-size: 0.9375rem;
  }
}
.pg-wrapping a.wrapping-card > .description > .text {
  font-size: 0.9375rem;
  text-align: justify;
}
@media (max-width: 767px) {
  .pg-wrapping a.wrapping-card > .description > .text {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .wrapping-modal > .body {
  padding-top: 1.625rem;
}
.pg-wrapping .wrapping-modal > .body > .heading {
  font-size: 1.625rem;
  line-height: 1.9230769231;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-modal > .body > .heading {
    font-size: 1.125rem;
    margin: 0 0 0.9375rem;
    padding-bottom: 0.75rem;
  }
}
.pg-wrapping .wrapping-modal > .body > .content .-red {
  color: #D9434D;
}
.pg-wrapping .wrapping-modal > .body > .content .-aqua {
  color: #45AAB8;
}
.pg-wrapping .wrapping-modal > .body > .content .-bold {
  font-weight: bold;
}
.pg-wrapping .wrapping-modal > .body > .content > :last-child {
  margin-bottom: 0;
}
.pg-wrapping .wrapping-modal > .body > .content > p {
  margin: 0 0 1em;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-modal > .body > .content > p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.pg-wrapping .wrapping-modal > .body > .content a {
  color: inherit;
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: 0 !important;
}
.pg-wrapping .wrapping-modal > .body > .content > .exImg {
  margin: 1.875rem 0 0;
}
.pg-wrapping .wrapping-modal .sample-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.0625rem 1fr 1.0625rem 1fr 1.0625rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.0625rem;
  margin: 1.875rem 0;
  padding: 0;
  list-style: none;
}
.pg-wrapping .wrapping-modal .c-box-a {
  margin-top: 1.5rem;
}
.pg-wrapping .wrapping-modal .btn-list {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.25rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  margin: 1.875rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-modal .btn-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.625rem;
  }
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn {
  position: relative;
  display: block;
  padding: 1.25rem 2.5rem;
  border: 1px solid;
  border-radius: 100vw;
  font-size: 0.9375rem;
  color: inherit;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .pg-wrapping .wrapping-modal .btn-list > li > a.btn {
    font-size: 0.8125rem;
    padding: 0.75rem 1.875rem;
  }
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn.-tenugui {
  border-color: #45AAB8;
  color: #45AAB8;
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn.-noshi {
  border-color: #E68898;
  color: #E68898;
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn.-obigami {
  border-color: #8697ec;
  color: #8697ec;
}
.pg-wrapping .wrapping-modal .btn-list > li a.btn::after {
  position: absolute;
  top: 50%;
  right: 1.5625rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: inherit;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  content: "";
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn:hover {
  color: #fff;
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn:hover.-tenugui {
  background: #45AAB8;
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn:hover.-noshi {
  background: #E68898;
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn:hover.-obigami {
  background: #8697ec;
}
.pg-wrapping .wrapping-modal .btn-list > li > a.btn:hover::after {
  border-color: #fff;
}
.pg-wrapping .fold-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 3.75rem;
  margin-top: 4.375rem;
}
.pg-wrapping .fold-wrap + .fold-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pg-wrapping .fold-wrap > .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .pg-wrapping .fold-wrap {
    display: block;
  }
  .pg-wrapping .fold-wrap > .image {
    margin-top: 1.875rem;
    text-align: center;
  }
}
.pg-wrapping .fold-box {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2.5rem 3.125rem 3.125rem;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .pg-wrapping .fold-box {
    padding: 1.5625rem 1.875rem 1.875rem;
  }
}
.pg-wrapping .fold-box > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 0.9375rem;
  gap: 0 1.875rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-wrapping .fold-box > .head > .title {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}
.pg-wrapping .fold-box > .head > .size {
  font-size: 0.9375rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .pg-wrapping .fold-box > .head > .title {
    font-size: 1rem;
  }
  .pg-wrapping .fold-box > .head > .size {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .fold-box > .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 3.75rem;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .pg-wrapping .fold-box > .body {
    gap: 1.25rem;
  }
}
.pg-wrapping .fold-box > .body > .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pg-wrapping .fold-box > .body > .description > .text {
  margin: 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-wrapping .fold-box > .body > .description > .text {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .fold-box > .body > .description > .list {
  margin: 0;
  list-style: none;
  counter-reset: number 0;
  -webkit-padding-start: 1.5em;
          padding-inline-start: 1.5em;
}
@media (max-width: 767px) {
  .pg-wrapping .fold-box > .body > .description > .list {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .fold-box > .body > .description > .list > li {
  text-indent: -1.5em;
  line-height: 1.5;
}
.pg-wrapping .fold-box > .body > .description > .list > li + li {
  margin-top: 0.5em;
}
.pg-wrapping .fold-box > .body > .description > .list > li::before {
  counter-increment: number 1;
  content: counter(number) "）";
}
.pg-wrapping .fold-box > .body > .description > * + :is(.text, .list) {
  margin-top: 1em;
}
.pg-wrapping .noshi-box {
  background: #fff;
}
.pg-wrapping .noshi-box + .noshi-box {
  margin-top: 5rem;
}
.pg-wrapping .noshi-box > .head {
  position: relative;
}
.pg-wrapping .noshi-box > .head > .title {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.375rem;
  text-align: center;
  font-family: "游明朝", YuMincho, "游明朝体", "Yu Mincho", san-serif;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-box > .head > .title {
    font-size: 1.125rem;
  }
}
.pg-wrapping .noshi-box > .head > .title::before {
  position: absolute;
  top: -10px;
  left: -40px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../wrapping/images/brackets.svg);
  content: "";
}
.pg-wrapping .noshi-box > .head > .title::after {
  position: absolute;
  bottom: -10px;
  right: -40px;
  display: block;
  width: 15px;
  height: 15px;
  background: url(../../wrapping/images/brackets.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  content: "";
}
.pg-wrapping .noshi-box:not(.-pattern03) > .head {
  padding: 2.5rem 1.875rem 3.125rem;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-box:not(.-pattern03) > .head {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
.pg-wrapping .noshi-box:not(.-pattern03) > .head::after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  display: block;
  background: url(../../wrapping/images/noshi-himo.svg) center/cover no-repeat;
  content: "";
}
.pg-wrapping .noshi-box > .head::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  z-index: 1;
  content: "";
}
.pg-wrapping .noshi-box.-pattern01 > .head::before {
  width: 4.25rem;
  height: 3rem;
  -webkit-transform: translateY(45%);
          transform: translateY(45%);
  background: url(../../wrapping/images/noshi-chomusubi.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-box.-pattern01 > .head::before {
    width: 3.1875rem;
    height: 2.25rem;
  }
}
.pg-wrapping .noshi-box.-pattern02 > .head::before {
  width: 4.75rem;
  height: 2.25rem;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  background: url(../../wrapping/images/noshi-musubikiri.svg) center/contain no-repeat;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-box.-pattern02 > .head::before {
    width: 3.5625rem;
    height: 1.6875rem;
  }
}
.pg-wrapping .noshi-box.-pattern03 > .head {
  padding: 2.5rem 1.875rem;
  border-bottom: 1px solid #D9434D;
}
.pg-wrapping .noshi-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.375rem;
  padding: 4.375rem 3.125rem 3.125rem;
}
.pg-wrapping .noshi-wrap + .noshi-wrap {
  padding-top: 0;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-wrap {
    padding: 3.125rem 1.25rem 1.25rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
  .pg-wrapping .noshi-wrap + .noshi-wrap {
    padding-top: 1.25rem;
  }
}
.pg-wrapping .noshi-wrap > .image {
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-wrap > .image {
    width: 100%;
  }
  .pg-wrapping .noshi-wrap > .image > img {
    width: 100%;
    max-width: none;
  }
}
.pg-wrapping .noshi-wrap > .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pg-wrapping .noshi-wrap > .description > .title {
  margin: 0;
  font-size: 1rem;
}
.pg-wrapping .noshi-wrap > .description > .title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 0.9375rem;
  font-size: 1.0625rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-wrap > .description > .title {
    font-size: 0.9375rem;
  }
}
.pg-wrapping .noshi-wrap > .description > .text {
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .pg-wrapping .noshi-wrap > .description > .text {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .noshi-wrap > .description > * + :is(.title, .text) {
  margin-top: 1.4em;
}
.pg-wrapping .wrappingDetail-box {
  margin-top: 1.875rem;
  padding: 1.25rem 1.875rem 1.5625rem;
  border: 1px solid #45AAB8;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .pg-wrapping .wrappingDetail-box {
    margin-top: 1.25rem;
    padding: 0.9375rem 1.25rem;
  }
}
.pg-wrapping .wrappingDetail-box > .title {
  margin: 0;
  color: #45AAB8;
  font-weight: 600;
  font-size: 0.9375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-wrapping .wrappingDetail-box > .title {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .wrappingDetail-box > .text {
  margin: 0;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pg-wrapping .wrappingDetail-box > .text {
    font-size: 0.75rem;
  }
}
.pg-wrapping .wrappingDetail-box > * + :is(.title, .text) {
  margin-top: 0.7em;
}
.pg-wrapping .wrappingDetail-box > .list {
  margin: 1em 0 0 0;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .pg-wrapping .wrappingDetail-box > .list {
    font-size: 0.75rem;
  }
}
.pg-wrapping .wrappingDetail-box > .list > .title {
  position: relative;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  line-height: 2;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
.pg-wrapping .wrappingDetail-box > .list > .title::before {
  position: absolute;
  top: 1em;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  background: #424243;
  content: "";
}
.pg-wrapping .wrappingDetail-box > .list > .text {
  margin: 0;
  line-height: 2;
}
.pg-wrapping .wrappingDetail-box > .list > * + .title {
  margin-top: 1em;
}
.pg-wrapping .paper-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.75rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  .pg-wrapping .paper-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.pg-wrapping .paper-card {
  padding: 3.4375rem;
  background: #fff;
  border-radius: 4px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .pg-wrapping .paper-card {
    padding: 1.25rem;
  }
}
.pg-wrapping .paper-card > .image {
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.04);
}
.pg-wrapping .paper-card > .image > img {
  width: 100%;
  max-width: none;
}
.pg-wrapping .paper-card > .title {
  margin: 0;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.0625rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-wrapping .paper-card > .title {
    font-size: 0.9375rem;
  }
}
.pg-wrapping .paper-card > * + .title {
  margin-top: 2em;
}
.pg-wrapping .paper-card > .text {
  margin: 0;
  line-height: 2;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .pg-wrapping .paper-card > .text {
    font-size: 0.8125rem;
  }
}
.pg-wrapping .paper-card > * + .text {
  margin-top: 1em;
}
.pg-wrapping .paper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  gap: 3.75rem;
}
.pg-wrapping .paper-wrap + .paper-wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 3.75rem;
}
.pg-wrapping .paper-wrap > .image > .caption {
  display: block;
  margin-top: 1em;
  font-size: 0.8125rem;
  text-align: center;
}
.pg-wrapping .paper-wrap > .description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.pg-wrapping .paper-wrap > .description > .title {
  margin: 0;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
.pg-wrapping .paper-wrap > .description > .text {
  margin: 0;
  line-height: 2;
  font-size: 0.9375rem;
}
.pg-wrapping .paper-wrap > .description > * + :is(.title, .text) {
  margin-top: 1em;
}
@media (max-width: 767px) {
  .pg-wrapping .paper-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
  }
  .pg-wrapping .paper-wrap > .image {
    width: 100%;
  }
  .pg-wrapping .paper-wrap > .image > img {
    width: 100%;
    max-width: none;
  }
  .pg-wrapping .paper-wrap > .image > .caption {
    font-size: 0.6875rem;
  }
  .pg-wrapping .paper-wrap > .description > .title {
    font-size: 1rem;
  }
  .pg-wrapping .paper-wrap > .description > .text {
    font-size: 0.8125rem;
  }
}

.pg-company .l-container.-sdgs {
  padding-top: 0;
  padding-bottom: 0;
}
.pg-company .l-container.-declaration {
  padding-top: 5rem;
}
@media (max-width: 767px) {
  .pg-company .l-container.-declaration {
    padding-top: 3.125rem;
  }
}
.pg-company .l-container.-sdgs > .button, .pg-company .l-container.-declaration > .button {
  text-align: center;
}
.pg-company .l-container.-sdgs > .button > .c-btn-a, .pg-company .l-container.-declaration > .button > .c-btn-a {
  width: 25rem;
  max-width: 100%;
}
.pg-company .l-container.-sdgs > .button > .c-btn-a > span, .pg-company .l-container.-declaration > .button > .c-btn-a > span {
  display: block;
}
.pg-company .l-container.-sdgs > .button > .c-btn-a > span::after, .pg-company .l-container.-declaration > .button > .c-btn-a > span::after {
  right: 1em;
}
@media (max-width: 767px) {
  .pg-company .l-container.-sdgs > .button > .c-btn-a, .pg-company .l-container.-declaration > .button > .c-btn-a {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .pg-company .l-container {
    padding: 4.5625rem 3.125rem 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .pg-company .l-container {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.pg-company .l-container > .heading {
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 0 0 3.25rem;
}
@media (max-width: 767px) {
  .pg-company .l-container > .heading {
    font-size: 1.125rem;
    margin: 0 0 1.5625rem;
  }
}
.pg-company .l-container > .image {
  margin: 0 0 2.375rem;
  text-align: center;
}
.pg-company .l-container > .image > .caption {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .pg-company .l-container > .image > .caption {
    font-size: 0.875rem;
    margin: 1.25rem 0 0;
  }
}
.pg-company .c-table-a {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pg-company .c-table-a {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pg-company .c-text-a {
    padding-left: 0;
    padding-right: 0;
  }
}
.pg-company .gallery-slider {
  position: relative;
}
.pg-company .gallery-slider > .inner {
  margin: 0 3.75rem;
}
@media (max-width: 767px) {
  .pg-company .gallery-slider > .inner {
    margin: 0 2.5rem;
  }
}
.pg-company .gallery-slider .item img {
  width: 100%;
}
.pg-company .gallery-slider .swiper-button-prev, .pg-company .gallery-slider .swiper-button-next {
  --swiper-navigation-sides-offset: 0;
  width: 2.625rem;
  height: 2.625rem;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 0.5C9.67816 0.5 0.5 9.67816 0.5 21C0.5 32.3218 9.67816 41.5 21 41.5C32.3218 41.5 41.5 32.3218 41.5 21C41.5 9.67816 32.3218 0.5 21 0.5Z' stroke='%23B9B9B9'/%3E%3Cpath d='M22.792 17.3428L18.6052 21.5296L22.792 25.7163' stroke='%23B9B9B9'/%3E%3C/svg%3E%0A");
  background-size: 2.625rem 2.625rem;
  background-repeat: no-repeat;
  opacity: 1;
}
.pg-company .gallery-slider .swiper-button-prev::after, .pg-company .gallery-slider .swiper-button-next::after {
  display: none;
}
@media (max-width: 767px) {
  .pg-company .gallery-slider .swiper-button-prev, .pg-company .gallery-slider .swiper-button-next {
    width: 1.875rem;
    height: 1.875rem;
    background-size: 1.875rem 1.875rem;
  }
}
.pg-company .gallery-slider .swiper-button-next {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.pg-company .c-footer-banner {
  display: none;
}

.pg-about .section-intro {
  padding: 5rem 0 7.375rem;
}
@media (max-width: 767px) {
  .pg-about .section-intro {
    padding: 1.5rem 0 3.75rem;
  }
}
.pg-about .section-intro .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .pg-about .section-intro .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-about .section-intro .heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -5rem 0 0;
  width: 31.375rem;
}
@media (max-width: 767px) {
  .pg-about .section-intro .heading {
    width: 100%;
    margin: 0;
  }
}
.pg-about .section-intro .heading img {
  width: 100%;
}
.pg-about .section-intro .content {
  width: 39.25rem;
  font-size: 0.9375rem;
  line-height: 2.2;
  padding-top: 2.125rem;
}
@media (max-width: 767px) {
  .pg-about .section-intro .content {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.pg-about .section-intro .content p {
  margin: 0;
}
.pg-about .section-intro .content p + p {
  margin-top: 1.8em;
}
.pg-about .section-intro .gallery {
  zoom: 1;
}
.pg-about .section-intro .gallery:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.pg-about .section-intro .gallery {
  margin-top: 5.9375rem;
}
@media (max-width: 767px) {
  .pg-about .section-intro .gallery {
    margin-top: 2.8125rem;
  }
}
@media (min-width: 768px) {
  .pg-about .section-intro .gallery .item:nth-child(1) {
    width: 45rem;
    margin-left: -10.875rem;
  }
}
@media (max-width: 767px) {
  .pg-about .section-intro .gallery .item:nth-child(1) {
    width: 19.375rem;
    margin-left: -1.25rem;
  }
}
@media (min-width: 768px) {
  .pg-about .section-intro .gallery .item:nth-child(2) {
    width: 25rem;
    margin-left: 9.375rem;
    margin-top: -7.5rem;
    float: right;
  }
}
@media (max-width: 767px) {
  .pg-about .section-intro .gallery .item:nth-child(2) {
    width: 11.75rem;
    margin: 2.5rem 0 2.5rem auto;
  }
}
@media (min-width: 768px) {
  .pg-about .section-intro .gallery .item:nth-child(3) {
    width: 20.4375rem;
    float: right;
    margin-right: -5rem;
    margin-top: 7.5rem;
  }
}
@media (max-width: 767px) {
  .pg-about .section-intro .gallery .item:nth-child(3) {
    width: 10.3125rem;
  }
}
.pg-about .section-basic {
  padding: 7.125rem 0 0;
}
@media (max-width: 767px) {
  .pg-about .section-basic {
    padding: 3.125rem 0;
    overflow: hidden;
  }
}
.pg-about .section-basic > .l-bg-gray {
  padding: 7.5rem 0;
}
@media (min-width: 768px) {
  .pg-about .section-basic > .inner {
    padding-bottom: 7.5rem;
  }
}
.pg-about .section-basic > .inner > .text {
  text-align: center;
  font-size: 0.9375rem;
  line-height: 2.2;
  margin: 1.75rem 0 4.625rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-about .section-basic > .inner > .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin: 1.75rem 0 3.125rem;
  }
}
.pg-about .section-basic .article-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .pg-about .section-basic .article-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0.25rem;
  }
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.pg-about .section-basic .article-box + .article-box {
  margin-top: 6.25rem;
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box + .article-box {
    margin-top: 3.125rem;
  }
}
@media (min-width: 768px) {
  .pg-about .section-basic .article-box > .image {
    border-radius: 0.25rem;
    overflow: hidden;
    margin-right: -7.375rem;
    width: 38.125rem;
  }
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box > .image {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.pg-about .section-basic .article-box > .body {
  width: 37.75rem;
  height: 41.875rem;
  position: relative;
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box > .body {
    width: 100%;
    height: auto;
    margin: -5rem 0.625rem 0;
  }
}
.pg-about .section-basic .article-box > .body::before, .pg-about .section-basic .article-box > .body::after {
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.pg-about .section-basic .article-box > .body::before {
  background: url("../../about/images/article-body-bg.png");
  mix-blend-mode: overlay;
  z-index: 1;
}
.pg-about .section-basic .article-box > .body::after {
  background: -webkit-gradient(linear, left top, right top, color-stop(7.375rem, rgba(255, 255, 255, 0.7)), color-stop(7.375rem, #ffffff));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 7.375rem, #ffffff 7.375rem);
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box > .body::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(5rem, rgba(255, 255, 255, 0.7)), color-stop(5rem, #ffffff));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 5rem, #ffffff 5rem);
  }
}
.pg-about .section-basic .article-box > .body .content {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem 3.75rem 3.125rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box > .body .content {
    padding: 1.5rem 1.25rem;
    height: auto;
  }
}
.pg-about .section-basic .article-box > .body .content::before, .pg-about .section-basic .article-box > .body .content::after {
  position: absolute;
  width: 2.5rem;
  height: 0.125rem;
  border-radius: 0.1875rem;
  background: #DDDDDD;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  z-index: 1;
  content: "";
}
.pg-about .section-basic .article-box > .body .content::before {
  top: 0.625rem;
  left: -0.625rem;
}
.pg-about .section-basic .article-box > .body .content::after {
  bottom: 0.625rem;
  right: -0.625rem;
}
.pg-about .section-basic .article-box > .body .title {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.5rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  padding-bottom: 0.3125rem;
  margin-bottom: 1.5625rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box > .body .title {
    font-size: 1rem;
    padding-bottom: 0.625rem;
  }
}
.pg-about .section-basic .article-box > .body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box > .body p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.pg-about .section-basic .article-box.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .pg-about .section-basic .article-box.-reverse {
    padding-right: 0;
    padding-left: 0.25rem;
  }
}
@media (min-width: 768px) {
  .pg-about .section-basic .article-box.-reverse > .body::after {
    background: -webkit-gradient(linear, right top, left top, color-stop(7.375rem, rgba(255, 255, 255, 0.7)), color-stop(7.375rem, #ffffff));
    background: linear-gradient(to left, rgba(255, 255, 255, 0.7) 7.375rem, #ffffff 7.375rem);
  }
}
@media (min-width: 768px) {
  .pg-about .section-basic .article-box.-reverse > .image {
    margin-right: 0;
    margin-left: -7.375rem;
  }
}
@media (max-width: 767px) {
  .pg-about .section-basic .article-box.-reverse > .image {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.pg-about .section-basic .steps-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.pg-about .section-basic .steps-list::before {
  position: absolute;
  border-left: 1px solid #B9B9B9;
  top: 7.125rem;
  left: 50%;
  bottom: var(--bottom, 0px);
  margin-left: -0.03125rem;
  content: "";
}
@media (max-width: 767px) {
  .pg-about .section-basic .steps-list::before {
    z-index: -1;
  }
}
.pg-about .section-basic .steps-list > .item {
  width: 30.625rem;
}
@media (max-width: 767px) {
  .pg-about .section-basic .steps-list > .item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pg-about .section-basic .steps-list > .item + .item {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  .pg-about .section-basic .steps-list > .item:nth-child(even) {
    margin-left: auto;
    margin-top: -6.8125rem;
  }
}
.pg-about .section-basic .steps-list > .item:nth-child(even) .image::before {
  right: auto;
  left: -3.75rem;
}
.pg-about .section-basic .steps-list > .item:nth-child(even) .image::after {
  right: auto;
  left: -4.125rem;
}
.pg-about .section-basic .steps-list .image {
  position: relative;
}
@media (min-width: 768px) {
  .pg-about .section-basic .steps-list .image::before, .pg-about .section-basic .steps-list .image::after {
    position: absolute;
    top: 50%;
    content: "";
  }
}
@media (min-width: 768px) {
  .pg-about .section-basic .steps-list .image::before {
    right: -3.75rem;
    margin-top: -0.03125rem;
    width: 3.75rem;
    border-bottom: 1px solid #B9B9B9;
  }
}
@media (min-width: 768px) {
  .pg-about .section-basic .steps-list .image::after {
    right: -4rem;
    margin-top: -0.3125rem;
    width: 0.625rem;
    height: 0.625rem;
    background: #B9B9B9;
    border-radius: 50%;
  }
}
.pg-about .section-basic .steps-list .image > img {
  border-radius: 0.25rem 0.25rem 0 0;
}
.pg-about .section-basic .steps-list .content {
  background: #F5F5F5;
  padding: 1.875rem 1.875rem 1.5625rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
@media (max-width: 767px) {
  .pg-about .section-basic .steps-list .content {
    padding: 1.25rem;
  }
}
.pg-about .section-basic .steps-list .content > .title {
  margin: 0 0 1.25rem;
  height: 1.3125rem;
}
@media (max-width: 767px) {
  .pg-about .section-basic .steps-list .content > .title {
    height: 1rem;
    margin: 0 0 0.625rem;
  }
}
.pg-about .section-basic .steps-list .content > .title img {
  height: 100%;
  vertical-align: top;
}
.pg-about .section-basic .steps-list .content p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-about .section-basic .steps-list .content p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.pg-about .section-expo {
  padding: 7.5rem 0;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo {
    padding: 3.125rem 0;
    margin-bottom: 3.125rem;
  }
}
.pg-about .section-expo .intro-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.25rem;
  margin-bottom: 18.3125rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .intro-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-bottom: 2.5rem;
  }
}
.pg-about .section-expo .intro-content > .image {
  width: 43.75rem;
  margin-left: -10.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .pg-about .section-expo .intro-content > .image {
    width: calc(100% + 2.5rem);
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
.pg-about .section-expo .intro-content > .body {
  position: relative;
}
.pg-about .section-expo .intro-content > .body::after {
  background: url("../../about/images/img-17.png") no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .pg-about .section-expo .intro-content > .body::after {
    position: absolute;
    top: calc(100% + 1.75rem);
    right: -5.375rem;
    width: 29.25rem;
    height: 15.75rem;
    background-size: 29.25rem 15.75rem;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .pg-about .section-expo .intro-content > .body::after {
    right: -3.125rem;
  }
}
@media (max-width: 767px) {
  .pg-about .section-expo .intro-content > .body::after {
    display: block;
    width: 17.75rem;
    height: 9.5625rem;
    background-size: 17.75rem 9.5625rem;
    margin: 1.875rem 0 0 auto;
  }
}
.pg-about .section-expo .intro-content > .body > .title {
  margin: 0 0 1.5625rem;
  height: 1.9375rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .intro-content > .body > .title {
    height: 1.5rem;
    margin: 0 0 0.9375rem;
  }
}
.pg-about .section-expo .intro-content > .body > .title img {
  height: 100%;
  vertical-align: top;
}
.pg-about .section-expo .intro-content > .body p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-about .section-expo .intro-content > .body p {
    font-size: 0.875rem;
    line-height: 2.3571428571;
  }
}
.pg-about .section-expo .figure-list {
  list-style: none;
  margin: 0 0 7.5rem;
  padding: 0;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list {
    margin: 0 0 3.75rem;
  }
}
.pg-about .section-expo .figure-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .pg-about .section-expo .figure-list li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pg-about .section-expo .figure-list li + li {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list li + li {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .pg-about .section-expo .figure-list li:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.pg-about .section-expo .figure-list .image {
  width: 39.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list .image {
    width: 100%;
  }
}
.pg-about .section-expo .figure-list .content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 3.125rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list .content {
    padding: 1.25rem 1.5625rem 0;
  }
}
.pg-about .section-expo .figure-list .content .title {
  text-align: center;
  margin: 0 0 1.75rem;
  height: 1.625rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list .content .title {
    margin: 0 0 0.625rem;
    height: 1.25rem;
  }
}
.pg-about .section-expo .figure-list .content .title img {
  height: 100%;
  vertical-align: top;
}
.pg-about .section-expo .figure-list .content p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-list .content p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}
.pg-about .section-expo .figure-box {
  margin: 0 0 7.375rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-box {
    margin: 0 0 3.125rem;
  }
}
.pg-about .section-expo .figure-box .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.pg-about .section-expo .figure-box .flex > img {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pg-about .section-expo .figure-box .flex > img.-sm {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 42.25%;
}
.pg-about .section-expo .figure-box .caption {
  text-align: center;
  font-size: 0.9375rem;
  padding-top: 2.5rem;
}
@media (max-width: 767px) {
  .pg-about .section-expo .figure-box .caption {
    font-size: 0.875rem;
    padding-top: 1.25rem;
  }
}
.pg-about .section-expo :last-child {
  margin-bottom: 0;
}

.pg-faq .l-bg-gray {
  padding-bottom: 4.375rem;
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .pg-faq .l-bg-gray {
    padding-bottom: 1.5625rem;
    margin-bottom: 0;
  }
}
.pg-faq .c-acc-box .head {
  padding-left: 1.75rem;
}
.pg-faq .c-acc-box .head::before {
  position: absolute;
  top: 2.25rem;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.368' height='22.776' viewBox='0 0 17.368 22.776'%3E%3Cpath d='M18.382,1.274a4.209,4.209,0,0,1-1.924.6A3.953,3.953,0,0,1,13.13-.338C14.612-1.17,18.356-3.3,18.356-9.49c0-6.942-5.1-9.958-8.476-9.958-3.406,0-8.5,2.99-8.5,9.958,0,6.942,5.1,9.984,8.5,9.984.26,0,.468-.026.624-.026.182-.026.286-.026.39-.052a3.26,3.26,0,0,0,3.562,2.912,7.428,7.428,0,0,0,4.29-1.456ZM12.766-1.768c-.39-1.4-1.014-3.744-3.874-3.744a2.691,2.691,0,0,0-2.86,2.288A13.169,13.169,0,0,1,4.758-9.412c0-5.408,2.132-9.282,5.122-9.282,2.912,0,5.122,3.77,5.122,9.2C15-4.6,13.416-2.626,12.766-1.768ZM10.816-.416a4.361,4.361,0,0,1-.936.13,3.24,3.24,0,0,1-3.2-2.626A1.832,1.832,0,0,1,8.658-4.6c1.95,0,2.106,2.288,2.106,3.2C10.764-1.248,10.79-.572,10.816-.416Z' transform='translate(-1.378 19.448)' fill='%2345aab8'/%3E%3C/svg%3E%0A");
  background-size: 1.125rem 1.4375rem;
  background-repeat: no-repeat;
  width: 1.125rem;
  height: 1.4375rem;
  content: "";
}
@media (max-width: 767px) {
  .pg-faq .c-acc-box .head::before {
    top: 1.25rem;
  }
}
.pg-faq .c-acc-box .content {
  position: relative;
  padding-left: 1.75rem;
}
.pg-faq .c-acc-box .content::before {
  position: absolute;
  top: 1.75rem;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.448' height='19.448' viewBox='0 0 19.448 19.448'%3E%3Cpath d='M20.306,0V-.832h-.6c-1.534,0-2.158-1.248-2.5-2.236l-5.746-16.38-2.418.338L4-2.912C3.38-.884,2.236-.832,1.638-.832H.858V0h6.37V-.832H6.058c-.884,0-1.4-.442-1.4-1.066a3.292,3.292,0,0,1,.156-.728l1.274-4.16h6.6l1.3,3.718a4.438,4.438,0,0,1,.234,1.2,1.066,1.066,0,0,1-1.2,1.04h-1.2V0Zm-7.93-7.644H6.344l2.834-9.1Z' transform='translate(-0.858 19.448)' fill='%23e68898'/%3E%3C/svg%3E%0A");
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
}
@media (max-width: 767px) {
  .pg-faq .c-acc-box .content::before {
    top: 1.5625rem;
  }
}

.pg-design-tenugui .c-article-b > .inner > .content .heading {
  display: block;
}
.pg-design-tenugui .c-article-b > .inner > .content .heading::first-letter {
  color: #45AAB8;
}
.pg-design-tenugui .section-others {
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .pg-design-tenugui .section-others {
    padding-bottom: 3.125rem;
  }
}
.pg-design-tenugui .section-others > .inner {
  width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  .pg-design-tenugui .section-others > .inner {
    width: 100%;
  }
}
.pg-design-tenugui .section-others .tenugui-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 3.4375rem 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .pg-design-tenugui .section-others .tenugui-list {
    margin: 0.9375rem 0 0;
    padding: 0 1.25rem;
  }
}
.pg-design-tenugui .section-others .tenugui-list li {
  width: 50%;
  min-height: 22.8125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.125rem 1.875rem;
}
@media (max-width: 767px) {
  .pg-design-tenugui .section-others .tenugui-list li {
    width: 100%;
    min-height: 0;
    padding: 1.25rem;
  }
}
@media (min-width: 768px) {
  .pg-design-tenugui .section-others .tenugui-list li:nth-child(3n+1) {
    background: #F5F5F5;
  }
}
@media (max-width: 767px) {
  .pg-design-tenugui .section-others .tenugui-list li:nth-child(even) {
    background: #F5F5F5;
  }
}
.pg-design-tenugui .section-others .tenugui-list .title {
  font-size: 1.375rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  margin: 0 0 1.125rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #B9B9B9;
}
@media (max-width: 767px) {
  .pg-design-tenugui .section-others .tenugui-list .title {
    font-size: 1.125rem;
  }
}
.pg-design-tenugui .section-others .tenugui-list .title::first-letter {
  color: #45AAB8;
}
.pg-design-tenugui .section-others .tenugui-list p {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  margin: 0;
}
@media (max-width: 767px) {
  .pg-design-tenugui .section-others .tenugui-list p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.pg-voice .l-container {
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .pg-voice .l-container {
    padding-bottom: 3.75rem;
  }
}
.pg-voice .filter-select {
  display: block;
  width: 13.25rem;
  height: 2.875rem;
  font-size: 0.8125rem;
  color: #424243;
  border: 1px solid #707070;
  border-radius: 0.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0.9375rem;
  margin: 0 auto 5rem;
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.4' height='6.1' viewBox='0 0 9.4 6.1'%3E%3Cpath d='M6.7,8.1,2,3.4,3.4,2,6.7,5.3,10,2l1.4,1.4Z' transform='translate(-2 -2)' fill='%23707070'/%3E%3C/svg%3E%0A") no-repeat;
  background-size: 0.625rem 0.4375rem;
  background-position: center right 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
}
@media (max-width: 767px) {
  .pg-voice .filter-select {
    margin-bottom: 3.75rem;
  }
}
.pg-voice .voice-box {
  zoom: 1;
}
.pg-voice .voice-box:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}
.pg-voice .voice-box {
  background: #F5F5F5;
  border-radius: 0.25rem;
  padding: 2.625rem 3.125rem;
  position: relative;
}
@media (max-width: 767px) {
  .pg-voice .voice-box {
    padding: 1.875rem 1.25rem;
  }
}
.pg-voice .voice-box + .voice-box {
  margin-top: 3.4375rem;
}
@media (max-width: 767px) {
  .pg-voice .voice-box + .voice-box {
    margin-top: 2.5rem;
  }
}
.pg-voice .voice-box::before, .pg-voice .voice-box::after {
  position: absolute;
  width: 2.5rem;
  height: 2px;
  background: #DDDDDD;
  border-radius: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
.pg-voice .voice-box::before {
  top: 0.5rem;
  left: -0.75rem;
}
.pg-voice .voice-box::after {
  bottom: 0.5rem;
  right: -0.75rem;
}
.pg-voice .voice-box .score {
  float: right;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  color: #E68898;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .score {
    float: none;
    text-align: right;
    margin-bottom: 0.9375rem;
  }
}
.pg-voice .voice-box .score > span {
  padding: 0.375rem 0.5rem 0.25rem;
  border-radius: 0.25rem;
  display: inline-block;
  background: #E68898;
  color: #ffffff;
  margin-right: 0.9375rem;
  line-height: 1;
}
.pg-voice .voice-box .score > span::after {
  display: inline-block;
  vertical-align: -2px;
  margin-left: 0.375rem;
  width: 0.9375rem;
  height: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.816' height='14.816' viewBox='0 0 14.816 14.816'%3E%3Cg transform='translate(-1114.603 -967.603)'%3E%3Cpath d='M16.416,9.708A6.708,6.708,0,1,1,9.708,3a6.708,6.708,0,0,1,6.708,6.708Z' transform='translate(1112.303 965.303)' fill='%23fff' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M12,21a3.622,3.622,0,0,0,2.683,1.342A3.622,3.622,0,0,0,17.366,21' transform='translate(1107.328 955.351)' fill='none' stroke='%23e68898' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3Cpath d='M13.5,13.5h.007' transform='translate(1105.828 959.498)' fill='none' stroke='%23e68898' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3Cpath d='M22.5,13.5h.007' transform='translate(1102.194 959.498)' fill='none' stroke='%23e68898' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.9375rem 0.9375rem;
  content: "";
}
.pg-voice .voice-box .title {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .title {
    font-size: 1.125rem;
  }
}
.pg-voice .voice-box .meta {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 0.625rem;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .meta {
    font-size: 0.8125rem;
    margin-top: 0.3125rem;
  }
}
.pg-voice .voice-box .meta .date {
  display: inline-block;
  margin-right: 0.9375rem;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .meta .date {
    display: block;
    margin-right: 0;
  }
}
.pg-voice .voice-box .meta .author[href] {
  color: #45AAB8;
  text-decoration: none;
}
.pg-voice .voice-box .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.9375rem;
    gap: 1.25rem;
  }
}
.pg-voice .voice-box .content p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .content p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
.pg-voice .voice-box .image {
  width: 19.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
.pg-voice .voice-box .image > img {
  max-width: none;
  width: 100%;
}
@media (max-width: 767px) {
  .pg-voice .voice-box .image {
    width: 100%;
  }
}

.pg-declaration .l-declaration > .l-page-contents {
  max-width: 900px;
}
.pg-declaration .declaration-title {
  padding: 2.5rem 0 0;
  margin: 0;
  font-weight: bold;
  text-align: center;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  .pg-declaration .declaration-title {
    font-size: 1.25rem;
    padding: 0;
  }
}
.pg-declaration .c-text-a {
  margin: 0;
}
.pg-declaration .c-list-a {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .pg-declaration .c-list-a {
    font-size: 0.9375rem;
  }
}

/**************************************************/
/* components - entry */
/**************************************************/
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 3.75rem 0 0;
}
.c-pager > .page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 -0.3125rem;
}
.c-pager > .page > li {
  display: block;
  margin: 0 0.3125rem 0.3125rem;
}
.c-pager .num,
.c-pager .prev,
.c-pager .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  text-align: center;
}
.c-pager .prev,
.c-pager .next {
  color: #424243;
  text-decoration: none;
}
.c-pager .num {
  background: #F5F5F5;
}
.c-pager .prev {
  margin-right: 1.25rem;
  background: url(../img/icon-arrow-circle-left.svg) no-repeat center/contain;
}
.c-pager .next {
  margin-left: 1.25rem;
  background: url(../img/icon-arrow-circle-right.svg) no-repeat center/contain;
}
.c-pager .pageLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.c-pager .pageLink .num {
  background: transparent;
}
@media (max-width: 767px) {
  .c-pager > .page {
    margin: 0 0 -0.125rem;
  }
  .c-pager > .page > li {
    margin: 0 0.125rem 0.125rem;
  }
  .c-pager .num,
  .c-pager .prev,
  .c-pager .next {
    width: 2.25rem;
    height: 2.25rem;
    font-size: 0.875rem;
  }
  .c-pager .prev {
    margin-right: 0.9375rem;
  }
  .c-pager .next {
    margin-left: 0.9375rem;
  }
}

.c-information-list {
  list-style: none;
  margin: 1.875rem auto;
  padding: 0;
  border-top: 1px solid #EEE;
}
.c-information-list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 1.5rem;
  border-bottom: 1px solid #EEE;
  font-size: 0.9375rem;
}
.c-information-list > .item .head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  width: 7em;
  text-align: center;
  letter-spacing: 0.1em;
}
.c-information-list > .item .text {
  display: block;
  margin: 0 0 0 1.5rem;
  padding: 0;
}
.c-information-list > .item:not(.-important) a {
  color: inherit;
  text-decoration: none;
}
.c-information-list > .item:not(.-important) a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-information-list {
    margin-top: 1.875rem;
  }
  .c-information-list > .item {
    display: block;
    padding: 1.25rem 0.625rem;
    font-size: 0.875rem;
  }
  .c-information-list > .item .head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: block;
    width: auto;
    text-align: left;
    color: #B9B9B9;
  }
  .c-information-list > .item .text {
    margin: 0.5rem 0 0;
  }
}

.c-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3.75rem 0 -3.125rem -3.125rem;
}
.c-blog-list > li {
  display: block;
  width: calc(33.3333333333% - 3.125rem);
  margin: 0 0 3.125rem 3.125rem;
}
@media (max-width: 767px) {
  .c-blog-list {
    margin: 1.875rem 0 -1.875rem -1.25rem;
  }
  .c-blog-list > li {
    width: calc(50% - 1.25rem);
    margin: 0 0 1.875rem 1.25rem;
  }
}

.c-blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.c-blog-card > .image {
  display: block;
  margin: 0;
  border-radius: 0.25rem;
  overflow: hidden;
}
.c-blog-card > .image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-blog-card:hover > .image > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.c-blog-card > .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0.9375rem 0 0;
}
.c-blog-card > .body .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -0.75rem -0.25rem 0;
}
.c-blog-card > .body .date {
  font-size: 0.8125rem;
  margin: 0 0.75rem 0.25rem 0;
  color: #B9B9B9;
  letter-spacing: 0.1em;
}
.c-blog-card > .body .category {
  display: inline-block;
  margin: 0 0.75rem 0.25rem 0;
  padding: 0.25rem 0.75rem 0.1875rem;
  border-radius: 0.25rem;
  background: #45AAB8;
  font-size: 0.8125rem;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
.c-blog-card > .body .title {
  margin: 0.9375rem 0 0;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.c-blog-card > .body .title .label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 4.8em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.c-blog-card > .body .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  max-height: 7.2em;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 4;
  margin: 0.9375rem 0 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-blog-card > .more {
  margin: 0.9375rem 0 0;
  font-size: 0.9375rem;
  text-align: right;
  display: inline-block;
  position: relative;
  padding-right: 1rem;
  text-decoration: none;
  color: #45AAB8;
}
.c-blog-card > .more::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.1875rem);
  right: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: inherit;
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  .c-blog-card > .body .date,
  .c-blog-card > .body .category {
    font-size: 0.6875rem;
  }
  .c-blog-card > .body .title {
    margin-top: 0.625rem;
    padding-bottom: 0.5rem;
    font-size: 0.9375rem;
    letter-spacing: 0;
  }
  .c-blog-card > .body .text {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
  .c-blog-card > .more {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

.entry-container {
  max-width: 62.5rem;
  margin: 5rem auto 7.5rem;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .entry-container {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

.entry-title > .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4375rem 0.9375rem;
}
.entry-title > .meta .date {
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.entry-title > .meta .category {
  display: inline-block;
  padding: 0.25rem 0.75rem 0.1875rem;
  border-radius: 0.25rem;
  background: #45AAB8;
  font-size: 0.8125rem;
  color: #FFF;
  line-height: 1.4;
  text-align: center;
}
.entry-title > .title {
  margin: 0.9375rem 0 0;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .entry-title > .meta {
    gap: 0.4375rem 0.75rem;
  }
  .entry-title > .meta .date {
    font-size: 0.8125rem;
    display: block;
    width: 100%;
  }
  .entry-title > .meta .category {
    font-size: 0.75rem;
  }
  .entry-title > .title {
    font-size: 1.375rem;
  }
}

.entry-body {
  margin: 2.5rem 0 0;
}
.entry-body > *:first-child {
  margin-top: 0 !important;
}
.entry-body em {
  font-size: 1.1333333333em;
  font-style: normal;
  font-weight: 700;
}
.entry-body strong {
  font-weight: 700;
  color: #E68898;
}

.entry-toIndex {
  margin: 3.75rem auto 0;
  text-align: center;
}
.entry-toIndex > .btn {
  display: inline-block;
  position: relative;
  padding: 0.625rem 3.75rem;
  color: inherit;
  text-decoration: none;
}
.entry-toIndex > .btn::before {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  position: absolute;
  left: 0;
  top: calc(50% - 1.3125rem);
  width: 2.625rem;
  height: 2.625rem;
  border-radius: 50%;
  background: url(../img/icon-arrow-circle-left.svg) no-repeat center/contain;
  content: "";
}
:where(.entry.pg-blog, .entry.pg-gallery) .entry-container {
  line-height: 1.6;
}
:where(.entry.pg-blog, .entry.pg-gallery) .entry-container img {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.875rem 0;
}
:where(.entry.pg-blog, .entry.pg-gallery) .entry-container p > a {
  word-wrap: break-word;
}
:where(.entry.pg-blog, .entry.pg-gallery) .entry-container a:has(img) {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.entry-h2 {
  margin: 5rem 0 0;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #DDD;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .entry-h2 {
    font-size: 1.25rem;
  }
}

.entry-h3 {
  position: relative;
  margin: 2.5rem 0 0;
  padding-left: 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.entry-h3::before {
  display: inline-block;
  position: absolute;
  top: calc(0.85em - 0.0625rem);
  left: 0;
  width: 1rem;
  height: 0.125rem;
  background: #45AAB8;
  content: "";
}
@media (max-width: 767px) {
  .entry-h3 {
    font-size: 1.125rem;
  }
}

.entry-h4 {
  position: relative;
  margin: 2.5rem 0 0;
  padding-left: 1.125rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.entry-h4::before {
  display: inline-block;
  position: absolute;
  top: calc(0.85em - 0.25rem);
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #45AAB8;
  content: "";
}
@media (max-width: 767px) {
  .entry-h4 {
    font-size: 1rem;
  }
}

.entry-p {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}

.entry-ul {
  margin: 1.5rem 0 0;
  padding-left: 1.5em;
  font-size: 0.9375rem;
}
.entry-ul > li + li {
  margin-top: 0.5rem;
}

.entry-ol {
  margin: 1.5rem 0 0;
  padding-left: 1.5em;
  font-size: 0.9375rem;
}
.entry-ol > li + li {
  margin-top: 0.5rem;
}

.entry-image {
  margin: 2.5rem 0 0;
}
.entry-image img {
  display: block;
  margin: 0;
}
.entry-image > .caption {
  margin: 0.9375rem 0 0;
  font-size: 0.8125rem;
}
.entry-image.-right img {
  margin-left: auto;
}
.entry-image.-center img {
  margin-left: auto;
  margin-right: auto;
}
.entry-image.-full img {
  width: 100%;
}

.entry-youtube {
  margin: 2.5rem 0 0;
  line-height: 0;
}
.entry-youtube iframe {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
  aspect-ratio: 16/9;
}
.entry-youtube.-right iframe {
  margin-left: auto;
}
.entry-youtube.-center iframe {
  margin-left: auto;
  margin-right: auto;
}
.entry-youtube.-full iframe {
  width: 100%;
}

.entry-outline {
  margin: 3.75rem 0;
  padding: 2.5rem 3.125rem;
  border: 1px solid #DDD;
}
.entry-outline > .head {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
}
.entry-outline > .listWrap {
  margin: 0.9375rem 0 0;
  font-size: 0.9375rem;
}
.entry-outline > .listWrap ul {
  list-style: disc;
  margin: 0;
  padding-left: 1.5em;
}
.entry-outline > .listWrap li {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .entry-outline {
    padding: 1.875rem 1.25rem;
  }
  .entry-outline > .head {
    font-size: 1rem;
  }
  .entry-outline > .listWrap {
    font-size: 0.9375rem;
  }
}

body.pg-information .information-container {
  max-width: 62.5rem;
  margin: 5rem auto 7.5rem;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  body.pg-information .information-container {
    margin-top: 3.75rem;
    margin-bottom: 5rem;
  }
}

body.pg-blog .blog-categories {
  padding: 1.5rem 2.25rem;
  background: #F5F5F5;
}
body.pg-blog .blog-categories > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem 3.75rem;
}
body.pg-blog .blog-categories > .list > li {
  display: block;
}
body.pg-blog .blog-categories > .list .btn {
  display: inline-block;
  position: relative;
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
body.pg-blog .blog-categories > .list .btn::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #45AAB8;
  opacity: 0;
  content: "";
}
body.pg-blog .blog-categories > .list .btn.-current {
  color: #45AAB8;
}
body.pg-blog .blog-categories > .list .btn.-current::after {
  opacity: 1;
}
@media (max-width: 767px) {
  body.pg-blog .blog-categories {
    padding: 1.25rem 1.875rem;
  }
  body.pg-blog .blog-categories > .list {
    gap: 0.75rem 0.9375rem;
  }
  body.pg-blog .blog-categories > .list > li {
    width: calc(50% - 0.9375rem);
    margin: 0 0;
  }
  body.pg-blog .blog-categories > .list .btn {
    font-size: 0.8125rem;
  }
}
body.pg-blog .gallery-block {
  position: relative;
  margin-bottom: 7.5rem;
  padding: 5rem 0;
  background: url(../../blog/images/bg-pattern.png) repeat-y center top, url(../../gallery/images/bg-tile.png) repeat;
}
body.pg-blog .gallery-block > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
body.pg-blog .gallery-block > .inner > .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 43%;
}
body.pg-blog .gallery-block > .inner > .image img {
  display: block;
  width: 100%;
}
body.pg-blog .gallery-block > .inner > .textarea {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 50%;
}
body.pg-blog .gallery-block > .inner .title {
  margin: 0;
  font-size: 2.5rem;
  line-height: 1;
  height: 3.875rem;
}
body.pg-blog .gallery-block > .inner .title img {
  max-height: 100%;
  vertical-align: top;
}
body.pg-blog .gallery-block > .inner .text {
  margin: 1.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
body.pg-blog .gallery-block > .inner .btn {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 20rem;
  margin: 2.5rem 0 0;
  padding: 1.0625rem 3.75rem;
  border: 1px solid #424243;
  border-radius: 2.5rem;
  color: #424243;
  font-size: 0.9375rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.pg-blog .gallery-block > .inner .btn::after {
  position: absolute;
  top: 50%;
  right: 1.875rem;
  width: 0.625rem;
  height: 0.625rem;
  border-right: 1px solid #424243;
  border-bottom: 1px solid #424243;
  content: "";
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
body.pg-blog .gallery-block > .inner .btn:hover {
  background: #424243;
  color: #ffffff;
}
body.pg-blog .gallery-block > .inner .btn:hover::after {
  border-color: #ffffff;
}
@media (max-width: 767px) {
  body.pg-blog .gallery-block {
    margin-bottom: 3.75rem;
    padding: 3.125rem 0;
  }
  body.pg-blog .gallery-block > .inner {
    display: block;
  }
  body.pg-blog .gallery-block > .inner > .image {
    width: auto;
  }
  body.pg-blog .gallery-block > .inner > .textarea {
    width: auto;
    margin: 1.875rem auto 0;
  }
  body.pg-blog .gallery-block > .inner .title {
    font-size: 1.25rem;
    height: 2.1875rem;
  }
  body.pg-blog .gallery-block > .inner .text {
    margin-top: 1.25rem;
  }
  body.pg-blog .gallery-block > .inner .btn {
    margin: 1.875rem auto 0;
    padding: 0.9375rem 3.125rem;
    font-size: 0.8125rem;
  }
}

.pg-gallery .gallery-container {
  position: relative;
  margin-bottom: 7.5rem;
  padding: 5rem 0 7.5rem;
  background: url(../../gallery/images/bg-pattern.png) repeat-y center top, url(../../gallery/images/bg-tile.png) repeat;
}
.pg-gallery .gallery-container > .inner {
  max-width: 68.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.pg-gallery .gallery-container > .inner > .title {
  margin: 0 auto;
  height: 2.5rem;
  text-align: center;
}
.pg-gallery .gallery-container > .inner > .title img {
  max-height: 100%;
  vertical-align: top;
}
.pg-gallery .gallery-container > .inner > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
.pg-gallery .gallery-container .c-pager .cur .num {
  background: #ffffff;
}
@media (max-width: 767px) {
  .pg-gallery .gallery-container {
    margin-bottom: 3.75rem;
    padding-top: 3.75rem;
    padding-bottom: 5rem;
  }
  .pg-gallery .gallery-container > .inner > .title {
    height: 1.25rem;
  }
  .pg-gallery .gallery-container > .inner > .lead {
    font-size: 0.8125rem;
    margin: 1.25rem 0 0;
  }
}
.pg-gallery .gallery-categories {
  margin-top: 3.125rem;
  padding: 1.875rem 3.125rem;
  background: #fff;
}
.pg-gallery .gallery-categories > .list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(8.75rem, 1fr));
  gap: 0.9375rem 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pg-gallery .gallery-categories > .list > li {
  display: block;
}
.pg-gallery .gallery-categories > .list .btn {
  display: inline-block;
  position: relative;
  padding: 0.25rem 0;
  font-size: 0.9375rem;
  color: inherit;
  text-decoration: none;
  text-align: center;
}
.pg-gallery .gallery-categories > .list .btn::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #45AAB8;
  opacity: 0;
  content: "";
}
.pg-gallery .gallery-categories > .list .btn.-current {
  color: #45AAB8;
}
.pg-gallery .gallery-categories > .list .btn.-current::after {
  opacity: 1;
}
@media (max-width: 767px) {
  .pg-gallery .gallery-categories {
    margin-top: 1.875rem;
    padding: 1.25rem;
  }
  .pg-gallery .gallery-categories > .list {
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem 1.25rem;
  }
  .pg-gallery .gallery-categories > .list .btn {
    font-size: 0.8125rem;
    text-align: left;
  }
}
.pg-gallery .gallery-index {
  margin: 3.125rem auto 0;
  padding: 3.125rem;
  background: #fff;
}
.pg-gallery .gallery-index > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .pg-gallery .gallery-index {
    margin-top: 1.875rem;
    padding: 1.875rem 1.25rem;
  }
}

.pg-yosegaki .section-intro {
  max-width: 68.75rem;
  margin: 5rem auto 0;
  padding: 0 1.25rem;
}
.pg-yosegaki .section-intro > *:first-child {
  margin-top: 0 !important;
}
.pg-yosegaki .section-intro > .title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.625;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-yosegaki .section-intro > .lead {
  margin: 1.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-yosegaki .section-intro {
    margin-top: 3.75rem;
  }
  .pg-yosegaki .section-intro > .title {
    font-size: 1.125rem;
  }
  .pg-yosegaki .section-intro > .lead {
    font-size: 0.8125rem;
  }
}
.pg-yosegaki .section-order {
  max-width: 68.75rem;
  margin: 5rem auto 0;
  padding: 0 1.25rem;
}
.pg-yosegaki .section-order > *:first-child {
  margin-top: 0 !important;
}
.pg-yosegaki .section-order > .image {
  margin: 2.5rem auto 0;
}
.pg-yosegaki .section-order > .image img {
  display: block;
  margin: auto;
}
.pg-yosegaki .section-order > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  letter-spacing: 0.1em;
}
.pg-yosegaki .section-order > .more {
  margin: 2.5rem auto 0;
  text-align: center;
}
.pg-yosegaki .section-order > .more a {
  padding: 1.3125rem 3.046875rem;
}
.pg-yosegaki .section-order > .c-heading-a .txt {
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-yosegaki .section-order {
    margin-top: 5rem;
  }
  .pg-yosegaki .section-order > .lead {
    font-size: 0.8125rem;
  }
  .pg-yosegaki .section-order > .more a {
    padding: 0.75rem 1.875rem;
  }
}
.pg-yosegaki .plan-bg {
  margin-top: 6.25rem;
  padding: 6.25rem 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .pg-yosegaki .plan-bg {
    margin-top: 5rem;
    padding: 3.75rem 0;
  }
}
.pg-yosegaki .section-plan {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.pg-yosegaki .section-plan > *:first-child {
  margin-top: 0 !important;
}
.pg-yosegaki .section-plan > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
.pg-yosegaki .section-plan > .text {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pg-yosegaki .section-plan > .note {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  color: #D9434D;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .pg-yosegaki .section-plan > .lead {
    margin: 1.25rem 0 0;
    font-size: 0.8125rem;
  }
  .pg-yosegaki .section-plan > .text {
    margin: 1.5rem 0 0;
    font-size: 0.8125rem;
  }
  .pg-yosegaki .section-plan > .note {
    margin: 0.9375rem 0 0;
    font-size: 0.8125rem;
  }
}
.pg-yosegaki .plan-outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 3.75rem -1rem -1rem;
  --swiper-navigation-size: 1.625rem;
}
.pg-yosegaki .plan-outline > .unit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 2rem);
  margin: 0 1rem 1rem;
  padding: 2rem 2.90625rem;
  border: 1px solid #45AAB8;
  border-radius: 0.25rem;
  background: #FFF;
}
.pg-yosegaki .plan-outline > .unit > .design {
  display: block;
  position: relative;
  margin: 0.9375rem -2.125rem 0;
  padding: 0 2.125rem;
  text-align: center;
}
.pg-yosegaki .plan-outline > .unit > .design .name {
  display: block;
  margin: 0.9375rem 0 0;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-yosegaki .plan-outline > .unit > .design .-name02 {
  margin: 1.5rem 0 0;
}
.pg-yosegaki .plan-outline > .unit > .title {
  margin: 0;
  font-size: 1.25rem;
  color: #45AAB8;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.pg-yosegaki .plan-outline > .unit > .text {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
.pg-yosegaki .plan-outline > .unit > .title2 {
  margin: 2.5rem 0 0;
  padding: 0.75rem;
  background: #45AAB8;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.pg-yosegaki .plan-outline > .unit .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-yosegaki .plan-outline > .unit .plan dt, .pg-yosegaki .plan-outline > .unit .plan dd {
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pg-yosegaki .plan-outline > .unit .plan dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pg-yosegaki .plan-outline > .unit .plan + .plan {
  padding-top: 1.5rem;
  background-image: linear-gradient(to right, #45AAB8 2px, transparent 2px);
  background-size: 7px 2px;
  background-repeat: repeat-x;
  background-position: left top;
}
.pg-yosegaki .plan-outline .swiper-button-prev,
.pg-yosegaki .plan-outline .swiper-button-next {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  margin-top: calc(18% - var(--swiper-navigation-size) / 2);
  border: 1px solid #45AAB8;
  border-radius: 50%;
  color: #45AAB8;
}
.pg-yosegaki .plan-outline .swiper-button-prev::after,
.pg-yosegaki .plan-outline .swiper-button-next::after {
  font-size: 0.625rem;
}
.pg-yosegaki .plan-outline .swiper-button-prev {
  left: 0;
}
.pg-yosegaki .plan-outline .swiper-button-next {
  right: 0;
}
.pg-yosegaki .plan-outline > .unit.-colorful {
  border-color: #E68898;
}
.pg-yosegaki .plan-outline > .unit.-colorful > .title {
  color: #E68898;
}
.pg-yosegaki .plan-outline > .unit.-colorful > .title2 {
  background: #E68898;
}
.pg-yosegaki .plan-outline > .unit.-colorful .plan + .plan {
  border-color: #E68898;
  background-image: linear-gradient(to right, #E68898 2px, transparent 2px);
}
.pg-yosegaki .plan-outline > .unit.-colorful .swiper-button-prev,
.pg-yosegaki .plan-outline > .unit.-colorful .swiper-button-next {
  border-color: #E68898;
  color: #E68898;
}
@media (max-width: 767px) {
  .pg-yosegaki .plan-outline {
    margin: 1.875rem auto -1.25rem;
  }
  .pg-yosegaki .plan-outline > .unit {
    width: auto;
    margin: 0 0 1.25rem;
    padding: 1.875rem 1.25rem;
  }
  .pg-yosegaki .plan-outline > .unit > .design {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
  .pg-yosegaki .plan-outline > .unit > .design .name {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
  .pg-yosegaki .plan-outline > .unit > .title {
    font-size: 1.125rem;
  }
  .pg-yosegaki .plan-outline > .unit > .text {
    font-size: 0.8125rem;
  }
  .pg-yosegaki .plan-outline > .unit > .title2 {
    margin: 2.5rem 0 0;
    font-size: 1rem;
  }
  .pg-yosegaki .plan-outline > .unit .plan {
    margin-top: 1.25rem;
  }
  .pg-yosegaki .plan-outline > .unit .plan dt, .pg-yosegaki .plan-outline > .unit .plan dd {
    font-size: 0.875rem;
  }
  .pg-yosegaki .plan-outline > .unit .plan + .plan {
    padding-top: 1.25rem;
  }
}
.pg-yosegaki .section-spec {
  margin: 6.75rem auto 0;
}
.pg-yosegaki .section-spec > .inner {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.pg-yosegaki .section-spec > .inner > *:first-child {
  margin-top: 0 !important;
}
@media (max-width: 767px) {
  .pg-yosegaki .section-spec {
    margin-top: 5rem;
  }
}
.pg-yosegaki .spec-article {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 2.5rem auto 0;
  padding: 3.75rem 3.125rem;
  overflow: hidden;
}
.pg-yosegaki .spec-article > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
}
.pg-yosegaki .spec-article > .inner::before {
  display: block;
  position: absolute;
  top: -3.75rem;
  left: -13.75rem;
  width: calc(13.75rem + 80%);
  height: calc(100% + 7.5rem);
  background: #F5F5F5;
  content: "";
  z-index: -1;
}
.pg-yosegaki .spec-article > .inner > .image {
  width: 38.125rem;
}
.pg-yosegaki .spec-article > .inner > .image img {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.pg-yosegaki .spec-article > .inner > .textarea {
  width: 34.375rem;
}
.pg-yosegaki .spec-article > .inner .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  margin: 0;
  padding-bottom: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pg-yosegaki .spec-article > .inner .heading::before, .pg-yosegaki .spec-article > .inner .heading::after {
  position: absolute;
  bottom: 0;
  content: "";
}
.pg-yosegaki .spec-article > .inner .heading::before {
  width: calc(100% + 3.75rem);
  border-bottom: 1px solid #B9B9B9;
}
.pg-yosegaki .spec-article > .inner .heading::after {
  width: 2.5rem;
  border-bottom: 1px solid #FFFFFF;
}
.pg-yosegaki .spec-article > .inner .heading .index {
  margin-top: 0.625rem;
  margin-right: 0.9375rem;
  pointer-events: none;
}
.pg-yosegaki .spec-article > .inner .text {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pg-yosegaki .spec-article > .inner .wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 3.75rem 0 -3.75rem -2.1875rem;
}
.pg-yosegaki .spec-article > .inner .wrapping > li {
  display: block;
  width: calc(33.3333333333% - 2.1875rem);
  margin: 0 0 3.75rem 2.1875rem;
}
.pg-yosegaki .spec-article.-first > .inner > .image {
  margin-right: -13.75rem;
}
.pg-yosegaki .spec-article.-first > .inner > .textarea {
  margin-right: 3.75rem;
}
.pg-yosegaki .spec-article.-first > .inner .heading::before {
  left: 0;
}
.pg-yosegaki .spec-article.-first > .inner .heading::after {
  left: calc(100% + 3.75rem);
}
.pg-yosegaki .spec-article.-second > .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.pg-yosegaki .spec-article.-second > .inner::before {
  display: none;
}
.pg-yosegaki .spec-article.-second > .inner > .image {
  margin-left: -13.75rem;
}
.pg-yosegaki .spec-article.-second > .inner > .textarea {
  margin-left: 3.75rem;
}
.pg-yosegaki .spec-article.-second > .inner .heading::before {
  right: 0;
}
.pg-yosegaki .spec-article.-second > .inner .heading::after {
  right: calc(100% + 3.75rem);
}
.pg-yosegaki .spec-article.-third > .inner {
  display: block;
}
.pg-yosegaki .spec-article.-third > .inner .heading::before {
  left: 0;
  width: 100%;
}
.pg-yosegaki .spec-article.-third > .inner .heading::after {
  display: none;
}
@media (max-width: 767px) {
  .pg-yosegaki .spec-article {
    margin-top: 1.25rem;
    padding: 2.5rem 1.25rem;
  }
  .pg-yosegaki .spec-article > .inner {
    display: block;
  }
  .pg-yosegaki .spec-article > .inner::before {
    top: -2.5rem;
    left: -1.25rem;
    width: calc(1.25rem + 80%);
    height: calc(100% + 5rem);
  }
  .pg-yosegaki .spec-article > .inner > .image {
    width: auto;
    margin: 1.875rem auto 0;
  }
  .pg-yosegaki .spec-article > .inner > .textarea {
    width: auto;
  }
  .pg-yosegaki .spec-article > .inner .text {
    font-size: 0.8125rem;
  }
  .pg-yosegaki .spec-article > .inner .wrapping {
    margin: 1.875rem 0 -1.875rem -1.25rem;
  }
  .pg-yosegaki .spec-article > .inner .wrapping > li {
    width: calc(50% - 1.25rem);
    margin: 0 0 1.875rem 1.25rem;
  }
  .pg-yosegaki .spec-article > .inner .heading {
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
  .pg-yosegaki .spec-article > .inner .heading::before {
    width: 100%;
  }
  .pg-yosegaki .spec-article > .inner .heading::after {
    display: none;
  }
  .pg-yosegaki .spec-article > .inner .heading .index {
    margin-top: 0.5rem;
    width: 1.25rem;
  }
  .pg-yosegaki .spec-article.-first > .inner > .image {
    margin-right: auto;
  }
  .pg-yosegaki .spec-article.-first > .inner > .textarea {
    margin-right: 0;
  }
  .pg-yosegaki .spec-article.-first > .inner .heading::before {
    left: 0;
  }
  .pg-yosegaki .spec-article.-second > .inner > .image {
    margin-left: auto;
  }
  .pg-yosegaki .spec-article.-second > .inner > .textarea {
    margin-left: 0;
  }
  .pg-yosegaki .spec-article.-second > .inner .heading::before {
    right: 0;
  }
}
.pg-yosegaki .spec-wrapping-card {
  display: block;
}
.pg-yosegaki .spec-wrapping-card > .image {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.pg-yosegaki .spec-wrapping-card > .image img {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.pg-yosegaki .spec-wrapping-card > .image .copyright {
  display: block;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  font-size: 0.75rem;
  color: #FFF;
}
.pg-yosegaki .spec-wrapping-card > .name {
  margin: 1.25rem 0 0;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .pg-yosegaki .spec-wrapping-card > .image .copyright {
    font-size: 0.625rem;
  }
  .pg-yosegaki .spec-wrapping-card > .name {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}
.pg-yosegaki .section-flow {
  max-width: 62.5rem;
  margin: 5rem auto 3.75rem;
  padding: 0 1.25rem;
}
.pg-yosegaki .section-flow > *:first-child {
  margin-top: 0 !important;
}
.pg-yosegaki .section-flow > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.1em;
}
.pg-yosegaki .section-flow > .heading {
  margin: 5rem 0 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-yosegaki .section-flow > .heading .num {
  color: #45AAB8;
}
.pg-yosegaki .section-flow > .text {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pg-yosegaki .section-flow > .box {
  margin: 2rem 0 0;
  padding: 2rem;
  border: 0.375rem solid #F5F5F5;
  border-radius: 0.25rem;
}
.pg-yosegaki .section-flow > .box > *:first-child {
  margin-top: 0 !important;
}
.pg-yosegaki .section-flow > .box > .head {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-yosegaki .section-flow > .box > .list {
  margin: 1rem 0 0;
  padding-left: 1.5em;
  font-size: 0.9375rem;
  letter-spacing: 0.1em;
}
.pg-yosegaki .section-flow > .box > .list > li + li {
  margin-top: 0.5rem;
}
.pg-yosegaki .section-flow > .box > .list > li::marker {
  color: #45AAB8;
}
.pg-yosegaki .section-flow > .box > .list > li > a {
  text-decoration: none;
}
.pg-yosegaki .section-flow > .box > .list > li > a:hover {
  text-decoration: underline;
}
.pg-yosegaki .section-flow > .box > .list .small {
  font-size: 0.8125rem;
}
.pg-yosegaki .section-flow > .more {
  margin: 4.6875rem auto 7.5rem;
  text-align: center;
}
.pg-yosegaki .section-flow > .more a {
  padding: 1.3125rem 3.046875rem;
}
@media (max-width: 767px) {
  .pg-yosegaki .section-flow {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .pg-yosegaki .section-flow > .lead {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
  .pg-yosegaki .section-flow > .heading {
    margin-top: 2.5rem;
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
  .pg-yosegaki .section-flow > .text {
    font-size: 0.8125rem;
  }
  .pg-yosegaki .section-flow > .box {
    padding: 1.625rem 1rem;
    border-width: 0.25rem;
  }
  .pg-yosegaki .section-flow > .box > .list {
    font-size: 0.875rem;
  }
  .pg-yosegaki .section-flow > .box > .list .small {
    font-size: 0.75rem;
  }
  .pg-yosegaki .section-flow > .more {
    margin: 2.1875rem auto 5rem;
  }
  .pg-yosegaki .section-flow > .more a {
    padding: 0.75rem 1.875rem;
  }
  .pg-yosegaki .section-flow .before a {
    width: 100%;
    height: 12.5rem;
    margin: 3.75rem 0 0 0;
    padding: 1.25rem;
    font-size: 0.9375rem;
    display: block;
  }
  .pg-yosegaki .section-flow .before a::after {
    position: absolute;
    display: inline-block;
    vertical-align: bottom;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: auto;
    background-size: 2.5rem 2.5rem;
    bottom: 1.25rem;
    right: 1.25rem;
    content: "";
  }
  .pg-yosegaki .section-flow .before a:hover {
    background-size: 115%;
  }
}
.pg-yosegaki .before {
  margin: 0 auto;
}
.pg-yosegaki .before a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: calc(100vw - 40px);
  max-width: 1100px;
  aspect-ratio: 1100/150;
  margin: 7.5rem auto 3.75rem;
  position: relative;
  border-radius: 4px;
  background: url("../../yosegaki/images/before-bg.jpg");
  text-decoration: none;
  color: #fff;
  font-size: 1.375rem;
  background-repeat: no-repeat;
  background-size: cover;
  letter-spacing: 0.1em;
}
.pg-yosegaki .before a::after {
  display: inline-block;
  vertical-align: middle;
  width: 3.75rem;
  height: 3.75rem;
  margin-left: 7.25rem;
  background-image: url("../../yosegaki/images/icon-right.svg");
  background-size: 3.75rem 3.75rem;
  content: "";
}
.pg-yosegaki .before a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pg-yosegaki .before p {
  margin: 0;
}
@media (max-width: 1279px) {
  .pg-yosegaki .before a {
    width: calc(100% - 32px);
  }
}
@media (max-width: 767px) {
  .pg-yosegaki .before a {
    width: calc(100% - 80px);
    height: 12.5rem;
    margin: 3.75rem auto;
    padding: 1.25rem;
    font-size: 0.9375rem;
    display: block;
    position: relative;
  }
  .pg-yosegaki .before a::after {
    position: absolute;
    display: inline-block;
    vertical-align: bottom;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: auto;
    background-size: 2.5rem 2.5rem;
    bottom: 1.25rem;
    right: 1.25rem;
    content: "";
  }
}

.pg-zakka .section-intro {
  max-width: 68.75rem;
  margin: 5rem auto 0;
  padding: 0 1.25rem;
}
.pg-zakka .section-intro > *:first-child {
  margin-top: 0 !important;
}
.pg-zakka .section-intro > .title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-zakka .section-intro > .lead {
  margin: 1.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-zakka .section-intro {
    margin-top: 3.75rem;
  }
  .pg-zakka .section-intro > .title {
    font-size: 1.125rem;
  }
  .pg-zakka .section-intro > .lead {
    font-size: 0.8125rem;
  }
}
.pg-zakka .order-bg {
  margin-top: 6.25rem;
  padding: 6.25rem 0;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  .pg-zakka .order-bg {
    margin-top: 3.75rem;
    padding: 3.75rem 0;
  }
}
.pg-zakka .section-order {
  max-width: 62.5rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
.pg-zakka .section-order > *:first-child {
  margin-top: 0 !important;
}
.pg-zakka .section-order > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
.pg-zakka .section-order > .basicprice {
  margin: 2.5rem 0 0;
  font-size: 1.3125rem;
  line-height: 1.5;
  text-align: center;
}
.pg-zakka .section-order > .plus-icon {
  margin: 0.875rem auto 0;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  background-color: #45AAB8;
  border-radius: 50%;
  line-height: 1;
  position: relative;
}
.pg-zakka .section-order > .plus-icon::before, .pg-zakka .section-order > .plus-icon::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #fff;
  width: 2px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pg-zakka .section-order > .plus-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.pg-zakka .section-order > .outline {
  max-width: 34.375rem;
  margin: 1.25rem auto 0;
  border: 1px solid #45AAB8;
  border-radius: 0.25rem;
  background: #FFF;
}
.pg-zakka .section-order > .outline .head {
  margin: 0;
  padding: 0.75rem;
  background: #45AAB8;
  font-size: 1.125rem;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-zakka .section-order > .outline .body {
  margin: 0;
  padding: 1.5rem 2.5rem;
}
.pg-zakka .section-order > .outline .plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-zakka .section-order > .outline .plan dt, .pg-zakka .section-order > .outline .plan dd {
  margin: 0;
  padding: 0 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pg-zakka .section-order > .outline .plan dd {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.pg-zakka .section-order > .outline .plan + .plan {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 2px dotted #45AAB8;
}
@media (max-width: 767px) {
  .pg-zakka .section-order > .lead {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
  .pg-zakka .section-order > .basicprice {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
  .pg-zakka .section-order > .outline .head {
    font-size: 1rem;
  }
  .pg-zakka .section-order > .outline .body {
    padding: 1.25rem 1.25rem;
  }
  .pg-zakka .section-order > .outline .plan dt, .pg-zakka .section-order > .outline .plan dd {
    padding: 0;
    font-size: 0.875rem;
  }
  .pg-zakka .section-order > .outline .plan + .plan {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
  }
}
.pg-zakka .section-zakka {
  max-width: 62.5rem;
  margin: 6.25rem auto 0;
  padding: 0 1.25rem;
}
.pg-zakka .section-zakka > *:first-child {
  margin-top: 0 !important;
}
.pg-zakka .section-zakka > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 2.5rem 0 -3.75rem -2.1875rem;
}
.pg-zakka .section-zakka > .list > li {
  display: block;
  width: calc(33.3333333333% - 2.1875rem);
  margin: 0 0 3.75rem 2.1875rem;
}
@media (max-width: 767px) {
  .pg-zakka .section-zakka {
    margin-top: 5rem;
  }
  .pg-zakka .section-zakka > .list {
    margin: 1.875rem 0 -1.875rem -1.25rem;
  }
  .pg-zakka .section-zakka > .list > li {
    width: calc(50% - 1.25rem);
    margin: 0 0 1.875rem 1.25rem;
  }
}
.pg-zakka .zakka-card {
  display: block;
}
.pg-zakka .zakka-card > .image {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}
.pg-zakka .zakka-card > .image img {
  display: block;
  width: 100%;
  border-radius: 0.25rem;
}
.pg-zakka .zakka-card > .image .copyright {
  display: block;
  position: absolute;
  bottom: 0.625rem;
  left: 0.625rem;
  font-size: 0.75rem;
  color: #FFF;
}
.pg-zakka .zakka-card > .title {
  margin: 1.25rem 0 0;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .pg-zakka .zakka-card > .image .copyright {
    font-size: 0.625rem;
  }
  .pg-zakka .zakka-card > .title {
    margin-top: 0.625rem;
    font-size: 0.875rem;
  }
}
.pg-zakka .section-consignment {
  max-width: 62.5rem;
  margin: 6.25rem auto 0;
  padding: 0 1.25rem;
}
.pg-zakka .section-consignment > *:first-child {
  margin-top: 0 !important;
}
.pg-zakka .section-consignment > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
.pg-zakka .section-consignment > .consignment {
  margin: 2.5rem 0 0;
  border: 0.375rem solid #F5F5F5;
  background: #F5F5F5;
  border-radius: 0.25rem;
}
.pg-zakka .section-consignment > .consignment > .box {
  padding: 2rem;
  background: #FFF;
}
.pg-zakka .section-consignment > .consignment > .box .list {
  margin: 0;
  padding-left: 1.5em;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-zakka .section-consignment > .consignment > .box .list > li + li {
  margin-top: 0.5rem;
}
.pg-zakka .section-consignment > .consignment > .box .text {
  margin: 0.9375rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
.pg-zakka .section-consignment > .consignment > .box .text > a {
  border-bottom: 1px dashed;
  text-decoration: none;
  outline: 0 !important;
}
.pg-zakka .section-consignment > .consignment > .box2 {
  padding: 2rem;
}
.pg-zakka .section-consignment > .consignment > .box2 .head {
  margin: 0;
  font-weight: 700;
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-zakka .section-consignment > .consignment > .box2 .text {
  margin: 0.5rem 0 0;
  line-height: 2;
}
@media (max-width: 767px) {
  .pg-zakka .section-consignment {
    margin-top: 5rem;
  }
  .pg-zakka .section-consignment > .lead {
    margin-top: 1.25rem;
    font-size: 0.8125rem;
  }
  .pg-zakka .section-consignment > .consignment {
    margin-top: 1.875rem;
    border-width: 0.25rem;
  }
  .pg-zakka .section-consignment > .consignment > .box {
    padding: 1.875rem 1rem;
  }
  .pg-zakka .section-consignment > .consignment > .box .list {
    font-size: 0.875rem;
  }
  .pg-zakka .section-consignment > .consignment > .box .text {
    font-size: 0.8125rem;
  }
  .pg-zakka .section-consignment > .consignment > .box2 {
    padding: 1.875rem 1rem;
  }
  .pg-zakka .section-consignment > .consignment > .box2 .head {
    font-size: 0.875rem;
  }
  .pg-zakka .section-consignment > .consignment > .box2 .text {
    font-size: 0.875rem;
  }
}
.pg-zakka .section-flow {
  max-width: 62.5rem;
  margin: 6.25rem auto 7.5rem;
  padding: 0 1.25rem;
}
.pg-zakka .section-flow > *:first-child {
  margin-top: 0 !important;
}
.pg-zakka .section-flow > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
.pg-zakka .section-flow > .heading {
  margin: 3.75rem 0 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #B9B9B9;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.pg-zakka .section-flow > .heading .num {
  color: #45AAB8;
}
.pg-zakka .section-flow > .text {
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
.pg-zakka .section-flow > .notice {
  margin: 1.875rem 0 0;
  padding: 2rem;
  border: 1px solid #45AAB8;
  border-radius: 0.25rem;
}
.pg-zakka .section-flow > .notice > *:first-child {
  margin-top: 0 !important;
}
.pg-zakka .section-flow > .notice > .head {
  margin: 1.5rem 0 0;
  font-size: 1.125rem;
  color: #45AAB8;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
.pg-zakka .section-flow > .notice > .list {
  margin: 1rem 0 0;
  padding-left: 1.5em;
  font-size: 0.8125rem;
}
.pg-zakka .section-flow > .notice > .list > li + li {
  margin-top: 0.5rem;
}
.pg-zakka .section-flow > .notice > .list > li::marker {
  color: #45AAB8;
}
.pg-zakka .section-flow > .more {
  margin: 2rem 0 0;
}
@media (max-width: 767px) {
  .pg-zakka .section-flow {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .pg-zakka .section-flow > .lead {
    margin-top: 1.25rem;
  }
  .pg-zakka .section-flow > .text {
    font-size: 0.8125rem;
  }
  .pg-zakka .section-flow > .heading {
    margin-top: 2.5rem;
    padding-bottom: 0.9375rem;
    font-size: 1.125rem;
  }
  .pg-zakka .section-flow > .notice {
    padding: 1.875rem 1.25rem;
  }
  .pg-zakka .section-flow > .notice > .head {
    font-size: 1rem;
  }
}

.pg-draft .draft-contents {
  margin: 7.5rem 0 0;
}
.pg-draft .draft-contents > *:first-child {
  margin-top: 0 !important;
}
.pg-draft .draft-contents > .heading {
  margin: 3.75rem 0 0;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #B9B9B9;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pg-draft .draft-contents > .lead {
  margin: 2.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
.pg-draft .draft-contents > .text {
  margin: 1.5rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
.pg-draft .draft-contents > .more {
  margin: 1.5rem 0 0;
}
.pg-draft .draft-contents > .template {
  margin: 1.5rem 0 0;
  padding-left: 1.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pg-draft .draft-contents > .template > li + li {
  margin-top: 0.5rem;
}
.pg-draft .draft-contents > .template a.download::after {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  background: url(../img/icon-download.svg) no-repeat center/contain;
  content: "";
}
@media (max-width: 767px) {
  .pg-draft .draft-contents {
    margin-top: 5rem;
  }
  .pg-draft .draft-contents > .heading {
    padding-bottom: 1.125rem;
  }
  .pg-draft .draft-contents > .lead {
    margin-top: 1.5rem;
  }
  .pg-draft .draft-contents > .template {
    padding-bottom: 0.9375rem;
  }
}

.pg-notfound .notfound-block > .heading {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}
.pg-notfound .notfound-block > .text {
  margin: 1.875rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
  text-align: center;
}
.pg-notfound .notfound-block .toHome {
  margin: 3.75rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  .pg-notfound .notfound-block > .heading {
    font-size: 1.25rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
body.pg-privacy .lead {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  margin: 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-privacy .lead {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}
body.pg-privacy .heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 3.75rem 0 0;
  padding-bottom: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: 1px solid #B9B9B9;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-privacy .heading {
    font-size: 1.125rem;
    margin: 2.8125rem 0 0;
  }
}
body.pg-privacy .heading:first-of-type {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  body.pg-privacy .heading:first-of-type {
    margin-top: 2.8125rem;
  }
}
body.pg-privacy .heading span {
  color: #45AAB8;
  display: inline-block;
  margin-right: 0.3125rem;
}
@media (max-width: 767px) {
  body.pg-privacy .heading span {
    font-size: 1.25rem;
  }
}
body.pg-privacy .text-a {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  margin: 1.875rem 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-privacy .text-a {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin: 1.5625rem 0 0;
  }
}
body.pg-privacy .text-a > .privacy-link {
  text-decoration: none;
  border-bottom: 1px dashed;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
body.pg-privacy .text-a > .privacy-link:hover {
  opacity: 0.7;
}
body.pg-privacy .notes {
  font-size: 0.8125rem;
  line-height: 2;
  margin: 1.5rem 0 0;
  letter-spacing: 0.1em;
}
body.pg-privacy .list {
  margin: 1.875rem 0 0;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 767px) {
  body.pg-privacy .list {
    margin: 1.25rem 0 0;
  }
}
body.pg-privacy .list li {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-privacy .list li {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

body.pg-commerce .l-section {
  padding: 6.25rem 0 3.75rem;
}
@media (max-width: 767px) {
  body.pg-commerce .l-section {
    padding: 3.75rem 0;
  }
}
body.pg-commerce .c-table-a {
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  body.pg-commerce .c-table-a {
    width: 100%;
  }
}
body.pg-commerce .c-table-a .table-link {
  text-decoration: none;
}
body.pg-commerce .heading-b {
  font-size: 1.125rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  padding-left: 14px;
  margin: 0;
}
@media (max-width: 767px) {
  body.pg-commerce .heading-b {
    font-size: 0.9375rem;
    margin-bottom: 0.1875rem;
  }
}
body.pg-commerce .heading-b::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #45AAB8;
}
@media (max-width: 767px) {
  body.pg-commerce .heading-b::before {
    top: 0.5rem;
  }
}
body.pg-commerce .heading-b:nth-of-type(2) {
  margin-top: 1.25rem;
}
body.pg-commerce .heading-b + p {
  line-height: 2.1333333333;
  margin: 0;
}
@media (max-width: 767px) {
  body.pg-commerce .heading-b + p {
    line-height: 1.8571428571;
  }
}
body.pg-commerce .c-heading-a {
  margin-top: 6.875rem;
}
@media (max-width: 767px) {
  body.pg-commerce .c-heading-a {
    margin-top: 3.75rem;
  }
}
body.pg-commerce .heading {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 3.75rem 0 0;
  padding-bottom: 1.25rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-bottom: 1px solid #B9B9B9;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-commerce .heading {
    font-size: 1.125rem;
    margin: 2.5rem 0 0;
  }
}
body.pg-commerce .heading span {
  color: #45AAB8;
  display: inline-block;
  margin-right: 0.3125rem;
}
@media (max-width: 767px) {
  body.pg-commerce .heading span {
    font-size: 1.25rem;
  }
}
body.pg-commerce .lead {
  font-size: 0.9375rem;
  line-height: 2.2;
  text-align: center;
  margin: 1.875rem 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-commerce .lead {
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
  }
}
body.pg-commerce .text-a {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
  margin: 1.875rem 0 0;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  body.pg-commerce .text-a {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin: 1.5625rem 0 0;
  }
}
body.pg-commerce .note {
  font-size: 0.8125rem;
  line-height: 2.4615384615;
  color: #D9434D;
}
@media (max-width: 767px) {
  body.pg-commerce .note {
    line-height: 1.9;
  }
}
body.pg-commerce .icon-pay {
  margin-top: 0.375rem;
}
body.pg-commerce .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-top: -1.25rem;
}
@media (max-width: 767px) {
  body.pg-commerce .box-wrap {
    margin-top: -0.3125rem;
  }
}
body.pg-commerce .box-wrap > .box {
  max-width: 32.5rem;
}
body.pg-commerce .box {
  display: inline-block;
  border: 1px solid #93D2DB;
  border-radius: 4px;
  margin: 1.875rem 0 0;
  padding: 1.5rem 1.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  body.pg-commerce .box {
    padding: 0.9375rem;
    margin: 1.25rem 0 0;
  }
}
body.pg-commerce .box > .head {
  font-size: 0.9375rem;
  margin: 0;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #45AAB8;
  font-weight: bold;
  letter-spacing: 0.1em;
}
body.pg-commerce .box > .text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  margin: 1rem 0 0;
}
@media (max-width: 767px) {
  body.pg-commerce .box > .text {
    font-size: 0.875rem;
    margin: 0.625rem 0 0;
  }
}
body.pg-commerce .box > .text > .slash {
  color: #B9B9B9;
}
body.pg-commerce .bank-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
body.pg-commerce .bank-list > li {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  body.pg-commerce .bank-list > li {
    margin-top: 1.5625rem;
  }
}
body.pg-commerce .bank-list > li p {
  font-size: 0.9375rem;
  line-height: 2.1333333333;
}
@media (max-width: 767px) {
  body.pg-commerce .bank-list > li p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

/**************************************************/
/* animation */
/**************************************************/
[data-scroll-fade] {
  opacity: 0;
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
          transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  will-change: auto;
}

[data-scroll-fade].fade-left {
  -webkit-transform: translate3d(60px, 0, 0);
          transform: translate3d(60px, 0, 0);
}

[data-scroll-fade].fade-right {
  -webkit-transform: translate3d(-60px, 0, 0);
          transform: translate3d(-60px, 0, 0);
}

[data-scroll-fade].visible {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[data-scroll-fade].fade-delay {
  -webkit-transition-delay: 200ms;
          transition-delay: 200ms;
}
/*# sourceMappingURL=site.css.map */