﻿:root {
  --font: #091059;
  --blue: #4172ea;
  --green: #007a4b;
  --orange: #f47e27;
  --purple: 65, 114, 234;
}

/* ==========================================================================
  Foundation
========================================================================== */
:root {
  --font: #091059;
  --blue: #4172ea;
  --green: #007a4b;
  --orange: #f47e27;
  --purple: 65, 114, 234;
}

/*
 * base
 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  background: #fff;
  overflow-x: hidden;
  line-height: 1.8;
  color: var(--font);
  letter-spacing: 0.01em;
}
html.is-load {
  opacity: 1;
}

body {
  position: relative;
  overflow: hidden;
  font-family: "Jost", YuGothic, "Yu Gothic", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

a {
  color: inherit;
  text-decoration: none;
}
@media print, screen and (min-width: 900px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  a[href^="tel:"]:hover {
    text-decoration: none;
  }
}

a,
button {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img,
svg {
  vertical-align: top;
  height: auto;
  width: auto;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

address {
  font-style: normal;
}

i, em {
  font-style: normal;
}

button {
  background: none;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe {
  border: none;
}

p {
  margin: 0;
}

/* ==========================================================================
  Layout
========================================================================== */
.l-header {
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  -webkit-transition: height 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
  transition: height 0.5s, background 0.5s, -webkit-box-shadow 0.5s;
  transition: height 0.5s, background 0.5s, box-shadow 0.5s;
  transition: height 0.5s, background 0.5s, box-shadow 0.5s, -webkit-box-shadow 0.5s;
}
@media only screen and (max-width: 899px) {
  .l-header {
    height: 50px;
    padding: 0 0 0 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header {
    height: 130px;
    padding: 0 50px;
  }
}
.l-header.is-scroll {
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 899px) {
  .l-header.is-scroll {
    height: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header.is-scroll {
    height: 75px;
  }
}

.l-header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-logo-item {
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .l-header-logo-item {
    margin-right: 8px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header-logo-item {
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header-logo-item a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-header-logo-item a:hover {
    opacity: 0.7;
  }
}

.l-header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 899px) {
  .l-header-search {
    height: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .l-header-search li {
    height: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header-search li {
    margin-left: 15px;
  }
}

.l-header-search-product {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .l-header-search-product {
    line-height: 1.4;
    background: var(--blue);
    font-size: 10px;
    font-size: 0.625rem;
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header-search-product {
    line-height: 1;
    width: 240px;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 10px 15px 35px;
    border-radius: 100px;
    background: var(--blue);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid var(--blue);
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .l-header-search-product:hover {
    background: #fff;
    color: var(--blue);
  }
  .l-header-search-product:hover .c-icon-search {
    background: var(--blue);
  }
}
@media print, screen and (min-width: 1100px) {
  .l-header-search-product {
    width: 210px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-header-search-product .c-icon-search {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 899px) {
  .l-header-search-product .c-icon-search {
    display: none;
  }
}

.l-header-search-formulation {
  display: block;
  color: #fff;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .l-header-search-formulation {
    line-height: 1.4;
    background: var(--green);
    font-size: 10px;
    font-size: 0.625rem;
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 900px) {
  .l-header-search-formulation {
    line-height: 1;
    width: 240px;
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 10px 15px 35px;
    border-radius: 100px;
    background: var(--green);
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    border: 2px solid var(--green);
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .l-header-search-formulation:hover {
    background: #fff;
    color: var(--green);
  }
  .l-header-search-formulation:hover .c-icon-search {
    background: var(--green);
  }
}
@media print, screen and (min-width: 1100px) {
  .l-header-search-formulation {
    width: 240px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.l-header-search-formulation .c-icon-search {
  width: 16px;
  height: 16px;
}
@media only screen and (max-width: 899px) {
  .l-header-search-formulation .c-icon-search {
    display: none;
  }
}

.l-footer {
  background: #313244;
  color: #fff;
  text-align: center;
  padding: 1em;
}
@media only screen and (max-width: 899px) {
  .l-footer {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 900px) {
  .l-footer {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
  Utility
========================================================================== */
/* display */
@media only screen and (max-width: 899px) {
  .u-pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 900px) {
  .u-sp {
    display: none !important;
  }
}

/* text */
.u-uppercase {
  text-transform: uppercase;
}

.u-underline {
  text-decoration: underline;
}

/* text-align */
.u-tal {
  text-align: left !important;
}

.u-tar {
  text-align: right !important;
}

.u-tac {
  text-align: center !important;
}

@media only screen and (max-width: 899px) {
  .u-sp-tal {
    text-align: left !important;
  }
  .u-sp-tar {
    text-align: right !important;
  }
  .u-sp-tac {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-tal {
    text-align: left !important;
  }
  .u-pc-tar {
    text-align: right !important;
  }
  .u-pc-tac {
    text-align: center !important;
  }
}
/* object-fit */
.u-img-cover {
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media only screen and (max-width: 899px) {
  .u-sp-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-img-cover {
    -webkit-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;";
  }
}
.u-img-contain {
  -webkit-object-fit: contain;
  -ms-object-fit: contain;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

@media only screen and (max-width: 899px) {
  .u-sp-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-img-contain {
    -webkit-object-fit: contain;
    -ms-object-fit: contain;
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
}
/* clear, clearfix */
.u-cf {
  zoom: 100%;
}
.u-cf:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

.u-cl {
  clear: both;
}

/* margin & padding */
.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

@media only screen and (max-width: 899px) {
  .u-sp-mt100 {
    margin-top: 100px !important;
  }
  .u-sp-mr100 {
    margin-right: 100px !important;
  }
  .u-sp-mb100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml100 {
    margin-left: 100px !important;
  }
  .u-sp-mt95 {
    margin-top: 95px !important;
  }
  .u-sp-mr95 {
    margin-right: 95px !important;
  }
  .u-sp-mb95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml95 {
    margin-left: 95px !important;
  }
  .u-sp-mt90 {
    margin-top: 90px !important;
  }
  .u-sp-mr90 {
    margin-right: 90px !important;
  }
  .u-sp-mb90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml90 {
    margin-left: 90px !important;
  }
  .u-sp-mt85 {
    margin-top: 85px !important;
  }
  .u-sp-mr85 {
    margin-right: 85px !important;
  }
  .u-sp-mb85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml85 {
    margin-left: 85px !important;
  }
  .u-sp-mt80 {
    margin-top: 80px !important;
  }
  .u-sp-mr80 {
    margin-right: 80px !important;
  }
  .u-sp-mb80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml80 {
    margin-left: 80px !important;
  }
  .u-sp-mt75 {
    margin-top: 75px !important;
  }
  .u-sp-mr75 {
    margin-right: 75px !important;
  }
  .u-sp-mb75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml75 {
    margin-left: 75px !important;
  }
  .u-sp-mt70 {
    margin-top: 70px !important;
  }
  .u-sp-mr70 {
    margin-right: 70px !important;
  }
  .u-sp-mb70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml70 {
    margin-left: 70px !important;
  }
  .u-sp-mt65 {
    margin-top: 65px !important;
  }
  .u-sp-mr65 {
    margin-right: 65px !important;
  }
  .u-sp-mb65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml65 {
    margin-left: 65px !important;
  }
  .u-sp-mt60 {
    margin-top: 60px !important;
  }
  .u-sp-mr60 {
    margin-right: 60px !important;
  }
  .u-sp-mb60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml60 {
    margin-left: 60px !important;
  }
  .u-sp-mt55 {
    margin-top: 55px !important;
  }
  .u-sp-mr55 {
    margin-right: 55px !important;
  }
  .u-sp-mb55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml55 {
    margin-left: 55px !important;
  }
  .u-sp-mt50 {
    margin-top: 50px !important;
  }
  .u-sp-mr50 {
    margin-right: 50px !important;
  }
  .u-sp-mb50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml50 {
    margin-left: 50px !important;
  }
  .u-sp-mt45 {
    margin-top: 45px !important;
  }
  .u-sp-mr45 {
    margin-right: 45px !important;
  }
  .u-sp-mb45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml45 {
    margin-left: 45px !important;
  }
  .u-sp-mt40 {
    margin-top: 40px !important;
  }
  .u-sp-mr40 {
    margin-right: 40px !important;
  }
  .u-sp-mb40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml40 {
    margin-left: 40px !important;
  }
  .u-sp-mt35 {
    margin-top: 35px !important;
  }
  .u-sp-mr35 {
    margin-right: 35px !important;
  }
  .u-sp-mb35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml35 {
    margin-left: 35px !important;
  }
  .u-sp-mt30 {
    margin-top: 30px !important;
  }
  .u-sp-mr30 {
    margin-right: 30px !important;
  }
  .u-sp-mb30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml30 {
    margin-left: 30px !important;
  }
  .u-sp-mt25 {
    margin-top: 25px !important;
  }
  .u-sp-mr25 {
    margin-right: 25px !important;
  }
  .u-sp-mb25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml25 {
    margin-left: 25px !important;
  }
  .u-sp-mt20 {
    margin-top: 20px !important;
  }
  .u-sp-mr20 {
    margin-right: 20px !important;
  }
  .u-sp-mb20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml20 {
    margin-left: 20px !important;
  }
  .u-sp-mt15 {
    margin-top: 15px !important;
  }
  .u-sp-mr15 {
    margin-right: 15px !important;
  }
  .u-sp-mb15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml15 {
    margin-left: 15px !important;
  }
  .u-sp-mt10 {
    margin-top: 10px !important;
  }
  .u-sp-mr10 {
    margin-right: 10px !important;
  }
  .u-sp-mb10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml10 {
    margin-left: 10px !important;
  }
  .u-sp-mt5 {
    margin-top: 5px !important;
  }
  .u-sp-mr5 {
    margin-right: 5px !important;
  }
  .u-sp-mb5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml5 {
    margin-left: 5px !important;
  }
  .u-sp-mt0 {
    margin-top: 0px !important;
  }
  .u-sp-mr0 {
    margin-right: 0px !important;
  }
  .u-sp-mb0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml0 {
    margin-left: 0px !important;
  }
  .u-sp-pt100 {
    padding-top: 100px !important;
  }
  .u-sp-pr100 {
    padding-right: 100px !important;
  }
  .u-sp-pb100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl100 {
    padding-left: 100px !important;
  }
  .u-sp-pt95 {
    padding-top: 95px !important;
  }
  .u-sp-pr95 {
    padding-right: 95px !important;
  }
  .u-sp-pb95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl95 {
    padding-left: 95px !important;
  }
  .u-sp-pt90 {
    padding-top: 90px !important;
  }
  .u-sp-pr90 {
    padding-right: 90px !important;
  }
  .u-sp-pb90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl90 {
    padding-left: 90px !important;
  }
  .u-sp-pt85 {
    padding-top: 85px !important;
  }
  .u-sp-pr85 {
    padding-right: 85px !important;
  }
  .u-sp-pb85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl85 {
    padding-left: 85px !important;
  }
  .u-sp-pt80 {
    padding-top: 80px !important;
  }
  .u-sp-pr80 {
    padding-right: 80px !important;
  }
  .u-sp-pb80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl80 {
    padding-left: 80px !important;
  }
  .u-sp-pt75 {
    padding-top: 75px !important;
  }
  .u-sp-pr75 {
    padding-right: 75px !important;
  }
  .u-sp-pb75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl75 {
    padding-left: 75px !important;
  }
  .u-sp-pt70 {
    padding-top: 70px !important;
  }
  .u-sp-pr70 {
    padding-right: 70px !important;
  }
  .u-sp-pb70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl70 {
    padding-left: 70px !important;
  }
  .u-sp-pt65 {
    padding-top: 65px !important;
  }
  .u-sp-pr65 {
    padding-right: 65px !important;
  }
  .u-sp-pb65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl65 {
    padding-left: 65px !important;
  }
  .u-sp-pt60 {
    padding-top: 60px !important;
  }
  .u-sp-pr60 {
    padding-right: 60px !important;
  }
  .u-sp-pb60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl60 {
    padding-left: 60px !important;
  }
  .u-sp-pt55 {
    padding-top: 55px !important;
  }
  .u-sp-pr55 {
    padding-right: 55px !important;
  }
  .u-sp-pb55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl55 {
    padding-left: 55px !important;
  }
  .u-sp-pt50 {
    padding-top: 50px !important;
  }
  .u-sp-pr50 {
    padding-right: 50px !important;
  }
  .u-sp-pb50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl50 {
    padding-left: 50px !important;
  }
  .u-sp-pt45 {
    padding-top: 45px !important;
  }
  .u-sp-pr45 {
    padding-right: 45px !important;
  }
  .u-sp-pb45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl45 {
    padding-left: 45px !important;
  }
  .u-sp-pt40 {
    padding-top: 40px !important;
  }
  .u-sp-pr40 {
    padding-right: 40px !important;
  }
  .u-sp-pb40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl40 {
    padding-left: 40px !important;
  }
  .u-sp-pt35 {
    padding-top: 35px !important;
  }
  .u-sp-pr35 {
    padding-right: 35px !important;
  }
  .u-sp-pb35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl35 {
    padding-left: 35px !important;
  }
  .u-sp-pt30 {
    padding-top: 30px !important;
  }
  .u-sp-pr30 {
    padding-right: 30px !important;
  }
  .u-sp-pb30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl30 {
    padding-left: 30px !important;
  }
  .u-sp-pt25 {
    padding-top: 25px !important;
  }
  .u-sp-pr25 {
    padding-right: 25px !important;
  }
  .u-sp-pb25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl25 {
    padding-left: 25px !important;
  }
  .u-sp-pt20 {
    padding-top: 20px !important;
  }
  .u-sp-pr20 {
    padding-right: 20px !important;
  }
  .u-sp-pb20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl20 {
    padding-left: 20px !important;
  }
  .u-sp-pt15 {
    padding-top: 15px !important;
  }
  .u-sp-pr15 {
    padding-right: 15px !important;
  }
  .u-sp-pb15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl15 {
    padding-left: 15px !important;
  }
  .u-sp-pt10 {
    padding-top: 10px !important;
  }
  .u-sp-pr10 {
    padding-right: 10px !important;
  }
  .u-sp-pb10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl10 {
    padding-left: 10px !important;
  }
  .u-sp-pt5 {
    padding-top: 5px !important;
  }
  .u-sp-pr5 {
    padding-right: 5px !important;
  }
  .u-sp-pb5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl5 {
    padding-left: 5px !important;
  }
  .u-sp-pt0 {
    padding-top: 0px !important;
  }
  .u-sp-pr0 {
    padding-right: 0px !important;
  }
  .u-sp-pb0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl0 {
    padding-left: 0px !important;
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-mt100 {
    margin-top: 100px !important;
  }
  .u-pc-mr100 {
    margin-right: 100px !important;
  }
  .u-pc-mb100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml100 {
    margin-left: 100px !important;
  }
  .u-pc-mt95 {
    margin-top: 95px !important;
  }
  .u-pc-mr95 {
    margin-right: 95px !important;
  }
  .u-pc-mb95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml95 {
    margin-left: 95px !important;
  }
  .u-pc-mt90 {
    margin-top: 90px !important;
  }
  .u-pc-mr90 {
    margin-right: 90px !important;
  }
  .u-pc-mb90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml90 {
    margin-left: 90px !important;
  }
  .u-pc-mt85 {
    margin-top: 85px !important;
  }
  .u-pc-mr85 {
    margin-right: 85px !important;
  }
  .u-pc-mb85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml85 {
    margin-left: 85px !important;
  }
  .u-pc-mt80 {
    margin-top: 80px !important;
  }
  .u-pc-mr80 {
    margin-right: 80px !important;
  }
  .u-pc-mb80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml80 {
    margin-left: 80px !important;
  }
  .u-pc-mt75 {
    margin-top: 75px !important;
  }
  .u-pc-mr75 {
    margin-right: 75px !important;
  }
  .u-pc-mb75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml75 {
    margin-left: 75px !important;
  }
  .u-pc-mt70 {
    margin-top: 70px !important;
  }
  .u-pc-mr70 {
    margin-right: 70px !important;
  }
  .u-pc-mb70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml70 {
    margin-left: 70px !important;
  }
  .u-pc-mt65 {
    margin-top: 65px !important;
  }
  .u-pc-mr65 {
    margin-right: 65px !important;
  }
  .u-pc-mb65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml65 {
    margin-left: 65px !important;
  }
  .u-pc-mt60 {
    margin-top: 60px !important;
  }
  .u-pc-mr60 {
    margin-right: 60px !important;
  }
  .u-pc-mb60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml60 {
    margin-left: 60px !important;
  }
  .u-pc-mt55 {
    margin-top: 55px !important;
  }
  .u-pc-mr55 {
    margin-right: 55px !important;
  }
  .u-pc-mb55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml55 {
    margin-left: 55px !important;
  }
  .u-pc-mt50 {
    margin-top: 50px !important;
  }
  .u-pc-mr50 {
    margin-right: 50px !important;
  }
  .u-pc-mb50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml50 {
    margin-left: 50px !important;
  }
  .u-pc-mt45 {
    margin-top: 45px !important;
  }
  .u-pc-mr45 {
    margin-right: 45px !important;
  }
  .u-pc-mb45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml45 {
    margin-left: 45px !important;
  }
  .u-pc-mt40 {
    margin-top: 40px !important;
  }
  .u-pc-mr40 {
    margin-right: 40px !important;
  }
  .u-pc-mb40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml40 {
    margin-left: 40px !important;
  }
  .u-pc-mt35 {
    margin-top: 35px !important;
  }
  .u-pc-mr35 {
    margin-right: 35px !important;
  }
  .u-pc-mb35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml35 {
    margin-left: 35px !important;
  }
  .u-pc-mt30 {
    margin-top: 30px !important;
  }
  .u-pc-mr30 {
    margin-right: 30px !important;
  }
  .u-pc-mb30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml30 {
    margin-left: 30px !important;
  }
  .u-pc-mt25 {
    margin-top: 25px !important;
  }
  .u-pc-mr25 {
    margin-right: 25px !important;
  }
  .u-pc-mb25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml25 {
    margin-left: 25px !important;
  }
  .u-pc-mt20 {
    margin-top: 20px !important;
  }
  .u-pc-mr20 {
    margin-right: 20px !important;
  }
  .u-pc-mb20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml20 {
    margin-left: 20px !important;
  }
  .u-pc-mt15 {
    margin-top: 15px !important;
  }
  .u-pc-mr15 {
    margin-right: 15px !important;
  }
  .u-pc-mb15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml15 {
    margin-left: 15px !important;
  }
  .u-pc-mt10 {
    margin-top: 10px !important;
  }
  .u-pc-mr10 {
    margin-right: 10px !important;
  }
  .u-pc-mb10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml10 {
    margin-left: 10px !important;
  }
  .u-pc-mt5 {
    margin-top: 5px !important;
  }
  .u-pc-mr5 {
    margin-right: 5px !important;
  }
  .u-pc-mb5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml5 {
    margin-left: 5px !important;
  }
  .u-pc-mt0 {
    margin-top: 0px !important;
  }
  .u-pc-mr0 {
    margin-right: 0px !important;
  }
  .u-pc-mb0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml0 {
    margin-left: 0px !important;
  }
  .u-pc-pt100 {
    padding-top: 100px !important;
  }
  .u-pc-pr100 {
    padding-right: 100px !important;
  }
  .u-pc-pb100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl100 {
    padding-left: 100px !important;
  }
  .u-pc-pt95 {
    padding-top: 95px !important;
  }
  .u-pc-pr95 {
    padding-right: 95px !important;
  }
  .u-pc-pb95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl95 {
    padding-left: 95px !important;
  }
  .u-pc-pt90 {
    padding-top: 90px !important;
  }
  .u-pc-pr90 {
    padding-right: 90px !important;
  }
  .u-pc-pb90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl90 {
    padding-left: 90px !important;
  }
  .u-pc-pt85 {
    padding-top: 85px !important;
  }
  .u-pc-pr85 {
    padding-right: 85px !important;
  }
  .u-pc-pb85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl85 {
    padding-left: 85px !important;
  }
  .u-pc-pt80 {
    padding-top: 80px !important;
  }
  .u-pc-pr80 {
    padding-right: 80px !important;
  }
  .u-pc-pb80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl80 {
    padding-left: 80px !important;
  }
  .u-pc-pt75 {
    padding-top: 75px !important;
  }
  .u-pc-pr75 {
    padding-right: 75px !important;
  }
  .u-pc-pb75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl75 {
    padding-left: 75px !important;
  }
  .u-pc-pt70 {
    padding-top: 70px !important;
  }
  .u-pc-pr70 {
    padding-right: 70px !important;
  }
  .u-pc-pb70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl70 {
    padding-left: 70px !important;
  }
  .u-pc-pt65 {
    padding-top: 65px !important;
  }
  .u-pc-pr65 {
    padding-right: 65px !important;
  }
  .u-pc-pb65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl65 {
    padding-left: 65px !important;
  }
  .u-pc-pt60 {
    padding-top: 60px !important;
  }
  .u-pc-pr60 {
    padding-right: 60px !important;
  }
  .u-pc-pb60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl60 {
    padding-left: 60px !important;
  }
  .u-pc-pt55 {
    padding-top: 55px !important;
  }
  .u-pc-pr55 {
    padding-right: 55px !important;
  }
  .u-pc-pb55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl55 {
    padding-left: 55px !important;
  }
  .u-pc-pt50 {
    padding-top: 50px !important;
  }
  .u-pc-pr50 {
    padding-right: 50px !important;
  }
  .u-pc-pb50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl50 {
    padding-left: 50px !important;
  }
  .u-pc-pt45 {
    padding-top: 45px !important;
  }
  .u-pc-pr45 {
    padding-right: 45px !important;
  }
  .u-pc-pb45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl45 {
    padding-left: 45px !important;
  }
  .u-pc-pt40 {
    padding-top: 40px !important;
  }
  .u-pc-pr40 {
    padding-right: 40px !important;
  }
  .u-pc-pb40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl40 {
    padding-left: 40px !important;
  }
  .u-pc-pt35 {
    padding-top: 35px !important;
  }
  .u-pc-pr35 {
    padding-right: 35px !important;
  }
  .u-pc-pb35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl35 {
    padding-left: 35px !important;
  }
  .u-pc-pt30 {
    padding-top: 30px !important;
  }
  .u-pc-pr30 {
    padding-right: 30px !important;
  }
  .u-pc-pb30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl30 {
    padding-left: 30px !important;
  }
  .u-pc-pt25 {
    padding-top: 25px !important;
  }
  .u-pc-pr25 {
    padding-right: 25px !important;
  }
  .u-pc-pb25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl25 {
    padding-left: 25px !important;
  }
  .u-pc-pt20 {
    padding-top: 20px !important;
  }
  .u-pc-pr20 {
    padding-right: 20px !important;
  }
  .u-pc-pb20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl20 {
    padding-left: 20px !important;
  }
  .u-pc-pt15 {
    padding-top: 15px !important;
  }
  .u-pc-pr15 {
    padding-right: 15px !important;
  }
  .u-pc-pb15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl15 {
    padding-left: 15px !important;
  }
  .u-pc-pt10 {
    padding-top: 10px !important;
  }
  .u-pc-pr10 {
    padding-right: 10px !important;
  }
  .u-pc-pb10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl10 {
    padding-left: 10px !important;
  }
  .u-pc-pt5 {
    padding-top: 5px !important;
  }
  .u-pc-pr5 {
    padding-right: 5px !important;
  }
  .u-pc-pb5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl5 {
    padding-left: 5px !important;
  }
  .u-pc-pt0 {
    padding-top: 0px !important;
  }
  .u-pc-pr0 {
    padding-right: 0px !important;
  }
  .u-pc-pb0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl0 {
    padding-left: 0px !important;
  }
}
/* font-size */
.u-fs50 {
  font-size: 50px !important;
  font-size: 3.125rem !important;
}

.u-fs49 {
  font-size: 49px !important;
  font-size: 3.0625rem !important;
}

.u-fs48 {
  font-size: 48px !important;
  font-size: 3rem !important;
}

.u-fs47 {
  font-size: 47px !important;
  font-size: 2.9375rem !important;
}

.u-fs46 {
  font-size: 46px !important;
  font-size: 2.875rem !important;
}

.u-fs45 {
  font-size: 45px !important;
  font-size: 2.8125rem !important;
}

.u-fs44 {
  font-size: 44px !important;
  font-size: 2.75rem !important;
}

.u-fs43 {
  font-size: 43px !important;
  font-size: 2.6875rem !important;
}

.u-fs42 {
  font-size: 42px !important;
  font-size: 2.625rem !important;
}

.u-fs41 {
  font-size: 41px !important;
  font-size: 2.5625rem !important;
}

.u-fs40 {
  font-size: 40px !important;
  font-size: 2.5rem !important;
}

.u-fs39 {
  font-size: 39px !important;
  font-size: 2.4375rem !important;
}

.u-fs38 {
  font-size: 38px !important;
  font-size: 2.375rem !important;
}

.u-fs37 {
  font-size: 37px !important;
  font-size: 2.3125rem !important;
}

.u-fs36 {
  font-size: 36px !important;
  font-size: 2.25rem !important;
}

.u-fs35 {
  font-size: 35px !important;
  font-size: 2.1875rem !important;
}

.u-fs34 {
  font-size: 34px !important;
  font-size: 2.125rem !important;
}

.u-fs33 {
  font-size: 33px !important;
  font-size: 2.0625rem !important;
}

.u-fs32 {
  font-size: 32px !important;
  font-size: 2rem !important;
}

.u-fs31 {
  font-size: 31px !important;
  font-size: 1.9375rem !important;
}

.u-fs30 {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}

.u-fs29 {
  font-size: 29px !important;
  font-size: 1.8125rem !important;
}

.u-fs28 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
}

.u-fs27 {
  font-size: 27px !important;
  font-size: 1.6875rem !important;
}

.u-fs26 {
  font-size: 26px !important;
  font-size: 1.625rem !important;
}

.u-fs25 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}

.u-fs24 {
  font-size: 24px !important;
  font-size: 1.5rem !important;
}

.u-fs23 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}

.u-fs22 {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}

.u-fs21 {
  font-size: 21px !important;
  font-size: 1.3125rem !important;
}

.u-fs20 {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}

.u-fs19 {
  font-size: 19px !important;
  font-size: 1.1875rem !important;
}

.u-fs18 {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}

.u-fs17 {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}

.u-fs16 {
  font-size: 16px !important;
  font-size: 1rem !important;
}

.u-fs15 {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}

.u-fs14 {
  font-size: 14px !important;
  font-size: 0.875rem !important;
}

.u-fs13 {
  font-size: 13px !important;
  font-size: 0.8125rem !important;
}

.u-fs12 {
  font-size: 12px !important;
  font-size: 0.75rem !important;
}

.u-fs11 {
  font-size: 11px !important;
  font-size: 0.6875rem !important;
}

.u-fs10 {
  font-size: 10px !important;
  font-size: 0.625rem !important;
}

@media only screen and (max-width: 899px) {
  .u-sp-fs50 {
    font-size: 3.125rem !important;
  }
  .u-sp-fs49 {
    font-size: 3.0625rem !important;
  }
  .u-sp-fs48 {
    font-size: 3rem !important;
  }
  .u-sp-fs47 {
    font-size: 2.9375rem !important;
  }
  .u-sp-fs46 {
    font-size: 2.875rem !important;
  }
  .u-sp-fs45 {
    font-size: 2.8125rem !important;
  }
  .u-sp-fs44 {
    font-size: 2.75rem !important;
  }
  .u-sp-fs43 {
    font-size: 2.6875rem !important;
  }
  .u-sp-fs42 {
    font-size: 2.625rem !important;
  }
  .u-sp-fs41 {
    font-size: 2.5625rem !important;
  }
  .u-sp-fs40 {
    font-size: 2.5rem !important;
  }
  .u-sp-fs39 {
    font-size: 2.4375rem !important;
  }
  .u-sp-fs38 {
    font-size: 2.375rem !important;
  }
  .u-sp-fs37 {
    font-size: 2.3125rem !important;
  }
  .u-sp-fs36 {
    font-size: 2.25rem !important;
  }
  .u-sp-fs35 {
    font-size: 2.1875rem !important;
  }
  .u-sp-fs34 {
    font-size: 2.125rem !important;
  }
  .u-sp-fs33 {
    font-size: 2.0625rem !important;
  }
  .u-sp-fs32 {
    font-size: 2rem !important;
  }
  .u-sp-fs31 {
    font-size: 1.9375rem !important;
  }
  .u-sp-fs30 {
    font-size: 1.875rem !important;
  }
  .u-sp-fs29 {
    font-size: 1.8125rem !important;
  }
  .u-sp-fs28 {
    font-size: 1.75rem !important;
  }
  .u-sp-fs27 {
    font-size: 1.6875rem !important;
  }
  .u-sp-fs26 {
    font-size: 1.625rem !important;
  }
  .u-sp-fs25 {
    font-size: 1.5625rem !important;
  }
  .u-sp-fs24 {
    font-size: 1.5rem !important;
  }
  .u-sp-fs23 {
    font-size: 1.4375rem !important;
  }
  .u-sp-fs22 {
    font-size: 1.375rem !important;
  }
  .u-sp-fs21 {
    font-size: 1.3125rem !important;
  }
  .u-sp-fs20 {
    font-size: 1.25rem !important;
  }
  .u-sp-fs19 {
    font-size: 1.1875rem !important;
  }
  .u-sp-fs18 {
    font-size: 1.125rem !important;
  }
  .u-sp-fs17 {
    font-size: 1.0625rem !important;
  }
  .u-sp-fs16 {
    font-size: 1rem !important;
  }
  .u-sp-fs15 {
    font-size: 0.9375rem !important;
  }
  .u-sp-fs14 {
    font-size: 0.875rem !important;
  }
  .u-sp-fs13 {
    font-size: 0.8125rem !important;
  }
  .u-sp-fs12 {
    font-size: 0.75rem !important;
  }
  .u-sp-fs11 {
    font-size: 0.6875rem !important;
  }
  .u-sp-fs10 {
    font-size: 0.625rem !important;
  }
}
@media print, screen and (min-width: 900px) {
  .u-pc-fs50 {
    font-size: 3.125rem !important;
  }
  .u-pc-fs49 {
    font-size: 3.0625rem !important;
  }
  .u-pc-fs48 {
    font-size: 3rem !important;
  }
  .u-pc-fs47 {
    font-size: 2.9375rem !important;
  }
  .u-pc-fs46 {
    font-size: 2.875rem !important;
  }
  .u-pc-fs45 {
    font-size: 2.8125rem !important;
  }
  .u-pc-fs44 {
    font-size: 2.75rem !important;
  }
  .u-pc-fs43 {
    font-size: 2.6875rem !important;
  }
  .u-pc-fs42 {
    font-size: 2.625rem !important;
  }
  .u-pc-fs41 {
    font-size: 2.5625rem !important;
  }
  .u-pc-fs40 {
    font-size: 2.5rem !important;
  }
  .u-pc-fs39 {
    font-size: 2.4375rem !important;
  }
  .u-pc-fs38 {
    font-size: 2.375rem !important;
  }
  .u-pc-fs37 {
    font-size: 2.3125rem !important;
  }
  .u-pc-fs36 {
    font-size: 2.25rem !important;
  }
  .u-pc-fs35 {
    font-size: 2.1875rem !important;
  }
  .u-pc-fs34 {
    font-size: 2.125rem !important;
  }
  .u-pc-fs33 {
    font-size: 2.0625rem !important;
  }
  .u-pc-fs32 {
    font-size: 2rem !important;
  }
  .u-pc-fs31 {
    font-size: 1.9375rem !important;
  }
  .u-pc-fs30 {
    font-size: 1.875rem !important;
  }
  .u-pc-fs29 {
    font-size: 1.8125rem !important;
  }
  .u-pc-fs28 {
    font-size: 1.75rem !important;
  }
  .u-pc-fs27 {
    font-size: 1.6875rem !important;
  }
  .u-pc-fs26 {
    font-size: 1.625rem !important;
  }
  .u-pc-fs25 {
    font-size: 1.5625rem !important;
  }
  .u-pc-fs24 {
    font-size: 1.5rem !important;
  }
  .u-pc-fs23 {
    font-size: 1.4375rem !important;
  }
  .u-pc-fs22 {
    font-size: 1.375rem !important;
  }
  .u-pc-fs21 {
    font-size: 1.3125rem !important;
  }
  .u-pc-fs20 {
    font-size: 1.25rem !important;
  }
  .u-pc-fs19 {
    font-size: 1.1875rem !important;
  }
  .u-pc-fs18 {
    font-size: 1.125rem !important;
  }
  .u-pc-fs17 {
    font-size: 1.0625rem !important;
  }
  .u-pc-fs16 {
    font-size: 1rem !important;
  }
  .u-pc-fs15 {
    font-size: 0.9375rem !important;
  }
  .u-pc-fs14 {
    font-size: 0.875rem !important;
  }
  .u-pc-fs13 {
    font-size: 0.8125rem !important;
  }
  .u-pc-fs12 {
    font-size: 0.75rem !important;
  }
  .u-pc-fs11 {
    font-size: 0.6875rem !important;
  }
  .u-pc-fs10 {
    font-size: 0.625rem !important;
  }
}
.c-icon-search {
  background: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-mask-image: url("../img/icon-search.svg");
          mask-image: url("../img/icon-search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  translate: 0 -50%;
}
@media only screen and (max-width: 899px) {
  .c-icon-search {
    width: 16px;
    height: 16px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-icon-search {
    width: 20px;
    height: 20px;
  }
}

section {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
section.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-fade-anim,
.p-mv-catch-sub,
.p-mv-text {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.c-fade-anim.is-inview,
.p-mv-catch-sub.is-inview,
.p-mv-text.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-ttl-anim {
  overflow: hidden;
}
.c-ttl-anim .c-ttl-char {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(1em);
          transform: translateY(1em);
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}
.c-ttl-anim.is-inview .c-ttl-char {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-btn01 {
  background: var(--orange);
  border: 2px solid var(--orange);
  color: #fff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .c-btn01 {
    border-radius: 6.1333333333vw;
    font-size: 4.2666666667vw;
    height: 12.2666666667vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btn01 {
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 30px;
    height: 60px;
    width: 360px;
  }
}
@media print, screen and (min-width: 900px) {
  .c-btn01:hover {
    background: #fff;
    color: var(--orange);
  }
}

.c-ttl01-sub {
  color: var(--blue);
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .c-ttl01-sub {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .c-ttl01-sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 899px) {
  .c-ttl01-sub span {
    font-size: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .c-ttl01-sub span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media print, screen and (min-width: 900px) {
  .c-ttl01-sub.-left {
    text-align: left;
  }
}

.c-ttl01 {
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .c-ttl01 {
    font-size: 6.2933333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .c-ttl01 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 900px) {
  .c-ttl01.-left {
    text-align: left;
  }
}

.c-txt {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.c-txt.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 899px) {
  .c-txt {
    font-size: 4.2666666667vw;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 900px) {
  .c-txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75;
    text-align: center;
  }
}
@media only screen and (max-width: 899px) {
  .c-txt + p {
    margin-top: 0.8em;
  }
}
@media print, screen and (min-width: 900px) {
  .c-txt + p {
    margin-top: 1em;
  }
}
.c-txt.-left {
  text-align: left;
}

.p-mv {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-mv {
    background: #f5f7f7;
    height: 184vw;
    margin-bottom: 16vw;
    padding: 21.3333333333vw 8vw 88.8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 731px;
    margin-bottom: 94px;
    padding-left: 100px;
    padding-top: 130px;
  }
}
.p-mv .p-mv-image {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  width: 100%;
}
.p-mv .p-mv-image.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 899px) {
  .p-mv .p-mv-image {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-mv .p-mv-image img {
  width: 100%;
}
@media print, screen and (min-width: 900px) {
  .p-mv .p-mv-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-mv::before {
  background: rgba(var(--purple), 0.1);
  content: "";
  display: block;
  -webkit-mask-image: url("../img/pict-dot.svg");
          mask-image: url("../img/pict-dot.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 900px) {
  .p-mv::before {
    bottom: -98px;
    height: 198px;
    left: -7px;
    width: 186px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv .p-mv-contents {
    width: 560px;
  }
}
.p-mv .p-mv-catch-sub {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-mv .p-mv-catch-sub {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
    margin-bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv .p-mv-catch-sub {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 16px;
  }
}
.p-mv .p-mv-catch {
  font-weight: bold;
  opacity: 0;
}
@media only screen and (max-width: 899px) {
  .p-mv .p-mv-catch {
    font-size: 8.5333333333vw;
    line-height: 1.4;
    margin-bottom: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv .p-mv-catch {
    font-size: 52px;
    font-size: 3.25rem;
    line-height: 1.365;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 899px) {
  .p-mv .p-mv-text {
    font-size: 4vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv .p-mv-text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 50px;
  }
}
.p-mv .p-mv-button {
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-mv .p-mv-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 899px) {
  .p-mv .p-mv-button a {
    width: 58.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-mv .p-mv-button a {
    width: 260px;
  }
}

@media print, screen and (min-width: 900px) {
  .p-page-link {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-title {
    margin-bottom: 7.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-title {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 145px;
  }
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-item {
    border-top: 1px solid #cbcbcb;
  }
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-item:last-child {
    border-bottom: 1px solid #cbcbcb;
  }
}
.p-page-link .p-page-link-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.3333333333vw;
    padding: 6.9333333333vw 17.8666666667vw 6.9333333333vw 32vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 27px;
  }
}
.p-page-link .p-page-link-item a::after {
  background: var(--blue);
  bottom: 0;
  content: "";
  display: block;
  -webkit-mask-image: url("../img/icon-arrow01.svg");
          mask-image: url("../img/icon-arrow01.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  -webkit-transition: translate 0.3s ease-in-out;
  transition: translate 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-item a::after {
    height: 3.4666666667vw;
    right: 5.3333333333vw;
    top: 50%;
    translate: 0 -50%;
    width: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-item a::after {
    left: 50%;
    height: 15px;
    margin-left: -13px;
    width: 26px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-item a:hover .p-page-link-icon {
    translate: 0 10px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-item a:hover .p-page-link-text {
    color: var(--blue);
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-item a:hover::after {
    translate: 0 15px;
  }
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-icon {
    height: 14.9333333333vw;
    left: 5.3333333333vw;
    position: absolute;
    text-align: center;
    top: 50%;
    translate: 0 -50%;
    width: 22.1333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-icon {
    height: 92px;
    margin-bottom: 36px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
.p-page-link .p-page-link-icon img {
  height: 100%;
  width: auto;
}
.p-page-link .p-page-link-heading-sub {
  color: var(--blue);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-heading-sub {
    font-size: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-heading-sub {
    margin-bottom: 7px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-page-link .p-page-link-heading {
  color: var(--blue);
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-heading {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-heading {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 17px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 899px) {
  .p-page-link .p-page-link-text {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    width: 100%;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-text {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5625;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
}
@media print, screen and (min-width: 900px) {
  .p-page-link .p-page-link-text span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-strength01 {
  overflow-x: hidden;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-strength01 {
    background: #f5f4f7;
    padding-block: 14.9333333333vw 13.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength01 {
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f4f7), to(#fff));
    background: linear-gradient(to bottom, #f5f4f7, #fff);
    margin-bottom: 16px;
    padding-top: 200px;
  }
}
.p-strength01::before {
  background: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url("../img/pict-dot.svg");
          mask-image: url("../img/pict-dot.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 900px) {
  .p-strength01::before {
    height: 198px;
    right: 35px;
    top: -60px;
    width: 186px;
  }
}
.p-strength01::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background: linear-gradient(to top, #fff, transparent);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  z-index: 20;
}
@media print, screen and (min-width: 900px) {
  .p-strength01::after {
    height: 60px;
    width: 100%;
  }
}
.p-strength01 .p-strength01-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .p-strength01 .p-strength01-slider {
    margin-top: 9.0666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength01 .p-strength01-slider {
    left: 0;
    position: absolute;
    top: 100px;
    width: 100%;
  }
}
.p-strength01 .p-strength01-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 899px) {
  .p-strength01 .p-strength01-slide {
    padding-right: 2.6666666667vw;
    width: 290.9333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength01 .p-strength01-slide {
    padding-right: 17px;
    width: 1836px;
  }
}
.p-strength01 .p-strength01-slide img {
  display: block;
  height: auto;
  width: 100%;
}
.p-strength01 .p-strength01-slide:first-child {
  -webkit-animation: loop 60s -30s linear infinite;
          animation: loop 60s -30s linear infinite;
}
.p-strength01 .p-strength01-slide:last-child {
  -webkit-animation: loop2 60s linear infinite;
          animation: loop2 60s linear infinite;
}
.p-strength01 .p-strength01-content {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 900px) {
  .p-strength01 .p-strength01-content-inner {
    background: #fff;
    -webkit-box-shadow: rgba(73, 91, 139, 0.2) 0 0 20px;
            box-shadow: rgba(73, 91, 139, 0.2) 0 0 20px;
    border-top-right-radius: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: calc((100% - 1020px) / 2 + 576px);
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength01 .p-strength01-content-body {
    padding: 80px 80px 87px 0;
    width: 576px;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength01 .c-ttl01 {
    margin-bottom: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength01 .c-ttl01 {
    margin-bottom: 27px;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength01 .c-txt {
    padding-inline: 6.9333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength01 .c-txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}
@media only screen and (max-width: 899px) {
  .p-history {
    background: #f5f4f7;
    padding-bottom: 16vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history {
    margin: 0 auto 130px;
    width: 1024px;
  }
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-top {
    margin-bottom: 3.2vw;
    padding-left: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-top {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 22px;
  }
}
.p-history .p-history-title {
  font-weight: bold;
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-title {
    font-size: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-icon {
    display: none;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-icon {
    width: 408px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-icon img {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-image-wrapper {
    position: relative;
  }
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-image-wrapper:has(.is-scrolled)::before {
    opacity: 0;
  }
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-image-wrapper::before {
    background: url("../img/icon-scroll.svg") no-repeat left top/cover;
    content: "";
    display: block;
    height: 17.3333333333vw;
    left: 50%;
    position: absolute;
    top: 50%;
    translate: -50% -50%;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 17.3333333333vw;
    z-index: 20;
  }
}
.p-history .p-history-image {
  overflow: hidden;
  position: relative;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-image {
    overflow-x: scroll;
    padding-left: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-image {
    height: 324px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-image::after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(transparent));
    background: linear-gradient(to top, #fff 30%, transparent);
    bottom: 0;
    content: "";
    display: block;
    height: 100px;
    left: 0;
    position: absolute;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    width: 100%;
    z-index: 10;
  }
}
.p-history .p-history-image.is-open::after {
  opacity: 0;
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-image img {
    height: auto;
    max-width: none;
    width: 199.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 899px) {
  .p-history .p-history-button {
    display: none;
  }
}
.p-history .p-history-button a {
  color: var(--blue);
  display: block;
  text-align: center;
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-button a {
    font-size: 18px;
    font-size: 1.125rem;
    background: url("../img/icon-arrow02.svg") no-repeat left bottom/100% auto;
    padding-bottom: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-history .p-history-button a.is-active {
    background: url("../img/icon-arrow02_on.svg") no-repeat left top/100% auto;
    padding-bottom: 0;
    padding-top: 30px;
  }
}

.p-strength02 {
  background: rgba(var(--purple), 0.1);
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-strength02 {
    margin-bottom: 12vw;
    padding: 14.6666666667vw 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 {
    margin-bottom: 70px;
    padding-block: 70px 84px;
  }
}
.p-strength02::before {
  background: #fff;
  content: "";
  display: block;
  -webkit-mask-image: url("../img/pict-dot.svg");
          mask-image: url("../img/pict-dot.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 900px) {
  .p-strength02::before {
    height: 198px;
    left: 18px;
    top: -46px;
    width: 186px;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength02 .c-ttl01 {
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .c-ttl01 {
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .c-ttl01 + .c-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength02 .c-txt {
    margin-bottom: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .c-txt {
    margin-bottom: 44px;
  }
}
.p-strength02 .p-strength02-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 899px) {
  .p-strength02 .p-strength02-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .p-strength02-items {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 50px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .p-strength02-item {
    width: 308px;
  }
}
.p-strength02 .p-strength02-item a {
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-strength02 .p-strength02-item a {
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .p-strength02-item a {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .p-strength02-item a:hover img {
    scale: 1.1;
  }
}
.p-strength02 .p-strength02-image {
  overflow: hidden;
}
@media only screen and (max-width: 899px) {
  .p-strength02 .p-strength02-image {
    height: 64.2666666667vw;
  }
}
.p-strength02 .p-strength02-image img {
  height: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-strength02 .p-strength02-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
.p-strength02 .p-strength02-text {
  color: #fff;
  line-height: 1.4;
  position: absolute;
}
@media only screen and (max-width: 899px) {
  .p-strength02 .p-strength02-text {
    bottom: 3.2vw;
    font-size: 4.2666666667vw;
    padding-inline: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength02 .p-strength02-text {
    font-size: 18px;
    font-size: 1.125rem;
    bottom: 15px;
    padding-inline: 30px;
  }
}

@media only screen and (max-width: 899px) {
  .p-strength03 {
    margin-bottom: 20.5333333333vw;
    padding-inline: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 {
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength03 .c-ttl01 {
    margin-bottom: 3.7333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .c-ttl01 {
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .c-ttl01 + .c-txt {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength03 .c-txt {
    margin-bottom: 9.0666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .c-txt {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength03 .p-strength03-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-items {
    display: -ms-grid;
    display: grid;
    gap: 40px 50px;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-inline: auto;
    width: 1024px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-item {
    width: 308px;
  }
}
.p-strength03 .p-strength03-item a {
  background: #fff;
  -webkit-box-shadow: rgba(73, 91, 139, 0.2) -10px 20px 30px;
          box-shadow: rgba(73, 91, 139, 0.2) -10px 20px 30px;
  display: block;
  height: 100%;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 899px) {
  .p-strength03 .p-strength03-item a {
    border-radius: 2.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-item a {
    border-radius: 30px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-item a:hover img {
    scale: 1.1;
  }
}
.p-strength03 .p-strength03-image {
  overflow: hidden;
}
.p-strength03 .p-strength03-image img {
  height: auto;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: scale 0.3s ease-in-out, -webkit-transform 1.2s ease;
  transition: scale 0.3s ease-in-out, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, scale 0.3s ease-in-out;
  transition: transform 1.2s ease, scale 0.3s ease-in-out, -webkit-transform 1.2s ease;
  width: 100%;
}
.p-strength03 .p-strength03-image.is-inview img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media only screen and (max-width: 899px) {
  .p-strength03 .p-strength03-detail {
    padding: 4vw 5.3333333333vw 6.9333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-detail {
    padding: 28px 30px 34px;
  }
}
.p-strength03 .p-strength03-heading {
  color: rgb(var(--purple));
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 899px) {
  .p-strength03 .p-strength03-heading {
    font-size: 4.2666666667vw;
    margin-bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-heading {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 899px) {
  .p-strength03 .p-strength03-text {
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 900px) {
  .p-strength03 .p-strength03-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5625;
  }
}

.p-products {
  background: #f5f4f7;
  position: relative;
}
@media only screen and (max-width: 899px) {
  .p-products {
    padding: 14.9333333333vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products {
    padding-block: 80px 135px;
  }
}
.p-products::before {
  background: rgba(var(--purple), 0.1);
  content: "";
  display: block;
  -webkit-mask-image: url("../img/pict-dot.svg");
          mask-image: url("../img/pict-dot.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
  z-index: 10;
}
@media print, screen and (min-width: 900px) {
  .p-products::before {
    height: 198px;
    right: 21px;
    top: -77px;
    width: 186px;
  }
}
@media only screen and (max-width: 899px) {
  .p-products .c-ttl01 {
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .c-ttl01 {
    margin-bottom: 74px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-items {
    margin-inline: auto;
    width: 1024px;
  }
}
.p-products .p-products-item a {
  background: #fff;
  -webkit-box-shadow: rgba(73, 91, 139, 0.2) -10px 20px 30px;
          box-shadow: rgba(73, 91, 139, 0.2) -10px 20px 30px;
}
@media only screen and (max-width: 899px) {
  .p-products .p-products-item a {
    border-radius: 2.6666666667vw;
    display: block;
    padding: 8vw 5.3333333333vw 6.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 40px 40px 45px;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-item a:hover .p-products-image img {
    scale: 1.1;
  }
}
@media only screen and (max-width: 899px) {
  .p-products .p-products-item:not(:first-child) {
    margin-top: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-products .p-products-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media only screen and (max-width: 899px) {
  .p-products .p-products-icon {
    margin: 0 auto 1.8666666667vw;
    width: 13.6vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-icon {
    margin-right: 45px;
    width: 102px;
  }
}
.p-products .p-products-icon img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 899px) {
  .p-products .p-products-heading {
    font-size: 5.3333333333vw;
    margin-bottom: 3.2vw;
    text-align: center;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
}
.p-products .p-products-lead {
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-products .p-products-lead {
    font-size: 4.8vw;
    margin-bottom: 1.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-lead {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}
.p-products .p-products-text {
  line-height: 1.6;
}
@media only screen and (max-width: 899px) {
  .p-products .p-products-text {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-products .p-products-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media print, screen and (min-width: 900px) {
  .p-products .p-products-image {
    margin-left: 40px;
    width: 308px;
  }
}
.p-products .p-products-image img {
  height: auto;
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: scale 0.3s ease-in-out, -webkit-transform 1.2s ease;
  transition: scale 0.3s ease-in-out, -webkit-transform 1.2s ease;
  transition: transform 1.2s ease, scale 0.3s ease-in-out;
  transition: transform 1.2s ease, scale 0.3s ease-in-out, -webkit-transform 1.2s ease;
  width: 100%;
}
.p-products .p-products-image.is-inview img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-contact {
  background: #404260;
}
@media only screen and (max-width: 899px) {
  .p-contact {
    padding: 8vw 6.6666666667vw 10.6666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-contact {
    padding-block: 45px 60px;
  }
}
.p-contact .c-ttl01 {
  color: #fff;
}
@media only screen and (max-width: 899px) {
  .p-contact .c-ttl01 {
    line-height: 1.4;
    margin-bottom: 5.8666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-contact .c-ttl01 {
    margin-bottom: 34px;
  }
}
.p-contact .p-contact-body {
  background: #fff;
}
@media only screen and (max-width: 899px) {
  .p-contact .p-contact-body {
    border-radius: 3.7333333333vw;
    padding: 8vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-contact .p-contact-body {
    border-radius: 20px;
    margin-inline: auto;
    padding-block: 42px 56px;
    width: 1024px;
  }
}
.p-contact .p-contact-catch {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-contact .p-contact-catch {
    font-size: 5.3333333333vw;
    line-height: 1.4;
    margin-bottom: 3.2vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-contact .p-contact-catch {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.p-contact .p-contact-text {
  text-align: center;
}
@media only screen and (max-width: 899px) {
  .p-contact .p-contact-text {
    font-size: 3.7333333333vw;
    margin-bottom: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 900px) {
  .p-contact .p-contact-text {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 20px;
  }
}
.p-contact .p-contact-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-contact .p-contact-button .c-btn01 {
  -webkit-box-shadow: rgba(73, 91, 139, 0.2) -10px 20px 30px;
          box-shadow: rgba(73, 91, 139, 0.2) -10px 20px 30px;
}
@media print, screen and (min-width: 900px) {
  .p-contact .p-contact-button .c-btn01 {
    font-size: 24px;
    font-size: 1.5rem;
    border-radius: 35px;
    height: 70px;
    width: 384px;
  }
}