@charset "UTF-8";
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layout + grid > page layout > components

1em = 16px
*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden; }
  30% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }
@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden; }
  30% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

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

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

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@-webkit-keyframes loading-fadeout {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; } }

@keyframes loading-fadeout {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; } }

@-webkit-keyframes text-fadein {
  0% {
    -webkit-transform: translateX(0px) translateY(-3px);
            transform: translateX(0px) translateY(-3px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
    opacity: 1; } }

@keyframes text-fadein {
  0% {
    -webkit-transform: translateX(0px) translateY(-3px);
            transform: translateX(0px) translateY(-3px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
    opacity: 1; } }

@-webkit-keyframes loading-waiting {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loading-waiting {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes top-scroll {
  0% {
    top: 0;
    opacity: 0; }
  45% {
    top: 0;
    opacity: 0; }
  50% {
    top: 0;
    opacity: 1; }
  85% {
    top: calc(100% - 20px); }
  95% {
    top: calc(100% - 10px); }
  100% {
    top: calc(100% - 10px); } }

@keyframes top-scroll {
  0% {
    top: 0;
    opacity: 0; }
  45% {
    top: 0;
    opacity: 0; }
  50% {
    top: 0;
    opacity: 1; }
  85% {
    top: calc(100% - 20px); }
  95% {
    top: calc(100% - 10px); }
  100% {
    top: calc(100% - 10px); } }

@keyframes fadein {
  0% {
    opacity: 0;
    visibility: hidden; }
  30% {
    opacity: 1;
    visibility: visible; }
  100% {
    opacity: 1;
    visibility: visible; } }

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

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }

@keyframes loading-fadeout {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    opacity: 0; } }

@keyframes text-fadein {
  0% {
    -webkit-transform: translateX(0px) translateY(-3px);
            transform: translateX(0px) translateY(-3px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0) translateY(0px);
            transform: translateX(0) translateY(0px);
    opacity: 1; } }

@keyframes loading-waiting {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes top-scroll {
  0% {
    top: 0;
    opacity: 0; }
  45% {
    top: 0;
    opacity: 0; }
  50% {
    top: 0;
    opacity: 1; }
  85% {
    top: calc(100% - 20px); }
  95% {
    top: calc(100% - 10px); }
  100% {
    top: calc(100% - 10px); } }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input,
select {
  vertical-align: middle; }

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

@font-face {
  font-family: "Pier Sans Bold";
  src: url("../font/pier-sans-cufonfonts/PierSans-Bold.otf") format("otf"); }

html {
  font-size: 10px;
  height: -webkit-fill-available; }

body {
  font-size: 1.6rem;
  color: #000000;
  font-family: "游ゴシック体", 'YuGothic', '游ゴシック', 'Yu Gothic', 'メイリオ', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Meiryo', sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  line-height: 21px;
  letter-spacing: 1.6px;
  height: 100vh;
  min-height: 100vh;
  min-height: -webkit-fill-available; }

.container-small {
  width: 1000px;
  margin: 0 auto; }
  @media (max-width: 1000px) {
    .container-small {
      width: calc(100% - 60px); } }

.container-big {
  width: 1150px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .container-big {
      width: calc(100% - 60px); } }

.helm-btn:hover .helm-btn__pseudo {
  background-color: #DFEFF3; }

.helm-btn, link {
  color: inherit;
  font-size: 1.6rem;
  font-weight: bold;
  width: 200px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 15px; }
  .helm-btn::before, link::before {
    content: "";
    position: absolute;
    background-color: transparent;
    border: 2px solid #aeafc8;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .helm-btn__pseudo, link__pseudo {
    position: absolute;
    width: 6px;
    height: 12px;
    background-color: #FFFFFF;
    top: calc(50% + 7.5px);
    right: -2px;
    z-index: 9999;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .helm-btn::after, link::after {
    content: "";
    position: absolute;
    background-color: transparent;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    top: 4px;
    left: 4px;
    background-color: #DFEFF3;
    z-index: -1;
    opacity: 0; }
  .helm-btn:hover::after, link:hover::after {
    opacity: 1; }
  .helm-btn:hover::before, link:hover::before {
    z-index: 9999; }
  .helm-btn img, link img {
    position: absolute;
    right: -40px; }
  .helm-btn__img1, link__img1 {
    display: block; }

.sns-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px; }

.sns-item {
  width: 30px;
  height: 30px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  -webkit-transition: all .15s;
  transition: all .15s;
  position: relative; }
  .sns-item:not(:last-child) {
    margin-right: 8px; }
  .sns-item::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F29600;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
    -webkit-transition: all .15s;
    transition: all .15s; }
  .sns-item:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    z-index: 0; }
  .sns-item img {
    z-index: 9999; }

.large-title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 38px;
  text-align: center; }
  @media (max-width: 600px) {
    .large-title {
      font-size: 2.4rem; } }

.normal-text {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 28px; }
  @media (max-width: 600px) {
    .normal-text {
      font-size: 1.5rem;
      line-height: 20px; } }

.breadcrumbs-nav {
  margin-bottom: 15px; }
  .breadcrumbs-nav ul li.current {
    font-size: 1.4rem; }
    @media (max-width: 600px) {
      .breadcrumbs-nav ul li.current {
        font-size: 1.2rem; } }
    .breadcrumbs-nav ul li.current::after {
      background-color: #000000 !important;
      top: 6px !important; }
  .breadcrumbs-nav ul li {
    display: inline;
    list-style: none;
    font-weight: bold; }
    .breadcrumbs-nav ul li a {
      display: inline-block;
      color: #A2A2A2;
      font-size: 1.4rem;
      font-weight: 300; }
      .breadcrumbs-nav ul li a:hover {
        color: #F29600; }
      @media (max-width: 600px) {
        .breadcrumbs-nav ul li a {
          font-size: 1.2rem; } }
    .breadcrumbs-nav ul li:not(:first-child) {
      margin-left: 25px;
      position: relative; }
      .breadcrumbs-nav ul li:not(:first-child)::after {
        content: "";
        position: absolute;
        width: 14px;
        height: 1px;
        background-color: #A2A2A2;
        left: -15px;
        top: 8px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }

.page-content {
  margin-top: 110px;
  margin-bottom: 170px; }
  @media (max-width: 600px) {
    .page-content {
      margin-bottom: 100px; } }

.margin-bottom-70 {
  margin-bottom: 70px; }

.row {
  max-width: 80rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 0rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 6rem; }
  @media only screen and (max-width: 37.5em) {
    .row {
      width: 500px; } }
  .row .col-1-of-2 {
    width: calc((100% - 6rem) /2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 6rem) / 3); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 6rem) / 4); }
  .row .col-2-of-3 {
    width: calc( 2 * ((100% - 2 * 6rem) / 3) + 6rem); }
  .row .col-2-of-4 {
    width: calc( 2 * ((100% - 3 * 6rem) / 4) + 6rem); }
  .row .col-3-of-4 {
    width: calc( 3 * ((100% - 3 * 6rem) /4) + 2*6rem); }

.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1; }
  @media (max-width: 800px) {
    .fixed {
      position: relative;
      z-index: 0; } }

.nav-fixed {
  position: fixed!important;
  left: 0;
  top: 0;
  z-index: 99999; }

.normal {
  position: relative;
  z-index: 0; }

.header-wrapper {
  position: relative; }

.intro-fixed {
  position: absolute;
  bottom: 0px;
  right: 0;
  z-index: 9999;
  margin-top: 0; }
  @media (max-width: 800px) {
    .intro-fixed {
      position: static; } }

