.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 0.5px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: 'Josefin Sans', sans-serif;
  color: #e60000;
  font-size: 44px;
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

h2 {
  position: relative;
  z-index: 2;
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Mikawebfont', sans-serif;
-ms-font-feature-settings: "normal";
  color: #e60000;
  font-size: 48px;
  font-weight: 200;
  letter-spacing: 1px;
}

h2.heading-2 {
    width: 100%;
}

h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #e60000;
  color: #e60000;
  font-size: 14px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 2px;
}

h4 {
  margin-bottom: 15px;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -30px 30px;
  padding-left: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  list-style-type: none;
}

li {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #e60000;
  color: #fff;
  font-size: 12px;
  letter-spacing: 0.5px;
}

img {
  display: inline-block;
  max-width: 100%;
}

form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

label {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 60px;
  font-weight: 700;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.navbar-fixed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: hsla(0, 0%, 100%, 0);
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

.section.hero-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  color: #fff;
}

.section.bg-gray {
  background-color: #ededed;
}

.section.contact-us {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: #8b0610;
}
/*
.section.contact-us .grid-contact-list > img {
    max-width: 100%;
} */

.section.contact-us .contact-img {
    text-align: center;
}

.section.contact-us .grid-contact-list > *:nth-child(1) {
    display: block;
    width: 120px;
    margin: 0 auto;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

.section.contact-us .grid-contact-list > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.section.contact-us .grid-contact-list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.section.contact-us .grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.section.contact-us .grid > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.section.hero-contact {
  height: 400px;
  padding: 0px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.19);
  background-image: url('../images/contact_title_bg.png');
  background-position: 50% 40%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-logo {
  width: 377px;
  height: 90px;
  margin-bottom: 40px;
}

.hero-copy {
  position: absolute;
  left: 15%;
  top: -14%;
  right: auto;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-banner {
  width: 255px;
  padding: 15px 60px 15px 20px;
  background-color: #000;
  background-image: url('../images/icon_link.svg');
  background-position: 90% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.hero-banner:hover {
  background-color: #2b2b2b;
}

.hero-banner.banner-l {
  border-right: 1px solid hsla(0, 0%, 100%, 0.2);
}

.hero-banners-area {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-x-small {
  margin-bottom: 5px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 1px;
}

.container-hero-home {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-title {
  margin-bottom: 100px;
  text-align: center;
}

.section-title-caption {
  color: #e60000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
}

.contents-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-block.about-point-1 {
  height: 600px;
}

.contents-block.about-point-2 {
  height: 850px;
  margin-bottom: 100px;
}

.contents-block.about-point-3 {
  margin-bottom: 0px;
  display: block;
}

.about-point-3 h2,
.about-point-3 p.copy-big,
.title-center h2 {
    text-align: center;
    
}

.contents-block.support-reason-1 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.contents-block.support-reason-2 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-text-r {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 43%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.flex-text-r.support {
  max-width: 50%;
  margin-top: 150px;
}

.flex-text-r * {
  max-width: 100%;
}

.about-flex-img-l {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 600px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, hsla(0, 0%, 100%, 0)), to(hsla(0, 0%, 100%, 0.3))), url('../images/img_about_point_01.jpg');
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 50%, hsla(0, 0%, 100%, 0.3)), url('../images/img_about_point_01.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.grid-about-point-02 {
  height: 820px;
  justify-items: end;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-about-point-02 > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.grid-about-point-02 > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}


.flex-text-l {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-top: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-text-l.support {
  margin-top: 150px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-flex-img-r {
  position: absolute;
  top: 0px;
  right: 0px;
}

.img-about-point-02-top {
  width: 560px;
  height: 380px;
  margin-right: 92px;
  background-image: url('../images/img_about_point_02_top.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-about-point-02-btm {
  position: relative;
  left: auto;
  top: -50px;
  right: 0%;
  bottom: 0%;
  width: 344px;
  height: 490px;
  background-image: url('../images/img_about_point_02_btm.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.upload .w-col-8 > div {
    overflow: hidden;
}

.upload .w-col-8 input {
    min-width: 51%;
    height: 30px;
    margin: 10px 0;
    line-height: 1em;
}

#photoAttach .upload input[type="file"] + .delete {
    display: none;
}

#photoAttach .upload .delete {
    float: right;
    width: 20px;
    height: 20px;
    line-height: 0;
    margin: 5px 0 0;
    background: url(../images/ui_deletData.svg) no-repeat 0 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

#photoAttach .upload .delete:hover {
    opacity: 0.5;
}

.err input,
.err textarea {
    background-color: rgba(230, 0, 0, .2);
}
.err_btn,
.err_btn input[disabled] {
    opacity: .5;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .img-about-point-02-btm {
    left: 216px;
    right: auto;
    } /* IE11 */
}

.flex-text-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.feature-text {
  margin-top: 20px;
  width: 100%;
}

.p-small {
  margin-bottom: 0px;
  font-size: 14px;
  letter-spacing: 0px;
}

.p-small.btn-column {
  width: 50%;
}

.p-small.p-center {
  position: static;
}

.p-small.call-center-info {
  margin-bottom: -28px;
  color: #fff;
}

.p-small.call-center-info-black {
  margin-bottom: -30px;
}

.p-small.attaching-data {
  width: 80%;
}

.grid-freatures {
  width: 100%;
  margin-top: 50px;
  align-self: flex-start;
  grid-column-gap: 24px;
  grid-row-gap: 50px;
    grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
}

@media all and (-ms-high-contrast:none){
    *::-ms-backdrop, .grid-freatures {
        width: calc(100% + 24px);
        margin: 50px -24px -50px 0;
    }
    *::-ms-backdrop, .grid-freatures > div {
        margin: 0 24px 50px 0;
    } /* IE11 */
}

.grid-freatures > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: g1;
}

.grid-freatures > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
    grid-area: g2;
}

.grid-freatures > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: g3;
}

.grid-freatures > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.grid-freatures > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.grid-freatures > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}

/*
.grid-freatures {
    display: block;
    margin: 50px -24px -50px 0;
}

.grid-freatures > div {
    width: 344px;
    display: block;
    float: left;
    margin: 0 24px 50px 0;
}*/

.use-case-category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-head {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.use-cases {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.use-case {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid-use-case-home {
    display: block;
    width: 100%;
}

.grid-use-case-home > div {
    width: 50%;
}

.use-case.case-home-01 {
    float: left;
  margin-bottom: 0px;
}

.use-case.case-home-02 {
    clear: both;
    float: right;
    margin-bottom: 0px;
}

.use-case.case-home-03 {
    clear: both;
    float: left;
}

.use-case-title {
  width: 50%;
  padding-left: 30px;
}

.use-case-title.case-home {
  width: 100%;
  padding-right: 30px;
}

.about-location {
  width: 50%;
  margin-bottom: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  letter-spacing: 0.5px;
}

.about-location.case-home {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
}

.slider-use-cases {
  z-index: -2;
  height: 600px;
  margin-bottom: 20px;
}

.slider-use-cases.case-home {
  height: 400px;
}

.slider-btns {
  width: 40px;
  height: 40px;
  background-color: #e60000;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}

.slider-btns:hover {
  background-color: #570505;
}

.slider-btns.lineup {
  top: -160px;
}

.slider-nav {
  left: 25px;
  bottom: 10px;
  font-size: 10px;
  text-align: left;
}

.slider-nav.lineip {
  left: 0px;
  bottom: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  text-align: center;
}

.slider-nav.order-flow {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -13%;
  text-align: center;
}

.use-cases-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  width: 50%;
  height: 100%;
  background-color: #f5f5f5;
}

.category-name {
  z-index: 1;
  display: inline-block;
  width: 200px;
  height: 140px;
  padding: 90px 25px 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #e60000;
  background-color: #fff;
  color: #e60000;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
}

.category-name.category-home {
  background-image: url('../images/icon_home.svg');
  background-position: 50% 30%;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.category-name.category-store {
  background-image: url('../images/icon_store.svg');
  background-position: 50% 30%;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.category-name.category-office {
  background-image: url('../images/icon_company.svg');
  background-position: 50% 30%;
  background-size: 36px 36px;
  background-repeat: no-repeat;
}

.category-name-bg {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 200px;
  height: 140px;
  background-image: url('../images/bg_stripe_red_2x4.png');
  background-position: 50% 50%;
}

.category-vertical-line {
  position: relative;
  z-index: 2;
  width: 2px;
  height: 150px;
  margin-bottom: -50px;
  background-color: #e60000;
}
/*
.grid-use-case-home {
  grid-auto-flow: column;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
  width: 100%;
}

.grid-use-case-home > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-use-case-home > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.grid-use-case-home > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}
*/


.column-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.column-btn.hide {
  display: none;
}

.btn-text {
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  font-size: 13px;
  text-align: center;
  letter-spacing: 1px;
}

.btn-text.freedial-icon {
  padding-left: 65px;
  background-image: url('../images/icon_freeDial_white.svg');
  background-position: 20px 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.btn-text.form-foot-l {
  background-color: #2b2b2b;
}

.btn-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c00;
}

.btn-icon.form-foot-l {
  background-color: #000;
}

.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 344px;
  margin-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #e60000;
}

.btn:hover {
  background-color: #570505;
}

.btn.column {
  margin-top: 0px;
  margin-left: 20px;
}

.btn.form-foot-r {
  display: block;
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 49%;
  margin-top: 20px;
}

.btn.form-foot-l {
    display: block;
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 49%;
    margin-top: 20px;
}

.btn.form-foot-r .form-foot-in {
    position: relative;
}

.btn.form-foot-r input[type="button"],
.btn.form-foot-r input[type="submit"] {
    background: url(../images/ico_arw.jpg), #e60000;
    background-repeat: no-repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 66px auto, auto;
    width: 100%;
    padding-right: 86px;
    transition: all .3s;
}

.btn.form-foot-r input:hover {
    background: url(../images/ico_arw.jpg), #570505;
    background-repeat: no-repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 66px auto, auto;
}

.btn.form-foot-r.err_btn input:hover {
    background: url(../images/ico_arw.jpg), #e60000;
    background-repeat: no-repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 66px auto, auto;
}

.btn.form-foot-l input[type="button"] {
    background: url(../images/ico_return.jpg), #2b2b2b;
    background-repeat: no-repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: 66px auto, auto;
    width: 100%;
    padding-right: 86px;
    transition: all .3s;
}

/*
.btn.form-foot-r::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 66px;
    background: #e60000 url(../images/icon_send.svg) no-repeat 50% 50%;
}*/

.slider-lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 680px;
  margin-bottom: 100px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.lineup-slide {
  width: 344px;
  margin-right: 20px;
}

.lineup-name-en {
  margin-top: 0px;
  margin-bottom: -20px;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.lineup-pic {
  height: 500px;
  margin-bottom: -40px;
}

.lineup-pic.wood {
  background-image: url('../images/img_lineup_wood.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.matte {
  background-image: url('../images/img_lineup_matte.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.metal {
  background-image: url('../images/img_lineup_metal.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.stone {
  background-image: url('../images/img_lineup_stone.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.textile {
  background-image: url('../images/img_lineup_textile.jpg');
  background-position: 0% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.leather {
  background-image: url('../images/img_lineup_leather.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.abstract {
  background-image: url('../images/img_lineup_abstract.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.solid {
  background-image: url('../images/img_lineup_solid.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-pic.neo {
  background-image: url('../images/img_lineup_neo.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lineup-name-jp {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.lineup-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.copy-extra-big {
  position: relative;
  z-index: 1;
  width: 46%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.support-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 610px;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copy-big {
  margin-bottom: 50px;
  font-size: 23px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 1px;
}

.copy-small {
  font-size: 18px;
  line-height: 1.8em;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.support-1-column-l {
  padding-right: 50px;
}

.support-1-column-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 2px solid #e60000;
}

.support-step-illustration {
  margin-top: 20px;
  margin-bottom: 50px;
}

.support-step-index {
  margin-left: -52px;
  padding-left: 51px;
}

.support-steps {
  margin-bottom: 100px;
}

.support-steps p {
  max-width: 100%;
}


.support-flex-01.img-l {
  position: absolute;
  left: 0px;
  width: 610px;
  height: 400px;
  background-image: url('../images/img_support_2_1.jpg');
  background-position: 100% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.support-text {
    max-width: 100%;
}

.support-flex-img-r {
  position: absolute;
  top: 0;
  right: 0px;
  width: 610px;
  height: 400px;
  background-image: url('../images/img_support_2_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
    max-width: 100%;
}

.support-3-text {
  height: 400px;
  margin-bottom: -100px;
  padding-top: 0px;
  padding-left: 40%;
  background-image: url('../images/img_medal_5years.jpg');
  background-position: 0% 0%;
  background-size: 320px;
  background-repeat: no-repeat;
}

.title-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.support-head-img {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 80%;
  height: 540px;
  margin-top: 69px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/img_support_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav-btns {
  height: 68px;
  background-color: transparent;
  color: #e60000;
  font-size: 12px;
  font-weight: 700;
}

.nav-btns:hover {
  border-bottom: 2px solid #e60000;
}

.nav-btns.contact {
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  border-radius: 6px;
  background-color: #e60000;
  color: #fff;
  font-size: 11px;
}

.nav-btns.contact:hover {
  border-bottom-style: none;
  border-bottom-color: #570505;
  background-color: #570505;
}

.nav-btns.dropdown:hover {
  border-bottom-style: none;
}

.nav-menu {
  background-color: transparent;
}

.nav-menu.fixed {
  background-color: transparent;
}

.dropdown-btn {
  padding: 15px 20px 15px 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-image: url('../images/icon_submenu_arrow.svg');
  background-position: 20px 50%;
  background-size: 20px 11px;
  background-repeat: no-repeat;
  color: #e60000;
  font-size: 12px;
  font-weight: 700;
}

.dropdown-btn:hover {
  background-color: #fff0f0;
  color: #570505;
}

.dropdown-btn:active {
  background-color: #fae1e1;
}

.dropdown-btn.w--current {
  background-image: url('../images/icon_submenu_current.svg');
  background-position: 20px 50%;
  background-size: 20px 12px;
  background-repeat: no-repeat;
  color: #2b2b2b;
}

.dropdown-list.w--open {
  overflow: hidden;
  margin-top: -5px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}

.nav-brand-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-brand-fixed.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 77px;
  padding-left: 0px;
}

.nav-btn-scrolling {
  height: 80px;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #e60000;
  font-size: 12px;
  font-weight: 700;
}

.nav-btn-scrolling:hover {
  border-bottom: 2px solid #e60000;
}

.nav-btn-scrolling.w--current {
  color: #570505;
}

.nav-btn-scrolling.contact {
  margin-left: 20px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: #e60000;
  color: #fff;
  font-size: 11px;
}

.nav-btn-scrolling.contact:hover {
  border-bottom-style: none;
  border-bottom-color: #570505;
  background-color: #570505;
}

.nav-btn-scrolling.dropdown:hover {
  border-bottom-style: none;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  height: 80px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.28);
  opacity: 0;
  transform-style: unset !important;
}

.accordion-item {
  margin-bottom: 20px;
  cursor: pointer;
}

.accordion-item.w--open {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.order-flow-illustration {
  margin-bottom: 30px;
}

.flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.flow.slider {
  height: 380px;
}
/*
.grid-order-flow {
  display: -ms-grid;
  display: grid;
  margin-bottom: 10px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 100%;
}

.grid-order-flow .flow {
    max-width: 100%;
}

.grid-order-flow > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}

.grid-order-flow > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}

.grid-order-flow > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}

.grid-order-flow > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.grid-order-flow > *:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.grid-order-flow > *:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
}*/

.grid-order-flow {
    display: block;
    width: 1104px;
    margin: 0 -24px -24px 0;
}

.grid-order-flow > .flow {
    float: left;
    width: 344px;
    margin : 0 24px 24px 0;
}

.contents-align-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contents-align-center.margin-clear {
  margin-bottom: 0px;
}

.support-area-map {
  width: 100%;
  height: 320px;
  margin-bottom: 50px;
  background-image: url('../images/img_map.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-order-flow {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 43px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slider-order-flow-mask {
  width: 100%;
}

.accordion-item-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #fff;
}

.accordion-item-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 68px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-trigger-text {
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #e60000;
  font-weight: 700;
}

.accordion-item-p {
  margin: 20px;
}

.accordion-item-content {
  overflow: hidden;
  width: 100% !important;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.accordion-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/*
.grid-price-cases {
  margin-bottom: 100px;
  grid-column-gap: 24px;
  grid-row-gap: 100px;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.grid-price-cases > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
}
.grid-price-cases > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
}
.grid-price-cases > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}
.grid-price-cases > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}
.grid-price-cases > *:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
}

.price-case {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
} */

.grid-price-cases {
    display: block;
    margin: 0 -24px 0 0;
}

.grid-price-cases > div {
    width: calc(50% - 24px);
    float: left;
    margin: 0 24px 100px 0;
}

.grid-price-cases h2.heading-2 {
    text-align: center;
}

.price-case-img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 380px;
  margin-top: -50px;
  background-image: url('../images/pic.gif');
  background-position: 0px 0px;
  background-size: 125px;
}

.price-case-img._01 {
  background-image: url('../images/img_pricing_home_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.price-case-img._02 {
  background-image: url('../images/img_pricing_home_02.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.price-case-img._03 {
  background-image: url('../images/img_pricing_office_01.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.price-case-img._04 {
  background-image: url('../images/img_pricing_office_02.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.price-case-img._05 {
  background-image: url('../images/img_pricing_office_03.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.price-board {
  position: relative;
  z-index: 1;
  width: 75%;
  margin: -40px auto 0;
  padding: 20px;
  background-color: #fff;
  text-align: center;
}

.price-text {
  margin-top: 5px;
  color: #e60000;
  font-size: 32px;
  line-height: 1.4em;
  letter-spacing: 2px;
}

.price-sheet-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.price-sheet-info-name {
  width: 160px;
  height: 60px;
  margin-right: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-right: 2px solid #e60000;
  color: #e60000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}

.price-sheet-detail {
  height: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-center {
  width: 70%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.grid-contact-list {
  width: 100%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  justify-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.grid-contact-list > *:nth-child(1) {
    display: block;
    width: 120px;
    margin: 0 auto;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
}

.grid-contact-list > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
}

.grid-contact-list > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
}

.contact-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info.column-l {
  border-right: 1px solid hsla(0, 0%, 100%, 0.24);
  border-bottom: 1px none hsla(0, 0%, 100%, 0.24);
}

.contact-info.column-l-red {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.contact-info-index {
  border-bottom-color: #fff;
  color: #fff;
}

.sheet-sample-text {
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 30px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  font-size: 14px;
}

.sheet-sample-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 580px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.sheet-sample-img {
  width: 192px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  background-image: url('../images/bg_sheetSample.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foot-banners {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-logo {
  position: relative;
  z-index: 1;
  width: 290px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 15px 66px 15px 20px;
  background-color: hsla(0, 0%, 100%, 0.9);
  background-image: url('../images/icon_link.svg');
  background-position: 92% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}

.paragraph.hero {
  margin-bottom: 0px;
  color: #e60000;
  max-width: 100%;
}

.navbar-logo {
  margin-top: 14px;
}

.page-title {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-hero-contact {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-whiten {
  color: #fff;
}

.contact-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.contact-form {
  width: 100%;
  margin-top: 50px;
}

.form-label-required {
  background-image: url('../images/icon_reqired.svg');
  background-position: 100% 50%;
  background-size: 38px 24px;
  background-repeat: no-repeat;
}

.form-text-field {
  margin-bottom: 0px;
  padding: 10px 15px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f0f0f0;
  line-height: 1.8em;
}

.form-text-field.address-num {
  width: 30%;
  margin-bottom: 20px;
}

.form-item {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.kakunin .form-item > div:first-child {
    font-weight: bold;
}

.form-select {
  margin-bottom: 0px;
}

.form-text-area {
  min-height: 300px;
  margin-bottom: 0px;
  padding: 10px 15px;
  border: 1px none #000;
  border-radius: 5px;
  background-color: #f0f0f0;
  line-height: 1.8em;
}

.form-radio-btn {
  display: inline-block;
}

.field-label {
  padding-right: 60px;
}

.radio-btn-rabel {
  position: relative;
  top: -4px;
}

.form-attaching-data-btn {
  margin-right: 10px;
  padding: 0px 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #dadada;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
  font-size: 11px;
  letter-spacing: 0px;
}

.form-attaching-data {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}

.form-delete-btn {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 20px;
}

.form-add-data-btn {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-style: solid;
  border-width: 1px;
  border-color: #e60000;
  background-color: transparent;
  color: #e60000;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.form-foot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 86px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-privacy-policy {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #2b2b2b;
  color: #f0f0f0;
}

.section-copyright {
  background-color: #000;
}

.copyright {
  margin-top: 14px;
  margin-bottom: 14px;
  color: #f0f0f0;
  font-size: 13px;
  text-align: center;
}

.err_txt {
  width: 100%;
  margin: 5px 0 0;
  color: #e60000;
  font-size: 13px;
  text-align: right;
}

.body {
  background-color: #000;
}

.form-input-info {
  margin-top: 5px;
  margin-bottom: 0px;
}

.form-input-info.input-blank {
  color: #a6a6a6;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.use-img-1-1 {
  background-image: url('../images/img_home_case1_01.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-1-2 {
  background-image: url('../images/img_home_case1_02.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-2-1 {
  background-image: url('../images/img_home_case2_02.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-2-2 {
  background-image: url('../images/img_home_case2_01.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-3 {
  background-image: url('../images/img_home_case3_01.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-4-1 {
  background-image: url('../images/img_shop_01.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-4-2 {
  background-image: url('../images/img_shop_02.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-5-1 {
  background-image: url('../images/img_Company_01.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-5-2 {
  background-image: url('../images/img_Company_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-5-3 {
  background-image: url('../images/img_Company_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.use-img-5-4 {
  background-image: url('../images/img_Company_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-hero {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 70%;
  height: 100%;
  background-color: transparent;
}

.display-none {
  display: none;
}

.use-img-1-3 {
  background-image: url('../images/img_home_case1_03.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-img-01 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), to(rgba(0, 0, 0, 0.25))), url('../images/bg_hero_01.jpg');
  background-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.25)), url('../images/bg_hero_01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.hero-img-02 {
  background-image: url('../images/bg_hero_02.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-img-03 {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), to(rgba(0, 0, 0, 0.35))), url('../images/bg_hero_03.jpg');
  background-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.35)), url('../images/bg_hero_03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.hero-img-04 {
  background-image: url('../images/bg_hero_04.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-hero-mask {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 99.5%;
}

.banner-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.banner-bg.window-film {
  background-image: url('../images/bg_windowFilm.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-bg.design-sheet {
  background-image: url('../images/bg_designSheet.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-curtain {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 70%;
  background-color: hsla(0, 0%, 100%, 0);
}

.lineup-curtain {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 500px;
  margin-top: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #ededed;
}

.utility-img {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
    ul {
        margin-top: -10px;
        margin-right: 20px;
        margin-left: 20px;
    }
    label {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .navbar-fixed {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .section {
        padding-right: 20px;
        padding-left: 20px;
    }
    .section.hero-contact {
        padding-top: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .hero-logo {
        width: 300px;
        height: 70px;
    }
    .hero-copy {
        position: absolute;
        left: 20px;
        top: 30%;
        right: auto;
        bottom: auto;
        width: 50%;
        padding: 40px 30px 40px 20px;
        background-color: #fff;
    }
    .hero-banners-area {
        left: 0%;
        top: auto;
        right: 0%;
        bottom: 0%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .p-x-small {
        padding-right: 10px;
        text-align: right;
    }
    .container-hero-home {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .contents-block.about-point-1 {
        height: 720px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contents-block.about-point-2 {
        height: 990px;
    }
    .flex-text-r {
        max-width: 50%;
    }
    .flex-text-r.support {
        margin-top: 280px;
    }
    .about-flex-img-l {
        left: 0px;
        bottom: 0px;
        margin-top: 121px;
    }
    .flex-text-l {
        top: 30px;
    }
    .flex-text-l.support {
        margin-top: 200px;
    }
    .about-flex-img-r {
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
    }
    .img-about-point-02-top {
        width: 480px;
        margin-right: 0px;
    }
    .img-about-point-02-btm {
        margin-right: -20px;
    }
    .grid-freatures {
        grid-auto-flow: row;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
    .use-case.case-home-01 {
        margin-bottom: -120px;
    }
    .use-case.case-home-02 {
        margin-bottom: -145px;
    }
    .use-case-title {
        padding-left: 20px;
    }
    .slider-use-cases {
        height: 460px;
    }
    .slider-use-cases.case-home {
        height: 280px;
    }
    .column-btn {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .btn {
        width: 100%;
        margin-left: 0px;
    }
    .btn.column {
        width: 45%;
    }
    .slider-lineup {
        margin-right: -20px;
        margin-left: -20px;
    }
    .copy-extra-big {
        width: 65%;
        font-size: 22px;
    }
    .support-head {
        height: 460px;
    }
    .copy-big {
        margin-bottom: 30px;
        font-size: 20px;
        max-width: 100%;
    }
    .support-1-column-l {
        padding-right: 20px;
    }
    .support-1-column-r {
        padding-left: 20px;
    }
    .support-step-index {
        margin-bottom: 20px;
        margin-left: -20px;
        padding-left: 19px;
    }
    .support-flex-img-r {
        width: 460px;
        height: 400px;
    }
    .support-3-text {
        padding-left: 50%;
    }
    .support-head-img {
        height: 400px;
        margin-top: 60px;
    }
    .nav-btns {
        height: 60px;
        padding-top: 16px;
        padding-bottom: 16px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        color: #e60000;
    }
    .nav-btns:hover {
        border-bottom-style: none;
        background-color: #fff0f0;
    }
    .nav-btns.contact {
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 0px;
    }
    .nav-menu {
        overflow: hidden;
    }
    .nav-menu.fixed {
        margin-top: 20px;
        background-color: #fff;
        box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.35);
    }
    .dropdown-btn {
        height: 60px;
        padding-left: 60px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        border-bottom-style: none;
        background-position: 30px 50%;
    }
    .dropdown-btn.w--current {
        background-position: 30px 50%;
    }
    .dropdown-list.w--open {
        margin-top: 0px;
        border-radius: 0px;
        background-color: #f5f5f5;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.3);
    }
    .nav-brand-fixed {
        width: 77px;
        margin-left: 20px;
    }
    .menu-btn-fixed {
        height: 68px;
        margin-right: 20px;
        padding-top: 22px;
        padding-bottom: 22px;
        color: #e60000;
    }
    .menu-btn-fixed.w--open {
        border-radius: 6px;
        background-color: #e60000;
    }
    .nav-btn-scrolling {
        height: 60px;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }
    .nav-btn-scrolling:hover {
        border-bottom-style: none;
        background-color: #fff0f0;
    }
    .nav-btn-scrolling.contact {
        margin-left: 0px;
        padding-right: 20px;
        padding-left: 30px;
    }
    .navbar {
        padding-left: 20px;
    }
    .menu-btn {
        height: 80px;
        padding-top: 25px;
        padding-bottom: 25px;
        color: #e60000;
    }
    .menu-btn.w--open {
        background-color: hsla(0, 0%, 100%, 0);
    }
    .flow {
        padding: 20px;
    }
    .grid-order-flow {
        grid-auto-flow: row;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .accordion-list {
        width: 100%;
    }
    .price-case-img {
        height: 280px;
    }
    .price-sheet-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .price-sheet-info-name {
        width: 100%;
        height: 40px;
        margin-right: 0px;
        margin-bottom: 10px;
        border-bottom: 2px solid #e60000;
        border-right-style: none;
    }
    .p-center {
        width: 80%;
    }
    .foot-banners {
        width: 100%;
    }
    .menu-icon {
        width: 20px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .menu-icon-line-top {
        height: 2px;
        background-color: #e60000;
    }
    .menu-icon-line-middle {
        height: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
        background-color: #e60000;
    }
    .menu-icon-line-bottom {
        height: 2px;
        background-color: #e60000;
    }
    .slider-hero {
        width: 70%;
    }
    .grid-order-flow {
        width: 100%;
    }
    .grid-order-flow > .flow {
        width: calc(50% - 24px);
    }
    .grid-price-cases > div {
        width: calc(50% - 24px);
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 1.2em;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        margin-bottom: 30px;
    }
    ul {
        margin-top: -10px;
    }
    .navbar-fixed {
        margin-bottom: 0px;
        padding-right: 0px;
    }
    .section {
        position: relative;
        padding-right: 0px;
        padding-left: 0px;
    }
    .section.hero-home {
        height: 620px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .section.contact-success {
        padding-right: 20px;
        padding-left: 20px;
    }
    .hero-logo {
        width: 250px;
        height: 60px;
        margin-bottom: 30px;
    }
    .hero-copy {
        top: 40%;
        width: 65%;
        padding-top: 30px;
        padding-right: 30px;
        padding-bottom: 0px;
    }
    .hero-banner {
        width: 50%;
    }
    .hero-banners-area {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .p-x-small {
        padding-right: 0px;
        color: #e60000;
        text-align: center;
    }
    .section-title {
        margin-right: 20px;
        margin-left: 20px;
    }
    /*
    .grid-freatures {
        margin: 50px 0 -50px;
    }
    
    .grid-freatures > div {
        float: none;
        width: 100%;
        box-sizing: border-box;
        margin: 0 0 50px;
    }*/
    .contents-block.about-point-1 {
        height: 560px;
    }
    .contents-block.about-point-2 {
        height: 820px;
        margin-bottom: 100px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .contents-block.about-point-3 {
        height: 100%;
        margin-right: 20px;
        margin-left: 20px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .flex-text-r {
        max-width: 100%;
        margin-top: 305px;
        padding-right: 20px;
        padding-left: 20px;
    }
    .flex-text-r.support {
        max-width: 100%;
        margin-top: 0px;
    }
    .about-flex-img-l {
        left: 0%;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 100%;
        height: 320px;
        margin-top: 0px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        background-image: url('../images/img_about_point_01.jpg');
        background-position: 50% 100%;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .grid-about-point-02 {
        height: 320px;
    }
    .flex-text-l {
        top: 6px;
        max-width: 100%;
        margin-right: 20px;
        margin-left: 20px;
    }
    .flex-text-l.support {
        margin-top: 0px;
    }
    .about-flex-img-r {
        width: 100%;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }
    .img-about-point-02-top {
        position: absolute;
        left: 0%;
        top: 0%;
        right: auto;
        bottom: auto;
        width: 50%;
        height: 320px;
        background-position: 50% 50%;
    }
    .img-about-point-02-btm {
        position: absolute;
        left: auto;
        top: 0%;
        right: 0%;
        bottom: auto;
        width: 50%;
        height: 320px;
        margin-right: 0px;
    }
    .feature {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .feature-text {
        margin-top: 0px;
        margin-left: 20px;
    }
    .p-small {
        width: 100%;
    }
    .p-small.btn-column {
        width: 100%;
    }
    .p-small.p-center {
        padding-right: 20px;
        padding-left: 20px;
    }
    .p-small.call-center-info {
        text-align: center;
    }
    .grid-freatures {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }
    .use-case.case-home-01 {
        width: 100%;
        margin-bottom: 100px;
    }
    .use-case.case-home-02 {
        width: 100%;
        margin-bottom: 100px;
    }
    .use-case.case-home-03 {
        width: 100%;
    }
    .use-case-title {
        width: 100%;
        padding-right: 20px;
    }
    .about-location {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
    }
    .slider-use-cases {
        height: 360px;
    }
    .slider-use-cases.case-home {
        height: 360px;
    }
    .slider-btns.order-flow {
        margin-right: -20px;
        margin-left: -20px;
    }
    .use-cases-bg {
        width: 100%;
    }
    .column-btn {
        margin-right: 20px;
        margin-left: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .btn-text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .btn-text.freedial-icon {
        padding-left: 70px;
    }
    .btn {
        width: 100%;
    }
    .btn.column {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }
    .btn.form-foot-r {
        position: static;
        width: 100%;
    }
    .btn.form-foot-l {
        position: static;
        width: 100%;
        margin-top: 20px;
    }
    .slider-lineup {
        height: 500px;
        margin-right: 0px;
        margin-left: 0px;
    }
    .lineup-pic {
        height: 320px;
    }
    .copy-extra-big {
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 20px;
        letter-spacing: 1px;
    }
    .support-head {
        height: 420px;
        margin-top: 20px;
    }
    .support-1-column-l {
        padding-right: 20px;
        padding-left: 20px;
    }
    .support-1-column-r {
        margin-right: 10px;
        margin-left: 10px;
    }
    .support-flex-01.img-l {
        width: 100%;
        height: 280px;
        margin-top: 60px;
    }
    .support-flex-img-r {
        width: 100%;
        height: 280px;
        margin-top: 60px;
    }
    .support-3-text {
        height: 100%;
        margin-right: 20px;
        margin-left: 20px;
        padding-top: 320px;
        padding-left: 0%;
        background-position: 50% 0%;
        background-size: 240px;
    }
    .title-left {
        margin-right: 20px;
        margin-left: 20px;
    }
    .support-text {
        margin-top: 285px;
    }
    .support-head-img {
        width: 100%;
        height: 360px;
        margin-top: 55px;
    }
    .nav-btns {
        height: 50px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .dropdown-btn {
        height: 50px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .nav-brand-fixed {
        width: 60px;
        height: 80px;
    }
    .nav-brand-fixed.w--current {
        width: 60px;
        height: 80px;
    }
    .menu-btn-fixed {
        height: 80px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .nav-btn-scrolling {
        height: 50px;
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .order-flow-illustration {
        margin-top: -10px;
        margin-bottom: 20px;
    }
    .flow.slider {
        height: 360px;
    }
    .grid-order-flow {
        display: none;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto auto auto auto;
        grid-template-rows: auto auto auto auto auto auto;
    }
    .contents-align-center {
        margin-right: 20px;
        margin-left: 20px;
        max-width: 100%;
    }
    .contents-align-center.margin-clear {
        margin-right: 20px;
        margin-left: 20px;
    }
    .slider-order-flow {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .accordion-item-icon {
        width: 50px;
    }
    .accordion-trigger-text {
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
    }
    .accordion-item-p {
        margin: 15px;
    }
    .grid-price-cases {
        margin-bottom: 0px;
        grid-row-gap: 0px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
        max-width: 100%;
    }
    .price-case {
        margin-bottom: 100px;
    }
    .price-case-img {
        height: 320px;
    }
    .price-sheet-info {
        padding-right: 20px;
        padding-left: 20px;
    }
    .p-center {
        width: 100%;
    }
    .grid-contact-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    }
    .grid-contact-list > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid-contact-list > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .grid-contact-list > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
    .contact-info {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .contact-info.column-l {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.24);
    }
    .contact-info.column-l-red {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        border-right-style: none;
    }
    .sheet-sample-info {
        width: 100%;
    }
    .sheet-sample-img {
        width: 130px;
        background-position: 0% 50%;
    }
    .contact-form {
        padding-right: 10px;
        padding-left: 10px;
    }
    .form-text-field.address-num {
        width: 50%;
    }
    .form-text-area {
        min-height: 200px;
    }
    .form-foot {
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-privacy-policy {
        padding: 30px 20px;
    }
    .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto auto;
        grid-template-rows: auto auto;
    }
    .slider-hero {
        width: 80%;
        height: 320px;
    }
    .lineup-curtain {
        height: 320px;
    }
    .grid-price-cases > div {
        width: 100%;
        float: none;
    }
    .section.contact-us .grid > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .section.contact-us .grid > *:nth-child(2){
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 32px;
        letter-spacing: 3px;
    }
    .section.hero-home {
        height: 680px;
    }
    .section.hero-contact {
        background-position: 42% 40%;
    }
    .section.contact-success {
        padding-right: 10px;
        padding-left: 10px;
    }
    .hero-logo {
        width: 220px;
        height: 52px;
        margin-bottom: 20px;
    }
    .hero-copy {
        left: 0px;
        top: 36%;
        width: 85%;
        padding-top: 20px;
        padding-right: 19px;
        padding-bottom: 0px;
    }
    .hero-banner {
        width: 100%;
        padding: 10px 54px 10px 20px;
        background-position: 95% 50%;
    }
    .hero-banner.banner-l {
        border-bottom: 1px solid hsla(0, 0%, 100%, 0.19);
        border-right-style: none;
    }
    .p-x-small {
        padding-right: 0px;
    }
    .section-title {
        margin-right: 20px;
        margin-left: 20px;
    }
    .contents-block.about-point-1 {
        height: 100%;
    }
    .contents-block.about-point-2 {
        height: 100%;
    }
    .img-about-point-02-top {
        background-position: 100% 50%;
    }
    .feature {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .feature-text {
        margin-top: 20px;
        margin-left: 0px;
        padding-left: 0px;
    }
    .p-small.attaching-data {
        margin-top: 20px;
    }
    .grid-freatures {
        grid-row-gap: 20px;
    }
    .slider-use-cases {
        height: 240px;
    }
    .slider-use-cases.case-home {
        height: 240px;
    }
    .btn-text.freedial-icon {
        padding-left: 60px;
    }
    .slider-lineup {
        padding-left: 0px;
    }
    .lineup-slide {
        width: 100%;
    }
    .copy-extra-big {
        font-size: 19px;
    }
    .support-head {
        height: 350px;
    }
    .copy-big {
        font-size: 17px;
    }
    .copy-small {
        font-size: 15px;
    }
    .support-step-illustration {
        margin-top: 0px;
        margin-bottom: 10px;
    }
    .support-flex-01.img-l {
        height: 240px;
    }
    .support-flex-img-r {
        height: 240px;
    }
    .support-text {
        margin-top: 245px;
    }
    .support-head-img {
        height: 300px;
    }
    .nav-brand-fixed.w--current {
        width: 60px;
    }
    .order-flow-illustration {
        margin-top: -20px;
        margin-bottom: 15px;
    }
    .flow.slider {
        height: 400px;
    }
    .support-area-map {
        height: 240px;
        background-position: 57% 50%;
    }
    .slider-order-flow {
        margin-bottom: 50px;
    }
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .price-case-img {
        height: 240px;
    }
    .sheet-sample-text {
        padding: 12px 15px;
        font-size: 13px;
        line-height: 1.8em;
    }
    .sheet-sample-img {
        width: 30%;
        background-position: 30% 50%;
    }
    .contact-form {
        padding-right: 0px;
        padding-left: 0px;
    }
    .form-text-field.address-num {
        width: 65%;
    }
    .form-text-area {
        min-height: 300px;
    }
    .form-attaching-data-btn {
        margin-right: 0px;
    }
    .form-attaching-data {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-delete-btn {
        position: absolute;
        left: auto;
        top: 56px;
        right: 0%;
        bottom: 0%;
    }
    .form-foot {
        margin-right: 11px;
        margin-left: 11px;
    }
    .slider-hero {
        width: 85%;
        height: 300px;
    }
}

#w-node-7b3f3f12b90c-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-109a9f450ba3-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-3b5c62407ff1-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-293510b66847-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-f89979ae4478-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-61fd4e0eb02d-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-b6be15a56ec7-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
}

#w-node-f08b8fe5b43d-d8ca2456 {
    -ms-grid-column-align: start;
    justify-self: start;
}

#w-node-b1882b2f1084-d8ca2456 {
    -ms-grid-column-align: end;
    justify-self: end;
}

#w-node-d303e7315700-d8ca2456 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

#w-node-35b19588376e-dc74e83b {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
    #w-node-109a9f450ba3-d8ca2456 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }
    #w-node-3b5c62407ff1-d8ca2456 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }
    #w-node-293510b66847-d8ca2456 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }
    #w-node-f89979ae4478-d8ca2456 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }
    #w-node-61fd4e0eb02d-d8ca2456 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }
    #w-node-b6be15a56ec7-d8ca2456 {
        -ms-grid-column-span: 1;
        grid-column-end: span 1;
        -ms-grid-column: span 1;
        grid-column-start: span 1;
        -ms-grid-row-span: 1;
        grid-row-end: span 1;
        -ms-grid-row: span 1;
        grid-row-start: span 1;
    }

    .grid-freatures > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2;
    }

    .grid-freatures > *:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }
    .grid-freatures > *:nth-child(5) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(6) {
        -ms-grid-row: 3;
        -ms-grid-column: 2;
    }
}

@media screen and (max-width: 767px) {
    #w-node-d303e7315701-d8ca2456 {
        grid-row-start: span 2;
        grid-row-end: span 2;
        grid-column-start: span 2;
        grid-column-end: span 2;
    }
    #w-node-d303e731570a-d8ca2456 {
        grid-row-start: span 1;
        grid-row-end: span 1;
        grid-column-start: span 2;
        grid-column-end: span 2;
    }
    #w-node-35b19588376f-dc74e83b {
        grid-row-start: span 2;
        grid-row-end: span 2;
        grid-column-start: span 2;
        grid-column-end: span 2;
    }
    #w-node-35b195883778-dc74e83b {
        grid-row-start: span 1;
        grid-row-end: span 1;
        grid-column-start: span 2;
        grid-column-end: span 2;
    }
    

    .section.contact-us .grid-contact-list > *:nth-child(1) {
        -ms-grid-column-span: 1;
    }

    .section.contact-us .grid-contact-list > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .section.contact-us .grid-contact-list > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(2) {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(3) {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(4) {
        -ms-grid-row: 4;
        -ms-grid-column: 1;
    }
    .grid-freatures > *:nth-child(5) {
        -ms-grid-row: 5;
        -ms-grid-column: 1;
    }

    .grid-freatures > *:nth-child(6) {
        -ms-grid-row: 6;
        -ms-grid-column: 1;
    }
}

@font-face {
    font-family: 'Mikawebfont';
    src: url('../fonts/mika_melvas_-_authenia_textured-webfont.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/NotoSansJP-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Noto Sans JP';
    src: url('../fonts/NotoSansJP-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}