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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

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

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: white;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6em;
  color: #212721;
}

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

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.3s;
  }
  html {
    font-size: 62.5%;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a,
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
@font-face {
  font-family: "Calibri";
  src: url("/_assets/font/calibri-regular.woff2") format("woff2"), url("/_assets/font/calibri-regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "Calibri";
  src: url("/_assets/font/calibri-bold.woff2") format("woff2"), url("/_assets/font/calibri-bold.woff") format("woff");
  font-weight: 600;
}
@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.temp-movetitle {
  overflow: hidden;
}
.temp-movetitle span {
  display: block;
  transition: transform 1s;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: translate3d(0, 107%, 0);
}
.temp-movetitle span.fadeUp {
  transform: translate3d(0, 0, 0);
}

@media all and (min-width: 769px) {
  #slidePage {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
    overflow-x: auto;
  }
  #slidePage > section {
    display: flex;
    align-items: center;
    width: -moz-max-content;
    width: max-content;
    white-space: nowrap;
    height: 100%;
  }
  #verticalPage + .header {
    position: fixed;
    top: 0;
  }
  #verticalPage .header__lower {
    position: fixed;
  }
  #verticalPage .footer {
    position: fixed;
    top: 0;
    right: 0;
  }
  .cursor,
  .follower {
    border-radius: 50%;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .cursor {
    width: 8px;
    height: 8px;
    background-color: #000;
    z-index: 9999;
  }
  .follower {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, #CFDDBB, #8DD4BD, #00665E);
    animation: bggradient 8s ease infinite;
    background-size: 200% 100%;
    z-index: 9998;
    transition: transform ease 0.1s;
    text-align: center;
  }
  .follower span {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    transform: scale(0);
  }
  .follower.is-active {
    transform: scale(3);
  }
  .follower.is-navy-active {
    transform: scale(3);
  }
  .header {
    position: absolute;
    z-index: 10;
    top: 0;
    left: -80px;
    transition: ease 0.3s;
  }
  .header.is-appear {
    left: 0px;
  }
  .header.is-appear .header__menu {
    display: block;
  }
  .header-wrap {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: 80px;
    height: 100vh;
    padding: 30px 0;
    background-color: white;
  }
  .header .logo-top div {
    width: 40px;
    margin: 0 auto;
  }
  .header .logo-top div + div {
    margin-top: 35px;
  }
  .header .logo-top div a:hover img {
    animation: 2s rotation;
    animation-timing-function: linear(0, 0.45, 0.48, 0.52, 0.55, 1);
  }
  .header .menu-btn a {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }
  .header .menu-btn a p {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
    font-weight: 600;
  }
  .header .menu-btn a span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 10px;
    height: 1px;
    background: black;
    width: 30px;
  }
  .header .menu-btn a span:nth-of-type(1) {
    top: 24px;
  }
  .header .menu-btn a span:nth-of-type(2) {
    top: 36px;
  }
  .header .menu-btn a.is-active span:nth-of-type(1) {
    top: 25px;
    left: 10px;
    transform: translateY(6px) rotate(-30deg);
  }
  .header .menu-btn a.is-active span:nth-of-type(2) {
    top: 37px;
    left: 10px;
    transform: translateY(-6px) rotate(30deg);
  }
  .header .logo-bottom div {
    width: 18px;
    margin: 0 auto;
  }
  .header__menu {
    display: none;
    position: absolute;
    z-index: 15;
    top: 0;
    left: -500px;
    width: 500px;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.9s;
    transition-timing-function: ease-in-out;
  }
  .header__menu.is-active {
    left: 80px;
  }
  .header__menu-wrap {
    padding: 20px 50px 30px;
  }
  .header__menu__title small {
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .header__menu__title span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 26px;
    font-weight: 600;
  }
  .header__menu__list {
    padding-top: 25px;
    border-top: 1px solid #212721;
  }
  .header__menu__list-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    color: white;
    padding: 0 8px;
    background-color: #212721;
    border-radius: 3px;
  }
  .header__menu__list dl {
    margin-bottom: 30px;
  }
  .header__menu__list dl dt {
    position: relative;
  }
  .header__menu__list dl dt.menu {
    cursor: pointer;
    transition: ease 0.3s;
  }
  .header__menu__list dl dt.menu:hover {
    opacity: 0.5;
  }
  .header__menu__list dl dt.menu span {
    display: inline-block;
    position: relative;
  }
  .header__menu__list dl dt.menu span::after {
    content: "";
    position: absolute;
    top: 12px;
    right: -30px;
    width: 14px;
    height: 5px;
    background-image: url(/_assets/images/common/icon-pulldown.png);
    background-size: 14px 5px;
    transition: ease 0.3s;
  }
  .header__menu__list dl dt.menu.is-active span::after {
    transform: rotate(180deg);
  }
  .header__menu__list dl dt a {
    display: block;
  }
  .header__menu__list dl dt a:hover {
    opacity: 0.5;
  }
  .header__menu__list dl dt small {
    display: block;
    font-size: 13px;
    font-weight: 600;
  }
  .header__menu__list dl dt span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 22px;
    font-weight: 600;
  }
  .header__menu__list dl dd {
    padding-top: 15px;
    padding-left: 18px;
  }
  .header__menu__list dl dd ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .header__menu__list dl dd ul li a:hover {
    opacity: 0.5;
  }
  .header__menu__sns__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
  }
  .header__menu__sns ul {
    display: flex;
    flex-wrap: wrap;
  }
  .header__menu__sns ul li {
    width: 40px;
  }
  .header__menu__sns ul li:nth-of-type(1) {
    margin-right: 70px;
  }
  .header__menu__sns ul li a:hover {
    opacity: 0.5;
  }
  .header__lower {
    width: 500px;
    background-image: url(/_assets/images/common/bg-menu.png);
    background-size: 500px 100%;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .header__lower {
    width: 400px;
  }
}
@media all and (min-width: 769px) and (max-width: 1405px) {
  .header__lower {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .header__lower-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 500px;
    height: 100vh;
    padding: 100px 0 0 140px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .header__lower-wrap {
    width: 400px;
  }
}
@media all and (min-width: 769px) {
  .header__lower__link ul li {
    margin-bottom: 28px;
  }
  .header__lower__link ul li span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .header__lower__link ul li span {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media all and (min-width: 769px) {
  .header__lower__link ul li a {
    position: relative;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 40px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .header__lower__link ul li a {
    font-size: 32px;
    line-height: 26px;
  }
}
@media all and (min-width: 769px) {
  .header__lower__link ul li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #212721;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .header__lower__link ul li a:hover::after {
    transform: scale(1, 1);
  }
  .header__lower__logo {
    padding: 40px 0 0 32px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .header__lower__logo {
    padding: 20px 0 0 32px;
  }
}
@media all and (min-width: 769px) {
  .header__lower__logo img {
    width: 150px;
    animation: 6s linear infinite rotation;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .header__lower__logo img {
    width: 120px;
  }
}
@media all and (min-width: 769px) {
  .footer {
    width: 116px;
    background-image: url(/_assets/images/common/bg-footer.png);
    background-size: 116px 100%;
  }
  .footer-wrap {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 116px;
    height: 100vh;
    padding: 78px 0;
  }
  .footer__icon ul li {
    width: 40px;
    margin: 0 auto 52px;
  }
  .footer__copyright {
    text-align: center;
    font-size: 10px;
  }
  .footer-bottom__topbtn {
    margin-bottom: 40px;
  }
  .footer-bottom__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .footer-bottom__topbtn a img {
    width: 22px;
    transform: scale(1, -1);
  }
  .footer-bottom__topbtn a:hover {
    opacity: 0.6;
  }
  .footer-bottom-wrap {
    padding-bottom: 17px;
  }
  .footer-bottom__icon {
    width: 116px;
    margin: 0 auto 25px;
  }
  .footer-bottom__icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-bottom__icon ul li {
    width: 40px;
  }
  .footer-bottom__copyright {
    text-align: center;
    font-size: 10px;
  }
  .breadcrumb ul {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .breadcrumb ul li a:hover {
    opacity: 0.5;
  }
  .breadcrumb ul li::after {
    content: "〉";
    margin-left: 10px;
    margin-right: 3px;
  }
  .breadcrumb ul li:nth-last-of-type(1)::after {
    content: none;
  }
  .breadcrumb.legacy {
    position: absolute;
    z-index: 10;
    top: 25px;
    left: 0;
    width: 100%;
  }
  .breadcrumb.legacy ul {
    width: 1000px;
    margin: 0 auto;
  }
  .temp-form .caution {
    font-size: 14px;
    color: #D32D25;
  }
  .temp-form .caption {
    font-size: 14px;
  }
  .temp-form .required {
    color: #D32D25;
  }
  .temp-form .error {
    font-size: 12px !important;
    color: #D32D25 !important;
    margin-top: 0.5em;
    text-align: left;
    padding: 0;
  }
  .temp-form .inputarea {
    display: inline;
    position: relative;
  }
  .temp-form .inputarea .error {
    position: absolute;
    top: 37px;
    left: 0;
  }
  .temp-form__title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 8px;
    background-image: url(/_assets/images/common/bg-contact-title.png);
    background-size: 100% 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: 25px;
  }
  .temp-form__table {
    font-size: 16px;
    line-height: 1.6;
    width: 100%;
    border: 1px solid #212721;
    margin-bottom: 50px;
  }
  .temp-form__table tr th {
    width: 200px;
    padding: 10px;
    vertical-align: middle;
    background-color: #E3EAE9;
    border-right: 1px solid #212721;
    border-bottom: 1px solid #212721;
  }
  .temp-form__table tr th small {
    font-size: 12px;
  }
  .temp-form__table tr td {
    padding: 10px;
    padding-left: 10%;
    border-right: 1px solid #212721;
    border-bottom: 1px solid #212721;
  }
  .temp-form__table tr td.is-error input[type=text],
  .temp-form__table tr td.is-error input[type=email],
  .temp-form__table tr td.is-error input[type=tel],
  .temp-form__table tr td.is-error select,
  .temp-form__table tr td.is-error textarea {
    border: 1px solid #D32D25;
  }
  .temp-form input[type=text],
  .temp-form input[type=email],
  .temp-form input[type=tel],
  .temp-form textarea {
    font-size: 16px;
    line-height: 1.6;
    width: 90%;
    border-radius: 0;
    border: 0px;
    background-color: #EFEFEF;
    padding: 0.75em 1em;
  }
  .temp-form textarea {
    height: 400px;
  }
  .temp-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: black;
    font-size: 16px;
    width: 290px;
    height: 50px;
    padding: 0.75em 1em;
    background: #f2f2f2 url(/_assets/images/common/icon-address-select.png) right 50% no-repeat;
    background-size: auto 100%;
    border-radius: 0;
    border: 0px;
  }
  .temp-form .mwform-name-field {
    margin-left: -10%;
  }
  .temp-form .mwform-name-field span:nth-of-type(1), .temp-form .mwform-name-field span:nth-of-type(3) {
    margin: 0 3%;
  }
  .temp-form .mwform-name-field input[type=text] {
    width: 35%;
  }
  .temp-form .mwform-address1-field {
    margin-left: -10%;
  }
  .temp-form .mwform-address1-field span {
    margin: 0 3%;
  }
  .temp-form .mwform-address1-field small {
    font-size: 12px;
  }
  .temp-form .mwform-address1-field input[type=text] {
    width: 25%;
  }
  .temp-form .mwform-address2-field span {
    display: block;
    font-size: 14px;
    padding: 5px 0;
  }
  .temp-form .mwform-tel-field span {
    margin: 0 3%;
  }
  .temp-form .mwform-tel-field input[type=text] {
    width: 20%;
  }
  .temp-form .c-btn__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .temp-form .contact-btn-submit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
    background-color: white;
  }
  .temp-form .contact-btn-submit::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .temp-form .contact-btn-submit.back {
    margin-right: 20px;
  }
  .temp-form .contact-btn-submit.back::after {
    right: auto;
    left: 20px;
    transform: scale(-1, 1);
  }
  .temp-form .contact-btn-submit:hover {
    opacity: 0.6;
  }
  .temp-form__complete__logo {
    width: 140px;
    margin: 0 auto 30px;
  }
  .temp-form__complete__title {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
  }
  .temp-form__complete__lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 70px;
  }
  .temp-form__complete__text {
    width: 430px;
    margin: 0 auto 70px;
  }
  .temp-form__complete__text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .temp-form__complete__text p + p {
    padding-top: 1.5rem;
  }
  .temp-form__complete__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
    padding-left: 20px;
    margin: 0 auto;
  }
  .temp-form__complete__btn a::after {
    position: absolute;
    top: calc(50% - 8px);
    left: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
    transform: scale(-1, 1);
  }
  .temp-form__complete__btn a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
  }
  .header-wrap {
    position: relative;
    z-index: 20;
    width: 100vw;
    height: 40px;
  }
  .header .logo-top {
    position: absolute;
    top: 10px;
    right: 24px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 54px;
  }
  .header .logo-top div {
    width: 20px;
  }
  .header .menu-btn {
    position: absolute;
    top: 0;
    left: 12px;
  }
  .header .menu-btn a {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .header .menu-btn a p {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 9px;
    letter-spacing: 0;
    font-weight: 600;
    padding-top: 3px;
  }
  .header .menu-btn a span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 10px;
    height: 1px;
    background: black;
    width: 20px;
  }
  .header .menu-btn a span:nth-of-type(1) {
    top: 22px;
  }
  .header .menu-btn a span:nth-of-type(2) {
    top: 32px;
  }
  .header .menu-btn a.is-active span:nth-of-type(1) {
    top: 21px;
    left: 10px;
    transform: translateY(6px) rotate(-30deg);
  }
  .header .menu-btn a.is-active span:nth-of-type(2) {
    top: 33px;
    left: 10px;
    transform: translateY(-6px) rotate(30deg);
  }
  .header .logo-bottom {
    display: none;
  }
  .header__menu {
    position: absolute;
    z-index: 15;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.7s;
    transition-timing-function: linear(0, 0.45, 0.48, 0.52, 0.55, 1);
  }
  .header__menu.is-active {
    left: 0;
  }
  .header__menu-wrap {
    padding: 60px 6.4% 30px;
  }
  .header__menu__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
  }
  .header__menu__title span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .header__menu__list {
    padding-top: 25px;
    border-top: 1px solid #212721;
  }
  .header__menu__list-icon {
    position: absolute;
    top: 0;
    right: 100px;
    display: inline-block;
    font-size: 8px;
    line-height: 12px;
    color: white;
    padding: 0 4px;
    background-color: #212721;
    border-radius: 3px;
  }
  .header__menu__list dl {
    padding-bottom: 15px;
    border-bottom: 1px solid #B5B5B6;
    margin-bottom: 13px;
  }
  .header__menu__list dl dt {
    position: relative;
  }
  .header__menu__list dl dt.menu {
    cursor: pointer;
    transition: ease 0.3s;
  }
  .header__menu__list dl dt.menu:hover {
    opacity: 0.5;
  }
  .header__menu__list dl dt.menu span {
    position: relative;
    white-space: nowrap;
  }
  .header__menu__list dl dt.menu span::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 100px;
    width: 14px;
    height: 5px;
    background-image: url(/_assets/images/common/icon-pulldown.png);
    background-size: 14px 5px;
    transition: ease 0.3s;
  }
  .header__menu__list dl dt.menu.is-active span::after {
    transform: rotate(180deg);
  }
  .header__menu__list dl dt a {
    display: block;
  }
  .header__menu__list dl dt small {
    display: block;
    font-size: 8px;
    font-weight: 600;
  }
  .header__menu__list dl dt span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 12px;
    font-weight: 600;
  }
  .header__menu__list dl dd {
    padding-top: 10px;
  }
  .header__menu__list dl dd ul li {
    font-size: 11px;
    margin-bottom: 15px;
  }
  .header__menu__list dl dd ul li:last-child {
    margin-bottom: 0;
  }
  .header__menu__list-sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
  }
  .header__menu__list-sp div {
    width: 42.5%;
    margin-bottom: 25px;
  }
  .header__menu__list-sp__link a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 60px;
    border: 1px solid #c21500;
    -o-border-image: linear-gradient(to right, #CFDDBB 0%, #8DD4BD 47%, #00665E 100%);
       border-image: linear-gradient(to right, #CFDDBB 0%, #8DD4BD 47%, #00665E 100%);
    border-image-slice: 1;
    border-radius: 3px;
  }
  .header__menu__list-sp__link a small {
    display: block;
    font-size: 8px;
    font-weight: 600;
  }
  .header__menu__list-sp__link a span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 14px;
    font-weight: 600;
  }
  .header__menu__sns__title {
    width: 100% !important;
    text-align: center;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 12px !important;
  }
  .header__menu__sns__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80px;
    margin: 0 auto;
  }
  .header__menu__sns__link li {
    width: 20px;
  }
  .header__lower {
    position: fixed;
    z-index: 10;
    left: 0;
    bottom: 0;
    width: 100vw;
    background-image: url(/_assets/images/common/bg-menu--sp.png);
    background-size: 100% 100%;
  }
  .header__lower-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 65px;
  }
  .header__lower__link ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .header__lower__link ul li {
    text-align: center;
    margin-right: 31px;
  }
  .header__lower__link ul li:last-child {
    margin-right: 0;
  }
  .header__lower__link ul li span {
    display: block;
    font-size: 8px;
    font-weight: 600;
    white-space: nowrap;
  }
  .header__lower__link ul li a {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  .header__lower__copyright {
    font-size: 8px;
    text-align: center;
    padding-top: 5px;
  }
  .footer-bottom__topbtn {
    margin-bottom: 20px;
  }
  .footer-bottom__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .footer-bottom__topbtn a img {
    width: 16px;
    transform: scale(1, -1);
  }
  .footer-bottom__topbtn a:active {
    opacity: 0.6;
  }
  .footer-bottom-wrap {
    padding-bottom: 8px;
  }
  .footer-bottom__icon {
    width: 58px;
    margin: 0 auto 10px;
  }
  .footer-bottom__icon ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer-bottom__icon ul li {
    width: 20px;
  }
  .footer-bottom__copyright {
    text-align: center;
    font-size: 8px;
  }
  .breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 8px;
    line-height: 1.8;
  }
  .breadcrumb ul li a:hover {
    opacity: 0.5;
  }
  .breadcrumb ul li::after {
    content: "〉";
    margin-left: 10px;
    margin-right: 3px;
  }
  .breadcrumb ul li:nth-last-of-type(1)::after {
    content: none;
  }
  .breadcrumb.legacy {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 0;
    width: 100%;
  }
  .breadcrumb.legacy ul {
    padding: 0 5.3%;
  }
  .temp-form {
    padding-top: 20px;
  }
  .temp-form .caution {
    font-size: 8px;
    color: #D32D25;
  }
  .temp-form .caption {
    font-size: 8px;
  }
  .temp-form .required {
    color: #D32D25;
  }
  .temp-form .error {
    font-size: 8px !important;
    color: #D32D25 !important;
    margin-top: 0.5em;
    text-align: left;
    padding: 0;
  }
  .temp-form .inputarea {
    display: inline;
    position: relative;
  }
  .temp-form .inputarea .error {
    position: absolute;
    top: 25px;
    left: 0;
  }
  .temp-form__title {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 8px;
    background-image: url(/_assets/images/common/bg-contact-title.png);
    background-size: 100% 2px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
  }
  .temp-form__table {
    font-size: 11px;
    line-height: 1.6;
    width: 100%;
    border: 1px solid #212721;
    border-bottom: 0px;
    margin-bottom: 30px;
  }
  .temp-form__table tr th {
    display: block;
    padding: 5px 10px;
    background-color: #E3EAE9;
    border-bottom: 1px solid #212721;
  }
  .temp-form__table tr th small {
    font-size: 8px;
  }
  .temp-form__table tr th br {
    display: none;
  }
  .temp-form__table tr td {
    display: block;
    padding: 10px;
    border-bottom: 1px solid #212721;
  }
  .temp-form__table tr td.is-error input[type=text],
  .temp-form__table tr td.is-error input[type=email],
  .temp-form__table tr td.is-error input[type=tel],
  .temp-form__table tr td.is-error select,
  .temp-form__table tr td.is-error textarea {
    border: 1px solid #D32D25;
  }
  .temp-form input[type=text],
  .temp-form input[type=email],
  .temp-form input[type=tel],
  .temp-form textarea {
    font-size: 16px;
    line-height: 1.6;
    width: 90%;
    border-radius: 0;
    border: 0px;
    background-color: #EFEFEF;
    padding: 0.2em 0.5em;
  }
  .temp-form textarea {
    height: 200px;
  }
  .temp-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    color: black;
    font-size: 16px;
    width: 290px;
    padding: 0.2em 0.5em;
    background: #f2f2f2 url(/_assets/images/common/icon-address-select.png) right 50% no-repeat;
    background-size: auto 100%;
    border-radius: 0;
    border: 0px;
  }
  .temp-form .mwform-name-field span:nth-of-type(1), .temp-form .mwform-name-field span:nth-of-type(3) {
    margin: 0 3%;
  }
  .temp-form .mwform-name-field input[type=text] {
    width: 35%;
  }
  .temp-form .mwform-address1-field span {
    margin: 0 3%;
  }
  .temp-form .mwform-address1-field small {
    font-size: 8px;
    margin: 0 3%;
  }
  .temp-form .mwform-address1-field input[type=text] {
    width: 25%;
  }
  .temp-form .mwform-address2-field span {
    display: block;
    font-size: 8px;
    padding: 5px 0;
  }
  .temp-form .mwform-tel-field span {
    margin: 0 3%;
  }
  .temp-form .mwform-tel-field input[type=text] {
    width: 20%;
  }
  .temp-form .c-btn__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .temp-form .contact-btn-submit {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 38px;
    font-size: 9px;
    color: black;
    border: 1px solid #212721;
    border-radius: 3px;
    background-color: white;
  }
  .temp-form .contact-btn-submit::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .temp-form .contact-btn-submit.back {
    margin-right: 10px;
  }
  .temp-form .contact-btn-submit.back::after {
    right: auto;
    left: 10px;
    transform: scale(-1, 1);
  }
  .temp-form .contact-btn-submit:active {
    opacity: 0.6;
  }
  .temp-form__complete__logo {
    width: 70px;
    margin: 0 auto 15px;
  }
  .temp-form__complete__title {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .temp-form__complete__lead {
    text-align: center;
    font-size: 8px;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .temp-form__complete__text {
    width: 215px;
    margin: 0 auto 35px;
  }
  .temp-form__complete__text p {
    font-size: 8px;
    line-height: 1.6;
  }
  .temp-form__complete__text p + p {
    padding-top: 0.7rem;
  }
  .temp-form__complete__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 38px;
    font-size: 9px;
    border: 1px solid #212721;
    border-radius: 3px;
    padding-left: 10px;
    margin: 0 auto;
  }
  .temp-form__complete__btn a::after {
    position: absolute;
    top: calc(50% - 4px);
    left: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
    transform: scale(-1, 1);
  }
  .temp-form__complete__btn a:active {
    opacity: 0.6;
  }
}
@keyframes scrollanime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(38px);
  }
}
@keyframes scrollanimeSP {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(19px);
  }
}
@media all and (min-width: 769px) {
  .topPage #loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1001;
  }
  .topPage #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 418px;
    height: 512px;
    margin-top: -258px;
    margin-left: -180px;
    text-align: center;
    z-index: 1002;
  }
  .topPage #loader .illust {
    width: 418px;
    margin: 0 auto;
  }
  .topPage .mainvisual {
    position: relative;
  }
  .topPage .mainvisual__title {
    position: absolute;
    z-index: 10;
    top: 10vh;
    left: 5vw;
    width: 28.85vw;
  }
  .topPage .mainvisual ul {
    width: 100vw;
    height: 100vh;
  }
  .topPage .mainvisual ul li {
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
  .topPage .mainvisual ul li:nth-of-type(1) {
    background-image: url(/_assets/images/mv/bg-01.jpg);
  }
  .topPage .mainvisual ul li:nth-of-type(2) {
    background-image: url(/_assets/images/mv/bg-02.jpg);
  }
  .topPage .mainvisual ul li:nth-of-type(3) {
    background-image: url(/_assets/images/mv/bg-03.jpg);
  }
  .topPage .mainvisual ul li:nth-of-type(4) {
    background-image: url(/_assets/images/mv/bg-04.jpg);
  }
  .topPage .mainvisual__scroll {
    position: absolute;
    right: 100px;
    bottom: 70px;
  }
  .topPage .mainvisual__scroll__pct {
    width: 150px;
    margin-bottom: 16px;
  }
  .topPage .mainvisual__scroll__pct img {
    width: 150px;
    animation: 6s linear infinite rotation;
  }
  .topPage .mainvisual__scroll__stick {
    position: relative;
    width: 8px;
    height: 46px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 2px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
  }
  .topPage .mainvisual__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanime;
  }
  .topPage .mainvisual__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 12px;
  }
  .topPage .products {
    position: relative;
    display: flex;
    white-space: nowrap;
    padding-left: 190px;
  }
  .topPage .products__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
  }
  .topPage .products__detailbtn a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .topPage .products__detailbtn a:hover {
    opacity: 0.6;
  }
  .topPage .products__104days {
    width: 1540px;
    margin-right: 370px;
  }
  .topPage .products__104days-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .topPage .products__104days__title {
    width: 710px;
  }
  .topPage .products__104days__title__page {
    font-family: "Calibri", sans-serif;
    height: 76px;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.1;
  }
  .topPage .products__104days__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .topPage .products__104days__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
  }
  .topPage .products__104days__text {
    width: 760px;
    padding-top: 110px;
  }
  .topPage .products__104days__text p {
    font-size: 16px;
    line-height: 1.6;
  }
  .topPage .products__104days__text p small {
    display: block;
    font-size: 10px;
  }
  .topPage .products__104days__pct {
    position: relative;
    margin-bottom: 30px;
  }
  .topPage .products__104days__pct__main {
    padding-left: 95px;
  }
  .topPage .products__104days__pct__main img {
    width: 1137px;
  }
  .topPage .products__104days__pct__sub {
    position: absolute;
    width: 100px;
    top: -80px;
  }
  .topPage .products__elena {
    width: 375px;
    height: 905px;
    margin-right: 285px;
  }
  .topPage .products__elena__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .topPage .products__elena__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
  }
  .topPage .products__elena__text {
    width: 375px;
    margin-bottom: 140px;
  }
  .topPage .products__elena__text p {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__elena__text small {
    display: block;
    font-size: 10px;
  }
  .topPage .products__elena__pct {
    position: relative;
    padding-left: 110px;
    margin-bottom: 50px;
  }
  .topPage .products__elena__pct img {
    width: 95.5px;
  }
  .topPage .products__zacpack {
    width: 415px;
    height: 905px;
    margin-right: 245px;
  }
  .topPage .products__zacpack__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .topPage .products__zacpack__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
  }
  .topPage .products__zacpack__text {
    margin-bottom: 205px;
  }
  .topPage .products__zacpack__text p {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__zacpack__text small {
    display: block;
    font-size: 10px;
  }
  .topPage .products__zacpack__pct {
    position: relative;
    margin-bottom: 35px;
  }
  .topPage .products__zacpack__pct img {
    width: 331.5px;
  }
  .topPage .products__zacrf {
    width: 450px;
    height: 905px;
    margin-right: 205px;
  }
  .topPage .products__zacrf__title {
    margin-bottom: 6px;
  }
  .topPage .products__zacrf__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .topPage .products__zacrf__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    line-height: 40px;
  }
  .topPage .products__zacrf__text {
    margin-bottom: 190px;
  }
  .topPage .products__zacrf__text p {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__zacrf__text small {
    display: block;
    font-size: 10px;
  }
  .topPage .products__zacrf__pct {
    position: relative;
    margin-bottom: 52px;
  }
  .topPage .products__zacrf__pct img {
    width: 276.5px;
  }
  .topPage .products__ssl {
    width: 430px;
    height: 905px;
    margin-right: 225px;
  }
  .topPage .products__ssl__title {
    margin-bottom: 6px;
  }
  .topPage .products__ssl__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .topPage .products__ssl__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    line-height: 40px;
  }
  .topPage .products__ssl__text {
    margin-bottom: 62px;
  }
  .topPage .products__ssl__text p {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__ssl__text small {
    display: block;
    font-size: 10px;
  }
  .topPage .products__ssl__pct {
    position: relative;
    padding-left: 60px;
    margin-bottom: 44px;
  }
  .topPage .products__ssl__pct img {
    width: 197.5px;
  }
  .topPage .products__smb {
    width: 660px;
    height: 905px;
  }
  .topPage .products__smb__title {
    margin-bottom: 25px;
  }
  .topPage .products__smb__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
  }
  .topPage .products__smb__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
  }
  .topPage .products__smb__pct {
    position: relative;
    padding-left: 88px;
    margin-bottom: 44px;
  }
  .topPage .products__smb__pct img {
    width: 151px;
  }
  .topPage .products__smb__text {
    position: absolute;
    top: -20px;
    left: 284px;
  }
  .topPage .products__smb__text p {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__smb__text small {
    display: block;
    font-size: 10px;
  }
  .topPage .products__gp {
    display: flex;
    align-items: center;
    width: 850px;
    height: 100%;
    color: white;
    padding-left: 135px;
    background-image: linear-gradient(90deg, rgb(33, 39, 33), rgb(201, 201, 201) 89%, rgb(255, 255, 255));
    margin-right: 140px;
  }
  .topPage .products__gp__title {
    margin-bottom: 6px;
  }
  .topPage .products__gp__title small {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
  }
  .topPage .products__gp__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    line-height: 40px;
  }
  .topPage .products__gp__text {
    margin-bottom: 105px;
  }
  .topPage .products__gp__text p {
    font-size: 16px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__gp__text span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 27px;
  }
  .topPage .products__gp__pct {
    position: relative;
    margin-bottom: 48px;
  }
  .topPage .products__gp__pct__main {
    padding-left: 100px;
  }
  .topPage .products__gp__pct__main img {
    width: 119px;
  }
  .topPage .products__gp__pct__sub {
    position: absolute;
    width: 99px;
    top: -50px;
  }
  .topPage .products__gp .products__detailbtn a {
    color: white;
    border-color: white;
  }
  .topPage .products__gp .products__detailbtn a::after {
    background-image: url(/_assets/images/common/icon-link-wh.png);
  }
}
@media all and (min-width: 769px) and (max-height: 958px) {
  .topPage .products {
    zoom: 0.8;
  }
}
@media all and (min-width: 769px) {
  .topPage .news {
    min-width: calc(100vw - 116px - 500px);
  }
  .topPage .news-wrap {
    width: 81.9%;
    height: 100%;
    padding: 20px 45px 0 67px;
    margin: 0 auto;
  }
  .topPage .news__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .topPage .news__category ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    font-size: 14px;
  }
  .topPage .news__category ul li {
    text-align: center;
  }
  .topPage .news__category ul li span {
    display: block;
    font-size: 13px;
  }
  .topPage .news__category ul li a {
    position: relative;
    font-family: "Calibri", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
  .topPage .news__category ul li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #212721;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .topPage .news__category ul li a:hover::after {
    transform: scale(1, 1);
  }
  .topPage .news__content__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 42px;
  }
  .topPage .news__content__date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 30px;
    font-size: 16px;
    color: white;
    background-color: #004C45;
    margin-bottom: 25px;
  }
  .topPage .news__content__entrytitle {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .topPage .news__content__entrytitle-new {
    position: relative;
    top: -3px;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 48px;
    height: 18px;
    border: 1px solid #212721;
    margin-left: 35px;
  }
  .topPage .news__content__text {
    white-space: normal;
  }
  .topPage .news__content__text p {
    font-size: 16px;
    line-height: 28px;
  }
  .topPage .news__content__text p + p {
    margin-top: 2.8rem;
  }
}
@media all and (min-width: 769px) and (max-height: 958px) {
  .topPage .news-wrap {
    zoom: 0.8;
  }
}
@media all and (max-width: 768px) {
  .topPage #loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1001;
  }
  .topPage #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 209px;
    height: 256px;
    margin-top: -129px;
    margin-left: -100px;
    text-align: center;
    z-index: 1002;
  }
  .topPage #loader .illust {
    width: 209px;
    margin: 0 auto;
  }
  .topPage .mainvisual {
    position: relative;
  }
  .topPage .mainvisual__title {
    position: absolute;
    z-index: 10;
    top: 9.3vh;
    left: 6%;
    width: 70.4%;
  }
  .topPage .mainvisual ul {
    width: 100vw;
    height: 100vh;
  }
  .topPage .mainvisual ul li {
    width: 100%;
    height: 100vh;
    background-size: cover;
  }
  .topPage .mainvisual ul li:nth-of-type(1) {
    background-image: url(/_assets/images/mv/bg-01--sp.jpg);
  }
  .topPage .mainvisual ul li:nth-of-type(2) {
    background-image: url(/_assets/images/mv/bg-02--sp.jpg);
  }
  .topPage .mainvisual ul li:nth-of-type(3) {
    background-image: url(/_assets/images/mv/bg-03--sp.jpg);
  }
  .topPage .mainvisual ul li:nth-of-type(4) {
    background-image: url(/_assets/images/mv/bg-04--sp.jpg);
  }
  .topPage .mainvisual__scroll {
    position: absolute;
    left: 6%;
    top: 31.5vh;
  }
  .topPage .mainvisual__scroll__pct {
    width: 75px;
    margin-bottom: 8px;
  }
  .topPage .mainvisual__scroll__pct img {
    width: 75px;
    animation: 6s linear infinite rotation;
  }
  .topPage .mainvisual__scroll__stick {
    position: relative;
    width: 4px;
    height: 23px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 1px 23px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 5px;
  }
  .topPage .mainvisual__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 4px 4px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanimeSP;
  }
  .topPage .mainvisual__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 8px;
  }
  .topPage .products {
    padding-top: 70px;
  }
  .topPage .products__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 38px;
    font-size: 9px;
    border: 1px solid #212721;
    border-radius: 3px;
    margin: 0 auto;
  }
  .topPage .products__detailbtn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .topPage .products__104days {
    margin-bottom: 65px;
  }
  .topPage .products__104days-wrap {
    padding: 0 5.33%;
    margin-bottom: 35px;
  }
  .topPage .products__104days__title__page {
    font-family: "Calibri", sans-serif;
    height: 38px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
  }
  .topPage .products__104days__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__104days__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__104days__text p {
    font-size: 9px;
    line-height: 1.6;
  }
  .topPage .products__104days__text p small {
    display: block;
    font-size: 8px;
  }
  .topPage .products__104days__pct {
    position: relative;
    padding: 0 5.33%;
    margin-bottom: 40px;
  }
  .topPage .products__104days__pct__main img {
    width: 100%;
  }
  .topPage .products__104days__pct__sub {
    position: absolute;
    width: 50px;
    right: 5.33%;
    top: -50px;
  }
  .topPage .products__elena {
    padding: 0 5.33%;
    margin-bottom: 65px;
  }
  .topPage .products__elena__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__elena__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__elena__text {
    margin-bottom: 18px;
  }
  .topPage .products__elena__text p {
    font-size: 9px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__elena__text p small {
    display: block;
    font-size: 8px;
  }
  .topPage .products__elena__pct {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  .topPage .products__elena__pct img {
    width: 36px;
  }
  .topPage .products__zacpack {
    padding: 0 5.33%;
    margin-bottom: 65px;
  }
  .topPage .products__zacpack__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__zacpack__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__zacpack__text {
    margin-bottom: 20px;
  }
  .topPage .products__zacpack__text p {
    font-size: 9px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__zacpack__text p small {
    display: block;
    font-size: 8px;
  }
  .topPage .products__zacpack__pct {
    text-align: center;
    position: relative;
    margin-bottom: 35px;
  }
  .topPage .products__zacpack__pct img {
    width: 118px;
  }
  .topPage .products__zacrf {
    padding: 0 5.33%;
    margin-bottom: 65px;
  }
  .topPage .products__zacrf__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__zacrf__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__zacrf__text {
    margin-bottom: 20px;
  }
  .topPage .products__zacrf__text p {
    font-size: 9px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__zacrf__text small {
    display: block;
    font-size: 8px;
  }
  .topPage .products__zacrf__pct {
    text-align: center;
    position: relative;
    margin-bottom: 52px;
  }
  .topPage .products__zacrf__pct img {
    width: 110px;
  }
  .topPage .products__ssl {
    padding: 0 5.33%;
    margin-bottom: 65px;
  }
  .topPage .products__ssl__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__ssl__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__ssl__text {
    margin-bottom: 20px;
  }
  .topPage .products__ssl__text p {
    font-size: 9px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__ssl__text small {
    display: block;
    font-size: 8px;
  }
  .topPage .products__ssl__pct {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
  }
  .topPage .products__ssl__pct img {
    width: 69px;
  }
  .topPage .products__smb {
    padding: 0 5.33%;
    margin-bottom: 65px;
  }
  .topPage .products__smb__title {
    margin-bottom: 3px;
  }
  .topPage .products__smb__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__smb__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__smb__pct {
    position: relative;
    margin-bottom: 40px;
  }
  .topPage .products__smb__pct img {
    display: block;
    width: 54px;
    margin: 0 auto;
  }
  .topPage .products__smb__text {
    margin-bottom: 24px;
  }
  .topPage .products__smb__text p {
    font-size: 9px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__smb__text small {
    display: block;
    font-size: 8px;
  }
  .topPage .products__gp {
    color: white;
    background-image: linear-gradient(180deg, rgb(33, 39, 33), rgb(201, 201, 201) 89%, rgb(255, 255, 255));
  }
  .topPage .products__gp-wrap {
    padding: 34px 5.33%;
  }
  .topPage .products__gp__title {
    margin-bottom: 6px;
  }
  .topPage .products__gp__title small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__gp__title strong {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 24px;
  }
  .topPage .products__gp__text {
    margin-bottom: 25px;
  }
  .topPage .products__gp__text p {
    font-size: 9px;
    line-height: 1.6;
    white-space: normal;
  }
  .topPage .products__gp__text span {
    font-family: "Calibri", sans-serif;
    display: block;
    font-size: 14px;
    padding-top: 3px;
  }
  .topPage .products__gp__pct {
    position: relative;
    margin-bottom: 40px;
  }
  .topPage .products__gp__pct__main {
    text-align: center;
  }
  .topPage .products__gp__pct__main img {
    width: 45px;
  }
  .topPage .products__gp__pct__sub {
    position: absolute;
    width: 50px;
    right: 0;
    top: -25px;
  }
  .topPage .products__spnavi {
    background-image: url(/_assets/images/common/bg-gradationline.png);
    background-size: 100% 2px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 100px;
  }
  .topPage .products__spnavi-wrap {
    padding: 30px 5.3% 0;
  }
  .topPage .products__spnavi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .topPage .products__spnavi ul li {
    width: 50%;
    margin-bottom: 12px;
  }
  .topPage .products__spnavi ul li:nth-of-type(2n) {
    padding-left: 16px;
  }
  .topPage .products__spnavi ul li a {
    display: block;
  }
  .topPage .products__spnavi ul li a small {
    display: block;
    font-size: 8px;
    font-weight: 600;
    margin-bottom: 3px;
  }
  .topPage .products__spnavi ul li a span {
    display: block;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
    font-size: 11px;
  }
  .topPage .products__spnavi__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    margin: 0 auto;
  }
  .topPage .products__spnavi__btn a img {
    width: 11px;
    transform: scale(1, -1);
  }
  .topPage .news-wrap {
    padding: 50px 5.3% 100px;
  }
  .topPage .news__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .topPage .news__category ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    font-size: 8px;
  }
  .topPage .news__category ul li {
    text-align: center;
  }
  .topPage .news__category ul li span {
    display: block;
    font-size: 8px;
  }
  .topPage .news__category ul li a {
    position: relative;
    font-family: "Calibri", sans-serif;
    font-size: 11px;
    font-weight: 600;
  }
  .topPage .news__category ul li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #212721;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .topPage .news__category ul li a:hover::after {
    transform: scale(1, 1);
  }
  .topPage .news__content__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .topPage .news__content__date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 15px;
    font-size: 8px;
    color: white;
    background-color: #004C45;
    margin-bottom: 10px;
  }
  .topPage .news__content__entrytitle {
    font-size: 10px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .topPage .news__content__entrytitle-new {
    position: relative;
    top: -1px;
    display: inline-flex;
    justify-content: center;
    font-size: 7px;
    line-height: 10px;
    font-weight: 400;
    width: 24px;
    height: 9px;
    border: 1px solid #212721;
    margin-left: 18px;
  }
  .topPage .news__content__text {
    white-space: normal;
  }
  .topPage .news__content__text p {
    font-size: 9px;
    line-height: 14px;
  }
  .topPage .news__content__text p + p {
    margin-top: 2.5rem;
  }
}

@media all and (min-width: 769px) {
  .newsPage .news {
    width: calc(100vw - 116px - 500px);
    margin-left: 500px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .newsPage .news {
    width: calc(100vw - 116px - 400px);
    margin-left: 400px;
  }
}
@media all and (min-width: 769px) and (max-width: 1405px) {
  .newsPage .news {
    width: calc(100vw - 116px);
    margin-left: 0px;
  }
}
@media all and (min-width: 769px) {
  .newsPage .news-wrap {
    width: 81.9%;
    height: 100%;
    padding: 20px 45px 50px 67px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1305px) {
  .newsPage .news-wrap {
    padding: 20px 0 50px 67px;
  }
}
@media all and (min-width: 769px) {
  .newsPage .news__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
  }
  .newsPage .news__category ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 150px;
    font-size: 14px;
  }
  .newsPage .news__category ul li {
    text-align: center;
  }
  .newsPage .news__category ul li span {
    display: block;
    font-size: 13px;
  }
  .newsPage .news__category ul li a {
    position: relative;
    font-family: "Calibri", sans-serif;
    font-size: 22px;
    font-weight: 600;
  }
  .newsPage .news__category ul li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #212721;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .newsPage .news__category ul li a:hover::after {
    transform: scale(1, 1);
  }
  .newsPage .news__category ul li a.current::after {
    transform: scale(1, 1);
  }
  .newsPage .news__content__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 42px;
  }
  .newsPage .news__content__date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 30px;
    font-size: 16px;
    color: white;
    background-color: #004C45;
    margin-bottom: 25px;
  }
  .newsPage .news__content__entrytitle {
    font-size: 20px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .newsPage .news__content__entrytitle-new {
    position: relative;
    top: -3px;
    display: inline-flex;
    justify-content: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    width: 48px;
    height: 18px;
    border: 1px solid #212721;
    margin-left: 35px;
  }
  .newsPage .news__content__text {
    white-space: normal;
  }
  .newsPage .news__content__text p {
    font-size: 16px;
    line-height: 28px;
  }
  .newsPage .news__content__text p + p {
    margin-top: 2.8rem;
  }
  .newsPage .media__content__titlebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsPage .media__content__titlebox-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 46px;
  }
  .newsPage .media__content__list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .newsPage .media__content__list ul li {
    width: 31.2%;
    margin-right: 3.2%;
    margin-bottom: 25px;
  }
  .newsPage .media__content__list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .newsPage .media__content__list ul li .thumb {
    text-align: center;
    height: 180px;
    margin-bottom: 14px;
  }
  .newsPage .media__content__list ul li .thumb img {
    width: auto;
    height: 180px;
  }
  .newsPage .media__content__list ul li p {
    font-size: 16px;
    line-height: 1.6;
  }
}
@media all and (max-width: 768px) {
  .newsPage .news-wrap {
    padding: 50px 5.3% 100px;
  }
  .newsPage .news__head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }
  .newsPage .news__category ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90px;
    font-size: 8px;
  }
  .newsPage .news__category ul li {
    text-align: center;
  }
  .newsPage .news__category ul li span {
    display: block;
    font-size: 8px;
  }
  .newsPage .news__category ul li a {
    position: relative;
    font-family: "Calibri", sans-serif;
    font-size: 11px;
    font-weight: 600;
  }
  .newsPage .news__category ul li a::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #212721;
    transition: all 0.3s;
    transform: scale(0, 1);
    transform-origin: left top;
  }
  .newsPage .news__category ul li a:active::after {
    transform: scale(1, 1);
  }
  .newsPage .news__category ul li a.current::after {
    transform: scale(1, 1);
  }
  .newsPage .news__content__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .newsPage .news__content__date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 15px;
    font-size: 8px;
    color: white;
    background-color: #004C45;
    margin-bottom: 10px;
  }
  .newsPage .news__content__entrytitle {
    font-size: 10px;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .newsPage .news__content__entrytitle-new {
    position: relative;
    top: -1px;
    display: inline-flex;
    justify-content: center;
    font-size: 7px;
    line-height: 10px;
    font-weight: 400;
    width: 24px;
    height: 9px;
    border: 1px solid #212721;
    margin-left: 18px;
  }
  .newsPage .news__content__text {
    white-space: normal;
  }
  .newsPage .news__content__text p {
    font-size: 9px;
    line-height: 14px;
  }
  .newsPage .news__content__text p + p {
    margin-top: 2.5rem;
  }
  .newsPage .media__content {
    padding: 0 5%;
  }
  .newsPage .media__content__titlebox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsPage .media__content__titlebox-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .newsPage .media__content__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .newsPage .media__content__list ul li {
    width: 40.5%;
    margin-bottom: 10px;
  }
  .newsPage .media__content__list ul li:nth-of-type(3n) {
    margin-right: 0;
  }
  .newsPage .media__content__list ul li .thumb {
    text-align: center;
    height: 90px;
    margin-bottom: 5px;
  }
  .newsPage .media__content__list ul li .thumb img {
    width: auto;
    height: 90px;
  }
  .newsPage .media__content__list ul li p {
    font-size: 9px;
    line-height: 1.6;
  }
}