.helm-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: calc(100vh); }
  @media (max-width: 800px) {
    .helm-intro {
      margin-top: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .helm-intro__content {
    width: 511px;
    padding: 65px 70px 70px 65px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFFFFF; }
    @media (max-width: 600px) {
      .helm-intro__content {
        width: calc(100% - 50px);
        padding: 20px 20px 70px 20px; } }
    .helm-intro__content img {
      margin-bottom: 45px; }
      @media (max-width: 600px) {
        .helm-intro__content img {
          margin-bottom: 25px;
          width: 95%; } }
    .helm-intro__content p {
      font-size: 16px;
      line-height: 40px;
      color: #000000; }
      .helm-intro__content p:not(:last-child) {
        margin-bottom: 65px; }

.follow-fixed {
  position: fixed !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 9999999;
  opacity: 0;
  -webkit-animation: fadein .8s ease-in 0.5s forwards;
          animation: fadein .8s ease-in 0.5s forwards; }

.helm-header {
  width: 100vw;
  height: auto; }
  .helm-header__hero_title {
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    z-index: 9999;
    padding: 5px 10px; }
    @media (max-width: 800px) {
      .helm-header__hero_title {
        display: none; } }
  .helm-header__hero-sharp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: bottom;
       object-position: bottom;
    z-index: 3; }
    @media (max-width: 800px) {
      .helm-header__hero-sharp {
        -o-object-fit: contain;
           object-fit: contain;
        height: auto; } }
  .helm-header__sliders {
    width: 100%;
    height: 100vh;
    position: relative; }
    .helm-header__sliders img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      -o-object-position: bottom;
         object-position: bottom; }
      @media (max-width: 800px) {
        .helm-header__sliders img {
          -o-object-fit: contain;
             object-fit: contain;
          height: auto; } }

.helm-short-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9999; }
  @media (max-width: 600px) {
    .helm-short-logo {
      top: 7px;
      left: 8px;
      width: 40px; } }

.slide {
  opacity: 0; }
  .slide.previous {
    z-index: 1;
    opacity: 1; }
  .slide.current {
    z-index: 2;
    -webkit-animation: fadein 5000ms linear both;
            animation: fadein 5000ms linear both; }

