@charset "UTF-8";
/* ==========================================================================
 foundation
============================================================================*/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Host+Grotesk:wght@800&display=swap);
html {
  height: 100%;
  overflow-y: scroll;
  width: 100%;
}

body {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

a img, img {
  border: 0;
  vertical-align: middle;
}

strong {
  font-style: normal;
  font-weight: bold;
}

small {
  font-size: 100%;
}

dd, dl, dt, li, ol, ul {
  margin: 0;
  padding: 0;
}

hr {
  background-color: #CCCCCC;
  border: 0;
  color: #CCCCCC;
  height: 1px;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

th {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  text-align: left;
}

td {
  margin: 0;
  padding: 0;
}

blockquote, div, span {
  margin: 0;
  padding: 0;
}

pre {
  font-family: monospace;
  line-height: 1;
  margin: 0;
  padding: 0;
}

button {
  background: 0;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

fieldset {
  border: none;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

* html textarea {
  margin-top: -2px;
}

*:first-child + html textarea {
  margin-top: -2px;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

caption {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 1;
}

* + html code, * + html kbd, * + html pre, * + html samp, * + html tt {
  font-size: 108%;
}

q:after, q:before {
  content: "";
}

article, aside, audio, canvas, projects, figcaption, figure, footer, header, hgroup, mark, menu, nav, section, summary, time, video {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, projects, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

@keyframes btn-arrow-01 {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  50% {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  51% {
    transform: translate(-200%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-all;
}
body * {
  box-sizing: border-box;
}

/* a */
a {
  color: #9F1F5A;
  text-decoration: underline;
}
a:hover {
  color: #9F1F5A;
  text-decoration: none;
}

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

html.is-menu-open,
html.is-menu-open body {
  overflow: hidden;
}

/* ==========================================================================
 layout
============================================================================*/
.l-breadcrumbs {
  font-size: 1rem;
  margin-top: 2.5em;
}
.l-breadcrumbs ul {
  align-items: center;
  display: flex;
  list-style-type: none;
}
.l-breadcrumbs ul li::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #C8C8C8;
  content: "";
  display: inline-block;
  height: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  width: 1em;
}
.l-breadcrumbs ul li:first-child {
  padding-left: 1.5em;
  position: relative;
}
.l-breadcrumbs ul li:first-child::before {
  background: url(../images/common/ico-home-blu.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  width: 1em;
}
.l-breadcrumbs ul li:last-child::after {
  display: none;
}
.l-breadcrumbs ul li a {
  color: #333;
  text-decoration: none;
}

.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: min(1200px, 94.3396226415%);
  position: relative;
  width: 100%;
}
.l-container.--max {
  max-width: none;
}
.l-container.--max-960 {
  max-width: min(960px, 93.023255814%);
}
.l-container.--max-800 {
  max-width: min(800px, 91.7431192661%);
}
.l-container .l-container.--max-960 {
  max-width: min(960px, 100%);
}
.l-container .l-container.--max-800 {
  max-width: min(800px, 100%);
}

.l-contents {
  display: flex;
  justify-content: space-between;
}

.l-contents .l-main {
  background-color: #FDFFF9;
  padding-bottom: 100px;
  padding-top: 100px;
}

.l-floating-cta {
  border-radius: 0.5555555556em 0 0 0.5555555556em;
  height: 7.1111111111em;
  font-size: min(1.5vw, 1.125rem);
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  width: 10.2222222222em;
  z-index: 70;
}
.l-floating-cta ul {
  height: 100%;
  list-style-type: none;
}
.l-floating-cta ul li {
  height: 50%;
  width: 100%;
}
.l-floating-cta ul li > * {
  align-items: center;
  display: flex;
  height: 100%;
  font-weight: 700;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}
.l-floating-cta ul li.is-contact > * {
  background-color: #FBE05A;
  color: #272F67;
}
.l-floating-cta ul li.is-contact > *::before {
  aspect-ratio: 1/1;
  background: url(../images/common/ico-email-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin-right: 0.1304347826em;
  width: 1.347826087em;
}
.l-floating-cta ul li.is-contact > *:hover {
  background-color: #ebc818;
}
.l-floating-cta ul li.is-french > * {
  background-color: #272F67;
  color: #FBE05A;
}
.l-floating-cta ul li.is-french > *:hover {
  background-color: #111a5d;
}

.l-footer {
  padding-bottom: min(3.3333333333vw, 40px);
  padding-top: min(10vw, 120px);
  padding-inline: min(3.3333333333vw, 40px);
  position: relative;
}
.l-footer__cols {
  display: flex;
  justify-content: center;
}
.l-footer__cols__col {
  margin-left: clamp(40px, 6.6666666667vw, 120px);
}
.l-footer__cols__col nav ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  list-style-type: none;
  margin-top: -1em;
}
.l-footer__cols__col nav ul li {
  margin-right: 2em;
  margin-top: 1em;
}
.l-footer__cols__col nav ul li:last-child {
  margin-right: 0;
}
.l-footer__cols__col nav ul li a {
  color: #333;
  text-decoration: none;
}
.l-footer__sns {
  align-items: center;
  display: flex;
  list-style: none;
  margin-top: 32px;
}
.l-footer__sns li {
  margin-left: 32px;
}
.l-footer__sns li:first-child {
  margin-left: 0;
}
.l-footer__sns li.facebook {
  aspect-ratio: 1/1;
  width: min(9.8133333333vw, 46px);
}
.l-footer__sns li.youtube {
  aspect-ratio: 122/28;
  width: min(26.0266666667vw, 122px);
}
.l-footer__logo {
  flex-shrink: 0;
  text-align: center;
  width: min(48vw, 300px);
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__copyright {
  font-size: 0.75rem;
  margin-top: 32px;
}

.l-gnav ul {
  display: flex;
  font-size: min(1.5vw, 1.2rem);
  line-height: 1;
  list-style-type: none;
}
.l-gnav ul > li {
  margin-left: 2em;
}
.l-gnav ul > li > * {
  color: #9F1F5A;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0.0833333333em;
  text-decoration: none;
  position: relative;
}
.l-gnav ul > li > *::before {
  background: #9F1F5A;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0.5em);
  transition: 0.3s;
  top: 100%;
  width: 0;
}
.l-gnav ul > li:not(.is-parent) > *:hover::before {
  width: 100%;
}
.l-gnav ul > li.is-home {
  display: none;
}
.l-gnav ul > li.is-parent {
  position: relative;
}
.l-gnav ul > li.is-parent > span {
  padding-right: 1.3333333333em;
  position: relative;
}
.l-gnav ul > li.is-parent > span::after {
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  background: #9F1F5A;
  content: "";
  display: block;
  height: 0.5416666667em;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.875em;
}
.l-gnav ul > li.is-parent ol {
  background: #fff;
  border-radius: 8px;
  display: none;
  flex-direction: column;
  left: 50%;
  list-style: none;
  padding: 1em 2em;
  position: absolute;
  top: 100%;
  transform: translate(-50%, calc((min(6.25vw, 80px) - 1em) / 2 + 4px));
  white-space: nowrap;
}
.l-gnav ul > li.is-parent ol > li {
  margin-top: 1em;
  text-align: left;
}
.l-gnav ul > li.is-parent ol > li:first-child {
  margin-top: 0;
}
.l-gnav ul > li.is-parent ol > li a {
  font-size: min(1.25vw, 1rem);
  font-weight: 700;
  padding-left: 1.8em;
  position: relative;
  text-decoration: none;
  transition: 0.3s;
}
.l-gnav ul > li.is-parent ol > li a::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1em;
}
.l-gnav ul > li.is-parent ol > li a:hover {
  opacity: 0.5;
}
.l-gnav ul > li.is-parent ol > li.is-france a {
  color: #272F67;
}
.l-gnav ul > li.is-parent ol > li.is-france a::after {
  background-image: url(../images/common/ico-national-flag-france.svg);
}
.l-gnav ul > li.is-parent ol > li.is-japan a {
  color: #9F1F21;
}
.l-gnav ul > li.is-parent ol > li.is-japan a::after {
  background-image: url(../images/common/ico-national-flag-japan.svg);
}
.l-gnav ul > li.is-parent ol > li.is-netherlands a {
  color: #BB5B00;
}
.l-gnav ul > li.is-parent ol > li.is-netherlands a::after {
  background-image: url(../images/common/ico-national-flag-netherlands.svg);
}
.l-gnav ul > li.is-parent ol > li.is-morocco a {
  color: #397130;
}
.l-gnav ul > li.is-parent ol > li.is-morocco a::after {
  background-image: url(../images/common/ico-national-flag-morocco.svg);
}
.l-gnav ul > li.is-parent ol > li.is-belgium a {
  color: #000000;
}
.l-gnav ul > li.is-parent ol > li.is-belgium a::after {
  background-image: url(../images/common/ico-national-flag-belgium.svg);
}

.l-header {
  left: 0;
  padding-top: min(3.125vw, 40px);
  padding-inline: min(3.125vw, 40px);
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 50;
}
.l-header__inner {
  align-items: center;
  background-color: #fff;
  border-radius: min(0.625vw, 8px);
  align-items: center;
  display: flex;
  height: min(6.25vw, 80px);
  justify-content: space-between;
  margin: 0 auto;
  padding-left: 1.1666666667%;
  padding-right: 2.1111111111%;
  width: 100%;
  position: relative;
}
.l-header__logo {
  height: 77%;
  width: 100%;
}
.l-header__logo img {
  height: 100%;
}
.l-header__body {
  flex-shrink: 0;
}
.l-header__body-inner {
  align-items: center;
  display: flex;
}
.l-header__contact {
  display: none;
}
.l-header__search {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #9F1F5A;
  border-radius: 100vh;
  flex-shrink: 0;
  font-size: min(1.25vw, 1rem);
  height: 2em;
  margin-left: 1.95em;
  width: 13.8em;
}
.l-header__search form {
  display: flex;
  height: 100%;
  width: 100%;
}
.l-header__search input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  padding-left: 1.5em;
  padding-right: 1.5em;
  width: 100%;
}
.l-header__search input:focus {
  box-shadow: none;
  outline: none;
}
.l-header__search input::-webkit-input-placeholder {
  color: rgba(159, 31, 90, 0.43);
  font-weight: 700;
}
.l-header__search input:-moz-placeholder {
  color: rgba(159, 31, 90, 0.43);
  font-weight: 700;
}
.l-header__search input::-moz-placeholder {
  color: rgba(159, 31, 90, 0.43);
  font-weight: 700;
}
.l-header__search input:-ms-input-placeholder {
  color: rgba(159, 31, 90, 0.43);
  font-weight: 700;
}
.l-header__search button {
  align-items: center;
  background-color: #9F1F5A;
  border-radius: 0 100vh 100vh 0;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 21.3768115942%;
}
.l-header__search button img {
  display: block;
  height: 0.9em;
  width: 0.9em;
}
.l-header__btn-menu {
  display: none;
}
.l-header.--is-fixed {
  position: fixed;
  transform: translate(0%, -100%);
}
.l-header.--is-show {
  transform: translate(0%, 0%);
}

.l-main {
  width: 72.5%;
}

.l-page-top {
  bottom: 24px;
  height: 64px;
  overflow: hidden;
  padding-right: 24px;
  position: absolute;
  right: 0;
  text-align: center;
  transform: translate(100%, 0%);
  transition: 0.3s;
  width: 88px;
  z-index: 10;
}
.l-page-top.--is-fixed {
  bottom: 24px;
  position: fixed;
}
.l-page-top.--is-show {
  transform: translate(0%, 0%);
}
.l-page-top:hover {
  opacity: 0.5;
}
.l-page-top > div {
  background-color: #9F1F5A;
  border-radius: 100vh;
  cursor: pointer;
  height: 100%;
  line-height: 1;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
.l-page-top > div::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 40%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 40%;
}

.l-sidebar {
  width: 23.3333333333%;
}

.l-wrapper {
  overflow: hidden;
  width: 100%;
}

/* ==========================================================================
 object/component
============================================================================*/
.c-accordions {
  margin-inline: auto;
  width: min(100%, 1264px);
}
.c-accordions dl {
  margin-top: min(2.9239766082vw, 40px);
}
.c-accordions dt {
  background-color: #fff;
  border-radius: min(1.4619883041vw, 20px);
  color: #9F1F5A;
  font-size: min(2.6315789474vw, 2.25rem);
  font-weight: 700;
  padding-left: min(4.0935672515vw, 56px);
  padding-right: min(8.1871345029vw, 112px);
  padding-block: 0.8888888889em;
  position: relative;
}
.c-accordions__contents {
  padding-block: min(2.9239766082vw, 40px);
  padding-inline: min(4.0935672515vw, 56px);
}
.c-accordions__contents p {
  font-size: min(1.1695906433vw, 16px);
  font-weight: 500;
  line-height: 2;
}
.c-accordions__icon {
  aspect-ratio: 1/1;
  position: absolute;
  right: min(2.9239766082vw, 40px);
  top: 50%;
  transform: translate(0%, -50%);
  width: min(3.5087719298vw, 48px);
}

.c-adjacent-post {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.c-adjacent-post__step {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  border-radius: min(0.6134969325vw, 8px);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.125em;
  justify-content: center;
  line-height: 1;
  width: min(4.9079754601vw, 64px);
}
.c-adjacent-post__step span {
  color: #fff;
}
.c-adjacent-post__step span:nth-child(1) {
  font-size: clamp(13px, 0.9969325153vw, 13px);
  font-weight: 500;
}
.c-adjacent-post__step span:nth-child(2) {
  font-size: min(2.2239263804vw, 29px);
  font-weight: 700;
}
.c-adjacent-post__prev, .c-adjacent-post__next {
  width: 100%;
}
.c-adjacent-post__prev a, .c-adjacent-post__next a {
  align-items: center;
  color: #9F1F5A;
  display: flex;
  font-size: min(1.6104294479vw, 1.3125rem);
  font-weight: 700;
  gap: 0.75em;
  position: relative;
  text-decoration: none;
}
.c-adjacent-post__prev a::after, .c-adjacent-post__next a::after {
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  content: "";
  display: block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  position: absolute;
  top: 50%;
  width: 2.2857142857em;
}
.c-adjacent-post__prev a {
  padding-left: 2.6666666667em;
}
.c-adjacent-post__prev a::after {
  left: 0;
  transform: translate(0%, -50%) rotate(-180deg);
}
.c-adjacent-post__next a {
  flex-direction: row-reverse;
  padding-right: 2.6666666667em;
  text-align: right;
}
.c-adjacent-post__next a::after {
  right: 0;
  transform: translate(0%, -50%);
}
.c-adjacent-post__back {
  flex-shrink: 0;
  position: relative;
  width: min(12.2699386503vw, 160px);
}
.c-adjacent-post__back a {
  align-items: center;
  background-color: #9F1F5A;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: min(1.3803680982vw, 1.125rem);
  font-weight: 700;
  height: min(4.9079754601vw, 64px);
  justify-content: center;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.c-adjacent-post__back a::after {
  aspect-ratio: 1/1;
  background: url(../images/common/ico-list-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  left: 1.25em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5em;
}

.c-balloon {
  left: 50%;
  position: absolute;
  top: -12px;
  transform: translate(-50%, 0%);
  white-space: nowrap;
  z-index: 1;
}
.c-balloon::before {
  clip-path: polygon(0% 0%, 100% 0%, 100% 33%, 50% 100%, 0% 33%);
  background-color: #D9D9D9;
  content: "";
  display: block;
  height: 17px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -33%);
  width: 12px;
  z-index: -1;
}
.c-balloon::after {
  clip-path: polygon(0% 0%, 100% 0%, 100% 33%, 50% 100%, 0% 33%);
  background-color: #fff;
  content: "";
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, -33%);
  width: 10px;
  z-index: 2;
}
.c-balloon span {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #D9D9D9;
  border-radius: 100vh;
  display: block;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  z-index: 1;
}

.c-box-01 {
  background-color: #F1E6EB;
  border-radius: min(0.6666666667vw, 8px);
  padding: min(3.3333333333vw, 40px);
}
.c-box-01__hd {
  color: #9F1F5A;
  font-size: min(2vw, 24px);
  font-weight: 700;
}
.c-box-01 * + p {
  margin-top: 2em;
}
.c-box-01 .c-box-01__hd + * {
  margin-top: 1.5em;
}

* + .c-box-01 {
  margin-top: min(6.6666666667vw, 80px);
}

.c-btns {
  align-items: center;
  display: flex;
  justify-content: center;
}
.c-btns > * {
  margin-right: 24px;
}
.c-btns > *:last-child {
  margin-right: 0;
}

.c-btn-01 {
  align-items: center;
  background: linear-gradient(90deg, #9F1F5A 0%, #EE78AF 100%);
  border-radius: 100vh;
  display: flex;
  font-size: min(3.3333333333vw, 2.5rem);
  font-weight: 700;
  height: 4.28em;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: min(100%, 1120px);
}
.c-btn-01 > span {
  color: #fff;
  padding-right: 1.76em;
  position: relative;
  z-index: 1;
}
.c-btn-01 .c-icon-arrow-01 {
  background: #fff;
  height: 1.28em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.28em;
}
.c-btn-01 .c-icon-arrow-01::after {
  background-color: #9F1F5A;
}
.c-btn-01::after {
  background: #9F1F5A;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transform: translate(-100%, 0%);
  top: 0;
  transition: 0.5s;
  width: 110%;
}
.c-btn-01:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.c-btn-01:hover::after {
  transform: translate(0%, 0%);
}

.c-btn-02, .c-btn-cf7-confirm input,
.c-btn-cf7-submit input,
.c-btn-cf7-previous input {
  align-items: center;
  background: #9F1F5A;
  border-radius: 100vh;
  color: #fff;
  display: flex;
  font-size: min(2.3333333333vw, 1.75rem);
  font-weight: 700;
  height: 3.4285714286em;
  justify-content: center;
  line-height: 1;
  overflow: hidden;
  padding-left: 2.8em;
  padding-right: 4.8em;
  position: relative;
  text-decoration: none;
  width: min(100%, 1120px);
}
.c-btn-02:hover, .c-btn-cf7-confirm input:hover,
.c-btn-cf7-submit input:hover,
.c-btn-cf7-previous input:hover {
  color: #fff;
}

.c-btn-03 {
  background-color: #9F1F5A;
  border-radius: 100vh;
  color: #fff;
  display: inline-block;
  font-size: 1.25rem;
  min-width: 8em;
  padding: 0.4em 2em;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
.c-btn-03::after {
  aspect-ratio: 18/30;
  background-color: #fff;
  content: "";
  display: block;
  right: 0.8em;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30' fill='none'%3E%3Cpath d='M1.44043 1.38733L14.4404 14.8873L1.44043 28.3873' stroke='currentColor' stroke-width='4'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30' fill='none'%3E%3Cpath d='M1.44043 1.38733L14.4404 14.8873L1.44043 28.3873' stroke='currentColor' stroke-width='4'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  height: 0.9em;
}
.c-btn-03:hover {
  background-color: #cc1d6e;
  color: #fff;
}

* + .c-btn-03 {
  margin-top: 1.2em;
}

.c-check-text {
  color: #9F1F5A;
  display: inline-block;
  font-size: min(1.6666666667vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  padding-left: 1.6em;
  position: relative;
}
.c-check-text::before {
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.15em;
  width: 1.2em;
}
.c-check-text::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  aspect-ratio: 1/1;
  background: #fff;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0.15em;
  width: 1.2em;
}

.c-quotation-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(2.416918429vw, 32px);
  list-style: none;
  margin-inline: auto;
  margin-top: min(6.6465256798vw, 88px);
  width: min(100%, 1220px);
}
.c-quotation-items__item a {
  align-items: flex-start;
  border-radius: min(1.8126888218vw, 24px);
  display: flex;
  flex-direction: column;
  font-size: min(2.9003021148vw, 2.4rem);
  font-weight: 700;
  height: min(13.9728096677vw, 148px);
  justify-content: center;
  line-height: 1.2083333333em;
  letter-spacing: 0.125em;
  padding-left: 8.6253369272%;
  position: relative;
  text-decoration: none;
}
.c-quotation-items__item a .c-icon-arrow-01 {
  right: 6.064690027%;
  position: absolute;
  width: 1.3958333333em;
}
.c-quotation-items__item a:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.c-quotation-items__item a span {
  background-color: #9F1F5A;
  display: block;
}
.c-quotation-items__tag {
  background-color: #272F67;
  border-radius: 0.2em;
  color: #fff;
  font-size: min(1.8126888218vw, 1.5rem);
  line-height: min(3.5045317221vw, 2.9rem);
  margin-top: 0.2666666667em;
  padding-inline: 1.0666666667em;
}
.c-quotation-items.is-france .c-quotation-items__item a {
  background-color: #D7DCFF;
  color: #272F67;
}
.c-quotation-items.is-france .c-quotation-items__item a .c-icon-arrow-01 {
  background-color: #272F67;
}
.c-quotation-items.is-france .c-quotation-items__item a .c-quotation-items__tag {
  background-color: #272F67;
}
.c-quotation-items.is-japan .c-quotation-items__item a {
  background-color: #FFD3DB;
  color: #9F1F21;
}
.c-quotation-items.is-japan .c-quotation-items__item a .c-icon-arrow-01 {
  background-color: #9F1F21;
}
.c-quotation-items.is-japan .c-quotation-items__item a .c-quotation-items__tag {
  background-color: #9F1F21;
}
.c-quotation-items.is-netherlands .c-quotation-items__item a {
  background-color: #FFCC7A;
  color: #BB5B00;
}
.c-quotation-items.is-netherlands .c-quotation-items__item a .c-icon-arrow-01 {
  background-color: #BB5B00;
}
.c-quotation-items.is-netherlands .c-quotation-items__item a .c-quotation-items__tag {
  background-color: #BB5B00;
}
.c-quotation-items.is-morocco .c-quotation-items__item a {
  background-color: #BAEAB2;
  color: #397130;
}
.c-quotation-items.is-morocco .c-quotation-items__item a .c-icon-arrow-01 {
  background-color: #397130;
}
.c-quotation-items.is-morocco .c-quotation-items__item a .c-quotation-items__tag {
  background-color: #397130;
}
.c-quotation-items.is-belgium .c-quotation-items__item a {
  background-color: #FAF593;
  color: #000000;
}
.c-quotation-items.is-belgium .c-quotation-items__item a .c-icon-arrow-01 {
  background-color: #000000;
}
.c-quotation-items.is-belgium .c-quotation-items__item a .c-quotation-items__tag {
  background-color: #000000;
}

.c-category-label {
  background-color: #9F1F5A;
  border-radius: 0.1875em;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 2.0625em;
  min-width: 9.0625em;
  padding-left: 1em;
  padding-right: 1em;
  text-align: center;
}
.c-category-label.is-current {
  background-color: #9F1F5A;
  box-shadow: none;
}

a.c-category-label {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a.c-category-label:hover {
  color: #333;
  opacity: 0.5;
}

.c-downloads-items {
  display: flex;
  flex-wrap: wrap;
  gap: 5.8823529412%;
  justify-content: center;
  list-style: none !important;
  margin-inline: auto !important;
  padding: 0 !important;
  width: min(100%, 1224px);
}
.c-downloads-items__item {
  font-size: min(1.6085790885vw, 24px);
  margin-top: 10.4575163399%;
  padding-bottom: 4em;
  position: relative;
  width: 29.4117647059%;
}
.c-downloads-items__item:nth-child(-n+3) {
  margin-top: 0;
}
.c-downloads-items__item a {
  display: block;
  text-decoration: none;
}
.c-downloads-items__item a:hover .c-downloads-items__btn .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.c-downloads-items__item a:hover .c-downloads-items__btn::after {
  transform: translate(0%, 0%);
}
.c-downloads-items__item.is-protected .c-downloads-items__title span::after {
  aspect-ratio: 1/1;
  background: #9F1F5A url(../images/common/ico-key-01.svg) 50% 50% no-repeat;
  background-size: 55.8139534884% 55.8139534884%;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-left: 0.4em;
  vertical-align: -0.15em;
  width: 1.075em;
}
.c-downloads-items.is-single {
  margin-top: 0 !important;
}
.c-downloads-items__title {
  color: #000;
  font-size: min(2.144772118vw, 32px);
  font-weight: 600;
  text-align: center;
}
.c-downloads-items figure {
  aspect-ratio: 1/1.414;
  margin-top: min(2.144772118vw, 32px);
}
.c-downloads-items figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-downloads-items__btn {
  align-items: center;
  background: linear-gradient(90deg, #9F1F5A 0%, #EE78AF 100%);
  border-radius: 100vh;
  bottom: 0;
  display: flex;
  font-size: min(1.6085790885vw, 24px);
  font-weight: 700;
  height: 3em;
  justify-content: center;
  left: 50%;
  margin-top: 2.1333333333em;
  overflow: hidden;
  position: absolute;
  transform: translate(-50%, 0%);
  width: min(100%, 1120px);
}
.c-downloads-items__btn > span {
  color: #fff;
  padding-right: 1.76em;
  position: relative;
  z-index: 1;
}
.c-downloads-items__btn .c-icon-arrow-01 {
  background: #fff;
  height: 1.28em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.28em;
}
.c-downloads-items__btn .c-icon-arrow-01::after {
  background-color: #9F1F5A;
}
.c-downloads-items__btn::after {
  background: #9F1F5A;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  transform: translate(-100%, 0%);
  top: 0;
  transition: 0.5s;
  width: 110%;
}

.c-featured-image img {
  border-radius: 20px;
  width: 100%;
}

.c-flow-items__item {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  gap: min(3.0674846626vw, 40px);
  margin-top: min(0.6134969325vw, 16px);
  padding-bottom: min(3.0674846626vw, 40px);
  position: relative;
}
.c-flow-items__item:first-child {
  margin-top: 0;
}
.c-flow-items__item figure {
  border-radius: min(0.6134969325vw, 8px);
  flex-shrink: 0;
  overflow: hidden;
  width: 35.7142857143%;
}
.c-flow-items__item figure img {
  width: 100%;
}
.c-flow-items__item__contents {
  padding-left: min(3.0674846626vw, 40px);
  width: 100%;
}
.c-flow-items__item__contents::before {
  background: #9F1F5A;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: min(0.3067484663vw, 4px);
}
.c-flow-items__item__contents::after {
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  bottom: max(-0.8435582822vw, -11px);
  content: "";
  display: block;
  left: max(-1.0736196319vw, -14px);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  position: absolute;
  transform: rotate(90deg);
  width: min(2.4539877301vw, 32px);
}
.c-flow-items__item:last-child .c-flow-items__item__contents::after {
  display: none;
}

* + .c-flow-items {
  margin-top: min(6.1349693252vw, 80px);
}

.c-form {
  margin-inline: auto;
  padding-block: min(10vw, 120px);
  padding-inline: min(3.3333333333vw, 40px);
  width: min(100%, 1240px);
}
.c-form .c-hd-02 {
  margin-bottom: min(8.3333333333vw, 100px);
}
.c-form.is-france .c-hd-02 {
  color: #272F67;
}
.c-form.is-japan .c-hd-02 {
  color: #9F1F21;
}
.c-form.is-netherlands .c-hd-02 {
  color: #BB5B00;
}
.c-form.is-morocco .c-hd-02 {
  color: #397130;
}
.c-form.is-belgium .c-hd-02 {
  color: #000000;
}
.c-form-message {
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
.c-form-message p {
  font-size: 1rem !important;
  line-height: 2 !important;
}
.c-form * + .c-form-message {
  margin-top: 80px;
}
.c-form form {
  margin-top: min(6.6666666667vw, 80px);
}
.c-form-options {
  background-color: rgba(159, 31, 90, 0.03);
  box-shadow: inset 0 0 0 1px rgba(159, 31, 90, 0.2);
  border-radius: 0.5em;
  font-size: 1rem;
  margin-top: 2.5em;
  padding: 2.5em;
}
.c-form-part {
  border-bottom: 1px solid #9F1F5A;
  display: flex;
  font-size: 1rem;
  margin-top: 2.5em;
  padding-bottom: 2.5em;
}
.c-form-part > dt {
  flex-shrink: 0;
  font-weight: 700;
  line-height: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.75em;
  position: relative;
  width: 25em;
}
.c-form-part > dt > span,
.c-form-part > dt > label {
  align-items: flex-start;
  display: flex;
}
.c-form-part > dt > span::before,
.c-form-part > dt > label::before {
  color: #9F1F5A;
  content: "●";
  display: inline-block;
  margin-right: 0.5em;
}
.c-form-part > dt .c-icon-required {
  margin-top: 0.2em;
}
.c-form-part > dd {
  position: relative;
  width: 100%;
}
.c-form-part > dd input[type=text],
.c-form-part > dd input[type=email],
.c-form-part > dd input[type=tel],
.c-form-part > dd input[type=password] {
  background: #F6F2DE;
  border: 0;
  border-radius: 0.25em;
  font-size: 1rem;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
.c-form-part > dd input[type=text].--w200,
.c-form-part > dd input[type=email].--w200,
.c-form-part > dd input[type=tel].--w200,
.c-form-part > dd input[type=password].--w200 {
  max-width: 160px;
}
.c-form-part > dd select {
  background: #F6F2DE;
  border: 0;
  border-radius: 0.25em;
  font-size: 1rem;
  height: 3em;
  padding-left: 1em;
  padding-right: 1em;
}
.c-form-part > dd select[multiple] {
  height: 9.375em;
}
.c-form-part > dd textarea {
  background: #F6F2DE;
  border: 0;
  border-radius: 0.25em;
  display: block;
  font-size: 1rem;
  height: 18.75em;
  padding: 1em;
  width: 100%;
}
.c-form-part > dd p {
  font-size: 1rem;
  line-height: 2;
}
.c-form-part > dd p span {
  color: #E73030;
  font-weight: 700;
}
.c-form-part > dd * + p {
  margin-top: 0.5em;
}
.c-form-part.fail input[type=text],
.c-form-part.fail input[type=password] {
  background: #FFF3F3;
}
.c-form-part.is-confirm > dd {
  line-height: 1.5em;
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.c-form-part.--is-optional > dt {
  padding-right: 5em;
}
.c-form-part.--is-optional > dt::after {
  content: "任意";
  background: #5B90BE;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  padding: 0.5em 0;
  position: absolute;
  right: 2em;
  text-align: center;
  top: 1em;
  width: 3.3333333333em;
}
.c-form-part__rows {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.c-form-part__rows__row {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.c-form-part__cols {
  align-items: center;
  display: flex;
  gap: 1em;
}
.c-form-part__cols__col {
  align-items: center;
  display: flex;
  gap: 1em;
  width: 50%;
}
.c-form-part__cols__col *:nth-child(1) {
  flex-shrink: 0;
}
.c-form-part__cols__col *:nth-child(n+2) {
  width: 100%;
}
.c-form-part__checkbox {
  display: flex;
  line-height: 3em;
}
.c-form-part__checkbox > * {
  margin-right: 1.5em;
}
.c-form-part__checkbox > *:last-child {
  margin-right: 0;
}
.c-form-part__checkbox label {
  font-size: 1rem;
}
.c-form-part__checkbox.--is-vertical {
  flex-direction: column;
}
.c-form-part__checkbox.--is-vertical > * {
  margin-bottom: 0.5em;
  margin-right: 0;
}
.c-form-part__checkbox.--is-vertical > *:last-child {
  margin-bottom: 0;
}
.c-form-part__checkbox.--is-vertical label {
  margin-right: 0;
}
.c-form-part__checkbox-cf7 {
  line-height: 1.5em;
}
.c-form-part__checkbox-cf7 .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.c-form-part__checkbox-cf7 .wpcf7-form-control .wpcf7-list-item {
  margin-left: 0;
}
.c-form-part__checkbox-cf7 .wpcf7-form-control .wpcf7-list-item label {
  display: flex;
}
.c-form-part__checkbox-cf7 .wpcf7-form-control .wpcf7-list-item-label {
  line-height: 1.5em;
}
.c-form-part__checkbox-cf7 .wpcf7-form-control .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2.1875em;
}
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-form-control {
  flex-direction: column;
}
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-form-control .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0;
  margin-top: 0.5em;
}
.c-form-part__checkbox-cf7 input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: inline-block;
  flex-shrink: 0;
  height: 1.5em;
  margin-right: 1em;
  position: relative;
  width: 1.5em;
}
.c-form-part__checkbox-cf7 input[type=checkbox]::before {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #9F1F5A;
  border-radius: 0.25em;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-form-part__checkbox-cf7 input[type=checkbox]::after {
  clip-path: polygon(27.09% 41.65%, 44.52% 59.08%, 79.16% 24.45%, 88.03% 33.32%, 44.52% 76.82%, 18.22% 50.52%);
  background-color: #9F1F5A;
  content: "";
  display: block;
  height: 75%;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  z-index: 2;
}
.c-form-part__checkbox-cf7 input[type=checkbox]:checked::before {
  background-color: #9F1F5A;
}
.c-form-part__checkbox-cf7 input[type=checkbox]:checked::after {
  background-color: #fff;
  opacity: 1;
}
.c-form-part__checkbox-cf7 input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  display: block;
  flex-shrink: 0;
  height: 1.5em;
  margin-right: 1em;
  position: relative;
  width: 1.5em;
}
.c-form-part__checkbox-cf7 input[type=radio]::before {
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #9F1F5A;
  border-radius: 100vh;
  content: "";
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  z-index: 1;
}
.c-form-part__checkbox-cf7 input[type=radio]:checked::after {
  background: #9F1F5A;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  z-index: 2;
}
.c-form-part:not(.is-confirm) .c-form-part__checkbox-cf7 {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
}
.c-form-part__password {
  position: relative;
}
.c-form-part__password .js-show-password {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  right: 13px;
  top: 50%;
}
.c-form-part__password .js-show-password.blind::after {
  content: "\f06e";
}
.c-form-part {
  /*
  .c-result-message {
  	&.--is-fail {
  		background-color: #DC6262;
  		border: 0;
  		color: #fff;
  		font-size: rem(12);
  		left: 0;
  		line-height: 24px;
  		margin-bottom: 0;
  		padding: 0 8px;
  		position: absolute;
  		top: -27px;
  		z-index: 1;
  		&::after {
  			border-top: 6px solid #DC6262;
  			border-left: 4px solid transparent;
  			border-right: 4px solid transparent;
  			bottom: -6px;
  			content: '';
  			display: block;
  			left: 10px;
  			position: absolute;
  		}
  	}
  }
  */
}
.c-form-agreement {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2.5em;
}
.c-form-agreement .wpcf7-form-control-wrap {
  margin-top: 1em;
}
.c-form-agreement p {
  font-size: 1rem !important;
  line-height: 2 !important;
}
.c-form.is-successful {
  padding-top: min(20vw, 240px);
}

.c-icon-required {
  background: #9F1F5A;
  border-radius: 0.3333333333em;
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  margin-left: 1em;
  padding: 0.4166666667em 0;
  text-align: center;
  width: 4.6666666667em;
}

.c-gallery {
  display: grid;
  gap: min(4.1666666667vw, 50px);
  grid-template-columns: 1fr 1fr 1fr;
}
.c-gallery > * {
  border-radius: min(0.6666666667vw, 8px);
  overflow: hidden;
}

* + .c-gallery {
  margin-top: min(3.3333333333vw, 40px);
}

.c-gallery-card figure img {
  border-radius: 10px;
  display: block;
  width: 100%;
}
.c-gallery-card figcaption {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0.5em;
}
.c-gallery-card p {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2em;
  margin-top: 1em;
}
.c-gallery-card__modal-contents {
  display: none;
}
.c-gallery-card__hd {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0.6666666667em;
}
.c-gallery-card__hd span {
  font-size: 0.8125rem;
  margin-left: 10px;
}
.c-gallery-card.-has-modal {
  cursor: pointer;
}
.c-gallery-card.-has-modal p {
  color: #C94A1A;
  margin-bottom: 0.5em;
  margin-top: 0;
  text-align: center;
}
.c-gallery-card.-has-modal figure {
  position: relative;
}
.c-gallery-card.-has-modal figure img {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  display: block;
  width: 100%;
}
.c-gallery-card.-has-modal figure::before {
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-gallery-card.-has-modal figure::after {
  background: url(../images/common/ico-zoom-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  bottom: 10px;
  content: "";
  display: block;
  height: 40px;
  position: absolute;
  right: 20px;
  width: 40px;
}

.c-hd-01 {
  color: #9F1F5A;
  font-size: min(5.3333333333vw, 4rem);
  font-weight: 700;
  text-align: center;
}

.c-hd-02 {
  color: #9F1F5A;
  font-size: min(4vw, 3rem);
  font-weight: 700;
  text-align: center;
}

.c-hd-03 {
  border-bottom: min(0.3333333333vw, 4px) solid #9F1F5A;
  color: #9F1F5A;
  font-size: min(2.1666666667vw, 1.625rem);
  font-weight: 700;
  padding-bottom: 0.6153846154em;
}

* + .c-hd-03 {
  margin-top: min(6.6666666667vw, 80px);
}

.c-hd-04 {
  color: #9F1F5A;
  font-size: min(1.6666666667vw, 1.25rem);
  font-weight: 700;
  text-align: center;
}

* + .c-hd-04 {
  margin-top: min(6.6666666667vw, 80px);
}

.c-icon-arrow-01 {
  aspect-ratio: 1/1;
  background: #9F1F5A;
  border-radius: 50%;
  content: "";
  display: block;
  position: relative;
  width: min(5.3333333333vw, 64px);
}
.c-icon-arrow-01::after {
  aspect-ratio: 18/30;
  background-color: #fff;
  content: "";
  display: block;
  left: 56%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30' fill='none'%3E%3Cpath d='M1.44043 1.38733L14.4404 14.8873L1.44043 28.3873' stroke='currentColor' stroke-width='4'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30' fill='none'%3E%3Cpath d='M1.44043 1.38733L14.4404 14.8873L1.44043 28.3873' stroke='currentColor' stroke-width='4'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 32%;
}

.c-image-text {
  align-items: flex-start;
  display: flex;
  gap: min(3.3333333333vw, 40px);
}
.c-image-text figure {
  border-radius: min(0.6666666667vw, 8px);
  flex-shrink: 0;
  overflow: hidden;
  width: 35.7142857143%;
}
.c-image-text figure img {
  width: 100%;
}
.c-image-text__contents {
  width: 100%;
}
.c-image-text--right {
  flex-direction: row;
}
.c-image-text--left {
  flex-direction: row-reverse;
}
.c-image-text--flow {
  flex-direction: row;
  padding-bottom: min(3.3333333333vw, 40px);
  position: relative;
}
.c-image-text--flow .c-image-text__contents {
  padding-left: min(3.3333333333vw, 40px);
}
.c-image-text--flow .c-image-text__contents::before {
  background: #9F1F5A;
  border-radius: 100vh;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: min(0.3333333333vw, 4px);
}
.c-image-text--flow .c-image-text__contents::after {
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  bottom: max(-1.1666666667vw, -14px);
  content: "";
  display: block;
  left: max(-1.1666666667vw, -14px);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  position: absolute;
  transform: rotate(90deg);
  width: min(2.6666666667vw, 32px);
}

* + .c-image-text {
  margin-top: min(3.3333333333vw, 40px);
}

.c-info-message {
  color: #6491B4;
  margin-top: 8px;
}
.c-info-message p {
  font-size: 0.75rem;
  line-height: 1.5em;
  margin: 0;
  padding-left: 2em;
  position: relative;
}
.c-info-message p::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.3333333333em;
  left: 0;
  position: absolute;
  top: 0.0833333333em;
  width: 1.3333333333em;
}
.c-info-message a {
  color: #6491B4;
  text-decoration: none;
}
.c-info-message a:hover {
  text-decoration: underline;
}
.c-info-message.--caution p::after {
  background-image: url(../images/common/ico-info-message-caution.svg);
}
.c-info-message.--question p::after {
  background-image: url(../images/common/ico-info-message-question.svg);
}
.c-info-message.--is-important {
  color: #DC6262;
}

.c-latest-news {
  margin-inline: auto;
  max-width: min(1200px, 92.0245398773%);
  padding-block: min(8.3333333333vw, 100px);
  width: 100%;
}
.c-latest-news a {
  align-items: center;
  border-bottom: 2px solid #9F1F5A;
  border-top: 2px solid #9F1F5A;
  color: #333;
  display: flex;
  padding: 2% 80px 2% 3.3333333333%;
  position: relative;
  text-decoration: none;
}
.c-latest-news a .c-icon-arrow-01 {
  height: 2em;
  position: absolute;
  right: 1.5em;
  top: 50%;
  transform: translate(0, -50%);
  width: 2em;
}
.c-latest-news a:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.c-latest-news__hd {
  color: #9F1F5A;
  flex-shrink: 0;
  font-family: "Host Grotesk", sans-serif;
  font-size: min(5.3333333333vw, 2rem);
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1;
}
.c-latest-news .c-news-card {
  padding-left: 4%;
  width: 100%;
}
.c-latest-news .c-news-card .c-category-label {
  flex-shrink: 0;
}
.c-latest-news .c-news-card time {
  flex-shrink: 0;
}
.c-latest-news .c-news-card__title {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.c-latest-news .c-news-card__title span {
  display: block;
  left: 0;
  padding-right: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  white-space: nowrap;
  will-change: transform;
}

.c-list {
  font-size: min(1.3333333333vw, 16px) !important;
  list-style-type: none !important;
  padding-left: 0 !important;
}
.c-list > li {
  line-height: 1.5em;
  margin-top: 0.5em;
}
.c-list > li:first-child {
  margin-top: 0 !important;
}
.c-list--check > li {
  margin-top: 1em;
}
.c-list--check > li:has(> *:not(.c-check-text)) {
  margin-bottom: 2.5em;
}
.c-list--check > li:has(> *:not(.c-check-text)):last-child {
  margin-bottom: 0;
}
.c-list--check > li > * + * {
  margin-top: 1.5em;
}
.c-list--disc {
  list-style: disc !important;
  padding-left: 1.5em !important;
}
.c-list--disc > li:has(> *:not(span)) {
  margin-bottom: 2.5em;
}
.c-list--disc > li:has(> *:not(span)):last-child {
  margin-bottom: 0;
}
.c-list--disc > li > * + * {
  margin-top: 1.5em;
}
.c-list--link > li {
  padding-left: 2em;
  position: relative;
}
.c-list--link > li::after {
  aspect-ratio: 1/1;
  clip-path: polygon(38% 29%, 71% 50%, 38% 71%);
  background: #9F1F5A;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5em;
}
.c-list--circled-number {
  counter-reset: number;
  list-style-type: none !important;
}
.c-list--circled-number > li {
  margin-top: 1em;
  padding-left: 2em;
  position: relative;
}
.c-list--circled-number > li:has(> *:not(span)) {
  margin-bottom: 2.5em;
}
.c-list--circled-number > li:has(> *:not(span)):last-child {
  margin-bottom: 0;
}
.c-list--circled-number > li > * + * {
  margin-top: 1.5em;
}
.c-list--circled-number > li::before {
  aspect-ratio: 1/1;
  align-items: center;
  background-color: #9F1F5A;
  border-radius: 100vh;
  color: #fff;
  content: counter(number);
  counter-increment: number;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5em;
}

* + .c-list {
  margin-top: 1.5em;
}

.c-modal {
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  height: 100%;
  left: 0;
  padding: 80px 24px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 80;
}
.c-modal.-loading {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../images/common/loading_wht.svg);
  background-size: 80px 80px;
}
.c-modal__inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.c-modal__btn-close {
  cursor: pointer;
  height: 80px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-32px, 24px);
  width: 80px;
  z-index: 1;
}
.c-modal__btn-close::after {
  clip-path: polygon(23.39% 14.52%, 50% 41.13%, 76.6% 14.52%, 85.47% 23.39%, 58.86% 50%, 85.47% 76.61%, 76.6% 85.48%, 50% 58.87%, 23.39% 85.48%, 14.52% 76.61%, 41.13% 50%, 14.52% 23.39%);
  background-color: #000;
  content: "";
  cursor: pointer;
  display: block;
  height: 60%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
}
.c-modal__btn-close:hover {
  opacity: 0.5;
}

.c-modal-box {
  background-color: #fff;
  border: 16px solid #fff;
  border-radius: 16px;
  max-height: 100%;
  max-width: 1160px;
  overflow: auto;
  padding: 24px;
}

.c-mv {
  background-color: #F6F2DE;
  padding-bottom: min(8.064516129vw, 120px);
  padding-top: min(15.625vw, 200px);
  padding-inline: min(3.3333333333vw, 40px);
}
.c-mv figure {
  aspect-ratio: 1384/360;
  border-radius: min(2.1505376344vw, 32px);
  margin-inline: auto;
  overflow: hidden;
  position: relative;
  width: min(100%, 1384px);
}
.c-mv figure::after {
  aspect-ratio: 592/359;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, max(-6.5591397849vw, -97.6px));
  width: min(31.8279569892vw, 473.6px);
}
.c-mv figure img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.c-mv__title {
  color: #9F1F5A;
  font-size: min(4.5698924731vw, 68px);
  font-weight: 700;
  letter-spacing: 0.008em;
  margin-top: 0.7529411765em;
  text-align: center;
}
.c-mv p {
  font-size: min(1.6129032258vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5em;
  margin-top: 1.6em;
  text-align: center;
}

.c-news-card {
  display: flex;
}
.c-news-card time {
  color: #777474;
  display: block;
  font-size: min(3.7333333333vw, 1.2rem);
  font-weight: 700;
  height: 1em;
  letter-spacing: 0.0833333333em;
  line-height: 1;
}
.c-news-card__title {
  font-size: min(3.7333333333vw, 1.2rem);
  font-weight: 700;
  height: 1em;
  letter-spacing: 0.0833333333em;
  line-height: 1;
  margin-left: 1.9166666667em;
}
.c-news-card__title a {
  color: #000;
  text-decoration: none;
}

.c-news-ticker {
  height: 26px;
  overflow: hidden;
  width: 100%;
}
.c-news-ticker__items {
  position: relative;
  top: 0;
}
.c-news-ticker__items__item {
  height: 26px;
  left: 0;
  line-height: 26px;
  position: relative;
}
.c-news-ticker__items__item > * {
  font-size: 1.125rem;
  text-decoration: none;
  white-space: nowrap;
}

.c-page {
  padding-block: min(8vw, 120px);
  padding-inline: min(3.3333333333vw, 40px);
}
.c-page .c-form {
  padding-top: 0;
}

.c-pagination {
  margin-top: 80px;
}
.c-pagination ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.c-pagination__item, .c-pagination__item--first, .c-pagination__item--last, .c-pagination__item--prev, .c-pagination__item--next, .c-pagination__item--current, .c-pagination__item--ellipsis {
  font-size: 1rem;
  font-weight: 400;
  height: 3em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  width: 3em;
}
.c-pagination__item a, .c-pagination__item--first a, .c-pagination__item--last a, .c-pagination__item--prev a, .c-pagination__item--next a, .c-pagination__item--current a, .c-pagination__item--ellipsis a,
.c-pagination__item span,
.c-pagination__item--first span,
.c-pagination__item--last span,
.c-pagination__item--prev span,
.c-pagination__item--next span,
.c-pagination__item--current span,
.c-pagination__item--ellipsis span {
  align-items: center;
  background-color: #fff;
  border-radius: 100vh;
  box-shadow: inset 0 0 0 1px #C8C8C8;
  color: #333;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}
.c-pagination__item a, .c-pagination__item--first a, .c-pagination__item--last a, .c-pagination__item--prev a, .c-pagination__item--next a, .c-pagination__item--current a, .c-pagination__item--ellipsis a {
  transition: 0.3s;
}
.c-pagination__item a:hover, .c-pagination__item--first a:hover, .c-pagination__item--last a:hover, .c-pagination__item--prev a:hover, .c-pagination__item--next a:hover, .c-pagination__item--current a:hover, .c-pagination__item--ellipsis a:hover {
  background-color: #9F1F5A;
  box-shadow: none;
  color: #fff;
}
.c-pagination__item--first span, .c-pagination__item--last span, .c-pagination__item--prev span, .c-pagination__item--next span {
  display: none;
}
.c-pagination__item--first, .c-pagination__item--last {
  display: none;
  position: relative;
}
.c-pagination__item--first::before, .c-pagination__item--first::after, .c-pagination__item--last::before, .c-pagination__item--last::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #333;
  content: "";
  display: block;
  height: 33.3333333333%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 33.3333333333%;
}
.c-pagination__item--first:hover::before, .c-pagination__item--first:hover::after, .c-pagination__item--last:hover::before, .c-pagination__item--last:hover::after {
  background: #fff;
}
.c-pagination__item--prev, .c-pagination__item--next {
  position: relative;
}
.c-pagination__item--prev::after, .c-pagination__item--next::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #333;
  content: "";
  display: block;
  height: 33.3333333333%;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 33.3333333333%;
}
.c-pagination__item--prev:hover::after, .c-pagination__item--next:hover::after {
  background: #fff;
}
.c-pagination__item--first {
  margin-right: 0.25em;
}
.c-pagination__item--first::before {
  transform: translate(-30%, -50%) scale(-1, 1);
}
.c-pagination__item--first::after {
  transform: translate(-70%, -50%) scale(-1, 1);
}
.c-pagination__item--last {
  margin-left: 0.25em;
}
.c-pagination__item--last::before {
  transform: translate(-30%, -50%);
}
.c-pagination__item--last::after {
  transform: translate(-70%, -50%);
}
.c-pagination__item--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.c-pagination__item--next::after {
  transform: translate(-50%, -50%);
}
.c-pagination__item--current span.c-pagination__sp-txt {
  display: none;
}
.c-pagination__item--current span.c-pagination__pc-txt {
  background-color: #9F1F5A;
  box-shadow: none;
  color: #fff;
}
.c-pagination__item--ellipsis span {
  background: none;
  box-shadow: none;
}
.c-post-card {
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
}
.c-post-card > div {
  padding: 11.5606936416% 6.936416185% 6.936416185%;
}
.c-post-card:hover figure img {
  transform-origin: 50% 50%;
  transform: scale(1.1);
}
.c-post-card figure {
  margin-left: auto;
  margin-right: auto;
  max-width: 89.2617449664%;
}
.c-post-card figure > div {
  display: block;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.c-post-card figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
  z-index: 1;
}
.c-post-card__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  font-weight: 700;
  height: 3em;
  line-height: 1.5em;
  margin-top: 1em;
  width: 100%;
}
.c-post-card__sub-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #A2A2A2;
  font-size: 0.875rem;
  font-weight: 500;
  height: 1.5em;
  line-height: 1.5em;
  margin-top: 0.5714285714em;
}
.c-post-card__description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.875rem;
  height: 6em;
  line-height: 2em;
  margin-top: 1.1428571429em;
}
.c-post-card__btns {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}
.c-post-card__btns > * {
  color: #333;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.c-post-card__btns > *:hover {
  color: #333;
  opacity: 0.5;
}
.c-post-card__btns > *:last-child {
  margin-bottom: 0;
}
.c-post-card__btns > * span {
  display: inline-block;
  padding-left: 2em;
  position: relative;
}
.c-post-card__btns > * span::after {
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.5em;
}
.c-post-card__btns > *.-download {
  box-shadow: inset 0 0 0 2px #9F1F5A;
}
.c-post-card__btns > *.-download span::after {
  background-image: url(../images/common/ico-pdf-01.svg);
}
.c-post-card__btns > *.-request {
  background: #9F1F5A;
}
.c-post-card__btns > *.-request span::after {
  background-image: url(../images/common/ico-request-01.svg);
}
.c-post-card.--is-new::before {
  background-color: #F6F2DE;
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
  content: "";
  display: block;
  font-size: 0.9375rem;
  height: 4.2666666667em;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.2666666667em;
}
.c-post-card.--is-new::after {
  color: #fff;
  content: "NEW";
  font-size: 0.9375rem;
  font-weight: 900;
  left: 1.4666666667em;
  line-height: 1;
  position: absolute;
  top: 1.4666666667em;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-post-eyecatch {
  margin-bottom: 80px;
}
.c-post-eyecatch img {
  width: 100%;
}

.c-post-header {
  margin-bottom: 80px;
  margin-top: 80px;
}
.c-post-header__date {
  font-size: 1rem;
}
.c-post-header__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2em;
  margin-top: 8px;
}
.c-post-header__tag {
  display: flex;
  margin-bottom: -8px;
  margin-top: 16px;
}
.c-post-header__tag .c-tag-label {
  margin-bottom: 8px;
  margin-right: 8px;
}

.c-post-item {
  box-shadow: inset 0 -1px 0 #ccc;
  display: flex;
  font-size: 1rem;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.c-post-item dt {
  flex-shrink: 0;
  width: 8em;
}
.c-post-item dd {
  width: 100%;
}
.c-post-item dd a {
  color: #333;
}

.c-progress-bar {
  font-size: 1rem;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  max-width: 320px;
  padding-top: 0.75em;
  position: relative;
  width: 100%;
}
.c-progress-bar::after {
  background: #DFE4E6;
  bottom: 0.375em;
  content: "";
  display: block;
  height: 0.25em;
  left: 0;
  position: absolute;
  width: 100%;
}
.c-progress-bar ul {
  align-items: center;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.c-progress-bar ul li {
  color: #DFE4E6;
  padding-top: 3em;
  position: relative;
  text-align: center;
}
.c-progress-bar ul li::after {
  background: #DFE4E6;
  border-radius: 100vh;
  bottom: 0;
  content: "";
  display: block;
  height: 1em;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 1em;
  z-index: 1;
}
.c-progress-bar ul li > span {
  display: block;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.c-progress-bar ul li.is-current {
  color: #333;
  font-weight: 700;
}
.c-progress-bar ul li.is-current::after {
  background: #F6F2DE;
}

.c-section {
  padding-block: min(10vw, 120px);
  padding-inline: min(3.3333333333vw, 40px);
}
.c-section:nth-of-type(2n+1) {
  background-color: #F6F2DE;
}
.c-section:nth-of-type(2n+2) {
  background-color: rgba(246, 242, 222, 0.5);
}

.c-tab__nav ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 100%;
}
.c-tab__nav ul li {
  align-items: center;
  background-color: #E5E5E5;
  border-radius: min(1.4619883041vw, 20px) min(1.4619883041vw, 20px) 0 0;
  color: #9F1F5A;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: min(2.9239766082vw, 2.5rem);
  font-weight: 700;
  height: 3.92em;
  justify-content: center;
  margin-left: 1.8987341772%;
  width: 100%;
}
.c-tab__nav ul li:first-child {
  margin-left: 0;
}
.c-tab__nav ul li.is-current {
  background-color: #F0E196;
}
.c-tab__items {
  background-color: #EEF1F2;
}
.c-tab__items__item {
  background-color: #fff;
  border-radius: 0 0 min(1.4619883041vw, 20px) min(1.4619883041vw, 20px);
  padding: 6.3291139241% 8.8607594937% 11.8670886076%;
}
.c-tab__items__item:nth-child(n+2) {
  display: none;
}

.c-table-01 {
  font-size: 1rem;
}
.c-table-01 dl {
  display: flex;
}
.c-table-01 dt {
  background-color: #CFDFCD;
  flex-shrink: 0;
  line-height: 2em;
  padding: 1em 1.5em;
  width: 15em;
}
.c-table-01 dd {
  background-color: #E9EFE0;
  line-height: 2em;
  padding: 1em 1.5em;
  width: 100%;
}

.c-tag-label {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #C1C1C1;
  color: #333;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 2.5714285714em;
  padding-left: 1.1428571429em;
  padding-right: 1.1428571429em;
}

a.c-tag-label {
  text-decoration: none;
  transition: 0.3s;
}
a.c-tag-label:hover {
  color: #333;
  opacity: 0.5;
}

/* ==========================================================================
 object/project
============================================================================*/
.p-btn-download {
  margin-inline: auto;
  margin-top: min(6.6666666667vw, 80px);
  width: min(100%, 840px);
}

.p-category-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  margin-bottom: -16px;
}
.p-category-nav ul li {
  margin-bottom: 16px;
  margin-right: 16px;
}
.p-category-nav ul li:last-child {
  margin-right: 0;
}

.p-docs .post-content {
  margin-inline: auto;
  margin-top: min(6.6666666667vw, 80px);
  width: min(100%, 1200px);
}

.p-faq-items__item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  padding-top: 40px;
}
.p-faq-items__item__inner > div {
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}
.p-faq-items__item dt {
  cursor: pointer;
  font-size: 1.5rem;
  line-height: 1.6666666667em;
  position: relative;
}
.p-faq-items__item dt .p-faq-items__ico {
  background-color: #E50000;
}
.p-faq-items__item dd {
  font-size: 1rem;
  line-height: 2em;
}
.p-faq-items__item dd p {
  margin-top: 2em;
}
.p-faq-items__item dd .p-faq-items__item__inner {
  padding-top: 16px;
}
.p-faq-items__item dd .p-faq-items__ico {
  background-color: #0089E5;
}
.p-faq-items__ico {
  align-items: center;
  color: #fff;
  display: flex;
  font-family: "Host Grotesk", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  height: 1.6666666667em;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 0;
  width: 1.6666666667em;
}
.p-faq-items__ico + p {
  margin-top: 0 !important;
}
.p-faq-items__toggle {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.p-gallery-items.-w1200-c3-g30 {
  display: grid;
  grid-column-gap: 2.5%;
  grid-row-gap: 2.5%;
  grid-template-columns: repeat(3, 1fr);
}
.p-gallery-items.-w1000-c3-g20 {
  display: grid;
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-columns: repeat(3, 1fr);
}

.p-loading {
  background: url(../images/loading-blk.svg) 50% 50% no-repeat;
  background-size: 48px 48px;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 90;
  width: 100%;
}

.p-period {
  background-color: #F6F2DE;
  border-radius: min(0.6666666667vw, 8px);
  margin-top: min(3.3333333333vw, 40px);
  padding: min(3.3333333333vw, 40px) 0 min(5.3333333333vw, 64px);
}
.p-period__hd {
  color: #9F1F5A;
  font-size: min(2.3333333333vw, 1.75rem);
  font-weight: 700;
  text-align: center;
}
.p-period__hd span {
  font-size: min(1.6666666667vw, 1.25rem);
}
.p-period__cols {
  display: flex;
  margin-top: min(3.3333333333vw, 40px);
  position: relative;
}
.p-period__cols::after {
  background: #9F1F5A;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}
.p-period__cols__col {
  align-items: center;
  display: flex;
  gap: min(3.3333333333vw, 40px);
  justify-content: center;
  width: 100%;
}
.p-period__icon {
  text-align: center;
}
.p-period__icon img {
  aspect-ratio: 1/1;
  display: block;
  width: min(6.6666666667vw, 80px);
}
.p-period__icon span {
  color: #9F1F5A;
  display: block;
  font-size: min(1.6666666667vw, 1.25rem);
  font-weight: 700;
  margin-top: 0.4em;
}
.p-period__days {
  color: #9F1F5A;
  font-size: min(1.6666666667vw, 1.25rem);
  font-weight: 700;
}
.p-period__days span {
  font-size: min(3.3333333333vw, 2.5rem);
}
.p-period__days p {
  font-size: min(1.3333333333vw, 1rem);
}

.p-plan-mv figure::after {
  aspect-ratio: 592/359;
  border-radius: 50%;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, max(-6.5591397849vw, -97.6px));
  width: min(31.8279569892vw, 473.6px);
}
.p-plan-mv__flag {
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, -50%);
}
.p-plan-mv__flag img {
  width: min(5.5376344086vw, 82.4px);
}
.p-plan-mv.is-france {
  background-color: #D7DCFF;
}
.p-plan-mv.is-france figure::after {
  background-color: #D7DCFF;
}
.p-plan-mv.is-france .c-mv__title {
  color: #272F67;
}
.p-plan-mv.is-japan {
  background-color: #FFD3DB;
}
.p-plan-mv.is-japan figure::after {
  background-color: #FFD3DB;
}
.p-plan-mv.is-japan .c-mv__title {
  color: #9F1F21;
}
.p-plan-mv.is-netherlands {
  background-color: #FFCC7A;
}
.p-plan-mv.is-netherlands figure::after {
  background-color: #FFCC7A;
}
.p-plan-mv.is-netherlands .c-mv__title {
  color: #BB5B00;
}
.p-plan-mv.is-morocco {
  background-color: #BAEAB2;
}
.p-plan-mv.is-morocco figure::after {
  background-color: #BAEAB2;
}
.p-plan-mv.is-morocco .c-mv__title {
  color: #397130;
}
.p-plan-mv.is-belgium {
  background-color: #FAF593;
}
.p-plan-mv.is-belgium figure::after {
  background-color: #FAF593;
}
.p-plan-mv.is-belgium .c-mv__title {
  color: #000000;
}

.p-plan-btn-flow {
  padding-bottom: min(8.5714285714vw, 120px);
  padding-top: min(8.5714285714vw, 120px);
  padding-inline: min(2.8571428571vw, 40px);
}
.p-plan-btn-flow a {
  align-items: center;
  border: 2px solid #9F1F5A;
  border-radius: 100vh;
  display: flex;
  font-size: min(4vw, 3.5rem);
  font-weight: 700;
  height: 2.5714285714em;
  justify-content: center;
  margin-inline: auto;
  text-decoration: none;
  width: min(60%, 840px);
}
.p-plan-btn-flow a > span {
  padding-right: 1.7142857143em;
  position: relative;
}
.p-plan-btn-flow a .c-icon-arrow-01 {
  height: 1.0571428571em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.0571428571em;
}
.p-plan-btn-flow a:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}

.p-service-items {
  margin-top: min(5.2631578947vw, 72px);
}
.p-service-items ul {
  display: grid;
  gap: min(1.7543859649vw, 24px);
  grid-template-columns: 1fr 1fr;
  list-style: none;
}
.p-service-items ul li a {
  align-items: flex-end;
  background-color: #9F1F5A;
  border-radius: min(1.7543859649vw, 24px);
  color: #fff;
  display: flex;
  font-size: min(2.8070175439vw, 2.4rem);
  font-weight: 700;
  line-height: 1.3;
  padding: min(1.7543859649vw, 24px);
  position: relative;
  text-decoration: none;
}
.p-service-items ul li a figure {
  border-radius: min(1.1695906433vw, 16px);
  flex-shrink: 0;
  overflow: hidden;
  margin-right: 0.5em;
  width: 45%;
}
.p-service-items ul li a figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  width: 100%;
}
.p-service-items ul li a .c-icon-arrow-01 {
  background-color: #fff;
  bottom: min(1.7543859649vw, 24px);
  position: absolute;
  right: min(1.7543859649vw, 24px);
  width: min(2.9239766082vw, 40px);
}
.p-service-items ul li a .c-icon-arrow-01::after {
  background-color: #9F1F5A;
}
.p-service-items ul li a:hover .c-icon-arrow-01::after {
  animation: linear 0.5s btn-arrow-01;
}
.p-service-items ul li a:hover figure img {
  transform: scale(1.2);
}
.p-service-items__title {
  padding-bottom: 1.5em;
}
.p-service-items__title span {
  font-size: min(2.3391812865vw, 2rem);
}

.post-content {
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  line-height: 1.5;
  margin-inline: auto;
  width: min(100%, 1200px);
}
.post-content {
  /* img */
}
.post-content img {
  height: auto;
  max-width: 100%;
}
.post-content {
  /* p */
}
.post-content p {
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  line-height: 2;
}
.post-content * + p {
  margin-top: 2.1818181818em;
}
.post-content {
  /* h- */
}
.post-content h2 {
  color: #9F1F5A;
  font-size: clamp(10px, 2.5vw, 1.875rem);
  font-weight: 900;
  line-height: 1.5em;
}
.post-content * + h2 {
  margin-top: 80px;
}
.post-content h3 {
  color: #9F1F5A;
  font-size: clamp(10px, 2.1666666667vw, 1.625rem);
  font-weight: 900;
  line-height: 1.5em;
}
.post-content * + h3 {
  margin-top: 64px;
}
.post-content {
  /* em */
}
.post-content em {
  background-color: #FFF6A8;
}
.post-content {
  /* strong */
}
.post-content strong {
  color: #9F1F5A;
  font-weight: 700;
}
.post-content {
  /* del */
}
.post-content del {
  color: #999;
  text-decoration: line-through;
}
.post-content {
  /* ul */
}
.post-content ul {
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  list-style-type: disc;
  padding-left: 1.5em;
}
.post-content ul * + li {
  margin-top: 0.3636363636em;
}
.post-content ul > * + ul {
  margin-top: 0.3636363636em;
}
.post-content * + ul {
  margin-top: 2.1818181818em;
}
.post-content {
  /* ol */
}
.post-content ol {
  counter-reset: num;
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  list-style-type: none;
}
.post-content ol * + li {
  margin-top: 0.3636363636em;
}
.post-content ol li {
  position: relative;
  padding-left: 1.5em;
  position: relative;
}
.post-content ol li::before {
  color: #57B0DE;
  counter-increment: num;
  content: counter(num) ".";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0;
}
.post-content ol li > * + ol {
  margin-top: 0.3636363636em;
}
.post-content * + ol {
  margin-top: 2.1818181818em;
}
.post-content {
  /* table */
}
.post-content table {
  border-collapse: separate;
  border-top: 1px solid #6d5129;
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  width: 100% !important;
}
.post-content table tr {
  height: auto !important;
}
.post-content table th {
  border-bottom: 1px solid #6d5129;
  font-size: 100%;
  font-weight: 700;
  height: auto !important;
  line-height: 2;
  min-width: 200px;
  padding: 0.5454545455em 1.0909090909em;
  vertical-align: top;
}
.post-content table td {
  border-bottom: 1px solid #6d5129;
  font-size: 100%;
  height: auto !important;
  line-height: 2;
  padding: 0.5454545455em 1.0909090909em;
  vertical-align: top;
  width: 100%;
}
.post-content * + table {
  margin-top: 2.1818181818em;
}
.post-content {
  /* blockquote */
}
.post-content blockquote {
  background-color: #F1E6EB;
  border-radius: min(0.6666666667vw, 8px);
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  line-height: 1.5;
  padding: min(3.3333333333vw, 40px);
}
.post-content blockquote a {
  color: #333;
}
.post-content blockquote p {
  padding-left: 0;
  padding-right: 0;
}
.post-content blockquote * + p {
  margin-top: 2em;
}
.post-content blockquote blockquote__hd + * {
  margin-top: 1.5em;
}
.post-content * + blockquote {
  margin-top: min(6.6666666667vw, 80px);
}
.post-content {
  /* hr */
}
.post-content hr {
  background: #CCCCCC;
  border: 0;
  display: block;
  height: 1px;
}
.post-content {
  /* .align-
  --------------------- */
}
.post-content .alignleft {
  float: left;
  height: auto;
  margin-right: 40px;
  max-width: 100%;
}
.post-content * + .alignleft {
  margin-top: 2.1818181818em;
}
.post-content .alignright {
  float: right;
  height: auto;
  margin-left: 40px;
  max-width: 100%;
}
.post-content * + .alignright {
  margin-top: 2.1818181818em;
}
.post-content .aligncenter {
  clear: both;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  text-align: center;
}
.post-content * + .aligncenter {
  margin-top: 2.1818181818em;
}
.post-content {
  /* .wp-caption
  --------------------- */
}
.post-content .wp-caption {
  background: transparent;
  border: none;
  color: #333;
  max-width: 100%;
  padding: 0;
}
.post-content .wp-caption.alignleft {
  margin-right: 40px;
}
.post-content .wp-caption.alignright {
  margin-left: 40px;
}
.post-content .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.post-content .wp-caption-dt {
  margin: 0;
  padding: 0;
}
.post-content .wp-caption .wp-caption-text,
.post-content .wp-caption-dd {
  font-size: clamp(10px, 5.8666666667vw, 1.375rem);
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0 0;
  text-align: center;
}
.post-content .wp-caption:first-child + p {
  margin-top: 0;
}
.post-content {
  /* iframe */
}
.post-content .mce-object-iframe {
  border: 0;
  width: 100%;
}
.post-content {
  /* .gallery
  --------------------- */
}
.post-content .gallery {
  display: grid;
  gap: min(2vw, 24px);
  margin: min(3.3333333333vw, 40px) 0 0 !important;
}
.post-content .gallery .gallery-item {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}
.post-content .gallery .gallery-item img {
  border: none !important;
  width: 100%;
}
.post-content .gallery .gallery-caption {
  margin-top: 0.5em;
}
.post-content .gallery > br {
  display: none;
}
.post-content .gallery.gallery-columns-2 {
  grid-template-columns: 1fr 1fr;
}
.post-content .gallery.gallery-columns-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.post-content .gallery.gallery-columns-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.p-post-items {
  display: flex;
  flex-wrap: wrap;
}
.p-post-items.-col3 .p-post-items__item {
  margin-bottom: 3.4482758621%;
  margin-right: 3.4482758621%;
  width: 31.0344827586%;
}
.p-post-items.-col3 .p-post-items__item:nth-child(3n) {
  margin-right: 0;
}
.p-post-items.-col4 .p-post-items__item {
  margin-bottom: 3.4482758621%;
  margin-right: 3.4482758621%;
  width: 22.4137931034%;
}
.p-post-items.-col4 .p-post-items__item:nth-child(4n) {
  margin-right: 0;
}

.p-flow {
  padding-block: min(9.2024539877vw, 120px);
  padding-inline: min(3.0674846626vw, 40px);
}
.p-flow-inner {
  margin-inline: auto;
  margin-top: min(6.1349693252vw, 80px);
  width: min(100%, 1200px);
}
.p-flow-hd {
  align-items: center;
  color: #9F1F5A;
  display: flex;
  font-size: min(2.4539877301vw, 2rem);
  font-weight: 700;
  gap: 0.75em;
}
.p-flow-hd__step {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  border-radius: min(0.6134969325vw, 8px);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  gap: 0.125em;
  justify-content: center;
  line-height: 1;
  width: min(7.3619631902vw, 96px);
}
.p-flow-hd__step span {
  color: #fff;
}
.p-flow-hd__step span:nth-child(1) {
  font-size: min(1.5337423313vw, 1.25rem);
  font-weight: 500;
}
.p-flow-hd__step span:nth-child(2) {
  font-size: min(3.3742331288vw, 2.75rem);
  font-weight: 700;
}
.p-flow-items {
  margin-top: min(3.0674846626vw, 40px);
}
.p-flow-items__item {
  position: relative;
  z-index: 3;
}
.p-flow-items__item:nth-child(n+2) {
  padding-top: min(6.1349693252vw, 80px);
}
.p-flow-items__item:nth-child(n+2)::after {
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  content: "";
  display: block;
  left: 50%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M32.848 21.607L20.122 8.878A3 3 0 0 0 15.88 13.12l10.6 10.608L15.88 34.336a3 3 0 0 0 4.242 4.242L32.848 25.849A3 3 0 0 0 32.848 21.607Z' fill='black'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  position: absolute;
  top: min(1.226993865vw, 16px);
  transform: translate(-50%, 0%) rotate(90deg);
  width: min(3.6809815951vw, 48px);
}
.p-flow-items__item__hd {
  border-radius: min(0.6134969325vw, 8px) min(0.6134969325vw, 8px) 0 0;
  background-color: #9F1F5A;
  color: #fff;
  font-size: min(2.1472392638vw, 1.75rem);
  font-weight: 700;
  padding: 0.8571428571em 1.4285714286em;
}
.p-flow-items__item__contents {
  background-color: #fff;
  border-radius: 0 0 min(0.6134969325vw, 8px) min(0.6134969325vw, 8px);
  border-bottom: 1px solid #9F1F5A;
  border-left: 1px solid #9F1F5A;
  border-right: 1px solid #9F1F5A;
  padding: min(3.0674846626vw, 40px);
}
.p-flow-items__item__contents p {
  font-size: clamp(10px, 1.226993865vw, 1rem);
  line-height: 2em;
}
.p-flow-items__item__contents * + p {
  margin-top: 1.5em;
}
.p-flow-items__item:not(:has(.p-flow-items__item__hd)) .p-flow-items__item__contents {
  border-radius: min(0.6134969325vw, 8px);
  border-top: 1px solid #9F1F5A;
}
.p-flow-items-group {
  position: relative;
  z-index: 2;
}
.p-flow-items-group::after {
  background: #9F1F5A;
  border-radius: 100vh;
  content: "";
  display: block;
  height: calc(100% + min(3.527607362vw, 46px));
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, 0%);
  width: min(0.4601226994vw, 6px);
  z-index: 1;
}
.p-flow-items-group .p-flow-items__item {
  padding-top: 0;
  width: calc(50% - min(3.0674846626vw, 40px));
}
.p-flow-items-group .p-flow-items__item::after {
  aspect-ratio: 1/1;
  background: #9F1F5A;
  border-radius: 100vh;
  content: "";
  display: block;
  left: auto;
  -webkit-mask-image: none;
          mask-image: none;
  position: absolute;
  top: 50%;
  width: min(1.226993865vw, 16px);
}
.p-flow-items-group .p-flow-items__item::before {
  background: #9F1F5A;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: min(3.0674846626vw, 40px);
}
.p-flow-items-group .p-flow-items__item:nth-child(2n+1)::after {
  left: calc(100% + min(3.0674846626vw, 40px));
  transform: translate(-50%, -50%);
}
.p-flow-items-group .p-flow-items__item:nth-child(2n+1)::before {
  left: 100%;
}
.p-flow-items-group .p-flow-items__item:nth-child(2n) {
  margin-left: auto;
}
.p-flow-items-group .p-flow-items__item:nth-child(2n)::after {
  right: calc(100% + min(3.0674846626vw, 40px));
  transform: translate(50%, -50%);
}
.p-flow-items-group .p-flow-items__item:nth-child(2n)::before {
  right: 100%;
}
.p-flow .c-downloads-items {
  margin-top: min(3.0674846626vw, 40px);
}
.p-flow .c-adjacent-post {
  margin-top: min(3.0674846626vw, 40px);
}

.p-reviews {
  padding-block: min(9.2024539877vw, 120px);
  padding-inline: min(3.0674846626vw, 40px);
}
.p-reviews-inner {
  margin-inline: auto;
  width: min(100%, 1200px);
}
.p-reviews-inner p {
  font-size: clamp(10px, 1.5337423313vw, 20px);
  text-align: right;
}
.p-reviews-bars {
  margin-top: min(3.0674846626vw, 40px);
}
.p-reviews-bars__title {
  font-size: min(1.8404907975vw, 24px);
  font-weight: 700;
}
.p-reviews-bars__pct {
  font-size: min(1.8404907975vw, 24px);
  font-weight: 700;
}
.p-reviews-bars__bar {
  background-color: #000;
  display: block;
  height: 100%;
  width: 0;
}
.p-reviews dl {
  margin-top: min(1.8404907975vw, 24px);
}
.p-reviews dl dt {
  display: flex;
  justify-content: space-between;
}
.p-reviews dl dd {
  background-color: #E3E3E3;
  height: min(3.6809815951vw, 48px);
  margin-top: min(0.6134969325vw, 8px);
}
.p-reviews dl:nth-child(1) .p-reviews-bars__bar {
  background-color: #9F1E5A;
}
.p-reviews dl:nth-child(1) .p-reviews-bars__pct {
  color: #9F1E5A;
}
.p-reviews dl:nth-child(2) .p-reviews-bars__bar {
  background-color: #DD9933;
}
.p-reviews dl:nth-child(2) .p-reviews-bars__pct {
  color: #DD9933;
}
.p-reviews dl:nth-child(3) .p-reviews-bars__bar {
  background-color: #1EB4BF;
}
.p-reviews dl:nth-child(3) .p-reviews-bars__pct {
  color: #1EB4BF;
}
.p-reviews dl:nth-child(4) .p-reviews-bars__bar {
  background-color: #81D742;
}
.p-reviews dl:nth-child(4) .p-reviews-bars__pct {
  color: #81D742;
}
.p-reviews dl:nth-child(5) .p-reviews-bars__bar {
  background-color: #9C1AAD;
}
.p-reviews dl:nth-child(5) .p-reviews-bars__pct {
  color: #9C1AAD;
}
.p-reviews dl:nth-child(6) .p-reviews-bars__bar {
  background-color: #1E73BE;
}
.p-reviews dl:nth-child(6) .p-reviews-bars__pct {
  color: #1E73BE;
}
.p-service .c-tab {
  margin-inline: auto;
  margin-top: min(9.2024539877vw, 120px);
  width: min(100%, 1264px);
}
.p-service-single {
  padding-top: min(9.2024539877vw, 120px);
}
.p-service-single .c-section {
  margin-top: min(9.2024539877vw, 120px);
}
.p-service-single-inner {
  margin-inline: auto;
  width: min(100%, 1264px);
}
.p-service-single {
  /*
  p {
  	font-size: clamp(10px, vw(16, $base-w), rem(16));
  	line-height: em(32, 16);
  	@media screen and (max-width: 767px) {
  		font-size: vw(14);
  	}
  }
  */
}
.p-service-single * + p {
  margin-top: 1.5em;
}
.p-service-single .post-content {
  margin-top: min(6.1349693252vw, 80px);
}

.p-search {
  padding-inline: min(3.3333333333vw, 40px);
  padding-block: min(6.6666666667vw, 80px);
}
.p-search__query span {
  color: #9F1F5A;
  font-weight: 700;
}
.p-search-inner {
  margin-inline: auto;
  width: min(100%, 1200px);
}
.p-search-items {
  list-style-type: none;
  margin-top: min(3.3333333333vw, 40px);
}
.p-search-items li {
  border-bottom: 1px solid #ccc;
  padding-block: 1em;
  font-size: 1rem;
  line-height: 1.5em;
}
.p-search-items__label {
  background-color: #000;
  border-radius: 0.2em;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.5em 1em;
  margin-right: 1em;
}
.p-search-items__label.is-downloads {
  background-color: #9F1F5A;
}
.p-search-items__label.is-page {
  background-color: #333;
}
.p-search-items__label.is-quotation {
  background-color: #041e84;
}
.p-search-items__label.is-service {
  background-color: #0c7722;
}

/* ==========================================================================
 object/utility
============================================================================*/
.js-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
  visibility: hidden;
}

.js-start-animation {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.--shiny-01 {
  overflow: hidden;
  position: relative;
}
.--shiny-01::before {
  animation: shiny-01 2s ease-in-out infinite;
  aspect-ratio: 1/1;
  background-color: #fff;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
}
@keyframes shiny-01 {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(0);
    opacity: 0;
  }
  21% {
    transform: scale(4);
    opacity: 1;
  }
  40% {
    transform: scale(50);
    opacity: 0;
  }
  100% {
    transform: scale(50);
    opacity: 0;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  inset: auto !important;
  position: relative !important;
}

.c-form-part__cols__col .wpcf7-form-control-wrap {
  width: 100%;
}

.js-cf7-confirm-area {
  display: none;
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-form-control-wrap {
  display: block;
  padding-right: 0 !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-response-output {
  display: none;
}

.c-btns.--cf7 {
  margin-top: 80px;
}

.c-btn-cf7-confirm,
.c-btn-cf7-submit,
.c-btn-cf7-previous {
  background-color: #9F1F5A;
  border-radius: 100vh;
  font-size: min(2.3333333333vw, 1.75rem);
  position: relative;
}
.c-btn-cf7-confirm::before,
.c-btn-cf7-submit::before,
.c-btn-cf7-previous::before {
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  right: 2.5142857143em;
  top: 50%;
  transform: translate(0, -50%);
  width: 1.1428571429em;
  z-index: 1;
}
.c-btn-cf7-confirm::after,
.c-btn-cf7-submit::after,
.c-btn-cf7-previous::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  aspect-ratio: 1/1;
  background-color: #9F1F5A;
  content: "";
  display: block;
  position: absolute;
  right: 2.7428571429em;
  top: 50%;
  transform: translate(0, -50%);
  width: 0.6857142857em;
  z-index: 2;
}
.c-btn-cf7-confirm input,
.c-btn-cf7-submit input,
.c-btn-cf7-previous input {
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.c-btn-cf7-confirm:has(input:disabled),
.c-btn-cf7-submit:has(input:disabled),
.c-btn-cf7-previous:has(input:disabled) {
  opacity: 0.2;
}
.c-btn-cf7-confirm:has(input:disabled) input,
.c-btn-cf7-submit:has(input:disabled) input,
.c-btn-cf7-previous:has(input:disabled) input {
  cursor: default;
}

.c-form-part__checkbox-cf7 .wpcf7-checkbox,
.c-form-part__checkbox-cf7 .wpcf7-radio {
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
}
.c-form-part__checkbox-cf7 .wpcf7-checkbox .wpcf7-list-item,
.c-form-part__checkbox-cf7 .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.c-form-part__checkbox-cf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
.c-form-part__checkbox-cf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 2.3333333333em;
}
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-checkbox,
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-radio {
  flex-direction: column;
}
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
.c-form-part__checkbox-cf7.--is-vertical .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0;
  margin-top: 0.6666666667em;
}

.u-color--red {
  color: #ff0000;
}
.u-color--gray {
  color: #ccc;
}
.u-color--black {
  color: #000;
}
.u-color--white {
  color: #fff;
}

.u-display-sp {
  display: none;
}

.u-grid--3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6.75%;
}
.u-grid--3 > * {
  margin-bottom: 6.75%;
  margin-right: 6.75%;
  width: 28.8333333333%;
}
.u-grid--3 > *:nth-child(3n) {
  margin-right: 0;
}

.u-link-external {
  display: inline-block;
  line-height: 1.5em;
  position: relative;
}
.u-link-external::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/ico-external-01.svg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin-inline: 0.25em;
  vertical-align: -0.25em;
  width: 1.5em;
}
.u-link-pdf {
  display: inline-block;
  line-height: 1.5em;
  position: relative;
}
.u-link-pdf::after {
  aspect-ratio: 1/1;
  background-image: url(../images/common/ico-pdf-01.svg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin-inline: 0.25em;
  vertical-align: -0.25em;
  width: 1.5em;
}

.u-ruby {
  position: relative;
}
.u-ruby::after {
  bottom: 100%;
  content: attr(data-ruby);
  display: block;
  font-size: 0.75rem;
  left: 50%;
  line-height: 1;
  position: absolute;
  transform: translate(-50%, 0%);
  white-space: nowrap;
}

.u-slick-wrap {
  position: relative;
  padding-bottom: 88px;
}

.slick-vertical .slick-slide {
  border: 0 !important;
}

.slick-dots {
  bottom: 24px;
  display: flex;
  justify-content: center;
  left: 0;
  list-style: none;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.slick-dots li {
  border-radius: 100vh;
  height: 16px;
  margin: 0 16px;
  overflow: hidden;
  position: relative;
  width: 16px;
}
.slick-dots li button {
  display: block;
  height: 100%;
  text-indent: -3em;
  width: 100%;
}
.slick-dots li button::before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-dots li.slick-active button::before {
  background-color: #9F1F5A;
}

.u-slick-btn {
  box-shadow: inset 0 0 0 1px #fff;
  border-radius: 100vh;
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 100%;
  width: 48px;
  z-index: 1;
}
.u-slick-btn::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background: #fff;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}
.u-slick-btn.--next {
  transform: translate(0%, 40px);
  right: 0;
}
.u-slick-btn.--prev {
  transform: translate(-16px, 40px);
  right: 48px;
}
.u-slick-btn.--prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.u-slick-btn.slick-disabled {
  opacity: 0.2;
}

.slick-btn-prev,
.slick-btn-next {
  cursor: pointer;
  height: 48px;
  position: absolute;
  top: 50%;
  transition: 0.3s;
  width: 48px;
  z-index: 1;
}
.slick-btn-prev::after,
.slick-btn-next::after {
  clip-path: polygon(40.47% 14.53%, 75.95% 50%, 40.47% 85.47%, 31.61% 76.61%, 58.4% 50%, 31.61% 23.39%);
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.slick-btn-prev.slick-disabled,
.slick-btn-next.slick-disabled {
  opacity: 0;
}

.slick-btn-prev {
  left: 0;
  transform: translate(-100%, -50%) scale(-1, 1);
}

.slick-btn-next {
  right: 0;
  transform: translate(100%, -50%);
}

.u-text-left {
  text-align: left !important;
}
.u-text-center {
  text-align: center !important;
}
.u-text-right {
  text-align: right !important;
}
.u-text-bold {
  font-weight: 700 !important;
}
.u-text-main-color {
  color: #9F1F5A;
}
.u-text-medium {
  font-size: min(1.5vw, 18px);
}
.u-text-large {
  font-size: min(1.6666666667vw, 20px);
}
.u-text-underline {
  text-decoration: underline !important;
}
.u-text-marker {
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.u-text-marker::after {
  background: #ffefa2;
  bottom: 0;
  content: "";
  display: block;
  height: 0.5em;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 1432px){
  .c-featured-image img {
    border-radius: 1.3966480447vw;
  }
}
@media screen and (max-width: 1272px){
  .l-contents .l-main {
    padding-bottom: 7.8616352201vw;
    padding-top: 7.8616352201vw;
  }
}
@media screen and (max-width: 767px){
  .l-breadcrumbs {
    display: none;
  }
  .l-container {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    max-width: none;
  }
  .l-container.--max {
    padding-left: 0;
    padding-right: 0;
  }
  .l-container.--max-960 {
    max-width: none;
  }
  .l-container.--max-800 {
    max-width: none;
  }
  .l-container .l-container {
    padding-left: 0;
    padding-right: 0;
  }
  .l-container .l-container.--max-960 {
    max-width: none;
  }
  .l-container .l-container.--max-800 {
    max-width: none;
  }
  .l-contents {
    flex-direction: column;
  }
  .l-contents .l-main {
    padding-bottom: 16vw;
    padding-top: 16vw;
  }
  .l-floating-cta {
    display: none;
  }
  .l-footer {
    padding-bottom: 6.4vw;
    padding-top: 21.3333333333vw;
    padding-inline: 6.4vw;
  }
  .l-footer__cols {
    align-items: center;
    flex-direction: column;
  }
  .l-footer__cols__col {
    margin-left: 0;
    margin-top: 6.4vw;
  }
  .l-footer__cols__col nav ul {
    font-size: 3.7333333333vw;
    justify-content: center;
  }
  .l-footer__cols__col nav ul li {
    margin-right: 0;
    width: 50%;
  }
  .l-footer__sns {
    justify-content: center;
    margin-top: 6.4vw;
  }
  .l-footer__copyright {
    font-size: 3.2vw;
    margin-top: 6.4vw;
    text-align: center;
  }
  .l-gnav ul {
    align-items: flex-start;
    font-size: 1.25rem;
    flex-direction: column;
  }
  .l-gnav ul > li {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .l-gnav ul > li:first-child {
    margin-top: 0;
  }
  .l-gnav ul > li:not(.is-parent) > *:hover::before {
    display: none;
  }
  .l-gnav ul > li.is-home {
    display: block;
  }
  .l-gnav ul > li.is-parent > span {
    padding-right: 0;
  }
  .l-gnav ul > li.is-parent > span::after {
    display: none;
  }
  .l-gnav ul > li.is-parent ol {
    display: block !important;
    left: auto;
    padding: 1.5rem 0 1rem;
    position: relative;
    top: auto;
    transform: none;
  }
  .l-gnav ul > li.is-parent ol > li a {
    font-size: 1.125rem;
  }
  .l-header {
    padding-inline: 0;
    padding-top: 0;
  }
  .l-header__inner {
    border-radius: 0;
    height: 12.8vw;
    padding-left: 2.1333333333vw;
    padding-right: 0;
  }
  .l-header__body-inner {
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  .l-header__body {
    background-color: #fff;
    display: none;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 60;
  }
  .l-header__contact {
    border-radius: 0.5555555556em;
    display: block;
    font-size: 1rem;
    margin-top: 2.6666666667em;
    overflow: hidden;
    width: 300px;
  }
  .l-header__contact ul {
    display: flex;
    height: 3.5555555556em;
    list-style-type: none;
  }
  .l-header__contact li {
    height: 100%;
    width: 100%;
  }
  .l-header__contact li > * {
    align-items: center;
    display: flex;
    height: 100%;
    font-weight: 700;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
  }
  .l-header__contact li.is-contact > * {
    background-color: #FBE05A;
    color: #272F67;
  }
  .l-header__contact li.is-contact > *::before {
    aspect-ratio: 1/1;
    background: url(../images/common/ico-email-01.svg) 0% 0% no-repeat;
    background-size: 100% 100%;
    content: "";
    display: inline-block;
    margin-right: 0.1304347826em;
    width: 1.347826087em;
  }
  .l-header__contact li.is-contact > *:hover {
    background-color: #ebc818;
  }
  .l-header__contact li.is-french > * {
    background-color: #272F67;
    color: #FBE05A;
  }
  .l-header__contact li.is-french > *:hover {
    background-color: #111a5d;
  }
  .l-header__search {
    font-size: 1.25rem;
    margin-left: 0;
    margin-top: 2.5rem;
  }
  .l-header__search input {
    font-size: 1rem;
  }
  .l-header__btn-menu {
    aspect-ratio: 1/1;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 12.8vw;
    z-index: 70;
  }
  .l-main {
    margin-left: -6.4vw;
    margin-right: -6.4vw;
    width: auto;
  }
  .l-page-top {
    height: 12.8vw;
    padding-right: 4.2666666667vw;
    bottom: 4.2666666667vw;
    width: 17.0666666667vw;
  }
  .l-page-top.--is-fixed {
    bottom: 2vw;
  }
  .l-sidebar {
    width: 100%;
  }
  .c-accordions dt {
    font-size: 3.7333333333vw;
  }
  .c-accordions__contents p {
    font-size: 3.7333333333vw;
  }
  .c-accordions__icon {
    right: 2.1333333333vw;
    width: 6.4vw;
  }
  .c-adjacent-post__step {
    border-radius: 1.7066666667vw;
    width: 13.6533333333vw;
  }
  .c-adjacent-post__step span:nth-child(1) {
    font-size: 2.7733333333vw;
  }
  .c-adjacent-post__step span:nth-child(2) {
    font-size: 6.1866666667vw;
  }
  .c-adjacent-post__title {
    display: none;
  }
  .c-adjacent-post__prev a, .c-adjacent-post__next a {
    font-size: 3.2vw;
    gap: 0;
  }
  .c-adjacent-post__back {
    width: 34.1333333333vw;
  }
  .c-adjacent-post__back a {
    font-size: 3.84vw;
    height: 13.6533333333vw;
  }
  .c-box-01 {
    border-radius: 2.1333333333vw;
    margin-inline: -4.2666666667vw;
    padding: 6.4vw;
  }
  .c-box-01__hd {
    font-size: 4.8vw;
  }
  * + .c-box-01 {
    margin-top: 10.6666666667vw;
  }
  .c-btns > * {
    margin-right: 16px;
  }
  .c-btn-01 {
    font-size: 4.2666666667vw;
  }
  .c-btn-02, .c-btn-cf7-confirm input,
  .c-btn-cf7-submit input,
  .c-btn-cf7-previous input {
    font-size: 4.2666666667vw;
  }
  .c-check-text {
    font-size: 4.2666666667vw;
  }
  .c-quotation-items {
    gap: 4.2666666667vw;
    grid-template-columns: 1fr;
  }
  .c-quotation-items__item a {
    font-size: 4.2666666667vw;
    height: 19.2vw;
  }
  .c-quotation-items__tag {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
  }
  .c-downloads-items {
    gap: 6%;
  }
  .c-downloads-items__item {
    font-size: 3.2vw;
    margin-top: 10.6666666667vw;
    width: 47%;
  }
  .c-downloads-items__item:nth-child(-n+3) {
    margin-top: 10.6666666667vw;
  }
  .c-downloads-items__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .c-downloads-items__title {
    font-size: 3.7333333333vw;
  }
  .c-downloads-items figure {
    margin-top: 4.2666666667vw;
  }
  .c-downloads-items__btn {
    font-size: 3.2vw;
  }
  .c-featured-image img {
    border-radius: 5.3333333333vw;
  }
  .c-flow-items__item {
    flex-direction: column;
    margin-left: -2.1333333333vw;
    margin-top: 2.1333333333vw;
    padding-bottom: 6.4vw;
    padding-left: 6.4vw;
    gap: 6.4vw;
  }
  .c-flow-items__item figure {
    border-radius: 2.1333333333vw;
    width: 100%;
  }
  .c-flow-items__item__contents {
    padding-left: 0;
  }
  .c-flow-items__item__contents::before {
    width: 0.5333333333vw;
  }
  .c-flow-items__item__contents::after {
    bottom: -2.1333333333vw;
    left: -2.9333333333vw;
    width: 6.4vw;
  }
  * + .c-flow-items {
    margin-top: 10.6666666667vw;
  }
  .c-form {
    padding-block: 10.6666666667vw;
    padding-inline: 6.4vw;
  }
  .c-form .c-hd-02 {
    margin-bottom: 10.6666666667vw;
  }
  .c-form * + .c-form-message {
    margin-top: 40px;
  }
  .c-form form {
    margin-top: 10.6666666667vw;
  }
  .c-form-options {
    padding: 6.4vw;
  }
  .c-form-part {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-form-part > dt {
    padding-right: 0;
    padding-top: 0;
    width: 100% !important;
  }
  .c-form-part > dd {
    margin-top: 1em;
  }
  .c-form-part > dd textarea {
    height: 15em;
  }
  .c-form-part.--is-optional > dt {
    padding-right: 3.5em;
  }
  .c-form-part.--is-optional > dt::after {
    right: 0;
  }
  .c-form-part__cols {
    flex-direction: column;
  }
  .c-form-part__cols__col {
    margin-bottom: 0.5em;
    width: 100%;
  }
  .c-form-part__cols__col:last-child {
    margin-bottom: 0;
  }
  .c-form-part__checkbox-cf7 .wpcf7-form-control {
    flex-direction: column;
  }
  .c-form-part__checkbox-cf7 .wpcf7-form-control .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 0.5em;
  }
  .c-form.is-successful {
    padding-top: 42.6666666667vw;
  }
  .c-gallery {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
  .c-gallery > * {
    border-radius: 2.1333333333vw;
  }
  * + .c-gallery {
    margin-top: 6.4vw;
  }
  .c-gallery-card figcaption {
    font-size: 3.4666666667vw;
  }
  .c-gallery-card p {
    font-size: 3.4666666667vw;
  }
  .c-hd-01 {
    font-size: 5.8666666667vw;
  }
  .c-hd-02 {
    font-size: 5.3333333333vw;
  }
  .c-hd-03 {
    border-bottom: 0.5333333333vw solid #9F1F5A;
    font-size: 4.8vw;
  }
  * + .c-hd-03 {
    margin-top: 10.6666666667vw;
  }
  .c-hd-04 {
    font-size: 4.2666666667vw;
  }
  * + .c-hd-04 {
    margin-top: 10.6666666667vw;
  }
  .c-image-text {
    gap: 6.4vw;
  }
  .c-image-text figure {
    border-radius: 2.1333333333vw;
    width: 100%;
  }
  .c-image-text--right {
    flex-direction: column;
  }
  .c-image-text--left {
    flex-direction: column;
  }
  .c-image-text--flow {
    flex-direction: column;
    margin-left: -2.1333333333vw;
    padding-left: 6.4vw;
    padding-bottom: 6.4vw;
  }
  .c-image-text--flow .c-image-text__contents {
    padding-left: 0;
  }
  .c-image-text--flow .c-image-text__contents::before {
    width: 0.5333333333vw;
  }
  .c-image-text--flow .c-image-text__contents::after {
    bottom: -2.9333333333vw;
    left: -2.9333333333vw;
    width: 6.4vw;
  }
  * + .c-image-text {
    margin-top: 6.4vw;
  }
  .c-latest-news {
    max-width: 100%;
    padding-block: 10.6666666667vw;
    padding-inline: 6.4vw;
  }
  .c-latest-news a {
    align-items: flex-start;
    flex-direction: column;
    padding: 4.2666666667vw 12.8vw 4.2666666667vw 2.1333333333vw;
  }
  .c-latest-news a .c-icon-arrow-01 {
    right: 2.1333333333vw;
    height: 6.4vw;
    width: 6.4vw;
  }
  .c-latest-news .c-news-card {
    margin-top: 4.2666666667vw;
    padding-left: 0;
  }
  .c-list {
    font-size: 3.7333333333vw !important;
  }
  .c-modal {
    padding: 2.1333333333vw 2.1333333333vw;
  }
  .c-modal__btn-close {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
  .c-modal__btn-close::after {
    height: 80%;
    width: 80%;
  }
  .c-modal-box {
    border-width: 2.1333333333vw;
    border-radius: 4.2666666667vw;
    max-width: none;
    padding: 4.2666666667vw;
    width: 100%;
  }
  .c-mv {
    padding-inline: 2.1333333333vw;
  }
  .c-mv figure {
    aspect-ratio: 3/2;
  }
  .c-mv figure::after {
    transform: translate(-50%, -13.0133333333vw);
    width: 63.1466666667vw;
  }
  .c-mv__title {
    font-size: 8.5333333333vw;
  }
  .c-mv p {
    font-size: 3.7333333333vw;
  }
  .c-news-card__title {
    margin-left: 4.2666666667vw;
    width: 100%;
  }
  .c-page {
    padding-block: 6.4vw;
    padding-inline: 6.4vw;
  }
  .c-pagination {
    margin-top: 40px;
  }
  .c-pagination__item--current span.c-pagination__sp-txt {
    box-shadow: none;
    background: 0;
    display: flex;
  }
  .c-pagination__item--current span.c-pagination__pc-txt {
    display: none;
  }
  .c-pagination__item, .c-pagination__item--first, .c-pagination__item--last, .c-pagination__item--prev, .c-pagination__item--next, .c-pagination__item--current, .c-pagination__item--ellipsis {
    display: none;
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 0;
  }
  .c-pagination__item--first, .c-pagination__item--last, .c-pagination__item--prev, .c-pagination__item--next {
    display: block;
    flex-shrink: 0;
  }
  .c-pagination__item--first {
    margin-right: 0.5714285714em;
  }
  .c-pagination__item--last {
    margin-left: 0.5714285714em;
  }
  .c-pagination__item--current {
    box-shadow: none;
    background: 0;
    display: flex;
    width: 100%;
  }
  .c-post-card__title {
    font-size: 4.032vw;
  }
  .c-post-card__sub-title {
    font-size: 3.528vw;
  }
  .c-post-card__description {
    font-size: 3.528vw;
  }
  .c-post-card__btns {
    margin-top: 6.048vw;
  }
  .c-post-card__btns > * {
    font-size: 4.032vw;
    margin-bottom: 2.52vw;
  }
  .c-post-card.--is-new::before {
    font-size: 3.78vw;
  }
  .c-post-card.--is-new::after {
    font-size: 3.78vw;
  }
  .c-post-eyecatch {
    margin-top: 40px;
  }
  .c-post-header {
    margin-bottom: 40px;
    margin-top: 40px;
  }
  .c-post-header__date {
    font-size: 0.875rem;
  }
  .c-post-header__title {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .c-progress-bar {
    font-size: 3.7333333333vw;
    max-width: 64vw;
  }
  .c-scroller {
    overflow: auto;
    position: relative;
    width: 100%;
  }
  .c-scroller::after {
    background: rgba(0, 0, 0, 0.8) url(../images/common/ico-scroll-horizontally.svg) 50% 50% no-repeat;
    background-size: 17.0666666667vw 17.0666666667vw;
    border-radius: 4.2666666667vw;
    content: "";
    display: block;
    height: 32vw;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transition: 0.3s;
    transform: translate(-50%, -50%);
    width: 32vw;
  }
  .c-scroller.--is-scrolled::after {
    opacity: 0;
  }
  .c-scroller > * {
    height: auto;
    max-width: none;
    min-width: auto;
    width: 1000px;
  }
  .c-section {
    padding-block: 10.6666666667vw;
    padding-inline: 6.4vw;
  }
  .c-tab__nav ul li {
    font-size: 3.7333333333vw;
  }
  .c-tab__items__item {
    padding: 6.4vw;
  }
  .c-table-01 {
    font-size: 3.7333333333vw;
  }
  .c-table-01 dl {
    flex-direction: column;
  }
  .c-table-01 dt {
    padding-bottom: 0;
    width: 100%;
  }
  .c-table-01 dd {
    width: 100%;
  }
  .p-btn-download {
    margin-top: 10.6666666667vw;
  }
  .p-category-nav ul {
    margin-bottom: -4.2666666667vw;
  }
  .p-category-nav ul li {
    margin-bottom: 4.2666666667vw;
    margin-right: 4.2666666667vw;
  }
  .p-faq-items__toggle {
    height: 10.6666666667vw;
    width: 10.6666666667vw;
  }
  .p-gallery-items.-w1200-c3-g30 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 8vw;
  }
  .p-gallery-items.-w1000-c3-g20 {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 8vw;
  }
  .p-period {
    border-radius: 2.1333333333vw;
    margin-top: 6.4vw;
    padding: 6.4vw 0 10.6666666667vw;
  }
  .p-period__hd {
    font-size: 5.3333333333vw;
  }
  .p-period__hd span {
    font-size: 4.2666666667vw;
  }
  .p-period__cols {
    flex-direction: column;
    gap: 12.8vw;
    margin-top: 6.4vw;
    margin-inline: auto;
    width: 80%;
  }
  .p-period__cols::after {
    height: 1px;
    left: 0;
    top: 50%;
    width: 100%;
  }
  .p-period__cols__col {
    gap: 6.4vw;
    justify-content: flex-start;
  }
  .p-period__icon img {
    width: 17.0666666667vw;
  }
  .p-period__icon span {
    font-size: 4.2666666667vw;
  }
  .p-period__days {
    font-size: 4.2666666667vw;
  }
  .p-period__days span {
    font-size: 6.4vw;
  }
  .p-period__days p {
    font-size: 3.7333333333vw;
  }
  .p-plan-mv figure::after {
    transform: translate(-50%, -13.0133333333vw);
    width: 63.1466666667vw;
  }
  .p-plan-mv__flag img {
    width: 10.9866666667vw;
  }
  .p-plan-btn-flow {
    padding-inline: 6.4vw;
    padding-bottom: 10.6666666667vw;
    padding-top: 10.6666666667vw;
  }
  .p-plan-btn-flow a {
    font-size: 6.4vw;
    width: 100%;
  }
  .p-service-items ul {
    gap: 4.2666666667vw;
    grid-template-columns: 1fr;
  }
  .p-service-items ul li a {
    align-items: center;
    font-size: 4.2666666667vw;
    padding: 2.1333333333vw;
  }
  .p-service-items ul li a figure {
    margin-right: 4.2666666667vw;
    width: 21.3333333333vw;
  }
  .p-service-items ul li a .c-icon-arrow-01 {
    bottom: 2.1333333333vw;
    position: absolute;
    right: 2.1333333333vw;
    width: 5.3333333333vw;
  }
  .p-service-items__title {
    padding-bottom: 0;
  }
  .p-service-items__title span {
    font-size: 3.2vw;
  }
  .post-content {
    font-size: 3.7333333333vw;
  }
  .post-content p {
    font-size: 3.7333333333vw;
  }
  .post-content h2 {
    font-size: 1.125rem;
  }
  .post-content * + h2 {
    margin-top: 40px;
  }
  .post-content h3 {
    font-size: 1rem;
  }
  .post-content * + h3 {
    margin-top: 32px;
  }
  .post-content ul {
    font-size: 3.7333333333vw;
  }
  .post-content ol {
    font-size: 3.7333333333vw;
  }
  .post-content table {
    font-size: 3.7333333333vw;
  }
  .post-content table th {
    border-bottom: none;
    display: block;
    min-width: auto;
    padding-bottom: 0;
    padding-inline: 0.3636363636em;
    width: 100% !important;
  }
  .post-content table td {
    display: block;
    padding-top: 0;
    padding-inline: 0.3636363636em;
    width: 100% !important;
  }
  .post-content .table-scroller table {
    height: auto !important;
    width: 1200px !important;
  }
  .post-content .table-scroller th {
    display: table-cell;
    width: auto !important;
  }
  .post-content .table-scroller td {
    display: table-cell;
    width: auto !important;
  }
  .post-content blockquote {
    border-radius: 2.1333333333vw;
    font-size: 3.7333333333vw;
    margin-inline: -4.2666666667vw;
    padding: 6.4vw;
  }
  .post-content * + blockquote {
    margin-top: 10.6666666667vw;
  }
  .post-content .alignleft {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post-content .alignright {
    display: block;
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .post-content .wp-caption.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
  .post-content .wp-caption.alignright {
    margin-left: auto;
    margin-right: auto;
  }
  .post-content .wp-caption .wp-caption-text,
  .post-content .wp-caption-dd {
    font-size: 3.7333333333vw;
  }
  .p-post-items.-col3 .p-post-items__item:nth-child(3n) {
    margin-right: 2.8571428571%;
  }
  .p-post-items.-col3 .p-post-items__item {
    margin-bottom: 10.6666666667vw;
    margin-right: 0;
    width: 100%;
  }
  .p-post-items.-col4 .p-post-items__item:nth-child(4n) {
    margin-right: 2.8571428571%;
  }
  .p-post-items.-col4 .p-post-items__item {
    margin-bottom: 106.6666666667vw;
    margin-right: 0;
    width: 100%;
  }
  .p-flow {
    padding-bottom: 10.6666666667vw;
    padding-inline: 2.1333333333vw;
  }
  .p-flow-inner {
    margin-top: 10.6666666667vw;
  }
  .p-flow-hd {
    align-items: center;
    flex-direction: column;
    font-size: 5.3333333333vw;
    padding-inline: 4.2666666667vw;
    text-align: center;
  }
  .p-flow-hd__step {
    border-radius: 2.1333333333vw;
    width: 17.0666666667vw;
  }
  .p-flow-hd__step span:nth-child(1) {
    font-size: 3.4666666667vw;
  }
  .p-flow-hd__step span:nth-child(2) {
    font-size: 7.7333333333vw;
  }
  .p-flow-items {
    margin-top: 6.4vw;
  }
  .p-flow-items__item:nth-child(n+2) {
    padding-top: 12.8vw;
  }
  .p-flow-items__item:nth-child(n+2)::after {
    top: 2.1333333333vw;
    width: 8.5333333333vw;
  }
  .p-flow-items__item__hd {
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
    font-size: 4.8vw;
  }
  .p-flow-items__item__contents {
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
    padding: 6.4vw;
  }
  .p-flow-items__item__contents p {
    font-size: 3.7333333333vw;
  }
  .p-flow-items__item:not(:has(.p-flow-items__item__hd)) .p-flow-items__item__contents {
    border-radius: 2.1333333333vw;
  }
  .p-flow-items-group::after {
    height: calc(100% + 6.9333333333vw);
    width: 1.12vw;
  }
  .p-flow-items-group .p-flow-items__item {
    padding-top: 6.4vw;
    width: 100%;
  }
  .p-flow-items-group .p-flow-items__item:first-child {
    padding-top: 0;
  }
  .p-flow-items-group .p-flow-items__item::after {
    display: none;
  }
  .p-flow-items-group .p-flow-items__item::before {
    display: none;
  }
  .p-flow .c-downloads-items {
    margin-top: 6.4vw;
  }
  .p-flow .c-adjacent-post {
    margin-top: 6.4vw;
  }
  .p-reviews {
    padding-block: 21.3333333333vw;
    padding-inline: 6.4vw;
  }
  .p-reviews-inner p {
    font-size: 3.7333333333vw;
  }
  .p-reviews-bars {
    margin-top: 6.4vw;
  }
  .p-reviews-bars__title {
    font-size: 3.7333333333vw;
  }
  .p-reviews-bars__pct {
    font-size: 3.7333333333vw;
  }
  .p-reviews dl {
    margin-top: 6.4vw;
  }
  .p-reviews dl dd {
    height: 10.6666666667vw;
    margin-top: 1.0666666667vw;
  }
  .p-service {
    padding-inline: 2.1333333333vw;
  }
  .p-service .c-tab {
    margin-top: 21.3333333333vw;
  }
  .p-service-single {
    padding-top: 21.3333333333vw;
  }
  .p-service-single .c-section {
    margin-top: 21.3333333333vw;
  }
  .p-service-single .post-content {
    margin-top: 10.6666666667vw;
  }
  .p-search {
    padding-inline: 6.4vw;
    padding-block: 10.6666666667vw;
  }
  .p-search-items {
    margin-top: 10.6666666667vw;
  }
  .p-search-items li {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
  }
  .p-search-items li a {
    margin-top: 0.5em;
  }
  .c-btns.--cf7 {
    margin-top: 40px;
  }
  .c-btn-cf7-confirm,
  .c-btn-cf7-submit,
  .c-btn-cf7-previous {
    font-size: 4.2666666667vw;
  }
  .c-btn-cf7-previous {
    width: 46%;
  }
  .c-btn-cf7-submit {
    width: 46%;
  }
  .c-form-part__checkbox-cf7 .wpcf7-checkbox,
  .c-form-part__checkbox-cf7 .wpcf7-radio {
    flex-direction: column;
  }
  .c-form-part__checkbox-cf7 .wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item,
  .c-form-part__checkbox-cf7 .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-left: 0;
    margin-top: 0.6666666667em;
  }
  .u-display-sp {
    display: block;
  }
  .u-display-pc {
    display: none;
  }
  .u-slick-wrap {
    padding-bottom: 19.2vw;
  }
  .slick-dots {
    bottom: 6.4vw;
    right: 42.6666666667vw;
  }
  .slick-dots li {
    height: 2.1333333333vw;
    margin: 0 2.1333333333vw;
    width: 2.1333333333vw;
  }
  .u-slick-btn {
    height: 12.8vw;
    width: 12.8vw;
  }
  .u-slick-btn.--next {
    right: 4.2666666667vw;
    transform: translate(0%, 6.4vw);
  }
  .u-slick-btn.--prev {
    transform: translate(-4.2666666667vw, 6.4vw);
    right: 17.0666666667vw;
  }
  .slick-btn-prev {
    transform: translate(-6.4vw, -50%) scale(-1, 1);
  }
  .slick-btn-next {
    transform: translate(6.4vw, -50%);
  }
  .u-text-medium {
    font-size: 4.2666666667vw;
  }
  .u-text-large {
    font-size: 4.8vw;
  }
}
/*# sourceMappingURL=style.css.map */