@media all and (min-width: 769px) {
  .mapPage .map {
    width: calc(100vw - 116px - 500px);
    margin-left: 500px;
  }
  .mapPage .map__uc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 39, 33, 0.95);
  }
  .mapPage .map__uc-wrap {
    width: 81.9%;
    padding: 200px 0px 50px 430px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1405px) {
  .mapPage .map__uc-wrap {
    padding: 200px 0px 50px 100px;
  }
}
@media all and (min-width: 769px) {
  .mapPage .map__uc__title {
    font-family: "Calibri", sans-serif;
    text-align: center;
    color: white;
    font-size: 48px;
    margin-bottom: 100px;
  }
  .mapPage .map__uc__text {
    width: 600px;
    color: white;
    font-size: 16px;
    line-height: 28px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .mapPage .map {
    width: calc(100vw - 116px - 400px);
    margin-left: 400px;
  }
}
@media all and (min-width: 769px) and (max-width: 1405px) {
  .mapPage .map {
    width: calc(100vw - 116px);
    margin-left: 0px;
  }
}
@media all and (min-width: 769px) {
  .mapPage .map-wrap {
    width: 81.9%;
    height: 100%;
    padding: 20px 45px 50px 67px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1305px) {
  .mapPage .map-wrap {
    padding: 20px 0 50px 67px;
  }
}
@media all and (min-width: 769px) {
  .mapPage .map__head {
    margin-bottom: 80px;
  }
  .mapPage .map__content__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 45px;
  }
  .mapPage .map__content__entrytitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .mapPage .map__content__text {
    white-space: normal;
    margin-bottom: 60px;
  }
  .mapPage .map__content__text p {
    font-size: 14px;
    line-height: 1.7;
  }
  .mapPage .map__content__text p + p {
    margin-top: 1.5rem;
  }
  .mapPage .map__content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;
  }
  .mapPage .map__content__list__icon {
    width: 82px;
  }
  .mapPage .map__content__list__icon + .map__content__list__icon {
    margin-left: 10px;
  }
  .mapPage .map__content__list dl {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }
  .mapPage .map__content__list dl:nth-of-type(3), .mapPage .map__content__list dl:nth-of-type(4) {
    align-items: flex-start;
  }
  .mapPage .map__content__list dl:nth-of-type(4) dd {
    padding-top: 10px;
  }
  .mapPage .map__content__list dl dt {
    display: flex;
  }
  .mapPage .map__content__list dl dd {
    padding-left: 16px;
  }
  .mapPage .map__content__list dl dd p {
    font-size: 14px;
    line-height: 1.42;
  }
  .mapPage .map__content__list dl dd p small {
    font-size: 12px;
  }
  .mapPage .map__detailbtn {
    margin-bottom: 70px;
  }
  .mapPage .map__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
  }
  .mapPage .map__detailbtn a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .mapPage .map__detailbtn a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .mapPage .map__uc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(33, 39, 33, 0.95);
  }
  .mapPage .map__uc-wrap {
    width: 81.9%;
    height: 100%;
    padding-top: 150px;
    margin: 0 auto;
  }
  .mapPage .map__uc__title {
    font-family: "Calibri", sans-serif;
    text-align: center;
    color: white;
    font-size: 24px;
    margin-bottom: 50px;
  }
  .mapPage .map__uc__text {
    color: white;
    font-size: 8px;
    line-height: 14px;
    margin: 0 auto;
  }
  .mapPage .map-wrap {
    padding: 50px 5.3% 100px;
  }
  .mapPage .map__head {
    margin-bottom: 10px;
  }
  .mapPage .map__content__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .mapPage .map__content__entrytitle {
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .mapPage .map__content__entrytitle-new {
    position: relative;
    top: -1px;
    display: inline-flex;
    justify-content: center;
    font-size: 7px;
    line-height: 10px;
    font-weight: 400;
    width: 24px;
    height: 9px;
    border: 1px solid #212721;
    margin-left: 18px;
  }
  .mapPage .map__content__text {
    white-space: normal;
    margin-bottom: 25px;
  }
  .mapPage .map__content__text p {
    font-size: 9px;
    line-height: 14px;
  }
  .mapPage .map__content__text p + p {
    margin-top: 1.2rem;
  }
  .mapPage .map__content__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 12px;
  }
  .mapPage .map__content__list__icon {
    width: 41px;
  }
  .mapPage .map__content__list__icon + .map__content__list__icon {
    margin-left: 5px;
  }
  .mapPage .map__content__list dl {
    width: 50%;
    margin-bottom: 25px;
  }
  .mapPage .map__content__list dl dt {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 8px;
  }
  .mapPage .map__content__list dl dd {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
  .mapPage .map__content__list dl dd p {
    font-size: 9px;
    line-height: 1.42;
  }
  .mapPage .map__content__list dl dd p small {
    font-size: 8px;
  }
  .mapPage .map__detailbtn {
    margin-bottom: 35px;
  }
  .mapPage .map__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 38px;
    font-size: 9px;
    border: 1px solid #212721;
    border-radius: 6px;
    margin: 0 auto;
  }
  .mapPage .map__detailbtn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .mapPage .map__detailbtn a:active {
    opacity: 0.6;
  }
}

