@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  overflow-x: hidden;
  max-width: 100vw;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#mailform .checkNode ,#mailform .errorNode {display: none;}
#errorlist {
	padding: 1em;
	color: #f00;
	border: 1px solid #f00;
	background: #ffe6e6;
}
#errorlist li {margin: 1em;}
.errorInputCheck input {background: #ffe6e6;}
#mailform .type.errorInputCheck .checkgroup label  {color: #f00;}
#mailform.check .checkNode {display: block;line-height: 1.7;}
#mailform.check .inputNode {display: none;}
#mailform.check .form-input .checkNode {margin: 1em;}
#mailform.check .checkNode.c-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compmes {
	font-size: 1.5em;
	text-align: center;
	margin: 0 auto 1.3em;
}
#complete_mailform p {
    margin-bottom: 1em;
}
#complete_mailform{text-align:center;}

.consent_text.inputNode {
  display: block;
  margin-bottom: 1em;
}
.consent_text.inputNode a {
  text-decoration: none;
}
.consent_text.inputNode a:hover {
  text-decoration: underline;
}

.main-footer a {
	color: #fff;
}
.main-footer ul li {
	display: inline-block;
	padding: 0 1em;
	font-size: 0.9em;
	float: left;
}
.main-footer ul {
	text-align: center;
	display: table;
	margin: 0 auto 1em;
}

