@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif, メイリオ, Meiryo, verdana, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, Sans-Serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

input[type=text],
input[type=tel],
input[type=checkbox],
input[type=submit],
button,
select,
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

input::-ms-clear {
  display: none;
}

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

input:focus::placeholder {
  color: transparent;
}

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

textarea:focus::placeholder {
  color: transparent;
}

/* ======================================================
	共通keyframes
====================================================== */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ======================================================
	PC用設定
====================================================== */
@media print, screen and (min-width: 768px) {
  body {
    color: #002F6B;
    line-height: 1.5;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img {
    max-width: 100%;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 84px;
  }
  sup {
    font-size: 12px;
    vertical-align: top;
  }
  a:link {
    color: #002F6B;
    text-decoration: underline;
  }
  a:visited {
    color: #002F6B;
  }
  a:hover {
    color: #EE315D;
  }
  a:active {
    color: #002F6B;
  }
  .video-embed {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
  .video-embed iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  .sp {
    display: none;
  }
  .header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: #fff;
  }
  .header .header__inner {
    position: relative;
    height: 100%;
  }
  .header h1.header__logo {
    position: absolute;
    top: 23px;
    left: 30px;
    width: 160px;
  }
  .header h1.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .header h1.header__logo a span {
    display: block;
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #002F6B;
    line-height: 1;
  }
  .header h1.header__logo a img {
    display: block;
    width: 160px;
    margin-top: 8px;
  }
  .breadcrumb {
    margin-top: 20px;
    padding: 0 15px;
  }
  .breadcrumb ul.breadcrumb__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item {
    position: relative;
    margin: 5px 15px 0 0;
    padding-right: 25px;
    font-size: 12px;
    line-height: 1.3;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item:last-child::after {
    content: none;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item::after {
    content: "＞";
    position: absolute;
    top: 0;
    right: 0;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item a {
    text-decoration: underline;
    transition: all 0.2s;
  }
  .breadcrumb ul.breadcrumb__list li.breadcrumb__item a:hover {
    color: #EE7500;
  }
  .contents__header {
    padding: 0 15px;
  }
  .contents__header h2.contents__title {
    max-width: 1100px;
    margin: 60px auto 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1;
  }
  .mainvisual {
    box-sizing: border-box;
    margin-top: 60px;
    padding: 0 15px;
  }
  .mainvisual figure.mainvisual__img {
    position: relative;
    padding: 0 15px;
  }
  .mainvisual figure.mainvisual__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px 10px 0 0;
  }
  .mainvisual figure.mainvisual__img img {
    display: table;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 10px;
  }
  .mainvisual .mainvisual__inner {
    position: relative;
    padding: 51px 15px 55px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 0 0 10px 10px;
  }
  .mainvisual h3.mainvisual__title {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 3.2px;
  }
  .mainvisual h4.mainvisual__title {
    margin-top: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 3.2px;
  }
  .mainvisual p.mainvisual__text {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  .mainvisual .btn {
    display: table;
    margin: 30px auto 5px;
  }
  .section--contact {
    margin-top: 100px;
    padding: 0 15px;
  }
  .section--contact .section__inner {
    box-sizing: border-box;
    padding: 60px 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  .section--contact .column__wrapper {
    display: flex;
    align-items: flex-end;
    max-width: 980px;
    margin: 0 auto;
  }
  .section--contact .column__wrapper .column:first-child {
    width: 175px;
  }
  .section--contact .column__wrapper .column:last-child {
    width: calc(100% - 175px);
  }
  .section--contact h2.contact__title span {
    display: block;
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    font-weight: 400;
    color: #EE315D;
    line-height: 1;
  }
  .section--contact h2.contact__title span::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 12px;
    height: 2px;
    border-top: 2px solid #EE315D;
  }
  .section--contact h2.contact__title strong {
    display: block;
    margin-top: 17px;
    font-size: 24px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1;
  }
  .section--contact p.contact__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  .section--contact ul.contact__list {
    display: flex;
    max-width: 980px;
    margin: 40px auto 0;
  }
  .section--contact ul.contact__list li.contact__item {
    width: calc((100% - 20px) / 2);
  }
  .section--contact ul.contact__list li.contact__item:first-child a::before {
    background-image: url("../img/ic_line.png");
  }
  .section--contact ul.contact__list li.contact__item:last-child a::before {
    background-image: url("../img/ic_mail.png");
  }
  .section--contact ul.contact__list li.contact__item a {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding: 39px 40px 39px 85px;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border: 1px solid #002F6B;
    border-radius: 10px;
    transition: all 0.2s;
  }
  .section--contact ul.contact__list li.contact__item a:hover {
    color: #EE315D;
    border: 1px solid #EE315D;
  }
  .section--contact ul.contact__list li.contact__item a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 23px);
    left: 21px;
    width: 46px;
    height: 46px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 46px 46px;
  }
  .section--contact ul.contact__list li + li {
    margin-left: 20px;
  }
  .section--contact p.contact__tel {
    margin-top: 32px;
    text-align: center;
    font-family: Inter;
    line-height: 1;
  }
  .section--contact p.contact__tel span {
    font-size: 28px;
    font-weight: 400;
  }
  .section--contact p.contact__tel strong {
    margin-left: 15px;
    font-size: 44px;
    font-weight: 700;
  }
  .footer {
    margin-top: 124px;
    padding: 0 15px 15px;
  }
  .footer .footer__wrapper {
    padding: 0 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  .footer .footer__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
  }
  .footer .footer__inner .footer__block {
    box-sizing: border-box;
  }
  .footer .footer__inner .footer__block:first-child {
    display: flex;
    order: 2;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list {
    width: 300px;
    border-top: 1px solid #fff;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list:last-child {
    margin-left: 60px;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li {
    border-bottom: 1px solid #fff;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    padding-right: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.2s;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li a:hover::after {
    content: "";
    background-image: url("../img/ic_arrow_r.svg");
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 0;
    width: 28px;
    height: 28px;
    background-color: #fff;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 8px;
    border-radius: 100vmax;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li.footer__pagetop {
    padding-top: 21px;
    text-align: right;
    border-bottom: none;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li.footer__pagetop a {
    display: inline;
    padding: 0;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list li.footer__pagetop a::after {
    content: none;
  }
  .footer .footer__inner .footer__block:last-child {
    order: 1;
    position: relative;
    padding-right: 15px;
  }
  .footer .footer__inner .footer__block:last-child p.footer__logo img {
    width: 184px;
  }
  .footer .footer__inner .footer__block:last-child p.footer__title {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
  }
  .footer .footer__inner .footer__block:last-child p.footer__text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  .footer .footer__inner .footer__block:last-child ul.footer__sns {
    display: flex;
    margin-top: 28px;
  }
  .footer .footer__inner .footer__block:last-child ul.footer__sns li {
    width: 34px;
    height: 34px;
  }
  .footer .footer__inner .footer__block:last-child ul.footer__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100vmax;
  }
  .footer .footer__inner .footer__block:last-child ul.footer__sns li.yt img,
  .footer .footer__inner .footer__block:last-child ul.footer__sns li.x img {
    height: 16px;
  }
  .footer .footer__inner .footer__block:last-child ul.footer__sns li.line img,
  .footer .footer__inner .footer__block:last-child ul.footer__sns li.insta img,
  .footer .footer__inner .footer__block:last-child ul.footer__sns li.fb img {
    height: 20px;
  }
  .footer .footer__inner .footer__block:last-child ul.footer__sns li + li {
    margin-left: 10px;
  }
  .footer .footer__inner .footer__block:last-child p.footer__privacy,
  .footer .footer__inner .footer__block:last-child p.footer__copyright {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  .footer .footer__inner .footer__block:last-child p.footer__privacy {
    margin-top: 30px;
  }
  .footer .footer__inner .footer__block:last-child p.footer__copyright {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  h3.section__title {
    position: relative;
    padding-left: 30px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
  }
  h3.section__title::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 18px;
    height: 3px;
    border-top: 3px solid #EE315D;
  }
  h3.section__title span {
    font-size: 18px;
  }
  h4.section__title {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
  }
  h4.section__title strong {
    font-weight: 700;
  }
  h5.section__title {
    font-size: 20px;
    font-weight: 400;
  }
  h5.section__title strong {
    font-weight: 700;
  }
  h5.section__title span {
    font-size: 16px;
  }
  h6.section__title {
    font-size: 16px;
    font-weight: 400;
  }
  p.section__text--lead {
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
  }
  p.section__text--lead span {
    display: block;
    margin-top: 0.5em;
    font-size: 22px;
  }
  p.section__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  p.section__text--note {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
  ul.list--disc li {
    box-sizing: border-box;
    position: relative;
    padding-left: 0.75em;
    font-size: 16px;
    line-height: 1.75;
  }
  ul.list--disc li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.list--disc li + li {
    margin-top: 5px;
  }
  .btn {
    display: table;
    min-width: 220px;
  }
  .btn a,
  .btn span {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding: 16px 50px 16px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border: 1px solid #002F6B;
    border-radius: 100vmax;
    transition: all 0.2s;
    cursor: pointer;
  }
  .btn a:hover,
  .btn span:hover {
    color: #EE315D;
    border: 1px solid #EE315D;
  }
  .btn--arrow a:hover::after {
    background-color: #EE315D;
  }
  .btn--arrow a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: #002F6B;
    background-image: url("../img/ic_arrow_w.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 8px;
    border-radius: 100vmax;
  }
  .btn--blank a:hover::after {
    background-color: #EE315D;
  }
  .btn--blank a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: #002F6B;
    background-image: url("../img/ic_blank_w.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border-radius: 100vmax;
  }
  .btn--anchor a:hover::after {
    background-color: #EE315D;
  }
  .btn--anchor a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: #002F6B;
    background-image: url("../img/ic_anchor_w.svg");
    background-position: center top 11px;
    background-repeat: no-repeat;
    background-size: 12px 7px;
    border-radius: 100vmax;
  }
  .section .section__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  body.top::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 32px 32px;
  }
  body.top .mainvisual--top.visible {
    height: auto;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  body.top .mainvisual--top {
    box-sizing: border-box;
    position: relative;
    opacity: 0;
    padding: 0 15px;
  }
  body.top .mainvisual--top .mainvisual__inner {
    position: relative;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__text01,
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__text02 {
    writing-mode: vertical-rl;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__text01 {
    position: absolute;
    z-index: 1;
    top: 15.78125vw;
    left: 26.953125vw;
    font-size: 1.875vw;
    font-weight: 400;
    color: #FFF;
    line-height: 1.8;
    letter-spacing: 0.28em;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__text02 {
    position: absolute;
    z-index: 1;
    top: 15.78125vw;
    left: 12.1875vw;
    font-size: 1.09375vw;
    font-weight: 400;
    color: #FFF;
    line-height: 2.2;
    letter-spacing: 0.1em;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__title {
    position: absolute;
    z-index: 1;
    bottom: 3.125vw;
    left: 4.296875vw;
    width: 77.8125vw;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__title img {
    width: 100%;
  }
  body.top .mainvisual--top .mainvisual__inner .bnr__youtube {
    position: absolute;
    z-index: 1;
    bottom: 1.5625vw;
    right: 1.953125vw;
    width: 12.8125vw;
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.2));
  }
  body.top .mainvisual--top .mainvisual__inner .bnr__youtube img {
    width: 100%;
  }
  @keyframes scroll-effect {
    60% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(100%);
    }
  }
  body.top .mainvisual--top .mainvisual__inner .scroll {
    position: absolute;
    left: 1.5625vw;
    bottom: 1.5625vw;
    width: 2px;
    height: 13.28125vw;
    z-index: 1;
  }
  body.top .mainvisual--top .mainvisual__inner .scroll .scroll__text {
    position: absolute;
    top: -3em;
    left: -1.3em;
    font-size: 1.09375vw;
    font-family: Outfit;
    font-weight: 600;
    color: #fff;
    transform: rotate(-90deg);
  }
  body.top .mainvisual--top .mainvisual__inner .scroll .scroll__bar {
    position: absolute;
    overflow: hidden;
    width: 2px;
    height: 13.28125vw;
    top: 0;
    left: 0;
    background: #fff;
  }
  body.top .mainvisual--top .mainvisual__inner .scroll .scroll__bar::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 13.28125vw;
    transform: translateY(-100%);
    right: 0;
    background: #EE315D;
    animation-name: scroll-effect;
    animation-duration: 1.8s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(0.3, 0.4, 0.1, 1);
    animation-iteration-count: infinite;
  }
  body.top .mainvisual--top ul.slide__list {
    position: relative;
    z-index: 0;
  }
  body.top .mainvisual--top ul.slide__list li.slide__item img {
    width: 100%;
    border-radius: 10px;
  }
  body.top .section .section__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  body.top h2.section__title--top span {
    display: block;
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    font-weight: 400;
    color: #EE315D;
    line-height: 1;
  }
  body.top h2.section__title--top span::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 18px;
    height: 3px;
    border-top: 3px solid #EE315D;
  }
  body.top h2.section__title--top strong {
    display: block;
    margin-top: 20px;
    font-size: 26px;
    font-family: Inter;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section--about {
    margin-top: 100px;
    padding: 0 30px;
  }
  body.top .section--about .column__wrapper {
    display: flex;
    justify-content: space-between;
  }
  body.top .section--about .column__wrapper .column:first-child {
    width: 380px;
  }
  body.top .section--about .column__wrapper .column:last-child {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 380px);
  }
  body.top .section--about p.section__text--lead,
  body.top .section--about p.section__text {
    margin-top: 45px;
  }
  body.top .section--about .btn {
    margin-top: 32px;
  }
  body.top .section--business {
    margin-top: 130px;
    padding: 0 15px;
  }
  body.top .section--business .section__wrapper {
    padding: 100px 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.top .section--business .section__inner {
    position: relative;
  }
  body.top .section--business .section__inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: -150px;
    right: 0;
    width: 560px;
    height: 366px;
    background: url("../../img/top/bg_business.png") center center no-repeat;
  }
  body.top .section--business p.section__text--lead,
  body.top .section--business p.section__text {
    position: relative;
    z-index: 1;
    margin-top: 45px;
  }
  body.top .section--business ul.business__list {
    margin-top: 95px;
  }
  body.top .section--business ul.business__list li.business__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  body.top .section--business ul.business__list li.business__item figure.business__img {
    overflow: hidden;
    width: 40%;
    border-radius: 10px;
  }
  body.top .section--business ul.business__list li.business__item .business__text-block {
    width: 54.546%;
    margin-left: 5.454%;
  }
  body.top .section--business ul.business__list li.business__item .business__text-block h3.business__title {
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
  }
  body.top .section--business ul.business__list li.business__item .business__text-block p.business__text {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  body.top .section--business ul.business__list li.business__item .business__text-block p.business__text strong {
    display: block;
    font-size: 20px;
  }
  body.top .section--business ul.business__list li.business__item .business__text-block .btn {
    margin-top: 32px;
  }
  body.top .section--business ul.business__list li + li {
    margin-top: 100px;
  }
  body.top .section--business .column__wrapper {
    display: flex;
    position: relative;
    margin-top: 80px;
    padding: 82px 40px 40px;
    background: #fff;
    border-radius: 10px;
  }
  body.top .section--business .column__wrapper .column:first-child {
    width: 58.824%;
  }
  body.top .section--business .column__wrapper .column:last-child {
    width: 37.255%;
    margin-left: 3.921%;
  }
  body.top .section--business .column__wrapper figure.service__img {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #C2DDF3;
  }
  body.top .section--business .column__wrapper h3.service__title {
    position: absolute;
    top: 30px;
    left: 0;
    padding: 0 0 8px 40px;
    font-family: Inter;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #002F6B;
  }
  body.top .section--business .column__wrapper p.service__text--lead {
    font-size: 24px;
    font-weight: 400;
  }
  body.top .section--business .column__wrapper p.service__text {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  body.top .section--business .column__wrapper p.service__text--note {
    margin-top: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
  }
  body.top .section--business .column__wrapper .btn {
    margin-top: 10px;
  }
  body.top .section--social-media {
    margin-top: 80px;
    padding: 0 15px;
  }
  body.top .section--social-media .section__inner {
    position: relative;
    padding: 0 15px 40px;
  }
  body.top .section--social-media .section__inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px;
  }
  body.top .section--social-media p.section__text {
    margin-top: 45px;
  }
  body.top .section--social-media .column__wrapper {
    display: flex;
    position: relative;
    z-index: 1;
    max-width: 1000px;
    margin: 53px auto 0;
  }
  body.top .section--social-media .column__wrapper .column {
    width: 47%;
  }
  body.top .section--social-media .column__wrapper .column + .column {
    margin-left: 6%;
  }
  body.top .section--social-media p.social-media__caption {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.75;
  }
  body.top .section--social-media .btn {
    margin: 35px auto 0;
  }
  body.top .section--social-media ul.list__sns {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 530px;
    margin: 70px auto 0;
    padding: 38px 70px 28px;
    border: 1px solid #C8E1F5;
    border-radius: 10px;
  }
  body.top .section--social-media ul.list__sns::before {
    content: "minima 公式SNS";
    display: block;
    position: absolute;
    top: -10px;
    left: calc(50% - 90px);
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    background: #fff;
  }
  body.top .section--social-media ul.list__sns li figure img {
    display: block;
    margin: 0 auto;
  }
  body.top .section--social-media ul.list__sns li figure figcaption {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
  }
  body.top .section--social-media ul.list__sns li.yt img,
  body.top .section--social-media ul.list__sns li.x img {
    margin-top: 2px;
    height: 28px;
  }
  body.top .section--social-media ul.list__sns li.yt figcaption,
  body.top .section--social-media ul.list__sns li.x figcaption {
    margin-top: 14px;
  }
  body.top .section--social-media ul.list__sns li.line img,
  body.top .section--social-media ul.list__sns li.insta img,
  body.top .section--social-media ul.list__sns li.fb img {
    height: 34px;
  }
  body.top .section--information {
    margin-top: 100px;
    padding: 0 30px;
  }
  body.top .section--information .column__wrapper {
    display: flex;
    justify-content: space-between;
  }
  body.top .section--information .column__wrapper .column:first-child {
    width: 27.272%;
  }
  body.top .section--information .column__wrapper .column:last-child {
    width: 72.728%;
  }
  body.top .section--information ul.information__list {
    border-top: 1px solid #DAECFA;
  }
  body.top .section--information ul.information__list li {
    display: flex;
    align-items: flex-start;
    padding: 25px 0;
    border-bottom: 1px solid #DAECFA;
  }
  body.top .section--information ul.information__list li .information__text-block {
    width: calc(100% - 159px);
    margin-left: 15px;
  }
  body.top .section--information ul.information__list li p.information__date {
    width: 76px;
    padding-top: 0.1em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  body.top .section--information ul.information__list li p.information__cat {
    box-sizing: border-box;
    width: 68px;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #002F6B;
    border-radius: 4px;
  }
  body.top .section--information ul.information__list li p.information__title {
    margin-top: -0.25em;
    font-size: 16px;
    font-weight: 700;
  }
  body.top .section--information ul.information__list li p.information__text {
    margin-top: 0.5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.top .section--information ul.information__list li p.information__text a {
    text-decoration: underline;
  }
  body.top .section--information ul.information__list li figure.information__img {
    overflow: hidden;
    max-width: 400px;
    margin-top: 15px;
    border-radius: 10px;
  }
  body.top .section--recruit {
    margin-top: 100px;
    padding: 0 15px;
  }
  body.top .section--recruit .section__wrapper {
    position: relative;
    padding: 100px 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.top .section--recruit .section__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("../../img/top/bg_recruit.svg") center top no-repeat;
  }
  body.top .section--recruit .section__inner {
    position: relative;
    z-index: 1;
  }
  body.top .section--recruit figure.recruit__img {
    overflow: hidden;
    position: relative;
    max-width: 1100px;
    height: 350px;
    margin-top: 45px;
    border-radius: 10px;
  }
  body.top .section--recruit figure.recruit__img img {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 550px);
    width: 1100px;
    max-width: initial;
    height: 350px;
  }
  body.top .section--recruit p.section__text--lead,
  body.top .section--recruit p.section__text {
    margin-top: 45px;
  }
  body.top .section--recruit .btn {
    margin: 50px auto 0;
  }
  body.company .header__nav a.header__nav-link--company {
    color: #EE315D;
    pointer-events: none;
  }
  body.company .mainvisual {
    margin-top: 25px;
  }
  body.company .mainvisual figure.mainvisual__img::before {
    height: 50%;
  }
  body.company .mainvisual figure.mainvisual__img img {
    border-radius: 0;
  }
  body.company .section--message {
    padding: 0 15px;
  }
  body.company .section--message .section__wrapper {
    padding: 80px 15px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 0 0 10px 10px;
  }
  body.company .section--message .column__wrapper {
    display: flex;
    margin-top: 42px;
  }
  body.company .section--message .column__wrapper .column:first-child {
    width: 54.546%;
  }
  body.company .section--message .column__wrapper .column:last-child {
    width: 40%;
    margin-left: 5.454%;
  }
  body.company .section--message p.section__text {
    margin-top: 20px;
  }
  body.company .section--message p.section__text span.name {
    display: block;
    margin-top: 2em;
    font-size: 14px;
  }
  body.company .section--message figure.message__img {
    overflow: hidden;
    border-radius: 10px;
  }
  body.company .section--overview {
    margin-top: 80px;
    padding: 0 30px;
  }
  body.company .section--overview table.table {
    width: 100%;
    border-top: 1px solid #E0E7EC;
  }
  body.company .section--overview table.table tr {
    border-bottom: 1px solid #E0E7EC;
  }
  body.company .section--overview table.table th,
  body.company .section--overview table.table td {
    box-sizing: border-box;
    padding: 18px 0 19px 30px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    vertical-align: top;
  }
  body.company .section--overview table.table th {
    width: 25%;
    padding-right: 30px;
    background: #EBF8FF;
  }
  body.company .section--overview table.table th span {
    font-size: 12px;
  }
  body.company .section--overview table.table td {
    padding-right: 10px;
  }
  body.company .section--overview h3.section__title + table.table {
    margin-top: 50px;
  }
  body.company .section--overview h5.section__title + table.table {
    margin-top: 20px;
  }
  body.company .section--overview table.table + h5.section__title {
    margin-top: 35px;
  }
  body.company .section--business {
    margin-top: 80px;
    padding: 0 15px;
  }
  body.company .section--business .section__wrapper {
    padding: 80px 15px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px;
  }
  body.company .section--business .block {
    box-sizing: border-box;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
  }
  body.company .section--business .block h5.section__title {
    margin-top: 25px;
  }
  body.company .section--business .block__franchise {
    margin-top: 50px;
  }
  body.company .section--business .block__franchise .column__wrapper {
    display: flex;
    margin-top: 22px;
  }
  body.company .section--business .block__franchise .column__wrapper .column:first-child {
    width: 160px;
  }
  body.company .section--business .block__franchise .column__wrapper .column:last-child {
    width: calc(100% - 190px);
    margin-left: 30px;
  }
  body.company .section--business .block__franchise .btn {
    margin-top: 30px;
  }
  body.company .section--business .block__privatebrand {
    margin-top: 40px;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li {
    display: flex;
    align-items: center;
    width: 31.5153333333%;
    margin-right: 2.727%;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li:nth-child(3n) {
    margin-right: 0;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li:nth-child(n+4) {
    margin-top: 20px;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li figure.privatebrand__img {
    width: 70px;
    flex-shrink: 0;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li p.privatebrand__name {
    margin-left: 15px;
    font-size: 12px;
    font-weight: 400;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li p.privatebrand__name strong {
    display: block;
    margin-top: 0.2em;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
  }
  body.company .section--business .block__privatebrand .btn {
    margin-top: 40px;
  }
  body.company .section--business .block__retail {
    margin-top: 40px;
  }
  body.company .section--business .block__retail h5.section__title + h6.section__title {
    margin-top: 20px;
  }
  body.company .section--business .block__retail h6.section__title + p.section__text {
    margin-top: 10px;
  }
  body.company .section--business .block__retail p.section__text + ul.list--disc {
    margin-top: 15px;
  }
  body.company .section--business .block__retail ul.list--disc + h6.section__title {
    margin-top: 35px;
  }
  body.company .section--business .block__retail p.section__text + h5.section__title {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #E0E7EC;
  }
  body.company .section--business .block__retail .btn {
    margin-top: 40px;
  }
  body.company .section--history {
    margin-top: 80px;
    padding: 0 30px;
  }
  body.company .section--history figure.history__img {
    margin-top: 50px;
  }
  body.company .section--history dl.history__list {
    position: relative;
    margin-top: 50px;
    padding-bottom: 45px;
  }
  body.company .section--history dl.history__list::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 1px;
    height: calc(100% - 8px);
    border-left: 1px solid #EE315D;
  }
  body.company .section--history dl.history__list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 13px 0 13px;
    border-color: #EE315D transparent transparent transparent;
  }
  body.company .section--history dl.history__list dt {
    position: relative;
    padding-left: 38px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
  }
  body.company .section--history dl.history__list dt::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    width: 17px;
    height: 17px;
    background: url("../img/ic_circle_r.svg") center center no-repeat;
    background-size: 17px 17px;
  }
  body.company .section--history dl.history__list dd {
    margin-top: 12px;
    padding-left: 38px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  body.company .section--history dl.history__list dd + dt {
    margin-top: 35px;
  }
  body.company .section--environment {
    margin-top: 120px;
    padding: 0 15px;
  }
  body.company .section--environment .section__wrapper {
    padding: 0 15px 70px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px;
  }
  body.company .section--environment .section__inner {
    position: relative;
    padding: 70px 0 0;
  }
  body.company .section--environment .section__inner::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: -89px;
    left: 0;
    width: 100%;
    height: 93px;
    background: url("../../img/company/bg_environment.svg") center bottom no-repeat;
    background-size: contain;
  }
  body.company .section--environment .column__wrapper {
    display: flex;
    margin-top: 42px;
  }
  body.company .section--environment .column__wrapper .column:first-child {
    width: 54.546%;
  }
  body.company .section--environment .column__wrapper .column:last-child {
    width: 40%;
    margin-left: 5.454%;
  }
  body.company .section--environment p.section__text {
    margin-top: 20px;
  }
  body.company .section--environment figure.environment__img {
    overflow: hidden;
    border-radius: 10px;
  }
  body.fc .header__nav a.header__nav-link--fc {
    color: #EE315D;
    pointer-events: none;
  }
  body.fc .mainvisual .btn--anchor {
    width: 600px;
  }
  body.fc .mainvisual .btn--anchor a {
    padding: 29px 30px 31px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 10px;
  }
  body.fc .mainvisual .btn--anchor a::after {
    right: 30px;
  }
  body.fc .section--introduction {
    margin-top: 60px;
  }
  body.fc .section--introduction .section__inner {
    padding: 0 30px;
  }
  body.fc .section--introduction h4.section__title {
    text-align: center;
  }
  body.fc .section--introduction .column__wrapper {
    display: flex;
    margin-top: 53px;
  }
  body.fc .section--introduction .column__wrapper .column:first-child {
    width: 59.091%;
  }
  body.fc .section--introduction .column__wrapper .column:last-child {
    width: 36.364%;
    margin-left: 4.545%;
  }
  body.fc .section--introduction .column__wrapper .column:last-child figure {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  body.fc .section--introduction p.section__text--achievements {
    box-sizing: border-box;
    width: 700px;
    margin: 50px auto 0;
    padding: 4px 10px 9px;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.02em;
    background: #EBF8FF;
    border: 2px solid #012F6B;
  }
  body.fc .section--introduction p.section__text--achievements strong {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  body.fc .section--introduction p.section__text--achievements strong span {
    font-size: 24px;
  }
  body.fc .section--marketsize {
    margin-top: 80px;
  }
  body.fc .section--marketsize .section__inner {
    padding: 0 30px;
  }
  body.fc .section--marketsize h4.section__title {
    text-align: center;
  }
  body.fc .section--marketsize p.section__text {
    margin-top: 35px;
  }
  body.fc .section--marketsize h5.section__title {
    max-width: 769px;
    margin: 30px auto 0;
  }
  body.fc .section--marketsize figure.marketsize__img {
    display: table;
    margin: 10px auto 0;
  }
  body.fc .section--marketsize figure.marketsize__img figcaption {
    position: relative;
    margin-top: 10px;
    padding-left: 2.5em;
    font-size: 14px;
    font-weight: 400;
  }
  body.fc .section--marketsize figure.marketsize__img figcaption::before {
    content: "引用：";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.fc .section--structure {
    margin-top: 80px;
    padding: 0 15px;
  }
  body.fc .section--structure .section__wrapper {
    padding: 80px 15px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px;
  }
  body.fc .section--structure figure.structure__img {
    display: table;
    margin: 45px auto 0;
  }
  body.fc .section--subject {
    margin-top: 80px;
    padding: 0 30px;
  }
  body.fc .section--subject h4.section__title {
    margin-top: 35px;
    text-align: center;
  }
  body.fc .section--subject ul.subject__list {
    display: flex;
    margin-top: 42px;
  }
  body.fc .section--subject ul.subject__list li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30.9093333333%;
    padding: 19px 10px 22px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    background: #002F6B;
    border-radius: 10px;
  }
  body.fc .section--subject ul.subject__list li + li {
    margin-left: 3.636%;
  }
  body.fc .section--subject h4.subject__title {
    margin-top: 50px;
    padding: 12px 20px 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    background: #EBF8FF;
    border-radius: 10px;
  }
  body.fc .section--subject dl.subject__list {
    margin-top: 22px;
    font-size: 16px;
    font-style: normal;
    line-height: 2;
  }
  body.fc .section--subject dl.subject__list dt {
    font-weight: 900;
  }
  body.fc .section--subject dl.subject__list dd {
    padding-left: 0.75em;
    font-weight: 400;
  }
  body.fc .section--subject dl.subject__list dd + dt {
    margin-top: 10px;
  }
  body.fc .section--schedule {
    margin-top: 80px;
    padding: 0 30px;
  }
  body.fc .section--schedule figure.schedule__img {
    overflow: hidden;
    display: table;
    margin: 45px auto 0;
    border-radius: 10px;
  }
  body.fc .section--voice {
    margin-top: 80px;
  }
  body.fc .section--voice .section__inner {
    padding: 0 30px;
  }
  body.fc .section--voice .column__wrapper {
    display: flex;
    margin-top: 53px;
  }
  body.fc .section--voice .column__wrapper .column:first-child {
    width: 18.182%;
  }
  body.fc .section--voice .column__wrapper .column:last-child {
    width: 78.182%;
    margin-left: 3.636%;
  }
  body.fc .section--voice p.section__text {
    margin-top: 18px;
  }
  body.fc .section--voice .video__wrapper {
    max-width: 900px;
    margin: 40px auto 0;
  }
  body.fc .section--qa {
    margin-top: 80px;
  }
  body.fc .section--qa .section__inner {
    padding: 0 30px;
  }
  body.fc .section--qa .column__wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 53px;
  }
  body.fc .section--qa .column__wrapper .column:first-child {
    width: 130px;
    flex-shrink: 0;
  }
  body.fc .section--qa .column__wrapper .column:last-child {
    width: 840px;
  }
  body.fc .section--qa dl.qa__list {
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    border-top: 2px solid #002F6B;
  }
  body.fc .section--qa dl.qa__list dt {
    position: relative;
    padding: 16px 0 18px 45px;
    font-weight: 700;
    border-bottom: 1px solid #002F6B;
  }
  body.fc .section--qa dl.qa__list dt::before {
    content: "Q";
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
  }
  body.fc .section--qa dl.qa__list dd {
    position: relative;
    padding: 16px 0 18px 45px;
    font-weight: 400;
    border-bottom: 2px solid #002F6B;
  }
  body.fc .section--qa dl.qa__list dd::before {
    content: "A";
    position: absolute;
    top: 14px;
    left: 0;
    font-size: 32px;
    font-weight: 400;
    color: #EE315D;
    line-height: 1;
  }
  body.fc .section--qa figure.qa__img {
    position: relative;
    margin-top: 60px;
    padding: 0 15px 36px;
  }
  body.fc .section--qa figure.qa__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 83.4%;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px;
  }
  body.fc .section--qa figure.qa__img img {
    display: table;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 10px;
  }
  body.fc .section--qa figure.qa__img figcaption {
    position: relative;
    z-index: 1;
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
  }
  body.fc .section--contact {
    margin-top: 16px;
    padding-top: 84px;
  }
  body.pb .header__nav a.header__nav-link--pb {
    color: #EE315D;
    pointer-events: none;
  }
  body.pb .header__nav a.header__nav-link--pb strong {
    background: #EE315D;
  }
  body.pb .mainvisual figure.mainvisual__img {
    padding-top: 70px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 10px 10px 0 0;
  }
  body.pb .mainvisual figure.mainvisual__img::before {
    content: none;
  }
  body.pb .section--privatebrand {
    margin-top: 80px;
    padding: 0 30px;
  }
  body.pb .section--privatebrand ul.privatebrand__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  body.pb .section--privatebrand ul.privatebrand__list li {
    box-sizing: border-box;
    width: 48.182%;
    padding: 30px 30px 40px;
    background: #EBF8FF;
    border-radius: 10px;
  }
  body.pb .section--privatebrand ul.privatebrand__list li:nth-child(2n) {
    margin-left: 3.636%;
  }
  body.pb .section--privatebrand ul.privatebrand__list li:nth-child(n+3) {
    margin-top: 40px;
  }
  body.pb .section--privatebrand .privatebrand__title-block {
    display: flex;
  }
  body.pb .section--privatebrand .privatebrand__title-block figure.privatebrand__logo {
    width: 21.276%;
  }
  body.pb .section--privatebrand .privatebrand__title-block h4.privatebrand__title {
    width: 74.469%;
    margin-left: 4.255%;
    padding-top: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  body.pb .section--privatebrand .privatebrand__title-block h4.privatebrand__title span {
    display: block;
    margin-top: 0.5em;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
  }
  body.pb .section--privatebrand .privatebrand__title-block h4.privatebrand__title strong {
    display: block;
    margin-top: 0.2em;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.2;
  }
  body.pb .section--privatebrand figure.privatebrand__img {
    overflow: hidden;
    margin-top: 30px;
    border-radius: 10px;
  }
  body.pb .section--privatebrand h5.section__title {
    margin-top: 30px;
  }
  body.pb .section--privatebrand p.section__text {
    margin-top: 15px;
  }
  body.pb .section--privatebrand .btn {
    margin: 25px auto 0;
  }
  body.retail .header__nav a.header__nav-link--retail {
    color: #EE315D;
    pointer-events: none;
  }
  body.retail .section {
    padding: 0 30px;
  }
  body.retail .section--ecochoice,
  body.retail .section--ecoreuse {
    margin-top: 80px;
  }
  body.retail .section--ecochoice .column__wrapper,
  body.retail .section--ecoreuse .column__wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 25px;
  }
  body.retail .section--ecochoice .column__wrapper .column:first-child,
  body.retail .section--ecoreuse .column__wrapper .column:first-child {
    width: 54.546%;
  }
  body.retail .section--ecochoice .column__wrapper .column:first-child p.section__text,
  body.retail .section--ecoreuse .column__wrapper .column:first-child p.section__text {
    margin-top: 0;
  }
  body.retail .section--ecochoice .column__wrapper .column:first-child p.section__text--note,
  body.retail .section--ecoreuse .column__wrapper .column:first-child p.section__text--note {
    margin-top: 35px;
  }
  body.retail .section--ecochoice .column__wrapper .column:first-child .btn--arrow,
  body.retail .section--ecoreuse .column__wrapper .column:first-child .btn--arrow {
    margin-top: 10px;
  }
  body.retail .section--ecochoice .column__wrapper .column:last-child,
  body.retail .section--ecoreuse .column__wrapper .column:last-child {
    width: 40%;
    margin-left: 5.454%;
  }
  body.retail .section--ecochoice .column__wrapper .column:last-child figure,
  body.retail .section--ecoreuse .column__wrapper .column:last-child figure {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
  }
  body.retail .section--ecochoice h4.section__title,
  body.retail .section--ecoreuse h4.section__title {
    margin-top: 42px;
  }
  body.retail .section--ecochoice p.section__text,
  body.retail .section--ecoreuse p.section__text {
    margin-top: 25px;
  }
  body.retail .section--ecochoice ul.rental__list,
  body.retail .section--ecoreuse ul.rental__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  body.retail .section--ecochoice ul.rental__list li,
  body.retail .section--ecoreuse ul.rental__list li {
    width: 23.6365%;
    margin-right: 1.818%;
  }
  body.retail .section--ecochoice ul.rental__list li:nth-child(4n),
  body.retail .section--ecoreuse ul.rental__list li:nth-child(4n) {
    margin-right: 0;
  }
  body.retail .section--ecochoice ul.rental__list li:nth-child(n+5),
  body.retail .section--ecoreuse ul.rental__list li:nth-child(n+5) {
    margin-top: 20px;
  }
  body.retail .section--ecochoice ul.rental__list li figure.rental__img img,
  body.retail .section--ecoreuse ul.rental__list li figure.rental__img img {
    display: block;
    border-radius: 6px;
  }
  body.retail .section--ecochoice ul.rental__list li figure.rental__img figcaption,
  body.retail .section--ecoreuse ul.rental__list li figure.rental__img figcaption {
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
  body.retail .section--ecochoice ul.rental__list--check,
  body.retail .section--ecoreuse ul.rental__list--check {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  body.retail .section--ecochoice ul.rental__list--check li,
  body.retail .section--ecoreuse ul.rental__list--check li {
    box-sizing: border-box;
    position: relative;
    width: 49.091%;
    min-height: 30px;
    padding: 0.2em 0 0 35px;
    font-size: 18px;
    line-height: 1.2;
  }
  body.retail .section--ecochoice ul.rental__list--check li:nth-child(2n),
  body.retail .section--ecoreuse ul.rental__list--check li:nth-child(2n) {
    margin-left: 1.818%;
  }
  body.retail .section--ecochoice ul.rental__list--check li:nth-child(n+3),
  body.retail .section--ecoreuse ul.rental__list--check li:nth-child(n+3) {
    margin-top: 20px;
  }
  body.retail .section--ecochoice ul.rental__list--check li:before,
  body.retail .section--ecoreuse ul.rental__list--check li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    background: url("../img/ic_check.svg") center center no-repeat;
    background-size: 30px 30px;
  }
  body.retail .section--ecochoice figure.coordination__img,
  body.retail .section--ecoreuse figure.coordination__img {
    border: 1px solid #C2DDF3;
  }
  body.retail .section--ecochoice .btn--blank,
  body.retail .section--ecoreuse .btn--blank {
    margin-top: 32px;
  }
  body.retail .section--ecochoice .btn--blank + h4.section__title,
  body.retail .section--ecoreuse .btn--blank + h4.section__title {
    margin-top: 60px;
    padding-top: 50px;
    border-top: 1px solid #E0E7EC;
  }
  body.retail .section--store {
    margin-top: -4px;
    padding-top: 84px;
  }
  body.retail .section--store p.section__text {
    margin-top: 35px;
  }
  body.retail .section--store ul.store__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  body.retail .section--store ul.store__list li.store__item {
    box-sizing: border-box;
    width: 48.182%;
  }
  body.retail .section--store ul.store__list li.store__item:nth-child(2n) {
    margin-left: 3.636%;
  }
  body.retail .section--store ul.store__list li.store__item:nth-child(n+3) {
    margin-top: 40px;
  }
  body.retail .section--store h4.store__title {
    padding: 12px 20px 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    background: #EBF8FF;
    border-radius: 10px;
  }
  body.retail .section--store .store__map {
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
    aspect-ratio: 16/9;
    border-radius: 10px;
  }
  body.retail .section--store .store__map iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  body.retail .section--store dl.store__info-list {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  body.retail .section--store dl.store__info-list .group {
    display: flex;
  }
  body.retail .section--store dl.store__info-list dt {
    width: 80px;
    flex-shrink: 0;
  }
  body.retail .section--store p.store__tel {
    margin-top: 20px;
    font-family: Inter;
    line-height: 1;
  }
  body.retail .section--store p.store__tel span {
    font-size: 18px;
    font-weight: 400;
  }
  body.retail .section--store p.store__tel strong {
    margin-left: 15px;
    font-size: 26px;
    font-weight: 700;
  }
  body.retail .section--store ul.store__sns {
    display: flex;
    margin-top: 28px;
  }
  body.retail .section--store ul.store__sns li {
    width: 36px;
    height: 36px;
  }
  body.retail .section--store ul.store__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  body.retail .section--store ul.store__sns li.line img,
  body.retail .section--store ul.store__sns li.insta img,
  body.retail .section--store ul.store__sns li.fb img {
    height: 36px;
  }
  body.retail .section--store ul.store__sns li.x img {
    height: 30px;
  }
  body.retail .section--store ul.store__sns li + li {
    margin-left: 25px;
  }
  body.youtube-channel .header__nav a.header__nav-link--youtube-channel {
    color: #EE315D;
    pointer-events: none;
  }
  body.youtube-channel .section--video {
    margin-top: 80px;
  }
  body.youtube-channel .section--video h4.video__title {
    padding: 12px 20px 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    background: #EBF8FF;
    border-radius: 10px;
  }
  body.youtube-channel .section--video h4.video__title:not(:first-child) {
    margin-top: 60px;
  }
  body.youtube-channel .section--video .video__wrapper {
    max-width: 900px;
    margin: 30px auto 0;
  }
  body.youtube-channel .section--video p.video__text {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
  }
  body.youtube-channel .section--video .btn {
    margin: 60px auto 0;
  }
  body.recruit .header__nav a.header__nav-link--recruit {
    color: #EE315D;
    pointer-events: none;
  }
  body.recruit .section--recruit {
    margin-top: 80px;
  }
  body.recruit .section--recruit .section__inner {
    padding: 0 30px;
  }
  body.recruit .section--recruit h3.section__title {
    padding: 0;
    text-align: center;
  }
  body.recruit .section--recruit h3.section__title::before {
    content: none;
  }
  body.recruit .section--recruit p.section__text {
    margin-top: 42px;
    text-align: center;
  }
  body.recruit .section--recruit .btn {
    margin: 32px auto 0;
  }
  body.recruit .section--recruit .slider__wrapper {
    display: flex;
    overflow: hidden;
    margin-top: 60px;
  }
  body.recruit .section--recruit .slider__wrapper ul.slide__list {
    display: flex;
    animation-name: scroll-left;
    animation-duration: 30s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
  }
  body.recruit .section--recruit .slider__wrapper ul.slide__list li.slide__item {
    width: 20vw;
  }
  body.recruit .section--recruit .slider__wrapper ul.slide__list li.slide__item img {
    display: block;
    width: 100%;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  body.recruit .section--recruit ul.slide__list--past {
    width: 100%;
    margin-top: 30px;
  }
  body.recruit .section--recruit ul.slide__list--past li img {
    width: 100%;
  }
  body.recruit .section--contact {
    margin-top: 16px;
    padding-top: 84px;
  }
  body.contact .header__nav a.header__nav-link--contact {
    color: #EE315D;
    pointer-events: none;
  }
  body.privacy .section--privacy {
    margin-top: 60px;
  }
  body.privacy .section--privacy .section__inner {
    padding: 0 30px;
  }
  body.privacy .section--privacy h5.section__title {
    margin-top: 1.5em;
  }
  body.privacy .section--privacy p.section__text {
    margin-top: 1em;
  }
  body.privacy .section--privacy p.section__text--flex {
    display: flex;
  }
  body.privacy .section--privacy p.section__text--flex span {
    display: block;
    flex-shrink: 0;
  }
  body.privacy .section--privacy ul.privacy__list {
    margin-top: 1em;
    padding-left: 1em;
  }
  body.privacy .section--privacy ul.privacy__list li {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
  }
  body.privacy .section--privacy ul.privacy__list li span {
    display: block;
    flex-shrink: 0;
  }
}
@media (min-width: 900px) {
  .wrapper {
    padding-top: 84px;
  }
  .header__menu {
    display: none;
  }
  .header__nav {
    display: block !important;
    position: absolute;
    top: 30px;
    right: 30px;
  }
  .header__nav ul.header__nav-list {
    display: flex;
  }
  .header__nav ul.header__nav-list li {
    height: 20px;
  }
  .header__nav ul.header__nav-list li a {
    display: flex;
    align-items: center;
    height: 100%;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.2s;
  }
  .header__nav ul.header__nav-list li + li {
    position: relative;
    margin-left: 16px;
    padding-left: 16px;
  }
  .header__nav ul.header__nav-list li + li::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 14px;
    border-left: 1px solid #A9B3BB;
  }
  .header__nav ul.header__sns {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1279px) {
  .header__nav ul.header__nav-list li a {
    font-size: 1.0946051603vw;
  }
  .header__nav ul.header__nav-list li + li {
    margin-left: 1.250977326vw;
    padding-left: 1.250977326vw;
  }
}
@media (min-width: 768px) and (max-width: 899px) {
  .wrapper {
    padding-top: 84px;
  }
  .header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 84px;
    background: #fff;
  }
  .header .header__inner {
    position: relative;
    height: 100%;
  }
  .header h1.header__logo {
    position: absolute;
    top: 25px;
    left: 15px;
    width: 145px;
  }
  .header h1.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .header h1.header__logo a span {
    display: block;
    text-align: center;
    font-size: 9px;
    font-weight: 500;
    color: #002F6B;
    line-height: 1;
  }
  .header h1.header__logo a img {
    display: block;
    width: 145px;
    margin-top: 8px;
  }
  .header .header__menu {
    display: block;
    position: fixed;
    z-index: 99;
    top: 34px;
    right: 15px;
    width: 28px;
    height: 16px;
    cursor: pointer;
  }
  .header .header__menu span {
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 28px;
    height: 2px;
    background: #002F6B;
    transition: all 0.2s;
  }
  .header .header__menu span:nth-child(1) {
    transform: translateY(-7px);
  }
  .header .header__menu span:nth-child(2) {
    opacity: 1;
  }
  .header .header__menu span:nth-child(3) {
    transform: translateY(7px);
  }
  .header .header__menu.open span {
    background: #fff;
  }
  .header .header__menu.open span:nth-child(1) {
    transform: rotate(-30deg) translateY(0px);
  }
  .header .header__menu.open span:nth-child(2) {
    opacity: 0;
  }
  .header .header__menu.open span:nth-child(3) {
    transform: rotate(30deg) translateY(0px);
  }
  .header .header__nav {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 107, 0.95);
  }
  .header .header__nav .header__nav-inner {
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    height: 100%;
    padding: 84px 30px 60px;
  }
  .header .header__nav ul.header__nav-list {
    width: 500px;
    margin: 0 auto;
    border-top: 1px solid #fff;
  }
  .header .header__nav ul.header__nav-list li {
    border-bottom: 1px solid #fff;
  }
  .header .header__nav ul.header__nav-list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 70px;
    padding-right: 40px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    transition: all 0.2s;
  }
  .header .header__nav ul.header__nav-list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 14px);
    right: 0;
    width: 28px;
    height: 28px;
    background-color: #fff;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 8px;
    border-radius: 100vmax;
  }
  .header .header__nav ul.header__nav-list li a strong {
    box-sizing: border-box;
    display: flex;
    height: 20px;
    margin-left: 8px;
    padding: 2px 8px 0;
    color: #002F6B;
    line-height: 1;
    background: #fff;
    border-radius: 3px;
    transition: all 0.2s;
  }
  .header .header__nav ul.header__sns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .header .header__nav ul.header__sns li {
    width: 40px;
    height: 40px;
  }
  .header .header__nav ul.header__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100vmax;
  }
  .header .header__nav ul.header__sns li img {
    width: auto;
  }
  .header .header__nav ul.header__sns li.yt img,
  .header .header__nav ul.header__sns li.X img {
    height: 18px;
  }
  .header .header__nav ul.header__sns li.insta img,
  .header .header__nav ul.header__sns li.fb img {
    height: 24px;
  }
  .header .header__nav ul.header__sns li + li {
    margin-left: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .footer {
    padding: 0 15px 15px;
  }
  .footer .footer__wrapper {
    padding: 0 15px;
    border-radius: 10px;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list {
    width: 27.2975432211vw;
  }
  .footer .footer__inner .footer__block:first-child ul.footer__nav-list:last-child {
    margin-left: 3.6396724295vw;
  }
}
@media (min-width: 768px) and (max-width: 1159px) {
  body.company .section--environment {
    margin-top: 10.3537532355vw;
  }
  body.company .section--environment .section__inner::before {
    top: -7.6790336497vw;
    height: 8.0241587575vw;
  }
}
/* ======================================================
	SP用設定
====================================================== */
@media screen and (max-width: 767px) {
  body {
    color: #002F6B;
    line-height: 1.5;
  }
  body.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  img {
    width: 100%;
  }
  .wrapper {
    overflow: hidden;
    position: relative;
    padding-top: 15.38vw;
  }
  sup {
    font-size: 2.56vw;
    vertical-align: top;
  }
  a:link {
    color: #002F6B;
    text-decoration: underline;
  }
  a:visited {
    color: #002F6B;
  }
  a:hover {
    color: #EE315D;
  }
  a:active {
    color: #002F6B;
  }
  .video-embed {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 2.56vw;
  }
  .video-embed iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  .pc {
    display: none;
  }
  .header {
    box-sizing: border-box;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.38vw;
    background: #fff;
  }
  .header .header__inner {
    position: relative;
    height: 100%;
  }
  .header h1.header__logo {
    position: absolute;
    top: 3.33vw;
    left: 3.85vw;
    width: 37.18vw;
  }
  .header h1.header__logo a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
  }
  .header h1.header__logo a span {
    display: block;
    text-align: center;
    font-size: 2.31vw;
    font-weight: 500;
    color: #002F6B;
    line-height: 1;
  }
  .header h1.header__logo a img {
    display: block;
    width: 37.18vw;
    margin-top: 2.05vw;
  }
  .header .header__menu {
    display: block;
    position: fixed;
    z-index: 99;
    top: 5.64vw;
    right: 3.85vw;
    width: 7.18vw;
    height: 4.10vw;
    cursor: pointer;
  }
  .header .header__menu span {
    display: block;
    position: absolute;
    top: 1.79vw;
    left: 0;
    width: 7.18vw;
    height: 0.51vw;
    background: #002F6B;
    transition: all 0.2s;
  }
  .header .header__menu span:nth-child(1) {
    transform: translateY(-1.79vw);
  }
  .header .header__menu span:nth-child(2) {
    opacity: 1;
  }
  .header .header__menu span:nth-child(3) {
    transform: translateY(1.79vw);
  }
  .header .header__menu.open span {
    background: #fff;
  }
  .header .header__menu.open span:nth-child(1) {
    transform: rotate(-30deg) translateY(0.00vw);
  }
  .header .header__menu.open span:nth-child(2) {
    opacity: 0;
  }
  .header .header__menu.open span:nth-child(3) {
    transform: rotate(30deg) translateY(0.00vw);
  }
  .header .header__nav {
    box-sizing: border-box;
    display: none;
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 47, 107, 0.95);
  }
  .header .header__nav .header__nav-inner {
    box-sizing: border-box;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
    height: 100%;
    padding: 15.38vw 7.69vw;
  }
  .header .header__nav ul.header__nav-list {
    border-top: 1px solid #fff;
  }
  .header .header__nav ul.header__nav-list li {
    border-bottom: 1px solid #fff;
  }
  .header .header__nav ul.header__nav-list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 15.38vw;
    padding-right: 10.26vw;
    text-decoration: none;
    font-size: 3.59vw;
    font-weight: 400;
    color: #fff;
    line-height: 1.3;
    transition: all 0.2s;
  }
  .header .header__nav ul.header__nav-list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3.59vw);
    right: 0;
    width: 7.18vw;
    height: 7.18vw;
    background-color: #fff;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.82vw 2.05vw;
    border-radius: 100vmax;
  }
  .header .header__nav ul.header__sns {
    display: flex;
    justify-content: center;
    margin-top: 10.26vw;
  }
  .header .header__nav ul.header__sns li {
    width: 10.26vw;
    height: 10.26vw;
  }
  .header .header__nav ul.header__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100vmax;
  }
  .header .header__nav ul.header__sns li img {
    width: auto;
  }
  .header .header__nav ul.header__sns li.yt img,
  .header .header__nav ul.header__sns li.x img {
    height: 4.62vw;
  }
  .header .header__nav ul.header__sns li.line img,
  .header .header__nav ul.header__sns li.insta img,
  .header .header__nav ul.header__sns li.fb img {
    height: 6.15vw;
  }
  .header .header__nav ul.header__sns li + li {
    margin-left: 3.85vw;
  }
  .breadcrumb {
    display: none;
  }
  .contents__header {
    margin-top: 2.56vw;
    padding: 0 5.13vw;
  }
  .contents__header h2.contents__title {
    font-size: 7.18vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .mainvisual {
    box-sizing: border-box;
    margin-top: 6.41vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  .mainvisual .mainvisual__inner {
    padding: 10.26vw 5.13vw 12.82vw;
  }
  .mainvisual h3.mainvisual__title {
    text-align: center;
    font-size: 6.15vw;
    font-weight: 400;
    line-height: 1.6;
  }
  .mainvisual h4.mainvisual__title {
    margin-top: 10.26vw;
    text-align: center;
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1;
  }
  .mainvisual p.mainvisual__text {
    margin-top: 5.13vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
  }
  .mainvisual .btn {
    display: table;
    margin: 5.13vw auto 0;
  }
  .section--contact {
    margin-top: 10.26vw;
    padding: 0 5.13vw;
  }
  .section--contact .section__inner {
    padding: 8.97vw 5.13vw 7.69vw;
    border-radius: 2.56vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  .section--contact h2.contact__title span {
    display: block;
    position: relative;
    padding-left: 5.64vw;
    font-size: 3.59vw;
    font-weight: 400;
    color: #EE315D;
    line-height: 1;
  }
  .section--contact h2.contact__title span::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 3.08vw;
    height: 0.51vw;
    border-top: 0.51vw solid #EE315D;
  }
  .section--contact h2.contact__title strong {
    display: block;
    margin-top: 4.36vw;
    font-size: 6.15vw;
    font-family: Inter;
    font-weight: 700;
    line-height: 1;
  }
  .section--contact p.contact__text {
    margin-top: 6.41vw;
    text-align: center;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
  }
  .section--contact ul.contact__list {
    margin-top: 5.13vw;
  }
  .section--contact ul.contact__list li.contact__item:first-child a::before {
    background-image: url("../img/ic_line.png");
  }
  .section--contact ul.contact__list li.contact__item:last-child a::before {
    background-image: url("../img/ic_mail.png");
  }
  .section--contact ul.contact__list li.contact__item a {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding: 6.67vw 6.67vw 6.67vw 17.18vw;
    text-decoration: none;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border: 1px solid #002F6B;
    border-radius: 2.56vw;
  }
  .section--contact ul.contact__list li.contact__item a::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 4.62vw);
    left: 4.10vw;
    width: 9.23vw;
    height: 9.23vw;
    background-image: url("../img/ic_line.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 9.23vw 9.23vw;
  }
  .section--contact ul.contact__list li + li {
    margin-top: 2.56vw;
  }
  .section--contact p.contact__tel {
    margin-top: 6.41vw;
    text-align: center;
    font-family: Inter;
    line-height: 1;
  }
  .section--contact p.contact__tel a {
    text-decoration: none;
  }
  .section--contact p.contact__tel span {
    font-size: 4.87vw;
    font-weight: 400;
  }
  .section--contact p.contact__tel strong {
    margin-left: 2.56vw;
    font-size: 7.18vw;
    font-weight: 700;
  }
  .footer {
    margin-top: 10.26vw;
    padding: 10.26vw 7.69vw 12.82vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  .footer .footer__inner {
    border-top: 1px solid #fff;
  }
  .footer ul.footer__nav-list li {
    border-bottom: 1px solid #fff;
  }
  .footer ul.footer__nav-list li a {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 15.38vw;
    padding-right: 10.26vw;
    text-decoration: none;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.3;
    transition: all 0.2s;
  }
  .footer ul.footer__nav-list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3.59vw);
    right: 0;
    width: 7.18vw;
    height: 7.18vw;
    background-color: #fff;
    background-image: url("../img/ic_arrow_b.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.82vw 2.05vw;
    border-radius: 100vmax;
  }
  .footer ul.footer__nav-list li.footer__pagetop {
    padding-top: 5.13vw;
    text-align: right;
    border-bottom: none;
  }
  .footer ul.footer__nav-list li.footer__pagetop a {
    display: inline;
    padding: 0;
  }
  .footer ul.footer__nav-list li.footer__pagetop a::after {
    content: none;
  }
  .footer p.footer__logo {
    margin-top: 7.69vw;
  }
  .footer p.footer__logo img {
    width: 47.18vw;
  }
  .footer p.footer__title {
    margin-top: 7.69vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1;
  }
  .footer p.footer__text {
    margin-top: 3.85vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  .footer ul.footer__sns {
    display: flex;
    margin-top: 6.41vw;
  }
  .footer ul.footer__sns li {
    width: 10.26vw;
    height: 10.26vw;
  }
  .footer ul.footer__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 100vmax;
  }
  .footer ul.footer__sns li img {
    width: auto;
  }
  .footer ul.footer__sns li.yt img,
  .footer ul.footer__sns li.x img {
    height: 4.62vw;
  }
  .footer ul.footer__sns li.line img,
  .footer ul.footer__sns li.insta img,
  .footer ul.footer__sns li.fb img {
    height: 6.15vw;
  }
  .footer ul.footer__sns li + li {
    margin-left: 3.85vw;
  }
  .footer p.footer__privacy,
  .footer p.footer__copyright {
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  .footer p.footer__privacy {
    margin-top: 7.69vw;
  }
  .footer p.footer__copyright {
    margin-top: 12.82vw;
  }
  h3.section__title {
    position: relative;
    padding-left: 7.18vw;
    font-size: 5.64vw;
    font-weight: 400;
    line-height: 1.2;
  }
  h3.section__title::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 4.62vw;
    height: 0.77vw;
    border-top: 0.77vw solid #EE315D;
  }
  h3.section__title span {
    font-size: 4.10vw;
  }
  h4.section__title {
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1.6;
  }
  h4.section__title strong {
    font-weight: 700;
  }
  h5.section__title {
    font-size: 4.62vw;
    font-weight: 400;
  }
  h5.section__title strong {
    font-weight: 700;
  }
  h5.section__title span {
    font-size: 4.10vw;
  }
  h6.section__title {
    font-size: 4.10vw;
    font-weight: 400;
  }
  p.section__text--lead {
    font-size: 7.18vw;
    font-weight: 400;
    line-height: 1.5;
  }
  p.section__text--lead span {
    display: block;
    margin-top: 0.5em;
    font-size: 4.10vw;
    letter-spacing: -0.05em;
    white-space: nowrap;
  }
  p.section__text {
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 2;
  }
  p.section__text--note {
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
  }
  ul.list--disc li {
    box-sizing: border-box;
    position: relative;
    padding-left: 0.75em;
    font-size: 3.59vw;
    line-height: 1.75;
  }
  ul.list--disc li:before {
    content: "•";
    position: absolute;
    top: 0;
    left: 0;
  }
  ul.list--disc li + li {
    margin-top: 1.28vw;
  }
  .btn {
    display: table;
    min-width: 48.72vw;
  }
  .btn a,
  .btn span {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    padding: 3.59vw 12.82vw 3.59vw 5.13vw;
    text-decoration: none;
    font-size: 3.59vw;
    font-weight: 700;
    line-height: 1;
    background: #fff;
    border: 1px solid #002F6B;
    border-radius: 100vmax;
    transition: all 0.2s;
    cursor: pointer;
  }
  .btn a:hover,
  .btn span:hover {
    color: #EE315D;
    border: 1px solid #EE315D;
  }
  .btn--arrow a:hover::after {
    background-color: #EE315D;
  }
  .btn--arrow a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3.59vw);
    right: 2.56vw;
    width: 7.18vw;
    height: 7.18vw;
    background-color: #002F6B;
    background-image: url("../img/ic_arrow_w.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.82vw 2.05vw;
    border-radius: 100vmax;
  }
  .btn--blank a:hover::after {
    background-color: #EE315D;
  }
  .btn--blank a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3.59vw);
    right: 2.56vw;
    width: 7.18vw;
    height: 7.18vw;
    background-color: #002F6B;
    background-image: url("../img/ic_blank_w.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 2.56vw 2.56vw;
    border-radius: 100vmax;
  }
  .btn--anchor a:hover::after {
    background-color: #EE315D;
  }
  .btn--anchor a::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 3.59vw);
    right: 2.56vw;
    width: 7.18vw;
    height: 7.18vw;
    background-color: #002F6B;
    background-image: url("../img/ic_anchor_w.svg");
    background-position: center top 2.82vw;
    background-repeat: no-repeat;
    background-size: 3.08vw 1.79vw;
    border-radius: 100vmax;
  }
  body.top::before {
    content: "";
    display: block;
    position: absolute;
    top: 15.38vw;
    left: 0;
    width: 100%;
    height: 141.03vw;
    background-color: #fff;
    background-image: url("../img/loading.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8.21vw 8.21vw;
  }
  body.top .mainvisual--top.visible {
    height: auto;
    animation-name: fadeIn;
    animation-duration: 0.2s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  body.top .mainvisual--top {
    box-sizing: border-box;
    position: relative;
    opacity: 0;
  }
  body.top .mainvisual--top .mainvisual__inner {
    position: relative;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__text01 {
    position: absolute;
    z-index: 1;
    top: 14.87vw;
    left: 41.79vw;
    writing-mode: vertical-rl;
    font-size: 4.62vw;
    font-weight: 400;
    color: #FFF;
    line-height: 1.8;
    letter-spacing: 0.28em;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__text02 {
    display: none;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__title {
    position: absolute;
    z-index: 1;
    bottom: 5.13vw;
    left: calc(50% - 46.15vw);
    width: 65.90vw;
  }
  body.top .mainvisual--top .mainvisual__inner p.mainvisual__title img {
    width: 100%;
  }
  body.top .mainvisual--top .mainvisual__inner .bnr__youtube {
    position: absolute;
    z-index: 1;
    bottom: 4.36vw;
    right: 2.82vw;
    width: 24.62vw;
    filter: drop-shadow(0.00vw 0.51vw 2.05vw rgba(0, 0, 0, 0.2));
  }
  body.top .mainvisual--top .mainvisual__inner .bnr__youtube img {
    width: 100%;
  }
  body.top .mainvisual--top .mainvisual__inner .scroll {
    display: none;
  }
  body.top .mainvisual--top ul.slide__list {
    position: relative;
    z-index: 0;
  }
  body.top h2.section__title--top span {
    display: block;
    position: relative;
    padding-left: 5.64vw;
    font-size: 3.59vw;
    font-weight: 400;
    color: #EE315D;
    line-height: 1;
  }
  body.top h2.section__title--top span::before {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 3.08vw;
    height: 0.51vw;
    border-top: 0.51vw solid #EE315D;
  }
  body.top h2.section__title--top strong {
    display: block;
    margin-top: 4.36vw;
    font-size: 6.15vw;
    font-family: Inter;
    font-weight: 700;
    line-height: 1;
  }
  body.top .section--about {
    margin-top: 12.82vw;
  }
  body.top .section--about .column__wrapper {
    display: flex;
    flex-direction: column;
  }
  body.top .section--about .column__wrapper .column {
    display: contents;
  }
  body.top .section--about h2.section__title--top {
    order: 1;
    padding: 0 5.13vw;
  }
  body.top .section--about p.section__text--lead {
    order: 2;
    margin-top: 7.69vw;
    padding: 0 5.13vw;
  }
  body.top .section--about p.section__text {
    order: 3;
    margin-top: 6.41vw;
    padding: 0 5.13vw;
    white-space: nowrap;
  }
  body.top .section--about figure.about__img {
    order: 4;
    margin-top: 1.28vw;
  }
  body.top .section--about .btn {
    order: 5;
    margin: 7.69vw auto 0;
  }
  body.top .section--business {
    position: relative;
    margin-top: 17.69vw;
    padding: 12.82vw 5.13vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.top .section--business::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: -7.69vw;
    right: 3.85vw;
    width: 62.82vw;
    height: 41.03vw;
    background: url("../../img/top/bg_business.png") center center no-repeat;
    background-size: cover;
  }
  body.top .section--business p.section__text--lead {
    margin-top: 7.69vw;
  }
  body.top .section--business p.section__text {
    margin-top: 6.41vw;
  }
  body.top .section--business ul.business__list {
    margin-top: 11.54vw;
  }
  body.top .section--business ul.business__list li.business__item {
    display: flex;
    flex-direction: column;
  }
  body.top .section--business ul.business__list li.business__item .business__text-block {
    display: contents;
  }
  body.top .section--business ul.business__list li.business__item h3.business__title {
    order: 1;
    font-size: 7.18vw;
    font-weight: 400;
    line-height: 1;
  }
  body.top .section--business ul.business__list li.business__item figure.business__img {
    order: 2;
    overflow: hidden;
    margin-top: 5.13vw;
    border-radius: 2.56vw;
  }
  body.top .section--business ul.business__list li.business__item p.business__text {
    order: 3;
    margin-top: 3.85vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 2;
    letter-spacing: -0.01em;
  }
  body.top .section--business ul.business__list li.business__item p.business__text strong {
    display: block;
    margin-bottom: 1.28vw;
    font-size: 4.62vw;
    line-height: 1.6;
  }
  body.top .section--business ul.business__list li.business__item .btn {
    order: 4;
    margin: 6.41vw auto 0;
  }
  body.top .section--business ul.business__list li + li {
    margin-top: 11.54vw;
  }
  body.top .section--business .column__wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 10.26vw;
    padding: 15.90vw 5.13vw 7.69vw;
    background: #fff;
    border-radius: 2.56vw;
  }
  body.top .section--business .column__wrapper .column {
    display: contents;
  }
  body.top .section--business .column__wrapper h3.service__title {
    order: 1;
    position: absolute;
    top: 5.13vw;
    left: 0;
    padding: 0 0 2.05vw 5.13vw;
    font-family: Inter;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1;
    border-bottom: 1px solid #002F6B;
  }
  body.top .section--business .column__wrapper p.service__text--lead {
    order: 2;
    font-size: 4.62vw;
    font-weight: 400;
  }
  body.top .section--business .column__wrapper figure.service__img {
    order: 3;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 3.85vw;
    border-radius: 2.56vw;
    border: 1px solid #C2DDF3;
  }
  body.top .section--business .column__wrapper p.service__text {
    order: 4;
    margin-top: 2.82vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 2;
  }
  body.top .section--business .column__wrapper p.service__text--note {
    order: 5;
    margin-top: 5.13vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
  }
  body.top .section--business .column__wrapper .btn {
    order: 6;
    margin: 2.56vw auto 0;
  }
  body.top .section--social-media {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.top .section--social-media p.section__text {
    margin-top: 6.41vw;
  }
  body.top .section--social-media .column__wrapper {
    margin: 8.97vw auto 0;
  }
  body.top .section--social-media .column__wrapper .column {
    position: relative;
    padding: 0 5.13vw 5.13vw;
  }
  body.top .section--social-media .column__wrapper .column::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 42.31vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
    border-radius: 2.56vw;
  }
  body.top .section--social-media .column__wrapper .column + .column {
    margin-top: 7.69vw;
  }
  body.top .section--social-media .video-embed {
    position: relative;
    z-index: 1;
  }
  body.top .section--social-media p.social-media__caption {
    position: relative;
    z-index: 1;
    margin-top: 2.56vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.top .section--social-media .btn {
    margin: 7.69vw auto 0;
  }
  body.top .section--social-media ul.list__sns {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 10.26vw auto 0;
    padding: 7.69vw;
    border: 1px solid #C8E1F5;
    border-radius: 2.56vw;
  }
  body.top .section--social-media ul.list__sns::before {
    content: "minima 公式SNS";
    display: block;
    position: absolute;
    top: -2.56vw;
    left: calc(50% - 23.08vw);
    width: 46.15vw;
    text-align: center;
    font-size: 4.62vw;
    font-weight: 400;
    line-height: 1;
    background: #fff;
  }
  body.top .section--social-media ul.list__sns li figure img {
    display: block;
    width: auto;
    margin: 0 auto;
  }
  body.top .section--social-media ul.list__sns li figure figcaption {
    margin-top: 2.56vw;
    text-align: center;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
  }
  body.top .section--social-media ul.list__sns li.yt img,
  body.top .section--social-media ul.list__sns li.x img {
    margin-top: 0.51vw;
    height: 7.18vw;
  }
  body.top .section--social-media ul.list__sns li.yt figcaption,
  body.top .section--social-media ul.list__sns li.x figcaption {
    margin-top: 3.59vw;
  }
  body.top .section--social-media ul.list__sns li.line img,
  body.top .section--social-media ul.list__sns li.insta img,
  body.top .section--social-media ul.list__sns li.fb img {
    height: 8.72vw;
  }
  body.top .section--information {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.top .section--information ul.information__list {
    margin-top: 10.26vw;
    border-top: 1px solid #DAECFA;
  }
  body.top .section--information ul.information__list li {
    display: flex;
    flex-wrap: wrap;
    padding: 5.13vw 0 3.85vw;
    border-bottom: 1px solid #DAECFA;
  }
  body.top .section--information ul.information__list li .information__text-block {
    width: 100%;
    margin-top: 2.56vw;
  }
  body.top .section--information ul.information__list li p.information__date {
    width: 19.49vw;
    padding-top: 0.1em;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
  }
  body.top .section--information ul.information__list li p.information__cat {
    box-sizing: border-box;
    width: 17.44vw;
    padding: 0.51vw 2.56vw;
    text-align: center;
    font-size: 3.08vw;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    border: 1px solid #002F6B;
    border-radius: 1.03vw;
  }
  body.top .section--information ul.information__list li p.information__title {
    font-size: 3.59vw;
    font-weight: 700;
  }
  body.top .section--information ul.information__list li p.information__text {
    margin-top: 0.3em;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.top .section--information ul.information__list li p.information__text a {
    text-decoration: underline;
  }
  body.top .section--information ul.information__list li figure.information__img {
    overflow: hidden;
    margin: 3.85vw 0 1.28vw;
    border-radius: 2.56vw;
  }
  body.top .section--information .btn {
    margin: 7.69vw auto 0;
  }
  body.top .section--recruit {
    position: relative;
    margin-top: 12.82vw;
    padding: 14.87vw 0 12.82vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.top .section--recruit::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: url("../../img/top/bg_recruit.svg") center top no-repeat;
  }
  body.top .section--recruit .section__inner {
    position: relative;
    z-index: 1;
  }
  body.top .section--recruit h2.section__title--top {
    padding: 0 5.13vw;
  }
  body.top .section--recruit p.section__text--lead {
    margin-top: 7.69vw;
    padding: 0 5.13vw;
  }
  body.top .section--recruit p.section__text {
    margin-top: 6.41vw;
    padding: 0 5.13vw;
  }
  body.top .section--recruit figure.recruit__img {
    overflow: hidden;
    margin-top: 8.97vw;
  }
  body.top .section--recruit .btn {
    margin: 7.69vw auto 0;
  }
  body.company .mainvisual {
    margin-top: 2.56vw;
    background: none;
  }
  body.company .section--message {
    padding: 12.82vw 5.13vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.company .section--message h4.section__title {
    margin-top: 7.69vw;
  }
  body.company .section--message p.section__text {
    margin-top: 3.85vw;
  }
  body.company .section--message p.section__text span.name {
    display: block;
    margin-top: 1em;
  }
  body.company .section--message figure.message__img {
    overflow: hidden;
    margin-top: 7.69vw;
    border-radius: 2.05vw;
  }
  body.company .section--overview {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.company .section--overview table.table {
    width: 100%;
    border-top: 1px solid #E0E7EC;
  }
  body.company .section--overview table.table tr {
    border-bottom: 1px solid #E0E7EC;
  }
  body.company .section--overview table.table th,
  body.company .section--overview table.table td {
    box-sizing: border-box;
    padding: 3.08vw 0 3.59vw 2.56vw;
    text-align: left;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
    vertical-align: top;
  }
  body.company .section--overview table.table th {
    width: 38.46vw;
    padding-right: 2.56vw;
    background: #EBF8FF;
  }
  body.company .section--overview table.table th span {
    display: block;
    font-size: 2.56vw;
    line-height: 1;
  }
  body.company .section--overview table.table td {
    padding-right: 2.56vw;
  }
  body.company .section--overview h3.section__title + table.table {
    margin-top: 7.69vw;
  }
  body.company .section--overview h5.section__title + table.table {
    margin-top: 5.13vw;
  }
  body.company .section--overview table.table + h5.section__title {
    margin-top: 7.69vw;
  }
  body.company .section--business {
    margin-top: 12.82vw;
    padding: 12.82vw 5.13vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.company .section--business .block {
    box-sizing: border-box;
    padding: 10.26vw 5.13vw;
    background: #fff;
    border-radius: 2.56vw;
  }
  body.company .section--business .block h5.section__title {
    margin-top: 6.41vw;
  }
  body.company .section--business .block__franchise {
    display: flex;
    flex-direction: column;
    margin-top: 7.69vw;
  }
  body.company .section--business .block__franchise .column__wrapper {
    display: contents;
  }
  body.company .section--business .block__franchise .column__wrapper .column {
    display: contents;
  }
  body.company .section--business .block__franchise h4.section__title {
    order: 1;
  }
  body.company .section--business .block__franchise h5.section__title {
    order: 2;
  }
  body.company .section--business .block__franchise p.section__text {
    order: 3;
    margin-top: 3.85vw;
  }
  body.company .section--business .block__franchise figure.franchise__img {
    order: 4;
    width: 41.03vw;
    margin: 7.69vw auto 0;
  }
  body.company .section--business .block__franchise .btn {
    order: 5;
    margin: 7.69vw auto 0;
  }
  body.company .section--business .block__privatebrand {
    margin-top: 7.69vw;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list {
    margin-top: 7.69vw;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li {
    display: flex;
    align-items: center;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li:not(:first-child) {
    margin-top: 3.85vw;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li figure.privatebrand__img {
    width: 17.95vw;
    flex-shrink: 0;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li p.privatebrand__name {
    margin-left: 3.85vw;
    font-size: 3.08vw;
    font-weight: 400;
  }
  body.company .section--business .block__privatebrand ul.privatebrand__list li p.privatebrand__name strong {
    display: block;
    margin-top: 0.2em;
    font-size: 4.10vw;
    font-weight: 700;
    line-height: 1.2;
  }
  body.company .section--business .block__privatebrand .btn {
    margin: 10.26vw auto 0;
  }
  body.company .section--business .block__retail {
    margin-top: 10.26vw;
  }
  body.company .section--business .block__retail h5.section__title + h6.section__title {
    margin-top: 5.13vw;
  }
  body.company .section--business .block__retail h6.section__title + p.section__text {
    margin-top: 2.56vw;
  }
  body.company .section--business .block__retail p.section__text + ul.list--disc {
    margin-top: 3.85vw;
  }
  body.company .section--business .block__retail ul.list--disc + h6.section__title {
    margin-top: 8.97vw;
  }
  body.company .section--business .block__retail p.section__text + h5.section__title {
    margin-top: 8.97vw;
    padding-top: 8.97vw;
    border-top: 1px solid #E0E7EC;
  }
  body.company .section--business .block__retail .btn {
    margin: 10.26vw auto 0;
  }
  body.company .section--history {
    margin-top: 12.82vw;
    padding: 0 3.85vw;
  }
  body.company .section--history figure.history__img {
    overflow: hidden;
    margin-top: 7.69vw;
    border-radius: 2.56vw;
  }
  body.company .section--history dl.history__list {
    position: relative;
    margin-top: 7.69vw;
    padding-bottom: 10.26vw;
  }
  body.company .section--history dl.history__list::before {
    content: "";
    display: block;
    position: absolute;
    top: 2.05vw;
    left: 2.05vw;
    width: 1px;
    height: calc(100% - 2.05vw);
    border-left: 1px solid #EE315D;
  }
  body.company .section--history dl.history__list::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.10vw 2.56vw 0 2.56vw;
    border-color: #EE315D transparent transparent transparent;
  }
  body.company .section--history dl.history__list dt {
    position: relative;
    padding-left: 6.92vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1;
  }
  body.company .section--history dl.history__list dt::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 2.05vw);
    left: 0;
    width: 4.36vw;
    height: 4.36vw;
    background: url("../img/ic_circle_r.svg") center center no-repeat;
    background-size: 4.36vw 4.36vw;
  }
  body.company .section--history dl.history__list dd {
    margin-top: 2.56vw;
    padding-left: 6.92vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
  }
  body.company .section--history dl.history__list dd + dt {
    margin-top: 7.69vw;
  }
  body.company .section--environment {
    position: relative;
    margin-top: 12.82vw;
    padding: 10.26vw 3.85vw 12.82vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.company .section--environment::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    top: -7.44vw;
    left: 0;
    width: 100%;
    height: 7.69vw;
    background: url("../../img/company/bg_environment.svg") center bottom no-repeat;
    background-size: contain;
  }
  body.company .section--environment h4.section__title {
    margin-top: 7.69vw;
  }
  body.company .section--environment p.section__text {
    margin-top: 3.85vw;
  }
  body.company .section--environment figure.environment__img {
    overflow: hidden;
    width: 64.10vw;
    margin: 8.97vw auto 0;
    border-radius: 2.56vw;
  }
  body.fc .mainvisual .btn--anchor {
    width: 100%;
  }
  body.fc .mainvisual .btn--anchor a {
    padding: 2.31vw 7.69vw 2.82vw;
    text-align: center;
    font-size: 5.13vw;
    font-weight: 700;
    line-height: 1.4;
    border-radius: 2.56vw;
  }
  body.fc .mainvisual .btn--anchor a::after {
    right: 4.10vw;
  }
  body.fc .section--introduction {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.fc .section--introduction h4.section__title {
    text-align: center;
  }
  body.fc .section--introduction p.section__text {
    margin-top: 3.85vw;
  }
  body.fc .section--introduction figure {
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 6.41vw;
    border-radius: 2.56vw;
  }
  body.fc .section--introduction p.section__text--achievements {
    box-sizing: border-box;
    margin-top: 7.69vw;
    padding: 2.05vw 2.56vw 3.08vw;
    text-align: center;
    font-size: 6.15vw;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.02em;
    background: #EBF8FF;
    border: 0.51vw solid #012F6B;
  }
  body.fc .section--introduction p.section__text--achievements strong {
    font-size: 8.21vw;
    font-weight: 900;
    letter-spacing: 0.02em;
  }
  body.fc .section--introduction p.section__text--achievements strong span {
    font-size: 5.13vw;
  }
  body.fc .section--marketsize {
    margin-top: 15.38vw;
    padding: 0 5.13vw;
  }
  body.fc .section--marketsize h4.section__title {
    text-align: center;
  }
  body.fc .section--marketsize p.section__text {
    margin-top: 7.69vw;
  }
  body.fc .section--marketsize h5.section__title {
    margin-top: 7.69vw;
  }
  body.fc .section--marketsize figure.marketsize__img {
    display: table;
    margin: 6.41vw auto 0;
  }
  body.fc .section--marketsize figure.marketsize__img figcaption {
    position: relative;
    margin-top: 5.13vw;
    padding-left: 2.5em;
    font-size: 3.59vw;
    font-weight: 400;
  }
  body.fc .section--marketsize figure.marketsize__img figcaption::before {
    content: "引用：";
    position: absolute;
    top: 0;
    left: 0;
  }
  body.fc .section--structure {
    margin-top: 12.82vw;
    padding: 12.82vw 5.13vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.fc .section--structure figure.structure__img {
    margin-top: 7.69vw;
  }
  body.fc .section--subject {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.fc .section--subject h4.section__title {
    margin-top: 7.69vw;
  }
  body.fc .section--subject ul.subject__list {
    margin-top: 7.69vw;
  }
  body.fc .section--subject ul.subject__list li {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 21.79vw;
    padding: 3.85vw 5.13vw 4.10vw;
    color: #FFF;
    text-align: left;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.5;
    background: #002F6B;
    border-radius: 2.56vw;
  }
  body.fc .section--subject ul.subject__list li:not(:first-child) {
    margin-top: 2.56vw;
  }
  body.fc .section--subject h4.subject__title {
    margin-top: 10.26vw;
    padding: 2.56vw 3.85vw 3.08vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.6;
    background: #EBF8FF;
    border-radius: 1.03vw;
  }
  body.fc .section--subject dl.subject__list {
    margin-top: 3.08vw;
    font-size: 4.10vw;
    font-style: normal;
    line-height: 2;
  }
  body.fc .section--subject dl.subject__list dt {
    font-weight: 900;
  }
  body.fc .section--subject dl.subject__list dd {
    padding-left: 0.75em;
    font-weight: 400;
  }
  body.fc .section--subject dl.subject__list dd + dt {
    margin-top: 2.56vw;
  }
  body.fc .section--schedule {
    margin-top: 15.38vw;
    padding: 0 5.13vw;
  }
  body.fc .section--schedule figure.schedule__img {
    margin-top: 7.69vw;
  }
  body.fc .section--voice {
    margin-top: 15.38vw;
    padding: 0 5.13vw;
  }
  body.fc .section--voice figure.voice__img {
    box-sizing: border-box;
    overflow: hidden;
    width: 51.28vw;
    margin: 7.69vw auto 0;
    border-radius: 2.56vw;
  }
  body.fc .section--voice h4.section__title {
    margin-top: 3.85vw;
    text-align: center;
  }
  body.fc .section--voice p.section__text {
    margin-top: 3.85vw;
  }
  body.fc .section--voice .video__wrapper {
    margin-top: 7.69vw;
  }
  body.fc .section--qa {
    position: relative;
    z-index: 1;
    margin-top: 15.38vw;
  }
  body.fc .section--qa .column__wrapper {
    padding: 0 5.13vw;
  }
  body.fc .section--qa dl.qa__list {
    margin-top: 7.69vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 2;
    border-top: 0.51vw solid #002F6B;
  }
  body.fc .section--qa dl.qa__list dt {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    height: 17.95vw;
    padding: 2.31vw 0 2.31vw 11.54vw;
    font-weight: 700;
    line-height: 1.6;
    border-bottom: 1px solid #002F6B;
  }
  body.fc .section--qa dl.qa__list dt::before {
    content: "Q";
    position: absolute;
    top: 4.10vw;
    left: 0;
    font-size: 8.21vw;
    font-weight: 400;
    line-height: 1;
  }
  body.fc .section--qa dl.qa__list dd {
    position: relative;
    padding: 3.85vw 0 4.62vw 11.54vw;
    font-weight: 400;
    border-bottom: 0.51vw solid #002F6B;
  }
  body.fc .section--qa dl.qa__list dd::before {
    content: "A";
    position: absolute;
    top: 3.59vw;
    left: 0;
    font-size: 8.21vw;
    font-weight: 400;
    color: #EE315D;
    line-height: 1;
  }
  body.fc .section--qa figure.qa__img {
    position: relative;
    margin-top: 12.82vw;
    padding: 0 5.13vw 6.41vw;
  }
  body.fc .section--qa figure.qa__img::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 48.72vw;
    background: linear-gradient(90deg, #EAF7FF 0.19%, #C8E1F5 99.85%);
  }
  body.fc .section--qa figure.qa__img img {
    display: table;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    border-radius: 2.56vw;
  }
  body.fc .section--qa figure.qa__img figcaption {
    position: relative;
    z-index: 1;
    margin-top: 3.59vw;
    font-size: 4.10vw;
    font-weight: 400;
  }
  body.fc .section--contact {
    position: relative;
    z-index: 0;
    margin-top: -5.13vw;
    padding-top: 15.38vw;
  }
  body.pb .mainvisual figure.mainvisual__img {
    width: 51.28vw;
    margin: 0 auto;
    padding-top: 10.26vw;
  }
  body.pb .mainvisual .mainvisual__inner {
    padding-top: 2.56vw;
  }
  body.pb .section--privatebrand {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.pb .section--privatebrand ul.privatebrand__list {
    margin-top: 7.69vw;
  }
  body.pb .section--privatebrand ul.privatebrand__list li {
    box-sizing: border-box;
    padding: 10.26vw 5.13vw;
    background: #EBF8FF;
    border-radius: 2.56vw;
  }
  body.pb .section--privatebrand ul.privatebrand__list li:not(:first-child) {
    margin-top: 7.69vw;
  }
  body.pb .section--privatebrand .privatebrand__title-block figure.privatebrand__logo {
    width: 25.64vw;
    margin: 0 auto;
  }
  body.pb .section--privatebrand .privatebrand__title-block h4.privatebrand__title {
    margin-top: 3.85vw;
    text-align: center;
    font-size: 3.85vw;
    font-weight: 700;
  }
  body.pb .section--privatebrand .privatebrand__title-block h4.privatebrand__title span {
    display: block;
    margin-top: 2.05vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 1;
  }
  body.pb .section--privatebrand .privatebrand__title-block h4.privatebrand__title strong {
    display: block;
    margin-top: 1.28vw;
    font-size: 6.15vw;
    font-weight: 900;
    line-height: 1.2;
  }
  body.pb .section--privatebrand figure.privatebrand__img {
    overflow: hidden;
    margin-top: 7.69vw;
    border-radius: 2.56vw;
  }
  body.pb .section--privatebrand h5.section__title {
    margin-top: 7.69vw;
  }
  body.pb .section--privatebrand p.section__text {
    margin-top: 3.85vw;
  }
  body.pb .section--privatebrand .btn {
    margin: 7.69vw auto 0;
  }
  body.retail .section {
    padding: 0 5.13vw;
  }
  body.retail .section--ecochoice .column__wrapper,
  body.retail .section--ecoreuse .column__wrapper {
    display: flex;
    flex-direction: column;
  }
  body.retail .section--ecochoice .column__wrapper .column,
  body.retail .section--ecoreuse .column__wrapper .column {
    display: contents;
  }
  body.retail .section--ecochoice .column__wrapper p.section__text,
  body.retail .section--ecoreuse .column__wrapper p.section__text {
    order: 1;
    margin-top: 3.85vw;
  }
  body.retail .section--ecochoice .column__wrapper figure,
  body.retail .section--ecoreuse .column__wrapper figure {
    order: 2;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 6.41vw;
    border-radius: 2.56vw;
  }
  body.retail .section--ecochoice .column__wrapper p.section__text--note,
  body.retail .section--ecoreuse .column__wrapper p.section__text--note {
    order: 3;
    margin-top: 6.41vw;
  }
  body.retail .section--ecochoice .column__wrapper .btn,
  body.retail .section--ecoreuse .column__wrapper .btn {
    order: 4;
  }
  body.retail .section--ecochoice h4.section__title,
  body.retail .section--ecoreuse h4.section__title {
    margin-top: 7.69vw;
  }
  body.retail .section--ecochoice p.section__text,
  body.retail .section--ecoreuse p.section__text {
    margin-top: 3.85vw;
  }
  body.retail .section--ecochoice ul.rental__list,
  body.retail .section--ecoreuse ul.rental__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10.26vw;
  }
  body.retail .section--ecochoice ul.rental__list li,
  body.retail .section--ecoreuse ul.rental__list li {
    width: calc((100% - 2.57vw) / 2);
  }
  body.retail .section--ecochoice ul.rental__list li:nth-child(2n),
  body.retail .section--ecoreuse ul.rental__list li:nth-child(2n) {
    margin-left: 2.56vw;
  }
  body.retail .section--ecochoice ul.rental__list li:nth-child(n+3),
  body.retail .section--ecoreuse ul.rental__list li:nth-child(n+3) {
    margin-top: 2.56vw;
  }
  body.retail .section--ecochoice ul.rental__list li figure.rental__img img,
  body.retail .section--ecoreuse ul.rental__list li figure.rental__img img {
    display: block;
    border-radius: 1.54vw;
  }
  body.retail .section--ecochoice ul.rental__list li figure.rental__img figcaption,
  body.retail .section--ecoreuse ul.rental__list li figure.rental__img figcaption {
    margin-top: 1.28vw;
    text-align: center;
    font-size: 3.59vw;
    font-weight: 400;
  }
  body.retail .section--ecochoice ul.rental__list--check,
  body.retail .section--ecoreuse ul.rental__list--check {
    margin-top: 7.69vw;
  }
  body.retail .section--ecochoice ul.rental__list--check li,
  body.retail .section--ecoreuse ul.rental__list--check li {
    box-sizing: border-box;
    position: relative;
    min-height: 7.69vw;
    padding: 0.2em 0 0 8.97vw;
    font-size: 4.10vw;
  }
  body.retail .section--ecochoice ul.rental__list--check li:not(:first-child),
  body.retail .section--ecoreuse ul.rental__list--check li:not(:first-child) {
    margin-top: 3.85vw;
  }
  body.retail .section--ecochoice ul.rental__list--check li:before,
  body.retail .section--ecoreuse ul.rental__list--check li:before {
    content: "";
    position: absolute;
    top: calc(50% - 3.85vw);
    left: 0;
    width: 7.69vw;
    height: 7.69vw;
    background: url("../img/ic_check.svg") center center no-repeat;
    background-size: 7.69vw 7.69vw;
  }
  body.retail .section--ecochoice figure.coordination__img,
  body.retail .section--ecoreuse figure.coordination__img {
    border: 1px solid #C2DDF3;
  }
  body.retail .section--ecochoice .btn--arrow,
  body.retail .section--ecoreuse .btn--arrow {
    margin: 2.56vw auto 0;
  }
  body.retail .section--ecochoice .btn--blank,
  body.retail .section--ecoreuse .btn--blank {
    margin: 7.69vw auto 0;
  }
  body.retail .section--ecochoice .btn--blank + h4.section__title,
  body.retail .section--ecoreuse .btn--blank + h4.section__title {
    margin-top: 10.26vw;
    padding-top: 7.69vw;
    border-top: 1px solid #E0E7EC;
  }
  body.retail .section--ecochoice {
    margin-top: 12.82vw;
  }
  body.retail .section--ecoreuse {
    margin-top: 15.38vw;
  }
  body.retail .section--store {
    padding-top: 15.38vw;
  }
  body.retail .section--store p.section__text {
    margin-top: 7.69vw;
  }
  body.retail .section--store ul.store__list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 7.69vw;
  }
  body.retail .section--store ul.store__list li.store__item {
    width: 100%;
  }
  body.retail .section--store ul.store__list li.store__item:not(:first-child) {
    margin-top: 10.26vw;
  }
  body.retail .section--store h4.store__title {
    padding: 2.56vw 3.85vw 3.08vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.6;
    background: #EBF8FF;
    border-radius: 1.03vw;
  }
  body.retail .section--store .store__map {
    overflow: hidden;
    width: 100%;
    margin-top: 5.13vw;
    aspect-ratio: 16/9;
    border-radius: 2.56vw;
  }
  body.retail .section--store .store__map iframe {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
  }
  body.retail .section--store dl.store__info-list {
    margin-top: 3.85vw;
    font-size: 3.59vw;
    font-weight: 400;
    line-height: 2;
  }
  body.retail .section--store dl.store__info-list .group {
    display: flex;
  }
  body.retail .section--store dl.store__info-list dt {
    width: 20.51vw;
    flex-shrink: 0;
  }
  body.retail .section--store p.store__tel {
    margin-top: 2.56vw;
    font-family: Inter;
    line-height: 1;
  }
  body.retail .section--store p.store__tel span {
    font-size: 4.62vw;
    font-weight: 400;
  }
  body.retail .section--store p.store__tel strong {
    margin-left: 2.56vw;
    font-size: 6.67vw;
    font-weight: 700;
  }
  body.retail .section--store ul.store__sns {
    display: flex;
    margin-top: 5.13vw;
  }
  body.retail .section--store ul.store__sns li {
    width: 9.23vw;
    height: 9.23vw;
  }
  body.retail .section--store ul.store__sns li:not(:first-child) {
    margin-left: 6.41vw;
  }
  body.retail .section--store ul.store__sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  body.retail .section--store ul.store__sns li.line img,
  body.retail .section--store ul.store__sns li.insta img,
  body.retail .section--store ul.store__sns li.fb img {
    height: 9.23vw;
  }
  body.retail .section--store ul.store__sns li.x img {
    height: 7.69vw;
  }
  body.youtube-channel .section--video {
    margin-top: 12.82vw;
    padding: 0 5.13vw;
  }
  body.youtube-channel .section--video h4.video__title {
    padding: 2.56vw 3.85vw 3.08vw;
    font-size: 4.62vw;
    font-weight: 700;
    line-height: 1.6;
    background: #EBF8FF;
    border-radius: 1.03vw;
  }
  body.youtube-channel .section--video h4.video__title:not(:first-child) {
    margin-top: 7.69vw;
  }
  body.youtube-channel .section--video .video__wrapper {
    margin-top: 5.13vw;
  }
  body.youtube-channel .section--video p.video__text {
    margin-top: 3.85vw;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 1.7;
  }
  body.youtube-channel .section--video .btn {
    margin: 7.69vw auto 0;
  }
  body.recruit .section--recruit {
    margin-top: 12.82vw;
  }
  body.recruit .section--recruit .section__inner {
    padding: 0 5.13vw;
  }
  body.recruit .section--recruit h3.section__title {
    padding: 0;
    text-align: center;
  }
  body.recruit .section--recruit h3.section__title::before {
    content: none;
  }
  body.recruit .section--recruit p.section__text {
    margin-top: 5.13vw;
  }
  body.recruit .section--recruit .btn {
    margin: 6.41vw auto 0;
  }
  body.recruit .section--recruit .slider__wrapper {
    display: flex;
    overflow: hidden;
    margin-top: 12.82vw;
  }
  body.recruit .section--recruit .slider__wrapper ul.slide__list {
    display: flex;
    animation-name: scroll-left;
    animation-duration: 26s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-fill-mode: both;
  }
  body.recruit .section--recruit .slider__wrapper ul.slide__list li.slide__item {
    width: 50vw;
  }
  body.recruit .section--recruit .slider__wrapper ul.slide__list li.slide__item img {
    display: block;
    width: 100%;
  }
  @keyframes scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  body.recruit .section--recruit ul.slide__list--past {
    width: 100%;
    margin-top: 7.69vw;
  }
  body.recruit .section--recruit ul.slide__list--past li img {
    width: 100%;
  }
  body.recruit .section--contact {
    position: relative;
    z-index: 0;
    margin-top: -5.13vw;
    padding-top: 15.38vw;
  }
  body.privacy .section--privacy {
    margin-top: 7.69vw;
  }
  body.privacy .section--privacy .section__inner {
    padding: 0 5.13vw;
  }
  body.privacy .section--privacy h5.section__title {
    margin-top: 1.5em;
  }
  body.privacy .section--privacy p.section__text {
    margin-top: 1em;
  }
  body.privacy .section--privacy p.section__text--flex {
    display: flex;
  }
  body.privacy .section--privacy p.section__text--flex span {
    display: block;
    flex-shrink: 0;
  }
  body.privacy .section--privacy ul.privacy__list {
    margin-top: 1em;
    padding-left: 1em;
  }
  body.privacy .section--privacy ul.privacy__list li {
    display: flex;
    font-size: 4.10vw;
    font-weight: 400;
    line-height: 2;
  }
  body.privacy .section--privacy ul.privacy__list li span {
    display: block;
    flex-shrink: 0;
  }
}/*# sourceMappingURL=style.css.map */