@media all and (min-width: 769px) {
  .contactPage .contact {
    width: calc(100vw - 116px - 500px);
    margin-left: 500px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .contactPage .contact {
    width: calc(100vw - 116px - 400px);
    margin-left: 400px;
  }
}
@media all and (min-width: 769px) and (max-width: 1405px) {
  .contactPage .contact {
    width: calc(100vw - 116px);
    margin-left: 0px;
  }
}
@media all and (min-width: 769px) {
  .contactPage .contact-wrap {
    width: 81.9%;
    height: 100%;
    padding: 20px 45px 50px 67px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1305px) {
  .contactPage .contact-wrap {
    padding: 20px 0 50px 67px;
  }
}
@media all and (min-width: 769px) {
  .contactPage .contact__head {
    margin-bottom: 80px;
  }
  .contactPage .contact__content__title {
    margin-bottom: 42px;
  }
  .contactPage .contact__content__title-main {
    font-size: 32px;
    font-weight: 600;
    margin-right: 30px;
  }
  .contactPage .contact__content__title-sub {
    font-size: 14px;
  }
  .contactPage .contact__content__title-sub span {
    font-family: "Calibri", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 0 5px;
  }
  .contactPage .contact__content__entrytitle {
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #004C45;
    margin-bottom: 20px;
  }
  .contactPage .contact__content__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .contactPage .contact__content__text {
    white-space: normal;
    margin-bottom: 20px;
  }
  .contactPage .contact__content__text p {
    font-size: 16px;
    line-height: 28px;
  }
  .contactPage .contact__content__text p + p {
    margin-top: 2.8rem;
  }
  .contactPage .contact__content__tel {
    margin-bottom: 90px;
  }
  .contactPage .contact__content__tel img {
    width: 25px;
  }
  .contactPage .contact__content__tel span {
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
  }
  .contactPage .contact__detailbtn {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .contactPage .contact__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
  }
  .contactPage .contact__detailbtn a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .contactPage .contact__detailbtn a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .contactPage .contact-wrap {
    padding: 50px 5.3% 100px;
  }
  .contactPage .contact__head {
    margin-bottom: 5px;
  }
  .contactPage .contact__content__title {
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .contactPage .contact__content__title-main {
    font-size: 16px;
    font-weight: 600;
  }
  .contactPage .contact__content__title-sub {
    display: block;
    font-size: 9px;
    padding-top: 10px;
  }
  .contactPage .contact__content__title-sub span {
    font-family: "Calibri", sans-serif;
    font-weight: 500;
    font-size: 11px;
    margin: 0 3px;
  }
  .contactPage .contact__content__entrytitle {
    font-size: 10px;
    line-height: 1.6;
    border-bottom: 1px solid #004C45;
    margin-bottom: 6px;
  }
  .contactPage .contact__content__subtitle {
    font-size: 9px;
    margin-top: 14px;
    margin-bottom: 5px;
  }
  .contactPage .contact__content__text {
    white-space: normal;
  }
  .contactPage .contact__content__text p {
    font-size: 9px;
    line-height: 14px;
  }
  .contactPage .contact__content__text p + p {
    margin-top: 2.5rem;
  }
  .contactPage .contact__content__tel {
    margin-bottom: 40px;
  }
  .contactPage .contact__content__tel img {
    width: 12px;
    vertical-align: baseline;
  }
  .contactPage .contact__content__tel span {
    position: relative;
    top: -3px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 8px;
  }
  .contactPage .contact__detailbtn {
    margin-top: 30px;
    margin-bottom: 35px;
  }
  .contactPage .contact__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 38px;
    font-size: 9px;
    border: 1px solid #212721;
    border-radius: 6px;
    margin: 0 auto;
  }
  .contactPage .contact__detailbtn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .contactPage .contact__detailbtn a:active {
    opacity: 0.6;
  }
}

@media all and (min-width: 769px) {
  .businessPage .business {
    width: calc(100vw - 116px - 500px);
    margin-left: 500px;
  }
}
@media all and (min-width: 769px) and (max-height: 908px) {
  .businessPage .business {
    width: calc(100vw - 116px - 400px);
    margin-left: 400px;
  }
}
@media all and (min-width: 769px) and (max-width: 1405px) {
  .businessPage .business {
    width: calc(100vw - 116px);
    margin-left: 0px;
  }
}
@media all and (min-width: 769px) {
  .businessPage .business-wrap {
    width: 81.9%;
    height: 100%;
    padding: 20px 45px 50px 67px;
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) and (max-width: 1305px) {
  .businessPage .business-wrap {
    padding: 20px 0 50px 67px;
  }
}
@media all and (min-width: 769px) {
  .businessPage .business__head {
    margin-bottom: 80px;
  }
  .businessPage .business__content__titleset {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 42px;
  }
  .businessPage .business__content__titleset-title {
    font-size: 32px;
    font-weight: 600;
  }
  .businessPage .business__content__titleset-navi {
    padding-top: 15px;
    font-size: 14px;
  }
  .businessPage .business__content__titleset-navi a {
    position: relative;
    display: inline-block;
    margin: 0 10px;
  }
  .businessPage .business__content__titleset-navi a.current {
    text-decoration: underline;
  }
  .businessPage .business__content__titleset-navi a.back {
    padding-left: 18px;
    margin-right: 36px;
  }
  .businessPage .business__content__titleset-navi a.back::after {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
    transform: scale(-1, 1);
  }
  .businessPage .business__content__titleset-navi a.forward {
    padding-right: 18px;
    margin-left: 36px;
  }
  .businessPage .business__content__titleset-navi a.forward::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .businessPage .business__content__titleset-navi a:hover {
    opacity: 0.6;
  }
  .businessPage .business__content__entrytitle {
    font-size: 18px;
    line-height: 35px;
    border-bottom: 1px solid #004C45;
    margin-bottom: 20px;
  }
  .businessPage .business__content__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .businessPage .business__content__text {
    white-space: normal;
    margin-bottom: 25px;
  }
  .businessPage .business__content__text p {
    font-size: 16px;
    line-height: 28px;
  }
  .businessPage .business__content__text p + p {
    margin-top: 2.8rem;
  }
  .businessPage .business__content__text.indent {
    padding-left: 2rem;
  }
  .businessPage .business__content__text.indent p {
    text-indent: -1.5rem;
  }
  .businessPage .business__content__text.indent p + p {
    margin-top: 0.8rem;
  }
  .businessPage .business__content__text.indent p.noindent {
    text-indent: 0;
    margin-left: -1.5rem;
  }
  .businessPage .business__content__text.indent p small {
    font-size: 14px;
  }
  .businessPage .business__content__text.bggreen {
    background-color: #E3EAE9;
    padding: 1rem 2rem;
  }
  .businessPage .business__content__text .qrcode {
    width: 100px;
    margin-top: -55px;
  }
  .businessPage .business__content__tel {
    margin-bottom: 90px;
  }
  .businessPage .business__content__tel img {
    width: 25px;
  }
  .businessPage .business__content__tel span {
    font-size: 24px;
    font-weight: 600;
    padding-left: 10px;
  }
  .businessPage .business__content__list {
    font-size: 18px;
    font-weight: 600;
  }
  .businessPage .business__content__list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .businessPage .business__content__list ul li {
    position: relative;
    margin-bottom: 10px;
  }
  .businessPage .business__content__list ul li:nth-of-type(1), .businessPage .business__content__list ul li:nth-of-type(3) {
    width: 430px;
  }
  .businessPage .business__content__list ul li small {
    font-size: 14px;
  }
  .businessPage .business__content__list ul li span {
    font-size: 16px;
    color: white;
    display: inline-block;
    background-color: black;
    border-radius: 4px;
    padding: 0 5px;
  }
  .businessPage .business__content__list ul li.cs::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 50px;
    content: "coming soon";
    color: #004C45;
    font-size: 18px;
    text-align: center;
    padding-top: 22px;
    background-color: rgba(227, 234, 233, 0.8);
  }
  .businessPage .business__content__btnlist {
    margin-bottom: 50px;
  }
  .businessPage .business__content__btnlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .businessPage .business__content__btnlist ul li {
    width: 48%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .businessPage .business__content__btnlist ul li a, .businessPage .business__content__btnlist ul li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
    margin: 0 auto;
  }
  .businessPage .business__content__btnlist ul li a::after, .businessPage .business__content__btnlist ul li span::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .businessPage .business__content__btnlist ul li a:hover {
    opacity: 0.6;
  }
  .businessPage .business__content__btnlist ul li span {
    color: #ccc;
    background-color: rgba(227, 234, 233, 0.8);
  }
  .businessPage .business__content__btnlist ul li span::after {
    opacity: 0.3;
  }
  .businessPage .business__content__btnlist ul li span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 77px;
    content: "coming soon";
    color: #004C45;
    font-size: 18px;
    text-align: center;
    padding-top: 45px;
  }
  .businessPage .business__content__contactdetail {
    display: flex;
    padding-top: 80px;
  }
  .businessPage .business__content__contactdetail-left {
    width: 50%;
    border-right: 1px solid #004C45;
    padding-right: 50px;
  }
  .businessPage .business__content__contactdetail-right {
    width: 50%;
    padding-left: 50px;
  }
  .businessPage .business__detailbtn {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .businessPage .business__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
    padding-right: 20px;
  }
  .businessPage .business__detailbtn a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .businessPage .business__detailbtn a:hover {
    opacity: 0.6;
  }
  .businessPage .business__detailbtn a.wide {
    width: 416px;
  }
  .businessPage .business__link {
    text-align: right;
  }
  .businessPage .business__link a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding-right: 40px;
  }
  .businessPage .business__link a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .businessPage .business__link a:hover {
    opacity: 0.5;
  }
}
@media all and (max-width: 768px) {
  .businessPage .business-wrap {
    padding: 50px 5.3% 100px;
  }
  .businessPage .business__head {
    margin-bottom: 5px;
  }
  .businessPage .business__content__titleset {
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .businessPage .business__content__titleset-title {
    font-size: 16px;
    font-weight: 600;
  }
  .businessPage .business__content__titleset-navi {
    position: relative;
    top: -15px;
    font-size: 9px;
  }
  .businessPage .business__content__titleset-navi a {
    position: relative;
    display: inline-block;
    margin: 0 5px;
  }
  .businessPage .business__content__titleset-navi a.current {
    text-decoration: underline;
  }
  .businessPage .business__content__titleset-navi a.back {
    padding-left: 9px;
    margin-right: 12px;
  }
  .businessPage .business__content__titleset-navi a.back::after {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
    transform: scale(-1, 1);
  }
  .businessPage .business__content__titleset-navi a.forward {
    padding-right: 9px;
    margin-left: 12px;
  }
  .businessPage .business__content__titleset-navi a.forward::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .businessPage .business__content__entrytitle {
    font-size: 10px;
    line-height: 1.6;
    border-bottom: 1px solid #004C45;
    margin-bottom: 6px;
  }
  .businessPage .business__content__subtitle {
    font-size: 9px;
    margin-top: 14px;
    margin-bottom: 5px;
  }
  .businessPage .business__content__text {
    white-space: normal;
    margin-bottom: 12px;
  }
  .businessPage .business__content__text p {
    font-size: 9px;
    line-height: 14px;
  }
  .businessPage .business__content__text p + p {
    margin-top: 2.5rem;
  }
  .businessPage .business__content__text.indent {
    padding-left: 1rem;
  }
  .businessPage .business__content__text.indent p {
    text-indent: -0.7rem;
  }
  .businessPage .business__content__text.indent p + p {
    margin-top: 0.4rem;
  }
  .businessPage .business__content__text.indent p.noindent {
    text-indent: 0;
    margin-left: -0.7rem;
  }
  .businessPage .business__content__text.indent p small {
    font-size: 8px;
  }
  .businessPage .business__content__text.bggreen {
    background-color: #E3EAE9;
    padding: 0.5rem 1rem;
  }
  .businessPage .business__content__text .qrcode {
    width: 50px;
    margin-top: -25px;
    margin-bottom: 10px;
  }
  .businessPage .business__content__tel {
    margin-bottom: 40px;
  }
  .businessPage .business__content__tel img {
    width: 12px;
    vertical-align: baseline;
  }
  .businessPage .business__content__tel span {
    position: relative;
    top: -3px;
    font-size: 12px;
    font-weight: 600;
    padding-left: 8px;
  }
  .businessPage .business__content__list {
    font-size: 9px;
    font-weight: 600;
    padding-top: 10px;
  }
  .businessPage .business__content__list ul {
    display: flex;
    flex-wrap: wrap;
  }
  .businessPage .business__content__list ul li {
    position: relative;
    margin-bottom: 10px;
  }
  .businessPage .business__content__list ul li small {
    font-size: 8px;
  }
  .businessPage .business__content__list ul li span {
    font-size: 8px;
    color: white;
    display: inline-block;
    background-color: black;
    border-radius: 2px;
    padding: 0 3px;
  }
  .businessPage .business__content__list ul li.cs::after {
    position: absolute;
    top: -5px;
    left: 0;
    width: 330px;
    height: 20px;
    content: "coming soon";
    color: #004C45;
    font-size: 8px;
    line-height: 20px;
    text-align: right;
    padding-right: 22px;
    background-color: rgba(227, 234, 233, 0.8);
  }
  .businessPage .business__content__btnlist {
    padding-top: 15px;
    margin-bottom: 20px;
  }
  .businessPage .business__content__btnlist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .businessPage .business__content__btnlist ul li {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .businessPage .business__content__btnlist ul li a, .businessPage .business__content__btnlist ul li span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 98%;
    height: 38px;
    font-size: 8px;
    border: 1px solid #212721;
    border-radius: 6px;
    margin: 0 auto;
  }
  .businessPage .business__content__btnlist ul li a::after, .businessPage .business__content__btnlist ul li span::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .businessPage .business__content__btnlist ul li a:hover {
    opacity: 0.6;
  }
  .businessPage .business__content__btnlist ul li span {
    color: #ccc;
    background-color: rgba(227, 234, 233, 0.8);
  }
  .businessPage .business__content__btnlist ul li span::after {
    opacity: 0.3;
  }
  .businessPage .business__content__btnlist ul li span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 77px;
    content: "coming soon";
    color: #004C45;
    font-size: 8px;
    text-align: center;
    padding-top: 23px;
  }
  .businessPage .business__content__contactdetail-right {
    padding-top: 10px;
  }
  .businessPage .business__content__contactdetail .business__detailbtn a {
    width: 208px;
  }
  .businessPage .business__detailbtn {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .businessPage .business__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 38px;
    font-size: 9px;
    border: 1px solid #212721;
    border-radius: 6px;
    margin: 0 auto;
  }
  .businessPage .business__detailbtn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .businessPage .business__detailbtn a:active {
    opacity: 0.6;
  }
  .businessPage .business__detailbtn a.wide {
    width: 208px;
  }
  .businessPage .business__link {
    text-align: center;
  }
  .businessPage .business__link a {
    position: relative;
    display: inline-block;
    font-size: 8px;
    padding-right: 20px;
  }
  .businessPage .business__link a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .businessPage .business__link a:active {
    opacity: 0.5;
  }
}