.lang_select label input {
	display: none;
}
.lang_select .en label,.lang_select .en a {
	background-image: url(/assets/img/en.jpg);
}
.lang_select .jp label,
.lang_select .jp a {
	background-image: url(/assets/img/jp.jpg);
}
.lang_select label,
.lang_select a {
	background-size: auto 1em;
	background-repeat: no-repeat;
	padding: 0 1em 0 2.2em;
	background-position: 0.3em center;
	display: block;
	font-size: 0.9em;
	width: 8em;
	cursor: pointer;
	line-height: 1;
	line-height: 30px;
	color: #000;
	text-decoration: none;
}
.lang_select p {
	border: 1px solid #ccc;
	position: relative;
}
.lang_select ul {
	position: absolute;
	top: 100%;
	background: #fff;
	transition: all 0.5s ease;
	overflow: hidden;
	display: none;
	border: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
}
.lang_select {
	position: relative;
}
.lang_select label:hover,
.lang_select a:hover {
	background-color: #eee;
}
.lang_select.on ul {
	display: block;
	border-top: 0;
}
.lang_select p:after {
	content: "▼";
	position: absolute;
	color: #333;
	top: 50%;
	right: 0.1em;
	font-size: 0.8em;
	transform: translate(0,-50%);
}
.lang_select.on > p {
	border-bottom: 0;
}
.main-footer ul li:first-child {
	border-right: 1px solid;
}
@media (min-width: 835px) {
  .container {
    width: 1080px;
    margin: 0 auto;
  }
  .section-header {
    text-align: center;
  }
  .section-header .title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 56px;
    color: #000;
    margin-bottom: 32px;
  }
  .section-header .title-jp {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
    line-height: 1.3;
  }
  .container {
    width: 100%;
    max-width: 1112px;
    min-width: 960px;
    margin: 0 auto;
    padding: 0 16px;
  }
  .main-header {
    background: #fff;
    z-index: 1000;
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  }
  .main-header .logo {
    padding: 16px 8px;
  }
  .main-header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .logo img {
    height: 18px;
    width: auto;
    margin-left: 16px;
  }
  .c-header-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #fff;
  }
  .c-header-menu .global-nav {
    margin-left: auto;
  }
  .c-header-menu .global-nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .c-header-menu .global-nav .global-nav-item {
    padding: 0 12px;
  }
  .c-header-menu .global-nav .global-nav-lang {
    padding-left: 1em;
    padding-right: 0.5em;
}
  .c-header-menu .global-nav .global-nav-item a {
    white-space: nowrap;
    text-decoration: none;
    font-weight: bold;
    color: #000;
    font-size: 14px;
  }
  .c-header-menu .global-nav .global-nav-cta {
    padding: 0 16px;
  }
  .c-header-menu .global-nav .global-nav-cta a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    background: #e4007f;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .c-header-menu .global-nav .global-nav-cta a:hover {
    background: #b10063;
  }
  .menu-toggle {
    display: none;
  }
  .header-nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-item {
    width: calc(100% / 6);
    text-align: center;
  }
  .header-nav-item:hover .l-header-mega-menu {
    visibility: visible;
    overflow: visible;
    opacity: 1;
  }
  .header-nav-item:hover a {
    color: #4ca6e5;
  }
  .header-nav-item:last-child > a:after {
    display: none;
  }
  .header-nav-item > a {
    display: block;
    height: 48px;
    padding: 16px 8px;
    width: 100%;
    color: #111;
    font-weight: bold;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .header-nav-item > a:after {
    content: "";
    display: block;
    height: 48px;
    border-right: 1px solid #e0e0e0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-nav-item > a .nav-item-title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  .header-nav-item:last-child > a {
    background: #4ca6e5;
  }
  .header-nav-item:last-child > a .nav-item-title {
    color: #fff;
  }
  .l-header-mega-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1), 0 4px 8px rgba(0, 0, 0, 0.1);
  }
  .l-header-mega-menu:before {
    content: "";
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
  }
  .l-header-mega-menu .header-mega-menu-title {
    color: #fff;
    padding: 40px 24px;
    background: #4ca6e5;
    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;
    text-align: left;
    width: 20%;
  }
  .l-header-mega-menu .header-mega-menu-title .mega-menu-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0 4px;
    margin-bottom: 16px;
  }
  .l-header-mega-menu .header-mega-menu-title .mega-menu-title span {
    display: block;
    font-size: 11px;
    padding: 8px 2px 0;
  }
  .l-header-mega-menu .header-mega-menu-title .to-parent-page-top {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    font-size: 12px;
    padding: 12px 24px;
    border-radius: 20px;
    font-weight: bold;
  }
  .header-mega-menu {
    margin: 0 auto;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 16px;
    position: relative;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) inset;
  }
  .header-mega-menu .header-mega-menu-item {
    width: calc(25% - 32px);
    margin: 0 16px;
  }
  .header-mega-menu .header-mega-menu-item a {
    display: block;
    padding: 40px 0;
    text-decoration: none;
    color: #444;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image {
    width: 100%;
    height: 120px;
    background: #bbb;
    margin-right: 8px;
    overflow: hidden;
    position: relative;
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-image img {
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .header-mega-menu .header-mega-menu-item .mega-menu-text {
    padding: 16px 4px 0;
  }
  .header-mega-menu .mega-menu-item-title {
    font-weight: bold;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-mega-menu .mega-menu-item-title img {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 6px;
  }
  .main-footer {
    position: relative;
    background: #4ca6e5;
    color: #fff;
    width: 100%;
    text-align: center;
    padding: 40px;
  }
  .main-footer .footer-caution {
    font-size: 14px;
    margin-bottom: 1rem;
  }
  .main-footer .copyright {
    font-size: 12px;
  }
  .l-fv-section {
    background: -o-linear-gradient(45deg, #49b2e7, #42a1e6);
    background: linear-gradient(45deg, #49b2e7, #42a1e6);
    position: relative;
    z-index: 0;
    min-height: calc(100vh + 120px);
  }
  .l-fv-section .video-wrapper {
    height: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .l-fv-section .video-wrapper #video {
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.6;
  }
  .l-fv-section .fv-content {
    padding: 240px 0 240px;
    position: relative;
    height: 100vh;
    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;
  }
  .l-fv-section .fv-text {
    text-align: center;
  }
  .l-fv-section .fv-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 8px 40px;
    border-radius: 16px;
    margin-bottom: 32px;
  }
  .l-fv-section .fv-product-items {
    margin-bottom: 24px;
  }
  .l-fv-section .fv-product-items img {
    display: inline-block;
    height: 56px;
    width: auto;
    margin: 0 20px;
    opacity: 0.5;
  }
  .l-fv-section .fv-tagline {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
    letter-spacing: 8px;
  }
  .l-fv-section .c-fv-contact {
    text-align: center;
    padding: 64px 0 40px;
  }
  .l-fv-section .c-fv-contact .to-contact-link {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #e4007f;
    padding: 22px 24px;
    border-radius: 32px;
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.2);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2), 0 4px 16px rgba(0, 0, 0, 0.2);
    min-width: 280px;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-fv-section .c-fv-contact .to-contact-link:hover {
    background: #b10063;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
  .l-service {
    background: transparent;
    z-index: 100;
  }
  .l-service .c-service-intro {
    position: relative;
  }
  .l-service .c-service-intro:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #4ca6e5;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-service .c-service-intro .container {
    position: relative;
    padding: 72px 0 80px;
  }
  .l-service .c-desire-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px 0;
    position: relative;
  }
  .l-service .desire-item-center {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    background: #369be2;
  }
  .l-service .desire-items {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .l-service .desire-item {
    position: absolute;
    height: 96px;
    background: #fff;
    border-radius: 48px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #4ca6e5;
  }
  .l-service .desire-item.large {
    width: 384px;
  }
  .l-service .desire-item.small {
    width: 336px;
  }
  .l-service .desire-item:first-child {
    left: 0;
    top: 0;
  }
  .l-service .desire-item:nth-child(2) {
    right: 0;
    top: 0;
  }
  .l-service .desire-item:nth-child(3) {
    left: 48px;
    top: 152px;
  }
  .l-service .desire-item:last-child {
    right: 48px;
    top: 152px;
  }
  .l-service .service-lead-text {
    text-align: center;
    color: #000;
    padding-bottom: 120px;
  }
  .l-service .service-lead-text .explain-message {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .l-service .service-lead-text .emphasis-message {
    font-size: 20px;
    font-weight: bold;
  }
  .l-service .service-lead-text .emphasis-message span {
    font-weight: bold;
  }
  .l-service .c-service-flow-list {
    text-align: center;
    position: relative;
    -webkit-transform: translateY(-136px);
        -ms-transform: translateY(-136px);
            transform: translateY(-136px);
  }
  .l-service .c-service-flow-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 136px;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-service .c-flow-list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 32px;
  }
  .l-service .service-flow-item {
    margin: 0 40px;
    max-width: 200px;
    counter-increment: count;
    position: relative;
  }
  .l-service .service-flow-item .arrow {
    width: 36px;
    height: 36px;
    position: absolute;
    right: -60px;
    top: 104px;
  }
  .l-service .service-flow-item .arrow img {
    height: 36px;
    width: auto;
  }
  .l-service .service-flow-item .image-wrapper {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 28px;
  }
  .l-service .service-flow-item .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-service .service-flow-item .flow-title {
    color: #4ca6e5;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 24px;
  }
  .l-service .service-flow-item .flow-title:before {
    content: counter(count, decimal-leading-zero) ".";
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .l-service .service-flow-item .flow-text {
    font-size: 12px;
    line-height: 1.75;
    color: #333;
    text-align: left;
  }
  .l-service .c-service-flow-bottom {
    max-width: 640px;
    border-top: 1px solid #4ca6e5;
    padding: 40px 0 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
  }
  .l-service .c-service-flow-bottom:before, .l-service .c-service-flow-bottom:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: calc(50% - 12px);
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-service .c-service-flow-bottom:before {
    background: #4ca6e5;
    top: -12px;
  }
  .l-service .c-service-flow-bottom:after {
    background: #fff;
    top: -13px;
  }
  .l-service .c-service-flow-bottom .service-flow-bottom-text {
    font-size: 28px;
    color: #4ca6e5;
    font-weight: bold;
  }
  .l-oem-section {
    position: relative;
    z-index: 0;
    background-color: #fff;
  }
  .l-oem-section .oem-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    overflow: hidden;
  }
  .l-oem-section .oem-bg:before {
    content: "";
    width: 100vw;
    height: 100vh;
    position: absolute;
    left: 0;
    top: -200px;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
    background-image: url(../img/oem_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
  }
  .l-oem-section .oem-content {
    padding: 72px 0 120px;
    position: relative;
  }
  .l-oem-section .oem-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
  }
  .l-oem-section .oem-merit-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 56px;
  }
  .l-oem-section .oem-merit-item {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    margin: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    border: 4px solid #4ca6e5;
  }
  .l-oem-section .oem-merit-item p {
    color: #444;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    font-size: 12px;
  }
  .l-oem-section .oem-merit-item p.size-s {
    font-size: 12px;
  }
  .l-oem-section .c-oem-explanation {
    max-width: 760px;
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
  .l-oem-section .oem-explanation-title {
    margin-right: 40px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    margin-top: 4px;
  }
  .l-oem-section .oem-explanation-text {
    font-size: 14px;
    color: #fff;
    line-height: 1.75;
  }
  .l-flow-section {
    padding: 72px 0 160px;
    position: relative;
    max-width: 100vw;
    overflow-x: hidden;
  }
  .l-flow-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-flow-section .flow-content {
    position: relative;
  }
  .l-flow-section .flow-header {
    margin-bottom: 48px;
  }
  .l-flow-section .c-flow-intro-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 88px;
  }
  .l-flow-section .c-flow-intro-text p {
    font-weight: bold;
    color: #000;
  }
  .l-flow-section .flow-item-list {
    max-width: 560px;
    margin: 0 auto;
    padding-left: 28px;
    position: relative;
  }
  .l-flow-section .flow-item-list:after {
    content: "";
    width: 4px;
    height: calc(100% - 80px);
    background: #4ca6e5;
    position: absolute;
    left: -2px;
    top: 40px;
  }
  .l-flow-section .flow-item {
    height: 80px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
    background: #fff;
    border-radius: 40px;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-flow-section .flow-item:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: -38px;
    top: calc(50% - 10px);
  }
  .l-flow-section .flow-item .flow-item-icon {
    width: 80px;
    text-align: right;
    padding-right: 16px;
  }
  .l-flow-section .flow-item .flow-item-icon img {
    height: 42px;
    width: auto;
  }
  .l-flow-section .flow-item .flow-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #000;
  }
  .l-flow-section .flow-item .flow-item-text .flow-item-title {
    font-size: 20px;
    font-weight: bold;
    padding: 2px 0;
  }
  .l-flow-section .flow-item .flow-item-text .flow-item-sub-text {
    font-size: 12px;
    font-weight: bold;
    padding: 2px 0;
  }
  .l-flow-section .flow-item-last {
    text-align: center;
    padding: 24px 0;
    position: relative;
  }
  .l-flow-section .flow-item-last:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: -38px;
    top: calc(50% - 10px);
  }
  .l-flow-section .flow-item-last:after {
    content: "";
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: -54px;
    top: calc(50% - 26px);
    opacity: 0.2;
  }
  .l-flow-section .flow-item-last .flow-item-last-ssub-text {
    font-size: 16px;
    font-weight: bold;
    color: #4ca6e5;
    margin-bottom: 4px;
  }
  .l-flow-section .flow-item-last .flow-item-last-title {
    font-size: 24px;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-flow-section .flow-image-container {
    position: absolute;
    width: 560px;
    height: 100%;
    left: calc(50% - 280px);
    top: 0;
  }
  .l-flow-section .flow-image-container .flow-image {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    overflow: hidden;
    background: #eee;
    position: absolute;
  }
  .l-flow-section .flow-image-container .flow-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-flow-section .flow-image-container .flow-image.image1 {
    left: -336px;
    top: 120px;
  }
  .l-flow-section .flow-image-container .flow-image.image2 {
    right: -336px;
    top: 320px;
  }
  .l-flow-section .flow-image-container .flow-image.image3 {
    left: -312px;
    top: 456px;
  }
  .l-flow-section .flow-image-container .flow-image.image4 {
    right: -336px;
    top: 656px;
  }
  .l-flow-section .flow-image-container .flow-image.image5 {
    left: -336px;
    top: 792px;
  }
  .l-point-section {
    position: relative;
    z-index: 100;
  }
  .l-point-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cae8fd;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-point-section .container {
    position: relative;
    -webkit-transform: translateY(-64px);
        -ms-transform: translateY(-64px);
            transform: translateY(-64px);
  }
  .l-point-section .point-header {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    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;
    position: absolute;
    left: calc(50% - 120px);
    top: calc(50% - 120px);
    z-index: 10;
  }
  .l-point-section .point-header .point-title-en {
    text-align: center;
    color: #4ca6e5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .l-point-section .point-header .point-title {
    font-size: 24px;
    text-align: center;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 4px;
  }
  .l-point-section .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-point-section .point-item {
    width: calc(50% - 12px);
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    counter-increment: point;
    padding-top: 160px;
    background: #eee;
    position: relative;
  }
  .l-point-section .point-item .point-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-point-section .point-item:first-child {
    margin-bottom: 24px;
  }
  .l-point-section .point-item:first-child .point-item-text {
    padding-right: 104px;
  }
  .l-point-section .point-item:nth-child(2) {
    margin-bottom: 24px;
  }
  .l-point-section .point-item:nth-child(2) .point-item-text {
    padding-left: 112px;
  }
  .l-point-section .point-item .point-item-title {
    font-size: 24px;
    padding: 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: relative;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.9);
  }
  .l-point-section .point-item .point-item-title:before {
    content: counter(point, decimal-leading-zero) ".";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-right: 12px;
    font-size: 36px;
  }
  .l-point-section .point-item .point-item-title.white {
    color: #fff;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
  }
  .l-point-section .point-item .point-item-title.white:before {
    color: #fff;
  }
  .l-point-section .point-item .point-item-text {
    position: relative;
    min-height: 120px;
    padding: 12px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    background: rgba(76, 166, 229, 0.9);
  }
  .l-product-intro {
    padding: 72px 0 144px;
    background: #fff;
    position: relative;
  }
  .l-product-intro:before {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-product-intro .container {
    position: relative;
  }
  .l-product-intro .product-intro-header {
    margin-bottom: 56px;
  }
  .l-product-intro .point-intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-product-intro .point-intro-list .point-intro-item {
    width: 160px;
    height: 160px;
    border: 8px solid #4ca6e5;
    border-radius: 50%;
    margin: 0 16px;
    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;
    -webkit-box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  }
  .l-product-intro .point-intro-list .point-intro-item .icon {
    text-align: center;
    margin-bottom: 12px;
  }
  .l-product-intro .point-intro-list .point-intro-item .icon img {
    width: 40px;
    height: 40px;
  }
  .l-product-intro .point-intro-list .point-intro-item .item-name {
    font-size: 16px;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-product {
    position: relative;
  }
  .l-product .product-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    overflow: hidden;
  }
  .l-product .product-bg:before {
    content: "";
    width: 125%;
    height: 125%;
    position: absolute;
    left: -12.5%;
    top: -12.5%;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
    background-size: cover;
    background-attachment: fixed;
  }
  .l-product .container {
    position: relative;
  }
  .l-product .product-header {
    padding: 96px 0 88px;
  }
  .l-product .product-count {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: calc(50% - 40px);
    top: -40px;
  }
  .l-product .product-count .product-count-label {
    font-size: 10px;
    color: #fff;
    margin-bottom: 2px;
  }
  .l-product .product-count .product-count-number {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
  }
  .l-product .product-title {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 32px;
  }
  .l-product .product-header-lead {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #000;
  }
  .l-product .product-detail-content {
    max-width: 880px;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 32px;
  }
  .l-product .product-detail-title {
    height: 48px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 12px;
    width: 320px;
    border-radius: 24px;
    position: absolute;
    left: calc(50% - 160px);
    top: -24px;
  }
  .l-product .product-detail-text {
    padding: 72px 40px 56px;
  }
  .l-product .product-detail-text p {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
  }
  .l-product .product-detail-image {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-product .product-detail-image img {
    display: block;
    width: 25%;
    height: auto;
  }
  .l-product .product-footer {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 120px;
  }
  .l-product .footer-caution-item {
    margin-bottom: 16px;
  }
  .l-product .footer-caution-item:last-child {
    margin-bottom: 0;
  }
  .l-product .footer-caution-item .footer-caution-title {
    font-size: 12px;
    margin: 0 0 12px;
    font-weight: bold;
  }
  .l-product .footer-caution-item .footer-caution-text {
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.5;
  }
  .l-product .footer-caution-item .footer-caution-text a {
    color: #444;
  }
  .l-product-1 .product-bg:before {
    background-image: url(../img/product01_bg.jpg);
  }
  .l-product-1 .product-count {
    background: #4ca6e5;
  }
  .l-product-1 .product-title {
    color: #4ca6e5;
  }
  .l-product-1 .product-detail-title {
    background: #4ca6e5;
  }
  .l-product-2 .product-bg:before {
    background-image: url(../img/product02_bg.jpg);
  }
  .l-product-2 .product-count {
    background: #26bdcf;
  }
  .l-product-2 .product-title {
    color: #26bdcf;
  }
  .l-product-2 .product-detail-title {
    background: #26bdcf;
  }
  .l-contact {
    position: relative;
    padding: 88px 0;
  }
  .l-contact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    background: #4ca6e5;
  }
  .l-contact .container {
    position: relative;
  }
  .l-contact .contact-header {
    margin-bottom: 40px;
  }
  .l-contact .contact-desire-list {
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-contact .contact-desire-item {
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .l-contact .contact-desire-item:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: calc(50% - 8px);
    bottom: -4px;
  }
  .l-contact .contact-desire-item:first-child {
    margin-top: 72px;
  }
  .l-contact .contact-desire-item:first-child:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 8px;
    left: auto;
    bottom: 16px;
  }
  .l-contact .contact-desire-item:last-child {
    margin-top: 72px;
  }
  .l-contact .contact-desire-item:last-child:after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 8px;
    bottom: 16px;
  }
  .l-contact .contact-desire-item:nth-child(2), .l-contact .contact-desire-item:nth-child(4) {
    margin-top: 24px;
  }
  .l-contact .contact-desire-item p {
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-contact .c-contact-text {
    max-width: 640px;
    margin: 0 auto;
  }
  .l-contact .c-contact-text .lead-text {
    text-align: center;
    margin-bottom: 48px;
  }
  .l-contact .c-contact-text .lead-text .lead-title {
    font-weight: bold;
    color: #000;
    font-size: 24px;
    margin-bottom: 32px;
  }
  .l-contact .c-contact-text .lead-text p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .l-contact .contact-way {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 48px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  .l-contact .contact-way .contact-way-text {
    width: 280px;
    padding-right: 16px;
  }
  .l-contact .contact-way .contact-way-text .contact-way-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
  }
  .l-contact .contact-way .contact-way-text .contact-way-caution {
    font-size: 12px;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.6;
  }
  .l-contact .contact-way .contact-way-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 40px;
  }
  .l-contact .contact-way .contact-way-list .contact-way-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 16px;
  }
  .l-contact .contact-way .contact-way-list .contact-way-item img {
    height: 24px;
    width: auto;
    margin-right: 12px;
  }
  .l-contact .c-contact-form {
    max-width: 800px;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto 12px;
    padding: 64px 48px 40px;
  }
  .l-contact .c-contact-form .form-devide {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.5rem;
    padding-top: 0.5rem;
  }
  .l-contact .c-contact-form .form-group {
    margin-bottom: 28px;
    width: 100%;
  }
  .l-contact .c-contact-form .form-group input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    width: 50%;
  }
  .l-contact .c-contact-form .form-group textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .l-contact .c-contact-form .form-group .form-label label {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin-right: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .required {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background: #e4007f;
    padding: 4px 8px;
    border-radius: 9px;
    margin-left: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .required:before {
    content: "必須";
  }
  .l-contact .c-contact-form .form-group .form-label .option {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background: #444;
    padding: 4px 8px;
    border-radius: 9px;
    margin-left: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .option:before {
    content: "任意";
  }
  .l-contact .c-contact-form .form-group .form-input.input-full input[type="text"], .l-contact .c-contact-form .form-group .form-input.input-full textarea {
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-input.input-middle input[type="text"], .l-contact .c-contact-form .form-group .form-input.input-middle textarea {
    width: 80%;
  }
  .l-contact .c-contact-form .form-group .form-input.checkgroup label {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    background: #cae8fd;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px 10px 12px;
    margin: 0 12px 12px 0;
    cursor: pointer;
  }
  .l-contact .c-contact-form .c-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-contact .c-contact-form .c-form-submit .form-reset {
    border: none;
    font-size: 12px;
    padding: 14px 40px;
    background: #ddd;
    color: #999;
    font-weight: bold;
    border-radius: 24px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-contact .c-contact-form .c-form-submit .form-reset:hover {
    background: #d5d5d5;
  }
  .l-contact .c-contact-form .c-form-submit .form-submit {
    border: none;
    background: #e4007f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 23px 64px;
    border-radius: 36px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .l-contact .c-contact-form .c-form-submit .form-submit:hover {
    background: #b10063;
  }
  .l-contact .c-form-footer-caution {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 12px;
    font-size: 10px;
    line-height: 2.4;
    color: #fff;
    font-wight: bold;
  }
  .l-faq-section {
    position: relative;
    padding: 64px 0 0;
    z-index: 101;
  }
  .l-faq-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    background: #cae8fd;
  }
  .l-faq-section .container {
    position: relative;
  }
  .l-faq-section .faq-header {
    padding-top: 40px;
  }
  .l-faq-section .faq-content {
    padding: 64px 0 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .l-faq-section .faq-item {
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 56px;
  }
  .l-faq-section .faq-item:last-child {
    margin-bottom: 0;
  }
  .l-faq-section .faq-item .question {
    padding: 24px 32px;
    background: -o-linear-gradient(45deg, #49b2e7, #42a1e6);
    background: linear-gradient(45deg, #49b2e7, #42a1e6);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
  }
  .l-faq-section .faq-item .question:before {
    content: "Q.";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 40px;
    margin-right: 20px;
  }
  .l-faq-section .faq-item .question h4 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
  }
  .l-faq-section .faq-item .answer {
    padding: 32px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-faq-section .faq-item .answer:before {
    content: "A.";
    font-family: 'Montserrat', sans-serif;
    color: #4ca6e5;
    font-weight: bold;
    font-size: 40px;
    margin-right: 20px;
  }
  .l-faq-section .faq-item .answer p {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
  }
  .l-company-section {
    position: relative;
    z-index: 100;
    background-color: #444;
    background: url(../img/company_bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding: 240px 0 160px;
    margin-top: -80px;
  }
  .l-company-section .company-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
  }
  .l-company-section .company-title {
    margin-right: 56px;
    color: #fff;
  }
  .l-company-section .company-title .title-en {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 56px;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .l-company-section .company-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 4px;
    display: block;
    padding: 0 4px;
  }
  .l-company-section .company-detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .l-company-section .company-detail-item {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-company-section .company-detail-item:first-child {
    padding-top: 24px;
    border-top: none;
  }
  .l-company-section .company-detail-item .label {
    min-width: 96px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
  }
  .l-company-section .company-detail-item .content {
    padding-left: 8px;
  }
  .l-company-section .company-detail-item .content p {
    font-size: 14px;
    line-height: 1.8;
  }
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 834px) {
  .container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .section-header {
    text-align: center;
  }
  .section-header .title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #000;
    margin-bottom: 16px;
  }
  .section-header .title-jp {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
    line-height: 1.3;
  }
  .container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .main-header {
    background: #fff;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .main-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 0 4px 12px;
  }
  .main-header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .logo img {
    height: 12px;
    width: auto;
    margin-right: 12px;
  }
  .menu-toggle {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-toggle.toggle-on .icon {
    background: transparent;
  }
  .menu-toggle.toggle-on .icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-toggle.toggle-on .icon:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-toggle .icon {
    width: 100%;
    height: 2px;
    background: #111;
    border-radius: 1px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-toggle .icon:before, .menu-toggle .icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    border-radius: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .menu-toggle .icon:before {
    top: -8px;
  }
  .menu-toggle .icon:after {
    bottom: -8px;
  }
  .c-header-menu {
    position: fixed;
    left: 0;
    top: 48px;
    min-height: calc(100vh - 48px);
    width: 100vw;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-header-menu.header-open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .c-header-menu .global-nav-item {
    text-align: center;
  }
  .c-header-menu .global-nav-item a {
    display: block;
    padding: 24px 16px;
    color: #111;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }
  .c-header-menu .global-nav-cta {
    text-align: center;
    padding: 24px 32px;
  }
  .c-header-menu .global-nav-cta a {
    display: block;
    width: 100%;
    background: #e4007f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 24px;
    border-radius: 40px;
    font-size: 16px;
  }
  .main-footer {
    position: relative;
    background: #4ca6e5;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 24px 20px;
  }
  .main-footer .footer-caution {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .main-footer .copyright {
    text-align: center;
    font-size: 10px;
  }
  .l-fv-section {
    background: -o-linear-gradient(45deg, #49b2e7, #42a1e6);
    background: linear-gradient(45deg, #49b2e7, #42a1e6);
    z-index: 0;
    position: relative;
  }
  .l-fv-section .video-wrapper {
    height: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .l-fv-section .video-wrapper #video {
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0.6;
  }
  .l-fv-section .fv-content {
    position: relative;
    padding: 96px 0 72px;
  }
  .l-fv-section .fv-text {
    text-align: center;
  }
  .l-fv-section .fv-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 8px 24px;
    border-radius: 16px;
    margin-bottom: 24px;
  }
  .l-fv-section .fv-product-items {
    margin-bottom: 16px;
  }
  .l-fv-section .fv-product-items img {
    display: inline-block;
    height: 32px;
    width: auto;
    margin: 0 8px;
    opacity: 0.8;
  }
  .l-fv-section .fv-tagline {
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
    letter-spacing: 4px;
  }
  .l-fv-section .c-fv-contact {
    text-align: center;
    padding: 32px 0 40px;
  }
  .l-fv-section .c-fv-contact .to-contact-link {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #e4007f;
    padding: 22px 24px;
    border-radius: 32px;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 280px;
    text-decoration: none;
  }
  .l-service {
    z-index: 100;
    position: relative;
  }
  .l-service .c-service-intro {
    position: relative;
    background: #fff;
  }
  .l-service .c-service-intro:before {
    content: "";
    width: 100%;
    height: calc(100% - 136px);
    position: absolute;
    left: 0;
    top: 0;
    background: #4ca6e5;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-service .c-service-intro .container {
    position: relative;
    padding: 80px 0 24px;
  }
  .l-service .c-desire-list {
    width: 100%;
    padding: 32px 0 16px;
    position: relative;
    text-align: center;
  }
  .l-service .desire-item-center {
    display: inline-block;
    margin: 0 auto 24px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .l-service .desire-item-center:after, .l-service .desire-item-center:before {
    content: "";
    width: 2px;
    height: 24px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px;
  }
  .l-service .desire-item-center:before {
    left: -24px;
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  .l-service .desire-item-center:after {
    right: -24px;
    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  .l-service .desire-items {
    padding: 0 12px;
    overflow: hidden;
  }
  .l-service .desire-item {
    background: #fff;
    border-radius: 32px;
    padding: 12px;
    min-height: 64px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #4ca6e5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: calc(100% - 24px);
    min-width: 280px;
    margin-bottom: 24px;
    position: relative;
  }
  .l-service .desire-item:after {
    content: "";
    width: 8px;
    height: 16px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: -8px;
  }
  .l-service .desire-item:nth-child(odd) {
    float: left;
  }
  .l-service .desire-item:nth-child(odd):after {
    border-left: 8px solid #fff;
    left: 10%;
  }
  .l-service .desire-item:nth-child(even) {
    float: right;
  }
  .l-service .desire-item:nth-child(even):after {
    border-right: 8px solid #fff;
    right: 10%;
  }
  .l-service .service-lead-text {
    padding: 0 20px;
  }
  .l-service .service-lead-text .explain-message {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .l-service .service-lead-text .emphasis-message {
    color: #4ca6e5;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-service .service-lead-text .emphasis-message .sp-emphasis {
    display: block;
    width: 130px;
    padding: 4px;
    border-radius: 16px;
    margin: 0 auto 16px;
    background: #e4007f;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
    font-size: 14px;
    position: relative;
  }
  .l-service .service-lead-text .emphasis-message .sp-emphasis:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #e4007f;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-service .service-lead-text .emphasis-message .sp-emphasis-lead {
    font-size: 14px;
    display: block;
    padding: 4px 0 8px;
    font-weight: bold;
  }
  .l-service .c-service-flow-list {
    text-align: center;
    position: relative;
  }
  .l-service .c-service-flow-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-service .c-flow-list {
    position: relative;
    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;
  }
  .l-service .service-flow-item {
    margin: 0 auto 16px;
    width: 100%;
    counter-increment: count;
    padding: 0 24px 48px;
    position: relative;
  }
  .l-service .service-flow-item .arrow {
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
  }
  .l-service .service-flow-item .arrow img {
    width: 32px;
    height: 32px;
  }
  .l-service .service-flow-item .image-wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 16px;
  }
  .l-service .service-flow-item .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-service .service-flow-item .flow-title {
    color: #4ca6e5;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
  .l-service .service-flow-item .flow-title:before {
    content: counter(count, decimal-leading-zero) ".";
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .l-service .service-flow-item .flow-text {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    max-width: 296px;
  }
  .l-service .c-service-flow-bottom {
    padding: 16px 0 80px;
    text-align: center;
    position: relative;
    margin: 0 20px;
  }
  .l-service .c-service-flow-bottom .service-flow-bottom-text {
    font-size: 24px;
    color: #4ca6e5;
    font-weight: bold;
  }
  .l-oem-section {
    position: relative;
    z-index: 0;
  }
  .l-oem-section .oem-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    overflow: hidden;
  }
  .l-oem-section .oem-bg:before {
    content: "";
    width: 140%;
    height: 140%;
    position: absolute;
    left: -20%;
    top: -20%;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
    background-image: url(../img/oem_bg.jpg);
    background-size: cover;
  }
  .l-oem-section .oem-content {
    padding: 72px 20px 72px;
    position: relative;
    text-align: center;
  }
  .l-oem-section .oem-title {
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
  }
  .l-oem-section .oem-merit-list {
    margin-bottom: 56px;
    display: inline-block;
    text-align: left;
  }
  .l-oem-section .oem-merit-item {
    padding: 8px 0;
    position: relative;
  }
  .l-oem-section .oem-merit-item:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #e4007f;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
  }
  .l-oem-section .oem-merit-item:after {
    content: "";
    width: 8px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    left: 6px;
    top: 15px;
  }
  .l-oem-section .oem-merit-item p {
    padding-left: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
  }
  .l-oem-section .c-oem-explanation {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 32px 16px 0;
    text-align: left;
  }
  .l-oem-section .oem-explanation-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .l-oem-section .oem-explanation-text {
    font-size: 12px;
    color: #fff;
    line-height: 1.75;
  }
  .l-flow-section {
    padding: 80px 0 128px;
    position: relative;
  }
  .l-flow-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-flow-section .flow-content {
    position: relative;
  }
  .l-flow-section .flow-header {
    margin-bottom: 48px;
  }
  .l-flow-section .c-flow-intro-text {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 48px;
    padding: 0 32px;
  }
  .l-flow-section .c-flow-intro-text p {
    font-weight: bold;
    color: #000;
  }
  .l-flow-section .flow-item-list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .l-flow-section .flow-item-list:before {
    content: "";
    width: 4px;
    height: calc(100% - 112px);
    background: #4ca6e5;
    position: absolute;
    left: calc(50% - 2px);
    top: 40px;
  }
  .l-flow-section .flow-item {
    height: 72px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border: 2px solid #4ca6e5;
    background: #fff;
    border-radius: 40px;
    margin-bottom: 16px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .l-flow-section .flow-item .flow-item-icon {
    padding-right: 12px;
  }
  .l-flow-section .flow-item .flow-item-icon img {
    height: 28px;
    width: auto;
  }
  .l-flow-section .flow-item .flow-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #000;
  }
  .l-flow-section .flow-item .flow-item-text .flow-item-title {
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0;
    display: inline;
    line-height: 1.25;
  }
  .l-flow-section .flow-item .flow-item-text .flow-item-sub-text {
    font-size: 10px;
    padding: 2px 0;
    line-height: 1.25;
    display: inline;
    font-weight: bold;
  }
  .l-flow-section .flow-item-last {
    text-align: center;
    padding: 72px 0 0;
    position: relative;
  }
  .l-flow-section .flow-item-last:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: calc(50% - 10px);
    top: 24px;
  }
  .l-flow-section .flow-item-last:after {
    content: "";
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: calc(50% - 26px);
    top: 8px;
    opacity: 0.2;
  }
  .l-flow-section .flow-item-last .flow-item-last-ssub-text {
    font-size: 16px;
    font-weight: bold;
    color: #4ca6e5;
    margin-bottom: 4px;
  }
  .l-flow-section .flow-item-last .flow-item-last-title {
    font-size: 20px;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-flow-section .flow-image-container {
    display: none;
  }
  .l-point-section {
    position: relative;
    z-index: 100;
  }
  .l-point-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cae8fd;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-point-section .container {
    position: relative;
  }
  .l-point-section .point-header {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #4ca6e5;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    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;
    margin: 0 auto;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    z-index: 100;
  }
  .l-point-section .point-header .point-title-en {
    text-align: center;
    color: #4ca6e5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .l-point-section .point-header .point-title {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 4px;
  }
  .l-point-section .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-top: -64px;
  }
  .l-point-section .point-item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    counter-increment: point;
    padding-top: 144px;
    background: #eee;
    position: relative;
    margin: 0 0 24px;
  }
  .l-point-section .point-item .point-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-point-section .point-item .point-item-title {
    font-size: 24px;
    padding: 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: relative;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.9);
  }
  .l-point-section .point-item .point-item-title:before {
    content: counter(point, decimal-leading-zero) ".";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-right: 12px;
    font-size: 36px;
  }
  .l-point-section .point-item .point-item-title.white {
    color: #fff;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
  }
  .l-point-section .point-item .point-item-title.white:before {
    color: #fff;
  }
  .l-point-section .point-item .point-item-text {
    position: relative;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    background: rgba(76, 166, 229, 0.9);
  }
  .l-product-intro {
    padding: 40px 0 80px;
    background: #fff;
    position: relative;
  }
  .l-product-intro:before {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-product-intro .container {
    position: relative;
  }
  .l-product-intro .product-intro-header {
    margin-bottom: 32px;
  }
  .l-product-intro .point-intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-product-intro .point-intro-list .point-intro-item {
    width: 96px;
    height: 96px;
    border: 4px solid #4ca6e5;
    border-radius: 50%;
    margin: 0 4px;
    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;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .l-product-intro .point-intro-list .point-intro-item .icon {
    text-align: center;
    margin-bottom: 2px;
  }
  .l-product-intro .point-intro-list .point-intro-item .icon img {
    width: 32px;
    height: 32px;
  }
  .l-product-intro .point-intro-list .point-intro-item .item-name {
    font-size: 12px;
    font-weight: bold;
    color: #4ca6e5;
    padding-bottom: 8px;
    text-align: center;
    line-height: 1.2;
  }
  .l-product {
    position: relative;
    background: #fff;
  }
  .l-product .product-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    overflow: hidden;
  }
  .l-product .product-bg:before {
    content: "";
    width: 125%;
    height: 125%;
    position: absolute;
    left: -12.5%;
    top: -12.5%;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
    background-size: cover;
  }
  .l-product .container {
    position: relative;
    padding: 0 20px;
  }
  .l-product .product-header {
    padding: 56px 0 48px;
  }
  .l-product .product-count {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: calc(50% - 40px);
    top: -56px;
  }
  .l-product .product-count .product-count-label {
    font-size: 10px;
    color: #fff;
    margin-bottom: 2px;
  }
  .l-product .product-count .product-count-number {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
  }
  .l-product .product-title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 0 16px;
    line-height: 1.25;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-product .product-header-lead {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 16px;
    line-height: 1.6;
  }
  .l-product .product-detail-content {
    max-width: 880px;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 32px;
  }
  .l-product .product-detail-title {
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px;
    width: 240px;
    border-radius: 16px;
    position: absolute;
    left: calc(50% - 120px);
    top: -16px;
  }
  .l-product .product-detail-text {
    padding: 40px 20px 24px;
  }
  .l-product .product-detail-text p {
    font-size: 12px;
    line-height: 1.8;
    color: #444;
  }
  .l-product .product-detail-image {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-product .product-detail-image img {
    display: block;
    width: 25%;
    height: auto;
  }
  .l-product .product-footer {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .l-product .footer-caution-item {
    margin-bottom: 16px;
  }
  .l-product .footer-caution-item:last-child {
    margin-bottom: 0;
  }
  .l-product .footer-caution-item .footer-caution-title {
    font-size: 12px;
    margin: 0 0 12px;
    font-weight: bold;
  }
  .l-product .footer-caution-item .footer-caution-text {
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.5;
  }
  .l-product .footer-caution-item .footer-caution-text a {
    color: #444;
  }
  .l-product-1 .product-bg:before {
    background-image: url(../img/product01_bg.jpg);
  }
  .l-product-1 .product-count {
    background: #4ca6e5;
  }
  .l-product-1 .product-detail-title {
    background: #4ca6e5;
  }
  .l-product-2 .product-bg:before {
    background-image: url(../img/product02_bg.jpg);
  }
  .l-product-2 .product-count {
    background: #26bdcf;
  }
  .l-product-2 .product-detail-title {
    background: #26bdcf;
  }
  .l-contact {
    position: relative;
    padding: 72px 0 44px;
  }
  .l-contact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    background: #4ca6e5;
  }
  .l-contact .container {
    position: relative;
  }
  .l-contact .contact-header {
    margin-bottom: 40px;
  }
  .l-contact .contact-desire-list {
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-contact .contact-desire-item {
    width: 104px;
    height: 104px;
    margin: 0 4px 8px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .l-contact .contact-desire-item:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: calc(50% - 8px);
    bottom: -4px;
  }
  .l-contact .contact-desire-item:nth-child(1), .l-contact .contact-desire-item:nth-child(3) {
    margin-top: 16px;
  }
  .l-contact .contact-desire-item p {
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-contact .c-contact-text {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 24px;
  }
  .l-contact .c-contact-text .lead-text {
    margin-bottom: 32px;
  }
  .l-contact .c-contact-text .lead-text .lead-title {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 32px;
    text-align: center;
  }
  .l-contact .c-contact-text .lead-text p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .l-contact .contact-way {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 32px 0 0;
  }
  .l-contact .contact-way .contact-way-text .contact-way-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
  }
  .l-contact .contact-way .contact-way-text .contact-way-caution {
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
  }
  .l-contact .contact-way .contact-way-list {
    padding: 24px 40px 0;
  }
  .l-contact .contact-way .contact-way-list .contact-way-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 16px;
  }
  .l-contact .contact-way .contact-way-list .contact-way-item img {
    height: 24px;
    width: auto;
    margin-right: 12px;
  }
  .l-contact .c-contact-form {
    max-width: 800px;
    background: #fff;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto 12px;
    padding: 32px 20px 40px;
  }
  .l-contact .c-contact-form .form-devide {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.5rem;
    padding-top: 0.5rem;
  }
  .l-contact .c-contact-form .form-group {
    margin-bottom: 28px;
    width: 100%;
  }
  .l-contact .c-contact-form .form-group input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    width: 50%;
  }
  .l-contact .c-contact-form .form-group textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .l-contact .c-contact-form .form-group .form-label label {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin-right: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .required {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background: #e4007f;
    padding: 4px 8px;
    border-radius: 9px;
    margin-left: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .required:before {
    content: "必須";
  }
  .l-contact .c-contact-form .form-group .form-label .option {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background: #444;
    padding: 4px 8px;
    border-radius: 9px;
    margin-left: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .option:before {
    content: "任意";
  }
  .l-contact .c-contact-form .form-group .form-input.input-full input[type="text"], .l-contact .c-contact-form .form-group .form-input.input-full textarea {
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-input.input-middle input[type="text"], .l-contact .c-contact-form .form-group .form-input.input-middle textarea {
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-input.checkgroup label {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    background: #cae8fd;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px 10px 12px;
    margin: 0 12px 12px 0;
    cursor: pointer;
  }
  .l-contact .c-contact-form .c-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-contact .c-contact-form .c-form-submit .form-reset {
    border: none;
    font-size: 12px;
    padding: 8px 16px;
    background: #ddd;
    color: #999;
    font-weight: bold;
    border-radius: 24px;
  }
  .l-contact .c-contact-form .c-form-submit .form-submit {
    border: none;
    background: #e4007f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 16px 24px;
    border-radius: 36px;
  }
  .l-contact .c-form-footer-caution {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 12px;
    font-size: 10px;
    line-height: 1.6;
    color: #fff;
    font-wight: bold;
  }
  .l-faq-section {
    position: relative;
    padding: 72px 0 16px;
    z-index: 101;
  }
  .l-faq-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    background: #cae8fd;
  }
  .l-faq-section .container {
    position: relative;
  }
  .l-faq-section .faq-content {
    padding: 24px 20px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .l-faq-section .faq-item {
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 24px;
  }
  .l-faq-section .faq-item:last-child {
    margin-bottom: 0;
  }
  .l-faq-section .faq-item .question {
    padding: 20px 20px 20px 16px;
    background: -o-linear-gradient(45deg, #49b2e7, #42a1e6);
    background: linear-gradient(45deg, #49b2e7, #42a1e6);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .l-faq-section .faq-item .question:before {
    content: "Q.";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 8px;
  }
  .l-faq-section .faq-item .question h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }
  .l-faq-section .faq-item .answer {
    padding: 20px 20px 20px 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-faq-section .faq-item .answer:before {
    content: "A.";
    font-family: 'Montserrat', sans-serif;
    color: #4ca6e5;
    font-weight: bold;
    font-size: 24px;
    margin-right: 8px;
  }
  .l-faq-section .faq-item .answer p {
    font-size: 13px;
    line-height: 1.8;
    color: #444;
  }
  .l-company-section {
    position: relative;
    z-index: 100;
    background-color: #444;
    background-image: url(../img/company_bg.jpg);
    background-size: cover;
    background-position: right center;
    padding: 144px 20px 80px;
    margin-top: -80px;
  }
  .l-company-section .company-title {
    color: #fff;
    text-align: center;
  }
  .l-company-section .company-title .title-en {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-top: 24px;
    margin-bottom: 16px;
  }
  .l-company-section .company-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 4px;
    display: block;
    padding: 0 4px;
  }
  .l-company-section .company-detail {
    padding-top: 24px;
  }
  .l-company-section .company-detail-item {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-company-section .company-detail-item:first-child {
    padding-top: 24px;
    border-top: none;
  }
  .l-company-section .company-detail-item .label {
    min-width: 72px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
  }
  .l-company-section .company-detail-item .content {
    padding-left: 8px;
  }
  .l-company-section .company-detail-item .content p {
    font-size: 13px;
    line-height: 1.8;
  }
  .pc-only {
    display: none !important;
  }
  .l-fv-section .fv-content {
    padding: 156px 0 262px;
  }
.consent_text.inputNode {font-size: 14px;}
  
.lang_select {
	display: block;
	margin: 0 auto;
	min-width: 50%;
	width: 7em;
}
.lang_select label,
.lang_select a {
	width: 100%;
}
.lang_select ul {
  width: 100%;
}
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .section-header {
    text-align: center;
  }
  .section-header .title-en {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    color: #000;
    margin-bottom: 16px;
  }
  .section-header .title-jp {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    letter-spacing: 4px;
    line-height: 1.3;
  }
  .container {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .main-header {
    background: #fff;
    z-index: 1000;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 48px;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .main-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4px 0 4px 12px;
  }
  .main-header .logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main-header .logo img {
    height: 12px;
    width: auto;
    margin-right: 12px;
  }
  .menu-toggle {
    position: absolute;
    right: 12px;
    top: 8px;
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-toggle.toggle-on .icon {
    background: transparent;
  }
  .menu-toggle.toggle-on .icon:before {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .menu-toggle.toggle-on .icon:after {
    bottom: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-toggle .icon {
    width: 100%;
    height: 2px;
    background: #111;
    border-radius: 1px;
    position: relative;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .menu-toggle .icon:before, .menu-toggle .icon:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    border-radius: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
  }
  .menu-toggle .icon:before {
    top: -8px;
  }
  .menu-toggle .icon:after {
    bottom: -8px;
  }
  .c-header-menu {
    position: fixed;
    left: 0;
    top: 48px;
    min-height: calc(100vh - 48px);
    width: 100vw;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  .c-header-menu.header-open {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
  }
  .c-header-menu .global-nav-item {
    text-align: center;
  }
  .c-header-menu .global-nav-item a {
    display: block;
    padding: 24px 16px;
    color: #111;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }
  .c-header-menu .global-nav-cta {
    text-align: center;
    padding: 24px 32px;
  }
  .c-header-menu .global-nav-cta a {
    display: block;
    width: 100%;
    background: #e4007f;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 24px;
    border-radius: 40px;
    font-size: 16px;
  }
  .main-footer {
    position: relative;
    background: #4ca6e5;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 24px 20px;
  }
  .main-footer .footer-caution {
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 1rem;
    text-align:center;
  }
  .main-footer .copyright {
    text-align: center;
    font-size: 10px;
  }
  .l-fv-section {
    background: -o-linear-gradient(45deg, #49b2e7, #42a1e6);
    background: linear-gradient(45deg, #49b2e7, #42a1e6);
    z-index: 0;
    position: relative;
  }
  .l-fv-section .video-wrapper {
    height: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 0;
  }
  .l-fv-section .video-wrapper #video {
    min-height: 100vh;
    max-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    opacity: 0.6;
  }
  .l-fv-section .fv-content {
    position: relative;
    padding: 96px 0 72px;
  }
  .l-fv-section .fv-text {
    text-align: center;
  }
  .l-fv-section .fv-title {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 8px 24px;
    border-radius: 16px;
    margin-bottom: 24px;
  }
  .l-fv-section .fv-product-items {
    margin-bottom: 16px;
  }
  .l-fv-section .fv-product-items img {
    display: inline-block;
    height: 32px;
    width: auto;
    margin: 0 8px;
    opacity: 0.8;
  }
  .l-fv-section .fv-tagline {
    font-size: 32px;
    line-height: 1.25;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
    letter-spacing: 4px;
  }
  .l-fv-section .c-fv-contact {
    text-align: center;
    padding: 32px 0 40px;
  }
  .l-fv-section .c-fv-contact .to-contact-link {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #e4007f;
    padding: 22px 24px;
    border-radius: 32px;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2), 0 4px 8px rgba(0, 0, 0, 0.2);
    min-width: 280px;
    text-decoration: none;
  }
  .l-service {
    z-index: 100;
    position: relative;
  }
  .l-service .c-service-intro {
    position: relative;
    background: #fff;
  }
  .l-service .c-service-intro:before {
    content: "";
    width: 100%;
    height: calc(100% - 136px);
    position: absolute;
    left: 0;
    top: 0;
    background: #4ca6e5;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-service .c-service-intro .container {
    position: relative;
    padding: 80px 0 24px;
  }
  .l-service .c-desire-list {
    width: 100%;
    padding: 32px 0 16px;
    position: relative;
    text-align: center;
  }
  .l-service .desire-item-center {
    display: inline-block;
    margin: 0 auto 24px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
  }
  .l-service .desire-item-center:after, .l-service .desire-item-center:before {
    content: "";
    width: 2px;
    height: 24px;
    border-radius: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px;
  }
  .l-service .desire-item-center:before {
    left: -24px;
    -webkit-transform: skewX(15deg);
        -ms-transform: skewX(15deg);
            transform: skewX(15deg);
  }
  .l-service .desire-item-center:after {
    right: -24px;
    -webkit-transform: skewX(-15deg);
        -ms-transform: skewX(-15deg);
            transform: skewX(-15deg);
  }
  .l-service .desire-items {
    padding: 0 12px;
    overflow: hidden;
  }
  .l-service .desire-item {
    background: #fff;
    border-radius: 32px;
    padding: 12px;
    min-height: 64px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    color: #4ca6e5;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    width: calc(100% - 24px);
    min-width: 280px;
    margin-bottom: 24px;
    position: relative;
  }
  .l-service .desire-item:after {
    content: "";
    width: 8px;
    height: 16px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    position: absolute;
    bottom: -8px;
  }
  .l-service .desire-item:nth-child(odd) {
    float: left;
  }
  .l-service .desire-item:nth-child(odd):after {
    border-left: 8px solid #fff;
    left: 10%;
  }
  .l-service .desire-item:nth-child(even) {
    float: right;
  }
  .l-service .desire-item:nth-child(even):after {
    border-right: 8px solid #fff;
    right: 10%;
  }
  .l-service .service-lead-text {
    padding: 0 20px;
  }
  .l-service .service-lead-text .explain-message {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .l-service .service-lead-text .emphasis-message {
    color: #4ca6e5;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
  }
  .l-service .service-lead-text .emphasis-message .sp-emphasis {
    display: block;
    width: 130px;
    padding: 4px;
    border-radius: 16px;
    margin: 0 auto 16px;
    background: #e4007f;
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    font-weight: bold;
    font-size: 14px;
    position: relative;
  }
  .l-service .service-lead-text .emphasis-message .sp-emphasis:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #e4007f;
    position: absolute;
    left: calc(50% - 4px);
    bottom: -4px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .l-service .service-lead-text .emphasis-message .sp-emphasis-lead {
    font-size: 14px;
    display: block;
    padding: 4px 0 8px;
    font-weight: bold;
  }
  .l-service .c-service-flow-list {
    text-align: center;
    position: relative;
  }
  .l-service .c-service-flow-list:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-service .c-flow-list {
    position: relative;
    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;
  }
  .l-service .service-flow-item {
    margin: 0 auto 16px;
    width: 100%;
    counter-increment: count;
    padding: 0 24px 48px;
    position: relative;
  }
  .l-service .service-flow-item .arrow {
    width: 32px;
    height: 32px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    left: calc(50% - 16px);
  }
  .l-service .service-flow-item .arrow img {
    width: 32px;
    height: 32px;
  }
  .l-service .service-flow-item .image-wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-bottom: 16px;
  }
  .l-service .service-flow-item .image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
  }
  .l-service .service-flow-item .flow-title {
    color: #4ca6e5;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }
  .l-service .service-flow-item .flow-title:before {
    content: counter(count, decimal-leading-zero) ".";
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 4px;
  }
  .l-service .service-flow-item .flow-text {
    display: inline-block;
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    text-align: left;
    max-width: 296px;
  }
  .l-service .c-service-flow-bottom {
    padding: 16px 0 80px;
    text-align: center;
    position: relative;
    margin: 0 20px;
  }
  .l-service .c-service-flow-bottom .service-flow-bottom-text {
    font-size: 24px;
    color: #4ca6e5;
    font-weight: bold;
  }
  .l-oem-section {
    position: relative;
    z-index: 0;
  }
  .l-oem-section .oem-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    overflow: hidden;
  }
  .l-oem-section .oem-bg:before {
    content: "";
    width: 140%;
    height: 140%;
    position: absolute;
    left: -20%;
    top: -20%;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
    background-image: url(../img/oem_bg.jpg);
    background-size: cover;
  }
  .l-oem-section .oem-content {
    padding: 72px 20px 72px;
    position: relative;
    text-align: center;
  }
  .l-oem-section .oem-title {
    text-align: center;
    line-height: 1.4;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 40px;
  }
  .l-oem-section .oem-merit-list {
    margin-bottom: 56px;
    display: inline-block;
    text-align: left;
  }
  .l-oem-section .oem-merit-item {
    padding: 8px 0;
    position: relative;
  }
  .l-oem-section .oem-merit-item:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #e4007f;
    border-radius: 50%;
    position: absolute;
    display: block;
    left: 0;
    top: 10px;
  }
  .l-oem-section .oem-merit-item:after {
    content: "";
    width: 8px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    left: 6px;
    top: 15px;
  }
  .l-oem-section .oem-merit-item p {
    padding-left: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
    font-size: 16px;
  }
  .l-oem-section .c-oem-explanation {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 32px 16px 0;
    text-align: left;
  }
  .l-oem-section .oem-explanation-title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }
  .l-oem-section .oem-explanation-text {
    font-size: 12px;
    color: #fff;
    line-height: 1.75;
  }
  .l-flow-section {
    padding: 80px 0 128px;
    position: relative;
  }
  .l-flow-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-flow-section .flow-content {
    position: relative;
  }
  .l-flow-section .flow-header {
    margin-bottom: 48px;
  }
  .l-flow-section .c-flow-intro-text {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 48px;
    padding: 0 32px;
  }
  .l-flow-section .c-flow-intro-text p {
    font-weight: bold;
    color: #000;
  }
  .l-flow-section .flow-item-list {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
  }
  .l-flow-section .flow-item-list:before {
    content: "";
    width: 4px;
    height: calc(100% - 112px);
    background: #4ca6e5;
    position: absolute;
    left: calc(50% - 2px);
    top: 40px;
  }
  .l-flow-section .flow-item {
    height: 72px;
    width: 100%;
    position: relative;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    border: 2px solid #4ca6e5;
    background: #fff;
    border-radius: 40px;
    margin-bottom: 16px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .l-flow-section .flow-item .flow-item-icon {
    padding-right: 12px;
  }
  .l-flow-section .flow-item .flow-item-icon img {
    height: 28px;
    width: auto;
  }
  .l-flow-section .flow-item .flow-item-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #000;
  }
  .l-flow-section .flow-item .flow-item-text .flow-item-title {
    font-size: 18px;
    font-weight: bold;
    padding: 2px 0;
    display: inline;
    line-height: 1.25;
  }
  .l-flow-section .flow-item .flow-item-text .flow-item-sub-text {
    font-size: 10px;
    padding: 2px 0;
    line-height: 1.25;
    display: inline;
    font-weight: bold;
  }
  .l-flow-section .flow-item-last {
    text-align: center;
    padding: 72px 0 0;
    position: relative;
  }
  .l-flow-section .flow-item-last:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: calc(50% - 10px);
    top: 24px;
  }
  .l-flow-section .flow-item-last:after {
    content: "";
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #4ca6e5;
    position: absolute;
    left: calc(50% - 26px);
    top: 8px;
    opacity: 0.2;
  }
  .l-flow-section .flow-item-last .flow-item-last-ssub-text {
    font-size: 16px;
    font-weight: bold;
    color: #4ca6e5;
    margin-bottom: 4px;
  }
  .l-flow-section .flow-item-last .flow-item-last-title {
    font-size: 20px;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-flow-section .flow-image-container {
    display: none;
  }
  .l-point-section {
    position: relative;
    z-index: 100;
  }
  .l-point-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #cae8fd;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-point-section .container {
    position: relative;
  }
  .l-point-section .point-header {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 4px solid #4ca6e5;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    background: #fff;
    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;
    margin: 0 auto;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    z-index: 100;
  }
  .l-point-section .point-header .point-title-en {
    text-align: center;
    color: #4ca6e5;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 12px;
  }
  .l-point-section .point-header .point-title {
    font-size: 20px;
    text-align: center;
    color: #000;
    line-height: 1.6;
    font-weight: bold;
    padding-left: 4px;
  }
  .l-point-section .point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-top: -64px;
  }
  .l-point-section .point-item {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    counter-increment: point;
    padding-top: 144px;
    background: #eee;
    position: relative;
    margin: 0 0 24px;
  }
  .l-point-section .point-item .point-item-image {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .l-point-section .point-item .point-item-title {
    font-size: 24px;
    padding: 16px 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    position: relative;
    text-shadow: 0 0 24px rgba(255, 255, 255, 0.9);
  }
  .l-point-section .point-item .point-item-title:before {
    content: counter(point, decimal-leading-zero) ".";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    margin-right: 12px;
    font-size: 36px;
  }
  .l-point-section .point-item .point-item-title.white {
    color: #fff;
    text-shadow: 0 0 24px rgba(0, 0, 0, 0.8);
  }
  .l-point-section .point-item .point-item-title.white:before {
    color: #fff;
  }
  .l-point-section .point-item .point-item-text {
    position: relative;
    padding: 12px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
    color: #fff;
    line-height: 1.8;
    background: rgba(76, 166, 229, 0.9);
  }
  .l-product-intro {
    padding: 40px 0 80px;
    background: #fff;
    position: relative;
  }
  .l-product-intro:before {
    content: "";
    width: 100%;
    height: calc(100% + 80px);
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
  }
  .l-product-intro .container {
    position: relative;
  }
  .l-product-intro .product-intro-header {
    margin-bottom: 32px;
  }
  .l-product-intro .point-intro-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-product-intro .point-intro-list .point-intro-item {
    width: 96px;
    height: 96px;
    border: 4px solid #4ca6e5;
    border-radius: 50%;
    margin: 0 4px;
    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;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  }
  .l-product-intro .point-intro-list .point-intro-item .icon {
    text-align: center;
    margin-bottom: 2px;
  }
  .l-product-intro .point-intro-list .point-intro-item .icon img {
    width: 32px;
    height: 32px;
  }
  .l-product-intro .point-intro-list .point-intro-item .item-name {
    font-size: 12px;
    font-weight: bold;
    color: #4ca6e5;
    padding-bottom: 8px;
    text-align: center;
    line-height: 1.2;
  }
  .l-product {
    position: relative;
    background: #fff;
  }
  .l-product .product-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    overflow: hidden;
  }
  .l-product .product-bg:before {
    content: "";
    width: 125%;
    height: 125%;
    position: absolute;
    left: -12.5%;
    top: -12.5%;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(4.5deg);
        -ms-transform: skewY(4.5deg);
            transform: skewY(4.5deg);
    background-size: cover;
  }
  .l-product .container {
    position: relative;
    padding: 0 20px;
  }
  .l-product .product-header {
    padding: 56px 0 48px;
  }
  .l-product .product-count {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -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;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    left: calc(50% - 40px);
    top: -56px;
  }
  .l-product .product-count .product-count-label {
    font-size: 10px;
    color: #fff;
    margin-bottom: 2px;
  }
  .l-product .product-count .product-count-number {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
  }
  .l-product .product-title {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 0 16px;
    line-height: 1.25;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-product .product-header-lead {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    padding: 0 16px;
    line-height: 1.6;
  }
  .l-product .product-detail-content {
    max-width: 880px;
    margin: 0 auto;
    border-radius: 12px;
    position: relative;
    -webkit-box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 32px;
  }
  .l-product .product-detail-title {
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 8px;
    width: 240px;
    border-radius: 16px;
    position: absolute;
    left: calc(50% - 120px);
    top: -16px;
  }
  .l-product .product-detail-text {
    padding: 40px 20px 24px;
  }
  .l-product .product-detail-text p {
    font-size: 12px;
    line-height: 1.8;
    color: #444;
  }
  .l-product .product-detail-image {
    border-radius: 0 0 12px 12px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-product .product-detail-image img {
    display: block;
    width: 25%;
    height: auto;
  }
  .l-product .product-footer {
    max-width: 880px;
    margin: 0 auto;
    padding-bottom: 80px;
  }
  .l-product .footer-caution-item {
    margin-bottom: 16px;
  }
  .l-product .footer-caution-item:last-child {
    margin-bottom: 0;
  }
  .l-product .footer-caution-item .footer-caution-title {
    font-size: 12px;
    margin: 0 0 12px;
    font-weight: bold;
  }
  .l-product .footer-caution-item .footer-caution-text {
    font-size: 10px;
    opacity: 0.75;
    line-height: 1.5;
  }
  .l-product .footer-caution-item .footer-caution-text a {
    color: #444;
  }
  .l-product-1 .product-bg:before {
    background-image: url(../img/product01_bg.jpg);
  }
  .l-product-1 .product-count {
    background: #4ca6e5;
  }
  .l-product-1 .product-detail-title {
    background: #4ca6e5;
  }
  .l-product-2 .product-bg:before {
    background-image: url(../img/product02_bg.jpg);
  }
  .l-product-2 .product-count {
    background: #26bdcf;
  }
  .l-product-2 .product-detail-title {
    background: #26bdcf;
  }
  .l-contact {
    position: relative;
    padding: 72px 0 44px;
  }
  .l-contact:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    background: #4ca6e5;
  }
  .l-contact .container {
    position: relative;
  }
  .l-contact .contact-header {
    margin-bottom: 40px;
  }
  .l-contact .contact-desire-list {
    max-width: 760px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-contact .contact-desire-item {
    width: 104px;
    height: 104px;
    margin: 0 4px 8px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    position: relative;
  }
  .l-contact .contact-desire-item:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    left: calc(50% - 8px);
    bottom: -4px;
  }
  .l-contact .contact-desire-item:nth-child(1), .l-contact .contact-desire-item:nth-child(3) {
    margin-top: 16px;
  }
  .l-contact .contact-desire-item p {
    text-align: center;
    font-size: 10px;
    line-height: 1.4;
    font-weight: bold;
    color: #4ca6e5;
  }
  .l-contact .c-contact-text {
    max-width: 640px;
    margin: 0 auto;
    padding: 40px 24px;
  }
  .l-contact .c-contact-text .lead-text {
    margin-bottom: 32px;
  }
  .l-contact .c-contact-text .lead-text .lead-title {
    font-weight: bold;
    color: #000;
    font-size: 20px;
    margin-bottom: 32px;
    text-align: center;
  }
  .l-contact .c-contact-text .lead-text p {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
    margin-bottom: 32px;
  }
  .l-contact .contact-way {
    border-top: 1px solid rgba(255, 255, 255, 0.75);
    padding: 32px 0 0;
  }
  .l-contact .contact-way .contact-way-text .contact-way-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
    text-align: center;
  }
  .l-contact .contact-way .contact-way-text .contact-way-caution {
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    max-width: 280px;
    margin: 0 auto;
  }
  .l-contact .contact-way .contact-way-list {
    padding: 24px 40px 0;
  }
  .l-contact .contact-way .contact-way-list .contact-way-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 16px;
  }
  .l-contact .contact-way .contact-way-list .contact-way-item img {
    height: 24px;
    width: auto;
    margin-right: 12px;
  }
  .l-contact .c-contact-form {
    max-width: 800px;
    background: #fff;
    -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto 12px;
    padding: 32px 20px 40px;
  }
  .l-contact .c-contact-form .form-devide {
    border-bottom: 1px solid #ddd;
    margin: 0 0 2.5rem;
    padding-top: 0.5rem;
  }
  .l-contact .c-contact-form .form-group {
    margin-bottom: 28px;
    width: 100%;
  }
  .l-contact .c-contact-form .form-group input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    color: #444;
    margin-bottom: 12px;
    width: 50%;
  }
  .l-contact .c-contact-form .form-group textarea {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.75rem 1rem;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-label {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8px;
  }
  .l-contact .c-contact-form .form-group .form-label label {
    font-size: 13px;
    font-weight: bold;
    color: #000;
    margin-right: 2px;
  }
  .l-contact .c-contact-form .form-group .form-label .required {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background: #e4007f;
    padding: 4px 8px;
    border-radius: 9px;
    margin-left: 2px;
    min-width: 4em;
    text-align: center;
  }
  .l-contact .c-contact-form .form-group .form-label .required:before {
    content: "必須";
  }
  .l-contact .c-contact-form .form-group .form-label .option {
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    background: #444;
    padding: 4px 8px;
    border-radius: 9px;
    margin-left: 2px;
    min-width: 4em;
    text-align: center;
  }
  .l-contact .c-contact-form .form-group .form-label .option:before {
    content: "任意";
  }
  .l-contact .c-contact-form .form-group .form-input.input-full input[type="text"], .l-contact .c-contact-form .form-group .form-input.input-full textarea {
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-input.input-middle input[type="text"], .l-contact .c-contact-form .form-group .form-input.input-middle textarea {
    width: 100%;
  }
  .l-contact .c-contact-form .form-group .form-input.checkgroup label {
    display: inline-block;
    height: 40px;
    border-radius: 20px;
    background: #cae8fd;
    color: #000;
    font-weight: bold;
    font-size: 12px;
    padding: 10px 20px 10px 12px;
    margin: 0 12px 12px 0;
    cursor: pointer;
  }
  .l-contact .c-contact-form .c-form-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-contact .c-contact-form .c-form-submit .form-reset {
    border: none;
    font-size: 12px;
    padding: 8px 16px;
    background: #ddd;
    color: #999;
    font-weight: bold;
    border-radius: 24px;
  }
  .l-contact .c-contact-form .c-form-submit .form-submit {
    border: none;
    background: #e4007f;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 16px 24px;
    border-radius: 36px;
  }
  .l-contact .c-form-footer-caution {
    max-width: 800px;
    margin: 0 auto;
    padding: 16px 12px;
    font-size: 10px;
    line-height: 1.6;
    color: #fff;
    font-wight: bold;
  }
  .l-faq-section {
    position: relative;
    padding: 72px 0 16px;
    z-index: 101;
  }
  .l-faq-section:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: skewY(-4.5deg);
        -ms-transform: skewY(-4.5deg);
            transform: skewY(-4.5deg);
    background: #cae8fd;
  }
  .l-faq-section .container {
    position: relative;
  }
  .l-faq-section .faq-content {
    padding: 24px 20px 0;
    max-width: 800px;
    margin: 0 auto;
  }
  .l-faq-section .faq-item {
    border-radius: 12px;
    background: #fff;
    -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 24px;
  }
  .l-faq-section .faq-item:last-child {
    margin-bottom: 0;
  }
  .l-faq-section .faq-item .question {
    padding: 20px 20px 20px 16px;
    background: -o-linear-gradient(45deg, #49b2e7, #42a1e6);
    background: linear-gradient(45deg, #49b2e7, #42a1e6);
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .l-faq-section .faq-item .question:before {
    content: "Q.";
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-right: 8px;
  }
  .l-faq-section .faq-item .question h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4;
  }
  .l-faq-section .faq-item .answer {
    padding: 20px 20px 20px 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-faq-section .faq-item .answer:before {
    content: "A.";
    font-family: 'Montserrat', sans-serif;
    color: #4ca6e5;
    font-weight: bold;
    font-size: 24px;
    margin-right: 8px;
  }
  .l-faq-section .faq-item .answer p {
    font-size: 13px;
    line-height: 1.8;
    color: #444;
  }
  .l-company-section {
    position: relative;
    z-index: 100;
    background-color: #444;
    background-image: url(../img/company_bg.jpg);
    background-size: cover;
    background-position: right center;
    padding: 144px 20px 80px;
    margin-top: -80px;
  }
  .l-company-section .company-title {
    color: #fff;
    text-align: center;
  }
  .l-company-section .company-title .title-en {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 36px;
    font-weight: bold;
    padding-top: 24px;
    margin-bottom: 16px;
  }
  .l-company-section .company-title .title-jp {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 4px;
    display: block;
    padding: 0 4px;
  }
  .l-company-section .company-detail {
    padding-top: 24px;
  }
  .l-company-section .company-detail-item {
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-company-section .company-detail-item:first-child {
    padding-top: 24px;
    border-top: none;
  }
  .l-company-section .company-detail-item .label {
    min-width: 72px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.8;
  }
  .l-company-section .company-detail-item .content {
    padding-left: 8px;
  }
  .l-company-section .company-detail-item .content p {
    font-size: 13px;
    line-height: 1.8;
  }
  .pc-only {
    display: none !important;
  }  
	.l-product-1 .product-title {
	    color: #4ca6e5;
	}
	.l-product-2 .product-title {
    color: #26bdcf;
	}
}