.helm-loading {
  width: 100vw;
  height: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.helm-slogan--to {
  -webkit-animation: text-fadein .5s ease-out forwards;
          animation: text-fadein .5s ease-out forwards; }

.helm-slogan--na {
  -webkit-animation: text-fadein .5s .5s ease-out forwards;
          animation: text-fadein .5s .5s ease-out forwards; }

.helm-slogan--ri {
  -webkit-animation: text-fadein .5s 1s ease-out forwards;
          animation: text-fadein .5s 1s ease-out forwards; }

.helm-slogan--ni {
  -webkit-animation: text-fadein .5s 1.5s ease-out forwards;
          animation: text-fadein .5s 1.5s ease-out forwards; }

.helm-slogan--i {
  -webkit-animation: text-fadein .5s 2s ease-out forwards;
          animation: text-fadein .5s 2s ease-out forwards; }

.helm-slogan--tsu {
  -webkit-animation: text-fadein .5s 2.5s ease-out forwards;
          animation: text-fadein .5s 2.5s ease-out forwards; }

.helm-slogan--mo {
  -webkit-animation: text-fadein .5s 3s ease-out forwards;
          animation: text-fadein .5s 3s ease-out forwards; }

.helm-slogan-img {
  -webkit-transition: all .1s;
  transition: all .1s;
  opacity: 0; }

.helm-slogan {
  -webkit-animation: loading-waiting 3s 3.6s ease-in-out forwards infinite;
          animation: loading-waiting 3s 3.6s ease-in-out forwards infinite; }

.helm-slogan.out {
  -webkit-animation: loading-fadeout .5s ease-out forwards;
          animation: loading-fadeout .5s ease-out forwards; }

.helm-loading.out {
  display: none; }

.top-content {
  display: none; }

.top-content.on {
  display: block; }

.header-scroll {
  position: absolute;
  left: 30px;
  z-index: 99999;
  bottom: 190px; }
  @media (max-width: 800px) {
    .header-scroll {
      display: none; } }
  .header-scroll span {
    font-family: 'Pier Sans Bold', sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: bold;
    -ms-writing-mode: tb-lr;
        -webkit-writing-mode: vertical-lr;
            writing-mode: vertical-lr;
    text-transform: uppercase; }
  .header-scroll__stick {
    width: 1px;
    height: 82px;
    background-color: #FFFFFF;
    position: absolute;
    left: 10px;
    margin-top: 5px; }
    .header-scroll__stick::before {
      content: "";
      position: absolute;
      width: 1px;
      height: 10px;
      background-color: #F6A600;
      top: 0;
      -webkit-animation: top-scroll 2s linear infinite;
              animation: top-scroll 2s linear infinite; }

.helm-footer {
  background-color: #FFFFFF;
  position: relative; }
  .helm-footer__content {
    padding: 65px 0 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1000px) {
      .helm-footer__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 50px 0; } }
    .helm-footer__content__company-info {
      width: 38%; }
      @media (max-width: 1000px) {
        .helm-footer__content__company-info {
          width: 100%;
          margin-bottom: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }
      .helm-footer__content__company-info--title {
        font-family: '源ノ角ゴシック JP', 'Noto Sans Japanese', sans-serif;
        font-size: 1.2rem;
        margin-bottom: 11px; }
        @media (max-width: 460px) {
          .helm-footer__content__company-info--title {
            font-size: 1rem; } }
      .helm-footer__content__company-info--logo {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .helm-footer__content__company-info--logo__des {
          font-weight: bold;
          height: 100%;
          margin-top: -5px;
          margin-left: 10px; }
          .helm-footer__content__company-info--logo__des span {
            font-size: 1.6rem;
            margin-bottom: 7px;
            display: inline-block; }
          .helm-footer__content__company-info--logo__des h2 {
            font-size: 3rem; }
      .helm-footer__content__company-info--address {
        font-size: 1.6rem;
        font-weight: bold;
        line-height: 26px;
        margin-bottom: 16px; }
        @media (max-width: 460px) {
          .helm-footer__content__company-info--address {
            font-size: 1.4rem;
            line-height: 20px;
            margin-bottom: 10px; } }
      .helm-footer__content__company-info--tel {
        font-size: 1.6rem;
        font-family: 'Pier Sans Bold', sans-serif;
        font-weight: 500; }
        @media (max-width: 460px) {
          .helm-footer__content__company-info--tel {
            font-size: 1.4rem; } }
    @media (max-width: 1000px) {
      .helm-footer__content__servive-nav {
        margin-right: 20px; } }
    @media (max-width: 460px) {
      .helm-footer__content__servive-nav {
        margin-right: 0; } }
    .helm-footer__content__servive-nav a {
      color: inherit;
      display: block; }
      .helm-footer__content__servive-nav a:hover {
        color: #F29600; }
    .helm-footer__content__servive-nav--main {
      font-size: 1.6rem;
      font-weight: bold; }
      @media (max-width: 460px) {
        .helm-footer__content__servive-nav--main {
          font-size: 1.4rem; } }
    .helm-footer__content__servive-nav--sub {
      font-size: 1.4rem;
      margin-top: 18px; }
      @media (max-width: 460px) {
        .helm-footer__content__servive-nav--sub {
          font-size: 1.2rem;
          margin-top: 13px; } }
    .helm-footer__content__servive-nav--sub-1 {
      font-size: 1.4rem;
      padding-left: 15px;
      margin-top: 11px; }
      @media (max-width: 460px) {
        .helm-footer__content__servive-nav--sub-1 {
          font-size: 1.2rem;
          padding-left: 7px;
          margin-top: 10px; } }
    @media (max-width: 1000px) {
      .helm-footer__content__main-nav {
        margin-left: 20px; } }
    @media (max-width: 460px) {
      .helm-footer__content__main-nav {
        margin-left: 0; } }
    .helm-footer__content__main-nav a, .helm-footer__content__main-nav link {
      color: inherit;
      display: inline-block;
      font-size: 1.6rem;
      font-weight: bold; }
      @media (max-width: 460px) {
        .helm-footer__content__main-nav a, .helm-footer__content__main-nav link {
          font-size: 1.4rem; } }
      .helm-footer__content__main-nav a:hover, .helm-footer__content__main-nav link:hover {
        color: #F29600; }
    .helm-footer__content__main-nav ul li:not(:last-child) {
      margin-bottom: 16px; }
      @media (max-width: 460px) {
        .helm-footer__content__main-nav ul li:not(:last-child) {
          margin-bottom: 10px; } }
    .helm-footer__content__sns {
      width: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (max-width: 600px) {
        .helm-footer__content__sns {
          width: 100%; } }
      .helm-footer__content__sns--title {
        font-size: 1.4rem;
        font-family: 'Pier Sans Bold', sans-serif;
        font-weight: bold;
        display: inline-block;
        position: relative; }
        .helm-footer__content__sns--title::before {
          content: "";
          position: absolute;
          width: 2px;
          height: 100%;
          top: 0;
          left: -20px;
          background-color: #000000;
          -webkit-transform: rotate(-25deg);
                  transform: rotate(-25deg); }
        .helm-footer__content__sns--title::after {
          content: "";
          position: absolute;
          width: 2px;
          height: 100%;
          top: 0;
          right: -20px;
          background-color: #000000;
          -webkit-transform: rotate(25deg);
                  transform: rotate(25deg); }
    .helm-footer__content__nav-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 42%;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 1000px) {
        .helm-footer__content__nav-wrapper {
          width: 100%;
          margin-bottom: 60px;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
  .helm-footer__copyright {
    height: 60px;
    width: 100%;
    border-top: 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 600px) {
      .helm-footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        height: 100px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .helm-footer__copyright a, .helm-footer__copyright link {
      color: inherit;
      font-size: 1.4rem;
      display: inline-block;
      border: 1px solid;
      padding: 10px 20px;
      -webkit-transition: all .1s;
      transition: all .1s; }
      @media (max-width: 600px) {
        .helm-footer__copyright a, .helm-footer__copyright link {
          margin-bottom: 12px; } }
      .helm-footer__copyright a:hover, .helm-footer__copyright link:hover {
        background-color: #F29600;
        border: 1px solid #F29600;
        color: #FFFFFF; }
    .helm-footer__copyright p {
      font-size: 1.2rem; }
      @media (max-width: 350px) {
        .helm-footer__copyright p {
          font-size: 1rem; } }
  .helm-footer__scroll-top {
    position: absolute;
    height: 44px;
    width: 26px;
    background-color: #FFFFFF;
    top: -44px;
    right: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    @media (max-width: 600px) {
      .helm-footer__scroll-top {
        right: 30px; } }
    .helm-footer__scroll-top img {
      margin-top: 7px; }
    .helm-footer__scroll-top:hover img {
      margin-top: 5px; }
  .helm-footer__scroll-top-text {
    position: absolute;
    top: -22px;
    right: 50px;
    font-size: 12px;
    font-family: 'Pier Sans Bold', sans-serif; }
    @media (max-width: 600px) {
      .helm-footer__scroll-top-text {
        right: 8px; } }

.helm-nav {
  background-color: #FFFFFF;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%; }
  @media (max-width: 1078px) {
    .helm-nav {
      padding-left: 30px; } }
  @media (max-width: 350px) {
    .helm-nav {
      padding-left: 10px; } }

.helm-main-nav {
  width: 100vw;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999999; }

.menu-sp {
  display: none;
  width: 60px;
  height: 60px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  background-color: #F29600;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  position: relative; }
  .menu-sp__open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all .01s;
    transition: all .01s; }
  .menu-sp__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: -1;
    -webkit-transition: all .01s;
    transition: all .01s; }
    .menu-sp__close--icon {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 23px; }
      .menu-sp__close--icon::before {
        content: "";
        height: 23px;
        width: 2px;
        background-color: #171C61;
        -webkit-transform: rotate(42deg);
                transform: rotate(42deg);
        position: absolute;
        top: 0;
        left: 32px; }
      .menu-sp__close--icon::after {
        content: "";
        height: 23px;
        width: 2px;
        background-color: #FFFFFF;
        -webkit-transform: rotate(-42deg);
                transform: rotate(-42deg);
        position: absolute;
        top: 0;
        right: 26px; }
  .menu-sp--icon {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .menu-sp--icon span {
      height: 23px;
      width: 2px;
      background-color: #FFFFFF;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      display: block; }
    .menu-sp--icon::before {
      content: "";
      height: 23px;
      width: 2px;
      background-color: #171C61;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      position: absolute;
      top: 0;
      left: 15px; }
    .menu-sp--icon::after {
      content: "";
      height: 23px;
      width: 2px;
      background-color: #171C61;
      -webkit-transform: rotate(30deg);
              transform: rotate(30deg);
      position: absolute;
      top: 0;
      right: 15px; }
  @media (max-width: 1078px) {
    .menu-sp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.left-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .left-nav ul {
    margin-left: 64px; }
    @media (max-width: 1078px) {
      .left-nav ul {
        display: none; } }
    .left-nav ul li {
      display: inline-block;
      padding: 0 21px; }
      .left-nav ul li:not(:last-child) {
        position: relative; }
        .left-nav ul li:not(:last-child)::after {
          content: "";
          position: absolute;
          height: 100%;
          width: 2px;
          top: 0;
          right: 0;
          background-color: #171C61;
          -webkit-transform: rotate(25deg);
                  transform: rotate(25deg); }
      .left-nav ul li a {
        color: #171C61;
        font-weight: bold;
        font-size: 16px;
        position: relative; }
        .left-nav ul li a::before {
          content: "";
          position: absolute;
          background-color: #171C61;
          width: 0;
          height: 2px;
          left: 50%;
          bottom: -7px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .left-nav ul li a::after {
          content: "";
          position: absolute;
          background-color: #171C61;
          width: 0;
          height: 2px;
          right: 50%;
          bottom: -7px;
          -webkit-transition: all .3s;
          transition: all .3s; }
        .left-nav ul li a:hover::before {
          width: 50%;
          height: 2px; }
        .left-nav ul li a:hover::after {
          width: 50%;
          height: 2px; }

.right-nav {
  background-color: #F29600;
  padding-left: 20px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px; }
  @media (max-width: 1078px) {
    .right-nav {
      display: none; } }
  .right-nav a {
    color: #FFFFFF; }
  .right-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .right-nav ul li {
      display: inline-block; }
      .right-nav ul li:last-child {
        border-left: 1px solid #FFFFFF; }
  .right-nav__call {
    font-size: 24px;
    margin-right: 20px;
    cursor: auto;
    font-family: 'Pier Sans Bold', sans-serif;
    font-weight: bold; }
  .right-nav__mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    font-weight: bold;
    margin: 0 4px;
    padding: 18px;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .right-nav__mail img {
      -o-object-fit: contain;
         object-fit: contain;
      margin-bottom: 11px;
      z-index: 9999;
      width: 37px; }
    .right-nav__mail span {
      z-index: 9999; }
    .right-nav__mail::before {
      content: "";
      background-color: #171C61;
      width: 50%;
      height: 50%;
      position: absolute;
      border-radius: 5px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%) scale(0);
              transform: translate(-50%, -50%) scale(0);
      -webkit-transition: all .2s;
      transition: all .2s;
      opacity: 0; }
    .right-nav__mail:hover::before {
      width: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      opacity: 1; }

.sp-menu-nav.on {
  height: calc(100vh - 60px); }

.sp-menu-nav {
  width: 100vw;
  height: calc(100vh - 60px);
  background-color: #F29600;
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s; }
  @media (max-width: 1078px) {
    .sp-menu-nav {
      display: block;
      height: 0; } }
  .sp-menu-nav__nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s;
    transition: all .1s; }
  .sp-menu-nav__nav-wrapper.on {
    opacity: 1;
    visibility: visible; }
  .sp-menu-nav__servive-nav {
    padding-left: 75px;
    margin-bottom: 1.5vh;
    height: 50%;
    padding-top: 5.5vh; }
    @media (max-width: 350px) {
      .sp-menu-nav__servive-nav {
        padding-top: 2.5vh; } }
    .sp-menu-nav__servive-nav a {
      color: inherit;
      display: block;
      color: #FFFFFF; }
    .sp-menu-nav__servive-nav--main {
      font-size: 1.6rem;
      font-weight: bold; }
    .sp-menu-nav__servive-nav--sub {
      font-size: 1.4rem;
      margin-top: 1vh; }
    .sp-menu-nav__servive-nav--sub-1 {
      font-size: 1.4rem;
      padding-left: 15px;
      margin-top: 1vh; }
      @media (max-width: 350px) {
        .sp-menu-nav__servive-nav--sub-1 {
          margin-top: 0.7vh; } }
  .sp-menu-nav__main-nav {
    height: 50%;
    padding-bottom: 4vh; }
    .sp-menu-nav__main-nav a, .sp-menu-nav__main-nav link {
      color: inherit;
      display: inline-block;
      font-size: 1.6rem;
      font-weight: bold;
      color: #FFFFFF; }
    .sp-menu-nav__main-nav ul li {
      padding-left: 75px;
      border-top: 1px solid #FFFFFF;
      padding-top: 1.3vh;
      padding-bottom: 1.3vh; }
      @media (max-width: 350px) {
        .sp-menu-nav__main-nav ul li {
          padding-top: 1vh;
          padding-bottom: 1vh; } }
      .sp-menu-nav__main-nav ul li:last-child {
        border-bottom: 1px solid #FFFFFF; }

.sp-menu-nav .sns-wraper {
  padding-left: 75px;
  margin-top: 1.2vh; }

.sp-menu-nav .sns-wraper .sns-item {
  background-color: #FFFFFF;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.helm-contact {
  background-color: #EEEBE7;
  padding: 55px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .helm-contact__title {
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 28px; }
    @media (max-width: 600px) {
      .helm-contact__title {
        font-size: 2.6rem;
        margin-bottom: 23px; } }
  .helm-contact__sub-title {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 26px; }
    @media (max-width: 600px) {
      .helm-contact__sub-title {
        font-size: 1.4rem;
        padding: 0 10px;
        text-align: center; } }
  .helm-contact__box {
    font-size: 1.8rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px; }
    @media (max-width: 900px) {
      .helm-contact__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: 40px; } }
    .helm-contact__box--form {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 calc(50% - 20px);
              flex: 0 1 calc(50% - 20px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: #FFFFFF;
      height: 120px;
      border-radius: 20px;
      color: inherit;
      position: relative; }
      @media (max-width: 900px) {
        .helm-contact__box--form {
          -webkit-box-flex: 0;
              -ms-flex: none;
                  flex: none; }
          .helm-contact__box--form:first-child {
            margin-bottom: 25px; } }
      .helm-contact__box--form:hover::before {
        opacity: 1; }
      .helm-contact__box--form::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #DFEFF3;
        border-radius: 20px;
        -webkit-transform: translate(5px, 5px);
                transform: translate(5px, 5px);
        -webkit-transition: all .2s;
        transition: all .2s;
        opacity: 0; }
      .helm-contact__box--form::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border-radius: 20px;
        border: 1px solid;
        z-index: 99; }
      .helm-contact__box--form img {
        margin-bottom: 20px;
        z-index: 9999; }
      .helm-contact__box--form span {
        z-index: 9999; }
        @media (max-width: 430px) {
          .helm-contact__box--form span {
            font-size: 1.5rem; } }
        @media (max-width: 330px) {
          .helm-contact__box--form span {
            font-size: 1.4rem; } }
  .helm-contact__phone-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center; }
  .helm-contact__absolute-arrow {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .helm-contact__phone-box {
    margin-top: 20px;
    margin-right: 55px; }
    @media (max-width: 600px) {
      .helm-contact__phone-box {
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .helm-contact__phone-box img{
          margin-right: 7px;
        }
       }
    .helm-contact__phone-box a {
      color: inherit;
      font-size: 5rem;
      font-family: 'Pier Sans Bold', sans-serif;
      font-weight: bold;
      display: inline-block;
      cursor: auto; }
      @media (max-width: 600px) {
        .helm-contact__phone-box a {
          font-size: 2.5rem; } }
  .helm-contact__front-time {
    margin-top: 15px; }
    @media (max-width: 600px) {
      .helm-contact__front-time {
        padding: 0 10px;
        font-size: 1.4rem; } }

.section-1 {
  margin-top: 130px; }
  @media (max-width: 600px) {
    .section-1 {
      margin-top: 100px;
      background-color: transparent; } }
  @media (max-width: 1160px) {
    .section-1__description {
      padding-left: 5.5vh; } }
  @media (max-width: 600px) {
    .section-1__description {
      padding-left: calc(5vh - 10px); } }
  .section-1__description h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 30px; }
    @media (max-width: 600px) {
      .section-1__description h2 {
        font-size: 2.2rem;
        margin-bottom: 20px; } }
  .section-1__description p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 25px;
    width: 276px; }
    @media (max-width: 1180px) {
      .section-1__description p {
        font-size: 2.2rem;
        width: 100%;
        font-size: 1.4rem; } }
  .section-1__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media (max-width: 1180px) {
      .section-1__main {
        margin-top: 70px; } }
    .section-1__main--process-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      margin-bottom: 100px;
      width: 762px;
      height: 772px;
      margin-bottom: 100px;
      margin-top: 70px; }
      @media (max-width: 780px) {
        .section-1__main--process-wrapper {
          width: 100%;
          height: 500px;
          margin-bottom: 60px; } }
      .section-1__main--process-wrapper::before {
        content: "";
        width: 24px;
        height: 73px;
        background-image: url("../img/top-assets/icon-1.png");
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: -51px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 999; }
        @media (max-width: 780px) {
          .section-1__main--process-wrapper::before {
            height: 58px;
            background-size: contain; } }
    .section-1__main--process {
      width: calc(100% - 70px);
      -o-object-fit: contain;
         object-fit: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media (max-width: 600px) {
        .section-1__main--process {
          width: calc(100% - 35px); } }
    .section-1__main--circle {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 100%;
      -o-object-fit: contain;
         object-fit: contain; }
  .section-1__absolute-box {
    position: absolute;
    top: -141px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    border: 2px solid #aeafc8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 283px;
    height: 97px;
    border-radius: 17px; }
    @media (max-width: 600px) {
      .section-1__absolute-box {
        width: 200px;
        height: 70px;
        top: -115px; } }
    .section-1__absolute-box::before {
      content: "";
      height: 12px;
      width: 28px;
      background-color: #FFFFFF;
      position: absolute;
      bottom: -6px;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .section-1__absolute-box span {
      font-size: 1.6rem;
      font-weight: bold;
      text-align: center;
      margin-bottom: 5px; }
      @media (max-width: 600px) {
        .section-1__absolute-box span {
          font-size: 1.4rem; } }
    .section-1__absolute-box p {
      font-size: 2.4rem;
      font-weight: bold; }
      @media (max-width: 600px) {
        .section-1__absolute-box p {
          font-size: 2rem; } }
  .section-1__main-h4 {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 64px; }
    @media (max-width: 600px) {
      .section-1__main-h4 {
        font-size: 4.5vw;
        margin-bottom: 24px;
        line-height: 25px;
        text-align: center; } }
  .section-1__btn {
    width: 480px;
    height: 100px;
    font-size: 2.6rem;
    margin-bottom: 130px; }
    @media (max-width: 600px) {
      .section-1__btn {
        width: calc(100% - 50px);
        height: 70px;
        font-size: 4vw;
        margin-bottom: 80px; } }
    .section-1__btn::after {
      top: 7px;
      left: 7px; }

.antivirus-box {
  margin-bottom: 100px; }
  @media (max-width: 600px) {
    .antivirus-box {
      margin-bottom: 70px; } }
  .antivirus-box__banner:hover img {
    opacity: 0.8; }
  .antivirus-box__banner img {
    -webkit-transition: all .15s;
    transition: all .15s;
    width: 100%; }

.auto-slider {
  width: 100vw;
  height: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  overflow: hidden; }
  @media (max-width: 900px) {
    .auto-slider {
      height: 120px; } }

.helm-main {
  position: relative; }

.box-1 {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  height: 100%; }
  .box-1 img {
    height: 100%; }
 
#box-1 {
    -webkit-animation: loop 60s -30s linear infinite;
            animation: loop 60s -30s linear infinite; }
#box-2{
    -webkit-animation: loop2 60s linear infinite;
            animation: loop2 60s linear infinite; }

.side-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1; }
  @media (max-width: 600px) {
    .side-bg {
      width: 9vw;
      z-index: -1; } }

.helm-follow-us {
  position: absolute;
  top: 540px;
  opacity: 0;
  visibility: hidden; }
  .helm-follow-us--title {
    font-size: 12px;
    font-family: 'Pier Sans Bold', sans-serif;
    font-weight: bold;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  @media (max-width: 950px) {
    .helm-follow-us {
      display: none; } }

.helm-follow-us .sns-wraper .sns-item:not(:last-child) {
  margin-bottom: 11px; }

.helm-follow-us .sns-wraper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 50px;
  margin-left: 21px; }

.recruit-content {
  margin-bottom: 200px; }
  .recruit-content h3 {
    font-size: 2.6rem;
    margin-bottom: 55px;
    line-height: 1.2; }
    @media (max-width: 350px) {
      .recruit-content h3 {
        font-size: 2.2rem;
        margin-bottom: 45px; } }
  .recruit-content p {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 30px; }
    @media (max-width: 350px) {
      .recruit-content p {
        font-size: 1.6rem;
        line-height: 27px; } }

.helm-service__title {
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    .helm-service__title {
      margin-bottom: 20px; } }

.helm-service__des {
  margin-bottom: 60px; }

.service-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 30px; }
  @media (max-width: 768px) {
    .service-detail {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .service-detail::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 170px;
    background-color: #E3ECF0;
    top: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    z-index: -1; }
    @media (max-width: 768px) {
      .service-detail::before {
        display: none; } }

.service-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 50px);
          flex: 0 1 calc(50% - 50px);
  position: relative;
  color: inherit; }
  @media (max-width: 768px) {
    .service-item {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      width: calc(100% - 100px);
      margin: 0 auto;
      padding-top: 40px;
      position: relative; } }
  @media (max-width: 530px) {
    .service-item {
      width: calc(100% - 60px); } }
  @media (max-width: 400px) {
    .service-item {
      width: calc(100% - 40px); } }
  @media (max-width: 768px) {
    .service-item:first-child {
      margin-bottom: 100px; } }
  .service-item::before {
    content: "";
    position: absolute;
    width: 100vw;
    height: 170px;
    background-color: #E3ECF0;
    top: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    z-index: -1;
    display: none; }
    @media (max-width: 768px) {
      .service-item::before {
        display: block; } }
  .service-item__title {
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 20px;
   }
    @media (max-width: 330px) {
      .service-item__title {
        font-size: 2rem;
        padding: 5px 10px; } }
  .service-item > img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 40px; }
  .service-item__link {
    display: block;
    color: inherit;
    position: relative;
    height: 170px;
    border-top: 2px solid #aeafc8;
    padding: 30px 60px 0 0; }
    @media (max-width: 450px) {
      .service-item__link {
        padding: 20px 50px 0 0; } }
    @media (max-width: 378px) {
      .service-item__link {
        padding: 10px 50px 0 0; } }
    .service-item__link::after {
      content: "";
      width: calc(100% - 60px);
      height: 2px;
      background-color: #aeafc8;
      position: absolute;
      bottom: 0;
      left: 0; }
    .service-item__link::before {
      content: "";
      width: 2px;
      height: calc(100% + 11px);
      background-color: #aeafc8;
      position: absolute;
      bottom: -5px;
      right: 30px;
      -webkit-transform: rotate(20deg);
              transform: rotate(20deg);
      z-index: 0; }
  .service-item__btn {
    position: absolute;
    right: 39px;
    bottom: 13px;
    z-index: 9999; }
    .service-item__btn::before {
      background-color: #FFFFFF;
      z-index: -1; }

@media (max-width: 350px) {
  .service-item__btn {
    bottom: 8px;
    width: 170px;
    height: 40px; } }

.service-item__link:hover .service-item__btn::after {
  opacity: 1; }

.service-item__link:hover .service-item__btn::before {
  background-color: transparent;
  z-index: 9999; }

.service-item:hover .service-item__btn::after {
  opacity: 1; }

.service-item:hover .service-item__btn::before {
  background-color: transparent;
  z-index: 9999; }

.service-item__link:hover .helm-btn__pseudo {
  background-color: #DFEFF3; }

.service-item:hover .helm-btn__pseudo {
  background-color: #DFEFF3; }

.helm-sign {
  margin-top: 110px; }

.sign-steps {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px; }
  .sign-steps__service-process {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100vw - 1000px) / 2 + 185px);
    background-color: #E3ECF0;
    height: 170px;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
    @media (max-width: 768px) {
      .sign-steps__service-process {
        width: 100px; } }
    @media (max-width: 600px) {
      .sign-steps__service-process {
        width: 168px;
        height: 200px; } }
    .sign-steps__service-process--title {
      font-size: 1.8rem;
      font-weight: bold;
      -ms-writing-mode: tb-lr;
          -webkit-writing-mode: vertical-lr;
              writing-mode: vertical-lr;
      position: absolute;
      right: 96px;
      top: 15px;
      z-index: 9999; }
      @media (max-width: 768px) {
        .sign-steps__service-process--title {
          right: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
    .sign-steps__service-process--bg-text {
      font-family: 'Pier Sans Bold', sans-serif;
      font-size: 5.8rem;
      text-transform: uppercase;
      color: #FFFFFF;
      position: absolute;
      left: 50%;
      bottom: 27px; }
      @media (max-width: 1024px) {
        .sign-steps__service-process--bg-text {
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (max-width: 768px) {
        .sign-steps__service-process--bg-text {
          font-size: 3rem;
          bottom: 10px; } }
      @media (max-width: 600px) {
        .sign-steps__service-process--bg-text {
          left: 10px;
          -webkit-transform: translateX(0%);
                  transform: translateX(0%); } }
  .sign-steps__process-detail {
    height: 170px;
    background-color: transparent;
    padding-left: 135px;
    padding-top: 35px;
    padding-bottom: 35px; }
    @media (max-width: 768px) {
      .sign-steps__process-detail {
        padding-left: 20px; } }
    @media (max-width: 600px) {
      .sign-steps__process-detail {
        height: auto;
        padding-left: 50px; } }

.process-item {
  width: calc(22%);
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  position: relative;
  margin-right: -45px; }
  @media (max-width: 768px) {
    .process-item {
      margin-right: -25px; } }
  @media (max-width: 600px) {
    .process-item {
      width: 100%;
      background-color: #FFFFFF;
      height: 50px;
      position: relative;
      border: 2px solid #a6a6a6; }
      .process-item:not(:last-child) {
        margin-bottom: 30px; }
        .process-item:not(:last-child)::before {
          content: "";
          position: absolute;
          width: 20px;
          height: 17px;
          background-image: url("../img/sign/v.png");
          bottom: -17px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); }
        .process-item:not(:last-child)::after {
          content: "";
          position: absolute;
          width: 28px;
          height: 5px;
          background-color: #FFFFFF;
          bottom: -2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
  .process-item span {
    font-size: 1.8rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: inline-block;
    width: 100%;
    text-align: center; }

.process-item-1 {
  background-image: url("../img/sign/step-1.png"); }
  @media (max-width: 600px) {
    .process-item-1 {
      background-image: none; } }

.process-item-2 {
  background-image: url("../img/sign/middle-step.png"); }
  @media (max-width: 600px) {
    .process-item-2 {
      background-image: none; } }

.process-item-3 {
  background-image: url("../img/sign/final-step.png"); }
  @media (max-width: 600px) {
    .process-item-3 {
      background-image: none; } }

.sign-content {
  margin-bottom: 170px; }
  @media (max-width: 600px) {
    .sign-content {
      margin-bottom: 60px; } }

.sign-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  @media (max-width: 600px) {
    .sign-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .sign-box::before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #000000;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 600px) {
      .sign-box::before {
        display: none; } }

.sign-item:hover .helm-btn__pseudo {
  background-color: #DFEFF3; }

.sign-item:hover .helm-btn {
  background-color: #FFFFFF; }
  .sign-item:hover .helm-btn::after {
    opacity: 1; }
  .sign-item:hover .helm-btn::before {
    background-color: transparent;
    z-index: 9999; }

.sign-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 50px);
          flex: 0 1 calc(50% - 50px);
  position: relative;
  height: 388px;
  padding-bottom: 70px;
  color: inherit; }
  .sign-item:not(:last-child) {
    border-bottom: 1px solid; }
  @media (max-width: 600px) {
    .sign-item {
      padding-bottom: 60px;
      margin-bottom: 40px;
      height: 350px; } }
  @media (max-width: 350px) {
    .sign-item {
      padding-bottom: 60px;
      margin-bottom: 40px;
      height: 290px; } }
  .sign-item h4 {
    font-size: 1.8rem;
    font-weight: bold;
    display: inline-block;
    background-color: #FFFFFF;
    position: absolute;
    padding: 12px 15px;
    top: 20px;
    left: 0; }
    @media (max-width: 600px) {
      .sign-item h4 {
        font-size: 1.6rem;
        padding: 8px; } }
  .sign-item:hover > img {
    border-radius: 20px; }
  .sign-item > img {
    width: 100%;
    z-index: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: all .1s;
    transition: all .1s; }

.sign-item .helm-btn {
  position: absolute;
  bottom: 47px;
  right: 39px;
  z-index: 9999; }
  @media (max-width: 600px) {
    .sign-item .helm-btn {
      bottom: 36px; } }
  .sign-item .helm-btn::before {
    background-color: #FFFFFF;
    z-index: -1; }
  .sign-item .helm-btn:hover::before {
    background-color: transparent;
    z-index: 9999; }

.sign-box-1 .sign-item {
  border-bottom: 1px solid; }

.sign-box-2 .sign-item-1 {
  margin-top: -50px;
  border-bottom: none;
 }
  @media (max-width: 600px) {
    .sign-box-2 .sign-item-1 {
      margin-top: 0;
      border-bottom: 1px solid;
     } }

.sign-box-2 .sign-item-2 {
  margin-top: 50px; }
  @media (max-width: 600px) {
    .sign-box-2 .sign-item-2 {
      margin-top: 0; } }

.sign-item-1 {
  margin-top: 100px; }
  @media (max-width: 600px) {
    .sign-item-1 {
      margin-top: 0; } }

.industry-box {
  margin-bottom: 85px; }
  .industry-box::after {
    content: "";
    display: table;
    clear: both; }
  .industry-box__img-box {
    width: 50%;
    float: left;
    position: relative; }
    @media (max-width: 600px) {
      .industry-box__img-box {
        float: none;
        width: 100%; } }
    .industry-box__img-box img {
      width: 100%; }
    .industry-box__img-box p {
      font-size: 57px;
      font-weight: bold;
      font-family: 'Pier Sans Bold', sans-serif;
      color: #FFFFFF;
      position: absolute;
      bottom: 17px;
      left: calc(100% - 140px);
      text-transform: uppercase; }
      @media (max-width: 1060px) {
        .industry-box__img-box p {
          font-size: 5.7vh; } }
      @media (max-width: 600px) {
        .industry-box__img-box p {
          font-size: 4vh; } }
      @media (max-width: 768px) {
        .industry-box__img-box p {
          bottom: -6px; } }
    .industry-box__img-box::before {
      position: absolute;
      content: "";
      width: 90%;
      height: calc(100% - 34px);
      background-color: #E3ECF0;
      bottom: -20px;
      right: -50%;
      z-index: -1;
      -webkit-transform: translateX(-20%);
              transform: translateX(-20%); }
      @media (max-width: 600px) {
        .industry-box__img-box::before {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
          right: -30px;
          width: 80%; } }
  .industry-box__text-box {
    width: 50%;
    float: right;
    padding: 30px 0px 0px 30px; }
    @media (max-width: 600px) {
      .industry-box__text-box {
        float: none;
        width: 100%;
        padding: 30px 0px 0px 0px; } }
    .industry-box__text-box--title {
      font-size: 3rem;
      font-weight: bold;
      margin-bottom: 14px; }
      @media (max-width: 600px) {
        .industry-box__text-box--title {
          margin-bottom: 5px; } }
    .industry-box__text-box--phara {
      font-size: 1.8rem;
      font-weight: bold;
      line-height: 30px; }
      @media (max-width: 600px) {
        .industry-box__text-box--phara {
          font-size: 1.6rem;
          left: 25px; } }

.helm-outdoor {
  margin-top: 110px; }

.outdoor-main-img {
  margin-bottom: 40px;
  position: relative; }
  .outdoor-main-img__zoom {
    display: none; }
    @media (max-width: 600px) {
      .outdoor-main-img__zoom {
        display: block;
        position: absolute;
        width: 32px;
        height: 32px; } }
  .outdoor-main-img__main {
    width: 100%; }
  .outdoor-main-img::after {
    content: "";
    position: absolute;
    border-left: 30px solid transparent;
    border-top: 40px solid #E3ECF0;
    bottom: -30px;
    border-right: 30px solid transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 600px) {
      .outdoor-main-img::after {
        border-left: 17px solid transparent;
        border-top: 25px solid #E3ECF0;
        bottom: -19px;
        border-right: 17px solid transparent; } }

.out-main-explain {
  margin-bottom: 90px;
  border: 2px solid #171C61;
  display: -ms-grid;
  display: grid;
  /* -ms-grid-columns: (1fr)[3]; */
      grid-template-columns: repeat(3, 1fr);
  row-gap: 15px;
  padding: 50px;
  border-radius: 20px; }
  @media (max-width: 900px) {
    .out-main-explain {
      /* -ms-grid-columns: (1fr)[2]; */
          grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 600px) {
    .out-main-explain {
      padding: 30px 10px 30px 15px; } }
  @media (max-width: 350px) {
    .out-main-explain {
      /* -ms-grid-columns: (1fr)[1]; */
          grid-template-columns: repeat(1, 1fr); } }
  .out-main-explain--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .out-main-explain--item p {
      font-size: 1.8rem;
      margin-left: 7px; }
      @media (max-width: 600px) {
        .out-main-explain--item p {
          font-size: 1.4rem;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    .out-main-explain--item span {
      font-family: 'Pier Sans Bold', sans-serif;
      font-size: 1.6rem;
      border: 2px solid #171C61;
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #171C61; }
      @media (max-width: 600px) {
        .out-main-explain--item span {
          width: 30px;
          height: 30px;
          font-size: 1.4rem;
          -ms-flex-preferred-size: 30px;
              flex-basis: 30px; } }

.sign-nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }
  @media (max-width: 900px) {
    .sign-nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      height: auto; } }
  .sign-nav--item {
    color: inherit;
    font-size: 1.6rem;
    font-weight: bold;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
            flex: 0 1 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 1px solid; }
    @media (max-width: 900px) {
      .sign-nav--item {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
        margin-bottom: 20px; } }
    @media (max-width: 600px) {
      .sign-nav--item {
        font-size: 2vh;
        text-align: center; } }
    @media (max-width: 900px) {
      .sign-nav--item:nth-child(3) {
        border-left: 1px solid; } }
    .sign-nav--item:first-child {
      border-left: 1px solid; }
    .sign-nav--item span {
      width: calc(100% - 36px);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      height: 100%; }
      @media (max-width: 900px) {
        .sign-nav--item span {
          padding: 24px 0; } }
      @media (max-width: 800px) {
        .sign-nav--item span {
          width: calc(100% - 14px); } }
      .sign-nav--item span::before {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        background-color: #F29600;
        -webkit-transform-origin: center center;
                transform-origin: center center;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s; }
      .sign-nav--item span:hover {
        color: #FFFFFF; }
        .sign-nav--item span:hover::before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }

.large-image-modal {
  width: 100vw;
  height: 100vh;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.75);
  overflow: hidden;
  padding: 0 10px;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99999;
  display: none; }
  .large-image-modal img {
    width: 100%; }
  .large-image-modal span {
    display: inline;
    text-align: right;
    font-size: 30px;
    color: white;
    margin-bottom: 60px;
    justify-self: flex-ends;
    width: 30px;
    -ms-flex-item-align: end;
        align-self: flex-end; }

.print-wrapper {
  background-color: #E3ECF0;
  margin-bottom: 126px;
  padding: 36px 0; }

.print-box {
  background-color: #FFFFFF;
  position: relative;
  padding: 40px 40px 40px 95px; }
  @media (max-width: 600px) {
    .print-box {
      padding: 30px 30px 30px 70px; } }
  .print-box:not(:last-child) {
    margin-bottom: 40px; }
  .print-box--title {
    position: absolute;
    font-size: 2.8rem;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    top: 40px;
    left: 27px; }
    @media (max-width: 600px) {
      .print-box--title {
        left: 22px; } }
  .print-box--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .print-box--item:not(:last-child) {
      margin-bottom: 40px; }
    @media (max-width: 600px) {
      .print-box--item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .print-box--item__img {
      -ms-flex-preferred-size: 280px;
          flex-basis: 280px;
      position: relative; }
      @media (max-width: 600px) {
        .print-box--item__img {
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
      .print-box--item__img--title {
        font-size: 20px;
        display: block;
        background-color: #FFFFFF;
        font-weight: bold;
        margin-bottom: 20px;
        width: 100%; }
        @media (max-width: 600px) {
          .print-box--item__img--title {
            position: static;
            margin-bottom: 17px;
            margin-top: 5px; } }
      .print-box--item__img img {
        width: 100%; }
    .print-box--item__description {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 40px;
       }
      @media (max-width: 600px) {
        .print-box--item__description {
          margin-top: 0;
          margin-left: 0; } }
      .print-box--item__description p {
        font-size: 16px; }
        @media (max-width: 600px) {
          .print-box--item__description p {
            font-size: 14px; } }

.antivirus-item {
  background-color: #FFFFFF;
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  height: 248px; }
  @media (max-width: 1000px) {
    .antivirus-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto; } }
  .antivirus-item:not(:last-child) {
    margin-bottom: 40px; }
  .antivirus-item:hover {
    -webkit-transform: translate(-3px, -3px);
            transform: translate(-3px, -3px); }
  .antivirus-item__img {
    -ms-flex-preferred-size: 340px;
        flex-basis: 340px; }
    @media (max-width: 1000px) {
      .antivirus-item__img {
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }
    .antivirus-item__img img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      height: 100%;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px; }
      @media (max-width: 1000px) {
        .antivirus-item__img img {
          border-bottom-left-radius: 0;
          border-top-right-radius: 20px; } }
  .antivirus-item__des {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 35px 50px 0 42px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative; }
    @media (max-width: 1000px) {
      .antivirus-item__des {
        padding: 35px 60px 117px 60px; } }
    @media (max-width: 600px) {
      .antivirus-item__des {
        padding: 35px 30px 117px 30px; } }
    @media (max-width: 420px) {
      .antivirus-item__des {
        padding: 35px 20px 117px 20px; } }
    .antivirus-item__des h4 {
      font-size: 2.4rem;
      font-weight: 300;
      margin-bottom: 28px; }
      @media (max-width: 600px) {
        .antivirus-item__des h4 {
          font-size: 2rem;
          margin-bottom: 16px;
          line-height: 28px; } }
    .antivirus-item__des p {
      line-height: 30px; }
      @media (max-width: 420px) {
        .antivirus-item__des p {
          font-size: 1.4rem;
          line-height: 28px; } }

.antivirus-item .helm-btn {
  position: absolute;
  bottom: 15px;
  right: 90px; }
  @media (max-width: 600px) {
    .antivirus-item .helm-btn {
      right: 60px; } }
  @media (max-width: 350px) {
    .antivirus-item .helm-btn {
      right: 17px; } }

.antivirus-item:hover .helm-btn span {
  z-index: 99999; }

.antivirus-item:hover .helm-btn__pseudo {
  background-color: #DFEFF3;
  z-index: 9999999; }

.antivirus-item:hover .helm-btn::after {
  opacity: 1;
  z-index: 0; }

.antivirus-item:hover .helm-btn::before {
  background-color: transparent;
  z-index: 999; }

.antivirus-item:hover .helm-btn img {
  z-index: 99999; }

.antivirus-item .helm-btn:hover .helm-btn__pseudo {
  background-color: #DFEFF3;
  z-index: 9999999; }

.product-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 110px;
  margin-bottom: 110px; }
  @media (max-width: 767px) {
    .product-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.product-images--wrapper {
  width: 50%; }
  @media (max-width: 767px) {
    .product-images--wrapper {
      width: 100%; } }

.product-images.loading .product-images--main-img {
  display: none; }

.product-images.loading {
  background-color: #ACADC6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .product-images.loading::before {
    content: "";
    position: absolute;
    border: 7px solid #f3f3f3;
    /* Light grey */
    border-top: 7px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: loading 1.5s linear infinite;
            animation: loading 1.5s linear infinite; }

.product-images-small.loading img {
  display: none; }

.product-images {
  width: 100%;
  border: 1px solid #ACADC6;
  height: 500px;
  position: relative; }
  @media (max-width: 767px) {
    .product-images {
      height: 400px; } }
  @media (max-width: 360px) {
    .product-images {
      height: 340px; } }
  @media (max-width: 320px) {
    .product-images {
      height: 300px; } }
  .product-images--main-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .2s;
    transition: all .2s; }
  .product-images--main-img.current {
    z-index: 99; }
  .product-images--arrow-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -1px;
    cursor: pointer;
    z-index: 999; }
  .product-images--arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -1px;
    cursor: pointer;
    z-index: 999; }

.product-images-small {
  height: auto;
  margin-top: 24px; }
  .product-images-small img {
    width: 70px;
    height: 70px;
    -o-object-fit: cover;
       object-fit: cover;
    cursor: pointer;
    border: 1px solid #ACADC6; }
    .product-images-small img:not(:last-child) {
      margin-right: 13px; }
      @media (max-width: 767px) {
        .product-images-small img:not(:last-child) {
          margin-right: 5px; } }

.product-detail {
  width: 50%;
  padding-left: 40px; }
  @media (max-width: 767px) {
    .product-detail {
      width: 100%;
      margin-top: 50px;
      padding-left: 0; } }
  .product-detail h2 {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 34px;
    margin-bottom: 20px; }
  .product-detail--code {
    font-size: 1.4rem;
    margin-bottom: 30px; }
  .product-detail--price {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 5px; }
    .product-detail--price span {
      font-weight: 300;
      font-size: 1.4rem; }
      @media (max-width: 767px) {
        .product-detail--price span {
          font-size: 1.2rem; } }
  .product-detail--note {
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 45px; }
  .product-detail--description {
    font-size: inherit;
    line-height: 25px;
    margin-bottom: 45px; }
  .product-detail--setsumei {
    background-color: #E3ECF0;
    font-size: inherit;
    line-height: 25px;
    padding: 16px 20px;
    margin-bottom: 30px; }
  .product-detail__toku-set {
    border-bottom: 1px solid;
    border-left: none;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0; }
    .product-detail__toku-set--1 {
      border-top: 1px solid; }
    .product-detail__toku-set--title {
      width: calc(100% / 3 - 10px);
      background-color: #F6A600;
      color: #FFFFFF;
      font-size: 1.4rem;
      text-align: center; }
      @media (max-width: 767px) {
        .product-detail__toku-set--title {
          font-size: 1.2rem;
          line-height: 1.5; } }
    .product-detail__toku-set--main {
      width: calc(100% / 3 - 10px);
      font-size: 1.4rem;
      padding-left: 10px; }
      @media (max-width: 767px) {
        .product-detail__toku-set--main {
          width: calc(100% / 3);
          font-size: 1rem;
          padding-left: 3px;
          font-size: 1.2rem;
          line-height: 1.5; } }
    .product-detail__toku-set--final {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(100% / 3 + 30px);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .product-detail__toku-set--final > span {
        font-size: 1.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 48px;
        height: 48px;
        background-color: #F6A600;
        border-radius: 50%;
        color: #FFFFFF;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media (max-width: 767px) {
          .product-detail__toku-set--final > span {
            font-size: 1rem; } }
        .product-detail__toku-set--final > span span {
          line-height: 15px;
          text-align: center; }
  .product-detail__table {
    margin-bottom: 30px; }
    .product-detail__table--row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid; }
      .product-detail__table--row:first-child {
        border-top: 1px solid; }
      .product-detail__table--row--td {
        font-size: 1.4rem;
        padding-top: 10px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .product-detail__table--row--td--1 {
          -ms-flex-preferred-size: 60px;
              flex-basis: 60px;
          padding-left: 5px;
          height: 100%; }
        .product-detail__table--row--td--2 {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          border-left: 1px solid;
          padding-left: 16px; }

.product-detail__toku-set--final .product-detail--price {
  font-size: 2.6rem;
  margin-left: 2px;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .product-detail__toku-set--final .product-detail--price {
      font-size: 2rem; } }

.product-action-box {
  margin-top: 30px; }

.secondary-btn:hover .secondary-btn--arrow--hv {
  display: block; }

.secondary-btn:hover .secondary-btn--arrow--nhv {
  display: none; }

.secondary-btn {
  color: inherit;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F6A600;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  height: 50px;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .secondary-btn {
      font-size: 2.15vh; } }
  .secondary-btn:hover {
    color: #F6A600;
    border: 2px solid #F6A600;
    background-color: #FFFFFF; }
  .secondary-btn--arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .secondary-btn--arrow--hv {
      display: none; }

.margin-bottom-16 {
  margin-bottom: 16px; }

.partition-des {
  margin-bottom: 20px;
  line-height: 28px; }

.helm-company-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 200px; }
  @media (max-width: 767px) {
    .helm-company-box {
      margin-bottom: 100px; } }
  .helm-company-box__background {
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100vw - 1000px) / 2 + 185px);
    background-color: #E3ECF0;
    height: 170px;
    z-index: -1;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
    @media (max-width: 1060px) {
      .helm-company-box__background {
        width: calc((100vw - 90%) / 2 + 185px); } }
    @media (max-width: 767px) {
      .helm-company-box__background {
        width: 110px;
        height: 150px; } }
    .helm-company-box__background--title {
      font-size: 1.8rem;
      font-weight: bold;
      -ms-writing-mode: tb-lr;
          -webkit-writing-mode: vertical-lr;
              writing-mode: vertical-lr;
      position: absolute;
      right: 146px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 100%;
      text-align: center; }
      @media (max-width: 767px) {
        .helm-company-box__background--title {
          right: auto;
          left: 50%;
          -webkit-transform: translateX(-50%) translateY(-50%);
                  transform: translateX(-50%) translateY(-50%); } }

.helm-company-detail {
  height: 100%;
  padding-left: 110px;
  padding-top: 64px; }
  @media (max-width: 767px) {
    .helm-company-detail {
      padding-left: 60px;
      padding-top: 55px; } }
  .helm-company-detail--greeting {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 35px; }
    @media (max-width: 350px) {
      .helm-company-detail--greeting {
        font-size: 1.4rem;
        line-height: 30px; } }
  .helm-company-detail--sign {
    text-align: right;
    margin-top: 35px; }
    @media (max-width: 600px) {
      .helm-company-detail--sign {
        text-align: left;
        margin-top: 25px; } }
    .helm-company-detail--sign--1 {
      font-size: 16px; }
    .helm-company-detail--sign--2 {
      font-size: 18px; }

.helm-company-table--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid; }
  @media (max-width: 600px) {
    .helm-company-table--row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .helm-company-table--row:first-child {
    border-top: 1px solid; }
  .helm-company-table--row--td {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 30px;
    padding: 25px 0; }
    @media (max-width: 600px) {
      .helm-company-table--row--td {
        font-size: 1.4rem;
        padding: 20px 0; } }
    @media (max-width: 350px) {
      .helm-company-table--row--td {
        font-size: 1.4rem; } }
    .helm-company-table--row--td--1 {
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      font-weight: bold; }
      @media (max-width: 600px) {
        .helm-company-table--row--td--1 {
          padding: 15px 0 0 0;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
    .helm-company-table--row--td--2 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (max-width: 600px) {
        .helm-company-table--row--td--2 {
          padding: 10px 0 25px 0; } }

.mg-bt-20 {
  margin-bottom: 20px; }

.mg-bt-60 {
  margin-bottom: 60px; }

.helm-privacy-content {
  margin-bottom: 180px; }
  @media (max-width: 600px) {
    .helm-privacy-content {
      margin-bottom: 140px; } }
  .helm-privacy-content--title {
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 60px; }
  .helm-privacy-content--greeting {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 60px; }
  .helm-privacy-content--sub-title {
    font-size: 1.8rem;
    font-weight: bold;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative; }
    .helm-privacy-content--sub-title::before {
      content: "";
      width: 20px;
      height: 2px;
      background-color: #F6A600;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0; }
  .helm-privacy-content--normal {
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 28px; }

.form-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #BBBDD1; }
  @media (max-width: 767px) {
    .form-control {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 14px 0 20px 0; } }
  .form-control:first-child {
    border-top: 1px solid #BBBDD1; }
  .form-control label {
    font-size: 1.8rem;
    font-weight: bold;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    padding-right: 60px;
    padding-top: 15px; }
    @media (max-width: 767px) {
      .form-control label {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding: 0;
        margin-bottom: 14px; } }
  .form-control__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-control input, .form-control textarea {
    font-size: 1.8rem;
    border: 1px solid #BBBDD1;
    border-radius: 10px;
    padding: 20px 10px; }
    .form-control input:focus, .form-control textarea:focus {
      outline: none; }

.form-control.required label {
  position: relative; }
  .form-control.required label::before {
    content: "必須";
    position: absolute;
    color: #F6A600;
    font-size: 1.4rem;
    border: 1px solid #F6A600;
    border-radius: 11px;
    padding: 2px 5px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }

.helm-form {
  margin-bottom: 140px; }

.postcode-box span {
  margin-right: 15px; }

.postcode-box input {
  width: 180px; }

.product-title {
  padding-bottom: 20px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-top: 70px; }
  @media (max-width: 767px) {
    .product-title {
      font-size: 2.2rem;
      text-align: left;
      padding-bottom: 10px; } }

.product-add-btn {
  margin-top: 23px;
  text-align: center;
  padding: 17px 0;
  width: 100%;
  border: 1px solid #BBBDD1;
  position: relative;
  border-radius: 10px;
  margin-bottom: 100px;
  cursor: pointer; }
  .product-add-btn span {
    font-size: 1.6rem;
    font-weight: bold; }
  .product-add-btn img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 15px; }

.submit-btn {
  border: none;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1.8rem;
  background-color: #F6A600;
  border-radius: 10px;
  height: 60px;
  -webkit-transition: all .1s;
  transition: all .1s;
  cursor: pointer; }
  .submit-btn:hover {
    background-color: #FFFFFF;
    border: 2px solid #F6A600;
    color: #F6A600; }

.return-btn {
  border: none;
  font-weight: bold;
  font-size: 1.8rem;
  border-radius: 10px;
  height: 60px;
  background-color: #FFFFFF;
  border: 2px solid #F6A600;
  color: #F6A600;
  -webkit-transition: all .1s;
  transition: all .1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  .return-btn:hover {
    background-color: #F6A600;
    color: #FFFFFF;
    border: none; }

.form-action .submit-btn {
  width: 100%;
  margin-top: 100px; }

.confirm-form-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 140px; }
  @media (max-width: 767px) {
    .confirm-form-action {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.confirm-form-action .submit-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px); }
  @media (max-width: 767px) {
    .confirm-form-action .submit-btn {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }

.confirm-form-action .return-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 20px);
          flex: 0 1 calc(50% - 20px); }
  @media (max-width: 767px) {
    .confirm-form-action .return-btn {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      margin-bottom: 25px; } }

.confirm-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  border-bottom: 1px solid #BBBDD1; }
  @media (max-width: 767px) {
    .confirm-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 15px 0 40px 0; } }
  .confirm-item:first-child {
    border-top: 1px solid #BBBDD1; }
  .confirm-item span {
    display: block;
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.8rem;
    padding-right: 20px; }
    @media (max-width: 767px) {
      .confirm-item span {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0px;
        margin-bottom: 30px; } }
  .confirm-item p {
    font-size: 1.6rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 30px;
    border-left: 1px solid #BBBDD1;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .confirm-item p {
        border-left: none;
        padding-left: 0px;
        padding-top: 0;
        padding-bottom: 0; } }

.form-control .file {
  border: 1px solid #BBBDD1;
  border-radius: 10px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  text-align: center;
  width: 90px;
  height: 36px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.file-content {
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #BBBDD1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .file-content span {
    font-size: 1.6rem;
    font-weight: 300;
    margin-right: 10px; }
  .file-content img {
    cursor: pointer; }

.file-note {
  font-size: 1.4rem;
  margin-top: 10px; }

.error-label {
  color: #F6A600;
  font-size: 14px; }

.product-group__close {
  padding-top: 20px;
  font-size: 30px;
  text-align: right; }

.product-group__close span {
  cursor: pointer; }

.preview-image {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }

.preview-pdf {
  height: 300px;
  width: 100%; }