@media all and (min-width: 769px) {
  .companyPage .company__head {
    width: 1000px;
    padding: 23px 0 50px;
    margin: 0 auto;
  }
  .companyPage .company__title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 35px;
  }
  .companyPage .company__title-jp {
    font-size: 16px;
    font-weight: 600;
  }
  .companyPage .company__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    font-weight: 600;
  }
  .companyPage .company__mainvisual {
    position: relative;
    height: 962px;
    background-image: url(/_assets/images/company/mv.png);
    background-size: 1328px auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .companyPage .company__mainvisual__scroll {
    position: absolute;
    left: calc(50% - 412px);
    bottom: 135px;
  }
  .companyPage .company__mainvisual__scroll__stick {
    position: relative;
    width: 8px;
    height: 46px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 2px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
  }
  .companyPage .company__mainvisual__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanime;
  }
  .companyPage .company__mainvisual__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 12px;
  }
  .companyPage .company__content {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    margin-top: -42px;
  }
  .companyPage .company__content__list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 18px;
    line-height: 2;
    margin-bottom: 60px;
  }
  .companyPage .company__content__list dl dt {
    width: 309px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
  }
  .companyPage .company__content__list dl dt span {
    display: block;
    padding-left: 50px;
  }
  .companyPage .company__content__list dl dd {
    width: 629px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
  }
  .companyPage .company__content__list dl dd span {
    display: block;
    padding-left: 50px;
  }
  .companyPage .company__footer {
    position: relative;
    height: 1804px;
    background-image: url(/_assets/images/company/footer.png);
    background-size: 1304px 1804px;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 274px;
    margin-top: -130px;
    margin-bottom: 30px;
  }
  .companyPage .company__footer-wrap {
    width: 1000px;
    padding-left: 50px;
    margin: 0 auto;
  }
  .companyPage .company__footer dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 720px;
    margin-bottom: 70px;
  }
  .companyPage .company__footer dl dt {
    width: 160px;
    font-size: 20px;
    font-weight: 600;
  }
  .companyPage .company__footer dl dd {
    width: 560px;
  }
  .companyPage .company__footer dl dd p {
    font-size: 18px;
    line-height: 2;
  }
  .companyPage .company__footer dl dd p + p {
    padding-top: 1.8rem;
  }
  .companyPage .company__topbtn {
    margin-bottom: 40px;
  }
  .companyPage .company__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .companyPage .company__topbtn a img {
    width: 22px;
    transform: scale(1, -1);
  }
  .companyPage .company__topbtn a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .companyPage .company__head {
    padding: 50px 5.3% 50px;
  }
  .companyPage .company__title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 17px;
  }
  .companyPage .company__title-jp {
    font-size: 8px;
    font-weight: 600;
  }
  .companyPage .company__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
  .companyPage .company__mainvisual {
    position: relative;
    height: 370px;
    background-image: url(/_assets/images/company/mv.png);
    background-size: 442.6666666667px auto;
    background-repeat: no-repeat;
    background-position: top center;
  }
  .companyPage .company__mainvisual__scroll {
    position: absolute;
    left: calc(50% - 16px);
    bottom: 60px;
  }
  .companyPage .company__mainvisual__scroll__stick {
    position: relative;
    width: 8px;
    height: 46px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 2px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
  }
  .companyPage .company__mainvisual__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanime;
  }
  .companyPage .company__mainvisual__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 12px;
  }
  .companyPage .company__content {
    position: relative;
    padding: 0 5.3%;
    margin-top: -21px;
  }
  .companyPage .company__content__list dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    font-size: 9px;
    line-height: 2;
    margin-bottom: 20px;
  }
  .companyPage .company__content__list dl dt {
    width: 30%;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
  }
  .companyPage .company__content__list dl dt span {
    display: block;
    padding-left: 20px;
  }
  .companyPage .company__content__list dl dd {
    width: 60%;
    padding-bottom: 3px;
    border-bottom: 1px solid black;
  }
  .companyPage .company__content__list dl dd span {
    display: block;
    padding-left: 20px;
  }
  .companyPage .company__footer {
    position: relative;
    height: 621.3333333333px;
    background-image: url(/_assets/images/company/footer.png);
    background-size: 434.6666666667px 601.3333333333px;
    background-repeat: no-repeat;
    background-position: center 20px;
    padding-top: 20px;
    margin-bottom: 15px;
  }
  .companyPage .company__footer-wrap {
    padding: 0 5.3%;
  }
  .companyPage .company__footer dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .companyPage .company__footer dl dt {
    width: 20%;
    font-size: 10px;
    font-weight: 600;
  }
  .companyPage .company__footer dl dd {
    width: 55%;
  }
  .companyPage .company__footer dl dd p {
    font-size: 9px;
    line-height: 2;
  }
  .companyPage .company__footer dl dd p + p {
    padding-top: 1rem;
  }
  .companyPage .company__topbtn {
    margin-bottom: 20px;
  }
  .companyPage .company__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .companyPage .company__topbtn a img {
    width: 16px;
    transform: scale(1, -1);
  }
  .companyPage .company__topbtn a:active {
    opacity: 0.6;
  }
}

@media all and (min-width: 769px) {
  .skincareprogramPage #loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1001;
  }
  .skincareprogramPage #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 370.5px;
    height: 28px;
    margin-top: -14px;
    margin-left: -184.5px;
    text-align: center;
    z-index: 1002;
  }
  .skincareprogramPage #loader .illust {
    width: 370.5px;
    margin: 0 auto;
  }
  .skincareprogramPage .skptop {
    width: 100vw;
    height: 100vh;
    background-image: url(/_assets/images/skincareprogram/bg.png);
    background-size: cover;
  }
  .skincareprogramPage .skptop .breadcrumb {
    position: absolute;
    top: 24px;
    left: 9.8%;
  }
  .skincareprogramPage .skptop__title {
    position: absolute;
    z-index: 10;
    top: 10vh;
    left: 9.8%;
    line-height: 1.5;
  }
  .skincareprogramPage .skptop__title-jp {
    font-size: 16px;
    font-weight: 600;
  }
  .skincareprogramPage .skptop__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    font-weight: 600;
  }
  .skincareprogramPage .skptop__logo {
    position: absolute;
    right: 9.8%;
    bottom: 150px;
    width: 150px;
  }
  .skincareprogramPage .skptop__logo img {
    width: 150px;
    animation: 6s linear infinite rotation;
  }
  .skincareprogramPage .skptop__navi {
    position: absolute;
    left: 0px;
    bottom: -124px;
    width: 100%;
    height: 124px;
    background-image: url(/_assets/images/skincareprogram/bg-navi.png);
    background-size: 100% 100%;
    transition: ease 0.6s;
  }
  .skincareprogramPage .skptop__navi.is-appear {
    bottom: 0;
  }
  .skincareprogramPage .skptop__navi-wrap {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 80px;
  }
  .skincareprogramPage .skptop__navi-jp {
    display: block;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .skincareprogramPage .skptop__navi-en {
    display: block;
    font-size: 36px;
    white-space: nowrap;
  }
}
@media all and (min-width: 769px) and (max-width: 1220px) {
  .skincareprogramPage .skptop__navi-en {
    font-size: 28px;
  }
}
@media all and (min-width: 769px) and (max-width: 1040px) {
  .skincareprogramPage .skptop__navi-en {
    font-size: 24px;
  }
}
@media all and (min-width: 769px) {
  .skincareprogramPage .skptop__navi ul {
    width: 95%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .skincareprogramPage .skptop__navi ul li {
    text-align: center;
    margin: 0 10px;
  }
  .skincareprogramPage .skptop__navi ul li:last-child {
    margin-right: 0;
  }
  .skincareprogramPage .skptop__navi ul li a {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  .skincareprogramPage .skptop__navi ul li a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp {
    position: relative;
    width: 1000px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__scroll {
    position: fixed;
    z-index: 10;
    right: 100px;
    bottom: 70px;
  }
  .skincareprogramPage .skp__scroll__pct {
    width: 150px;
    margin-bottom: 16px;
  }
  .skincareprogramPage .skp__scroll__pct img {
    width: 150px;
    animation: 6s linear infinite rotation;
  }
  .skincareprogramPage .skp__scroll__stick {
    position: relative;
    width: 8px;
    height: 46px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 2px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
  }
  .skincareprogramPage .skp__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanime;
  }
  .skincareprogramPage .skp__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 12px;
  }
  .skincareprogramPage .skp__head {
    padding-top: 22px;
    margin-bottom: 55px;
  }
  .skincareprogramPage .skp__title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 150px;
  }
  .skincareprogramPage .skp__title-jp {
    font-size: 16px;
    font-weight: 600;
  }
  .skincareprogramPage .skp__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    font-weight: 600;
  }
  .skincareprogramPage .skp__productindex {
    padding-bottom: 100px;
    margin-top: -120px;
    margin-left: -60px;
  }
  .skincareprogramPage .skp__productindex ul {
    display: flex;
    flex-wrap: wrap;
    width: 1127px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__productindex ul + ul {
    margin-top: 35px;
  }
  .skincareprogramPage .skp__productindex ul li:nth-of-type(1) {
    width: 267px;
  }
  .skincareprogramPage .skp__productindex ul li:nth-of-type(2) {
    width: 305px;
  }
  .skincareprogramPage .skp__productindex ul li:nth-of-type(3) {
    width: 305px;
  }
  .skincareprogramPage .skp__productindex ul li:nth-of-type(4) {
    width: 250px;
  }
  .skincareprogramPage .skp__productindex ul li a {
    display: block;
  }
  .skincareprogramPage .skp__productindex ul li a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__content {
    margin-bottom: 155px;
  }
  .skincareprogramPage .skp__content__producttop {
    position: relative;
  }
  .skincareprogramPage .skp__content__pointbtn {
    position: absolute;
    left: 145px;
    bottom: 30px;
  }
  .skincareprogramPage .skp__content__pointbtn a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__content__pointbtn img {
    width: 265px;
  }
  .skincareprogramPage .skp__content__spec {
    margin: 100px 0;
  }
  .skincareprogramPage .skp__content__spec dl {
    width: 700px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__content__spec dl dt {
    border-top: 1px solid #212721;
    border-bottom: 1px solid #212721;
  }
  .skincareprogramPage .skp__content__spec dl dt span {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 18px 0;
    font-size: 16px;
  }
  .skincareprogramPage .skp__content__spec dl dt span::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 14px;
    height: 5px;
    background-image: url(/_assets/images/common/icon-pulldown.png);
    background-size: 14px 5px;
    transition: ease 0.3s;
  }
  .skincareprogramPage .skp__content__spec dl dt.is-active span::after {
    transform: rotate(180deg);
  }
  .skincareprogramPage .skp__content__spec dl dd {
    font-size: 13px;
    line-height: 1.7;
    padding-top: 15px;
  }
  .skincareprogramPage .skp__detailbtn {
    margin-bottom: 50px;
  }
  .skincareprogramPage .skp__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__detailbtn a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .skincareprogramPage .skp__detailbtn a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__topbtn {
    margin-bottom: 40px;
  }
  .skincareprogramPage .skp__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__topbtn a img {
    width: 22px;
    transform: scale(1, -1);
  }
  .skincareprogramPage .skp__topbtn a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__pagerlink {
    text-align: center;
    margin-bottom: 40px;
  }
  .skincareprogramPage .skp__pagerlink a {
    position: relative;
    display: inline-block;
    font-size: 16px;
  }
  .skincareprogramPage .skp__pagerlink a.back {
    padding-left: 18px;
  }
  .skincareprogramPage .skp__pagerlink a.back::after {
    position: absolute;
    top: calc(50% - 8px);
    left: 0;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
    transform: scale(-1, 1);
  }
  .skincareprogramPage .skp__pagerlink a.back + .forward {
    padding-left: 25px;
    border-left: 1px solid #212721;
  }
  .skincareprogramPage .skp__pagerlink a.forward {
    padding-right: 18px;
    margin-left: 25px;
  }
  .skincareprogramPage .skp__pagerlink a.forward::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 0;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .skincareprogramPage .skp__pagerlink a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .skincareprogramPage #loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 1001;
  }
  .skincareprogramPage #loader {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 209px;
    height: 14px;
    margin-top: -14px;
    margin-left: -100px;
    text-align: center;
    z-index: 1002;
  }
  .skincareprogramPage #loader .illust {
    width: 209px;
    margin: 0 auto;
  }
  .skincareprogramPage .skptop {
    width: 100vw;
    height: 100vh;
    background-image: url(/_assets/images/skincareprogram/bg--sp.png);
    background-size: cover;
  }
  .skincareprogramPage .skptop .breadcrumb {
    position: absolute;
    top: 47px;
    left: 5.3%;
  }
  .skincareprogramPage .skptop__title {
    position: absolute;
    z-index: 10;
    top: 72px;
    left: 5.3%;
    line-height: 1.5;
  }
  .skincareprogramPage .skptop__title-jp {
    font-size: 8px;
    font-weight: 600;
  }
  .skincareprogramPage .skptop__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
  .skincareprogramPage .skptop__logo {
    position: absolute;
    left: 23px;
    bottom: 23px;
    width: 75px;
  }
  .skincareprogramPage .skptop__logo img {
    width: 75px;
    animation: 6s linear infinite rotation;
  }
  .skincareprogramPage .skptop__navi {
    position: absolute;
    left: -164px;
    bottom: 0px;
    width: 164px;
    height: 304px;
    background-image: url(/_assets/images/skincareprogram/bg-navi--sp.png);
    background-size: 100% 100%;
    transition: ease 0.6s;
  }
  .skincareprogramPage .skptop__navi.is-appear {
    left: 0px;
  }
  .skincareprogramPage .skptop__navi-wrap {
    padding: 20px 20px 0;
  }
  .skincareprogramPage .skptop__navi-jp {
    display: block;
    font-size: 8px;
    font-weight: 600;
    white-space: nowrap;
  }
  .skincareprogramPage .skptop__navi-en {
    display: block;
    font-size: 14px;
    white-space: nowrap;
  }
  .skincareprogramPage .skptop__navi ul {
    width: 95%;
    margin: 0 auto;
  }
  .skincareprogramPage .skptop__navi ul li {
    margin-bottom: 18px;
  }
  .skincareprogramPage .skptop__navi ul li:last-child {
    margin-right: 0;
  }
  .skincareprogramPage .skptop__navi ul li a {
    display: block;
    font-family: "Calibri", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
  }
  .skincareprogramPage .skptop__navi ul li a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__scroll {
    display: none;
  }
  .skincareprogramPage .skp-wrap {
    padding-top: 50px;
  }
  .skincareprogramPage .skp__head {
    padding: 0 5.3%;
    margin-bottom: 25px;
  }
  .skincareprogramPage .skp__title {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 75px;
  }
  .skincareprogramPage .skp__title-jp {
    font-size: 8px;
    font-weight: 600;
  }
  .skincareprogramPage .skp__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
  .skincareprogramPage .skp__productindex {
    padding-bottom: 15px;
    margin-top: -50px;
  }
  .skincareprogramPage .skp__productindex ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 6.9%;
  }
  .skincareprogramPage .skp__productindex ul li {
    width: 50%;
    margin-bottom: 35px;
  }
  .skincareprogramPage .skp__productindex ul li a {
    display: block;
  }
  .skincareprogramPage .skp__productindex ul li a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__content {
    margin-bottom: 35px;
  }
  .skincareprogramPage .skp__content__producttop {
    position: relative;
  }
  .skincareprogramPage .skp__content__pointbtn {
    position: absolute;
    left: 14%;
    bottom: -3%;
  }
  .skincareprogramPage .skp__content__pointbtn a:hover {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__content__pointbtn img {
    width: 132px;
  }
  .skincareprogramPage .skp__content__spec {
    margin: 50px 0;
  }
  .skincareprogramPage .skp__content__spec dl {
    width: 70.2%;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__content__spec dl dt {
    border-top: 1px solid #212721;
    border-bottom: 1px solid #212721;
  }
  .skincareprogramPage .skp__content__spec dl dt span {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 10px 0;
    font-size: 9px;
  }
  .skincareprogramPage .skp__content__spec dl dt span::after {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    width: 10px;
    height: 3px;
    background-image: url(/_assets/images/common/icon-pulldown.png);
    background-size: 10px 3px;
    transition: ease 0.3s;
  }
  .skincareprogramPage .skp__content__spec dl dt.is-active span::after {
    transform: rotate(180deg);
  }
  .skincareprogramPage .skp__content__spec dl dd {
    font-size: 8px;
    line-height: 1.7;
    padding-top: 8px;
  }
  .skincareprogramPage .skp__detailbtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 38px;
    font-size: 9px;
    border: 1px solid #212721;
    border-radius: 3px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__detailbtn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .skincareprogramPage .skp__topbtn {
    margin-bottom: 20px;
  }
  .skincareprogramPage .skp__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .skincareprogramPage .skp__topbtn a img {
    width: 16px;
    transform: scale(1, -1);
  }
  .skincareprogramPage .skp__topbtn a:active {
    opacity: 0.6;
  }
  .skincareprogramPage .skp__pagerlink {
    text-align: center;
    margin-bottom: 20px;
  }
  .skincareprogramPage .skp__pagerlink a {
    font-size: 9px;
    position: relative;
    display: inline-block;
  }
  .skincareprogramPage .skp__pagerlink a.back {
    padding-left: 9px;
  }
  .skincareprogramPage .skp__pagerlink a.back::after {
    position: absolute;
    top: calc(50% - 4px);
    left: 0;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
    transform: scale(-1, 1);
  }
  .skincareprogramPage .skp__pagerlink a.back + .forward {
    padding-left: 12px;
    border-left: 1px solid #212721;
  }
  .skincareprogramPage .skp__pagerlink a.forward {
    padding-right: 9px;
    margin-left: 12px;
  }
  .skincareprogramPage .skp__pagerlink a.forward::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 0;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .skincareprogramPage .skp__pagerlink a:hover {
    opacity: 0.6;
  }
}

@media all and (min-width: 769px) {
  .galileopeelingPage .gp__mainvisual {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(/_assets/images/galileopeeling/main-bg.png);
    background-size: 100% 100%;
  }
  .galileopeelingPage .gp__mainvisual .breadcrumb {
    position: absolute;
    top: 24px;
    left: 9.8%;
    color: white;
  }
  .galileopeelingPage .gp__mainvisual .breadcrumb a {
    color: white;
  }
  .galileopeelingPage .gp__mainvisual__title {
    position: absolute;
    top: 13.8vh;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .galileopeelingPage .gp__mainvisual__title-jp {
    font-size: 16px;
  }
  .galileopeelingPage .gp__mainvisual__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 48px;
    font-weight: 600;
  }
  .galileopeelingPage .gp__mainvisual__title-en2 {
    font-family: "Calibri", sans-serif;
    font-size: 27px;
  }
  .galileopeelingPage .gp__mainvisual__pro {
    position: absolute;
    top: 40vh;
    left: calc(50% - 50px);
    width: 120px;
  }
  .galileopeelingPage .gp__mainvisual__pro-icon {
    position: absolute;
    top: -55px;
    right: -130px;
  }
  .galileopeelingPage .gp__mainvisual__pro-icon img {
    width: 100px;
  }
  .galileopeelingPage .gp__mainvisual__scroll {
    position: absolute;
    left: calc(50% - 4px);
    bottom: 25px;
  }
  .galileopeelingPage .gp__mainvisual__scroll__stick {
    position: relative;
    width: 8px;
    height: 46px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 2px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
  }
  .galileopeelingPage .gp__mainvisual__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanime;
  }
  .galileopeelingPage .gp__mainvisual__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 12px;
  }
  .galileopeelingPage .gp-wrap {
    background-image: url(/_assets/images/galileopeeling/bg-01.jpg);
    background-size: 2272px 553px;
    background-position: top center;
    background-repeat: no-repeat;
  }
  .galileopeelingPage .gp__content {
    position: relative;
    width: 1000px;
    margin: 0 auto 100px;
  }
  .galileopeelingPage .gp__content__bg {
    position: relative;
  }
  .galileopeelingPage .gp__content__bg-pct {
    position: absolute;
    top: 5px;
    right: -130px;
    width: 243px;
  }
  .galileopeelingPage .gp__content__lead {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 1000px auto;
    background-repeat: no-repeat;
    padding-bottom: 139px;
    margin-bottom: 113px;
  }
  .galileopeelingPage .gp__content__element {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 1000px auto;
    background-repeat: no-repeat;
    padding-bottom: 139px;
    margin-bottom: 110px;
  }
  .galileopeelingPage .gp__content__element__title {
    margin-bottom: 80px;
  }
  .galileopeelingPage .gp__content__works {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 1000px auto;
    background-repeat: no-repeat;
    padding-bottom: 139px;
    margin-bottom: 110px;
  }
  .galileopeelingPage .gp__content__works__title {
    margin-bottom: 125px;
  }
  .galileopeelingPage .gp__content__works__pct1 {
    margin-bottom: 130px;
  }
  .galileopeelingPage .gp__content__treatment {
    margin-bottom: 160px;
  }
  .galileopeelingPage .gp__content__treatment__title {
    margin-bottom: 104px;
  }
  .galileopeelingPage .gp__content__caution {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 1000px auto;
    background-repeat: no-repeat;
    padding-bottom: 150px;
  }
  .galileopeelingPage .gp__content__caution__title {
    margin-bottom: 58px;
  }
  .galileopeelingPage .gp__bottomlink {
    width: 1000px;
    display: flex;
    justify-content: flex-end;
    margin: 0 auto 40px;
  }
  .galileopeelingPage .gp__bottomlink__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
    border: 1px solid #212721;
    border-radius: 6px;
  }
  .galileopeelingPage .gp__bottomlink__btn a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .galileopeelingPage .gp__bottomlink__btn a:hover {
    opacity: 0.6;
  }
  .galileopeelingPage .gp__bottomlink__textlink a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 77px;
    font-size: 16px;
  }
  .galileopeelingPage .gp__bottomlink__textlink a::after {
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    content: "";
    width: 6px;
    height: 16px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 6px 16px;
  }
  .galileopeelingPage .gp__bottomlink__textlink a:hover {
    opacity: 0.6;
  }
  .galileopeelingPage .gp__topbtn {
    margin-bottom: 40px;
  }
  .galileopeelingPage .gp__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  .galileopeelingPage .gp__topbtn a img {
    width: 22px;
    transform: scale(1, -1);
  }
  .galileopeelingPage .gp__topbtn a:hover {
    opacity: 0.6;
  }
}
@media all and (max-width: 768px) {
  .galileopeelingPage .gp__mainvisual {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-image: url(/_assets/images/galileopeeling/main-bg--sp.png);
    background-size: 100% 100%;
  }
  .galileopeelingPage .gp__mainvisual .breadcrumb {
    position: absolute;
    top: 50px;
    left: 9.8%;
    color: white;
  }
  .galileopeelingPage .gp__mainvisual .breadcrumb a {
    color: white;
  }
  .galileopeelingPage .gp__mainvisual__title {
    position: absolute;
    top: 13.8vh;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .galileopeelingPage .gp__mainvisual__title-jp {
    font-size: 8px;
  }
  .galileopeelingPage .gp__mainvisual__title-en {
    font-family: "Calibri", sans-serif;
    font-size: 24px;
    font-weight: 600;
  }
  .galileopeelingPage .gp__mainvisual__title-en2 {
    font-family: "Calibri", sans-serif;
    font-size: 14px;
  }
  .galileopeelingPage .gp__mainvisual__pro {
    position: absolute;
    top: 40vh;
    left: calc(50% - 30px);
    width: 60px;
  }
  .galileopeelingPage .gp__mainvisual__pro-icon {
    position: absolute;
    top: -27px;
    right: -65px;
  }
  .galileopeelingPage .gp__mainvisual__pro-icon img {
    width: 50px;
  }
  .galileopeelingPage .gp__mainvisual__scroll {
    position: absolute;
    left: calc(50% - 16px);
    bottom: 25px;
  }
  .galileopeelingPage .gp__mainvisual__scroll__stick {
    position: relative;
    width: 8px;
    height: 46px;
    background-image: url(/_assets/images/mv/pct-scroll-base.png);
    background-size: 2px 46px;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto 10px;
  }
  .galileopeelingPage .gp__mainvisual__scroll__stick-circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    background-image: url(/_assets/images/mv/pct-scroll-circle.png);
    background-size: 8px 8px;
    background-repeat: no-repeat;
    background-position: center center;
    animation: 2s linear infinite scrollanime;
  }
  .galileopeelingPage .gp__mainvisual__scroll__text {
    font-family: "Calibri", sans-serif;
    text-align: center;
    font-size: 12px;
  }
  .galileopeelingPage .gp-wrap {
    overflow: hidden;
  }
  .galileopeelingPage .gp__content {
    position: relative;
    padding: 0 3% 40px;
  }
  .galileopeelingPage .gp__content__bg {
    position: relative;
  }
  .galileopeelingPage .gp__content__bg-pct {
    position: absolute;
    top: 5px;
    right: -65px;
    width: 120px;
  }
  .galileopeelingPage .gp__content__lead {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 48.65px;
    margin-bottom: 39.55px;
  }
  .galileopeelingPage .gp__content__element {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 48.65px;
    margin-bottom: 38.5px;
  }
  .galileopeelingPage .gp__content__element__title {
    margin-bottom: 28px;
  }
  .galileopeelingPage .gp__content__works {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 48.65px;
    margin-bottom: 38.5px;
  }
  .galileopeelingPage .gp__content__works__title {
    margin-bottom: 43.75px;
  }
  .galileopeelingPage .gp__content__works__pct1 {
    margin-bottom: 45.5px;
  }
  .galileopeelingPage .gp__content__treatment {
    margin-bottom: 56px;
  }
  .galileopeelingPage .gp__content__treatment__title {
    margin-bottom: 36.4px;
  }
  .galileopeelingPage .gp__content__caution {
    background-image: url(/_assets/images/galileopeeling/03.png);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding-bottom: 52.5px;
  }
  .galileopeelingPage .gp__content__caution__title {
    margin-bottom: 20.3px;
  }
  .galileopeelingPage .gp__bottomlink {
    display: flex;
    justify-content: center;
    margin: 0 auto 20px;
  }
  .galileopeelingPage .gp__bottomlink__btn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 39px;
    font-size: 8px;
    border: 1px solid #212721;
    border-radius: 6px;
  }
  .galileopeelingPage .gp__bottomlink__btn a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .galileopeelingPage .gp__bottomlink__btn a:active {
    opacity: 0.6;
  }
  .galileopeelingPage .gp__bottomlink__textlink a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: 39px;
    font-size: 8px;
  }
  .galileopeelingPage .gp__bottomlink__textlink a::after {
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    content: "";
    width: 3px;
    height: 8px;
    background-image: url(/_assets/images/common/icon-link.png);
    background-size: 3px 8px;
  }
  .galileopeelingPage .gp__bottomlink__textlink a:active {
    opacity: 0.6;
  }
  .galileopeelingPage .gp__topbtn {
    margin-bottom: 20px;
  }
  .galileopeelingPage .gp__topbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto;
  }
  .galileopeelingPage .gp__topbtn a img {
    width: 16px;
    transform: scale(1, -1);
  }
  .galileopeelingPage .gp__topbtn a:active {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */