/* ----------------
reset
---------------- */
a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: top;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
table, table td {
    padding: 0;
    border: none;
    border-collapse: collapse;
}
img {
    vertical-align: top;
}
embed {
    vertical-align: top;
}
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {
    display: block;
}
mark, rp, rt, ruby, summary, time {
    display: inline;
}
input, textarea {
    border: 0;
    padding: 0;
    margin: 0;
    outline: 0;
}
iframe {
    border: 0;
    margin: 0;
    padding: 0;
}
input, textarea, select {
    margin: 0;
    padding: 0px;
}
/*-------------
 	general
-------------*/
html {
    -webkit-text-size-adjust: none;
}
@media screen and (min-width: 360px) {
    * {
        -webkit-text-size-adjust: none;
    }
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
    overflow-x: hidden;
}
html, body {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    *font-size: small;
    *font: x-small;
    font-size: 16px;
    line-height: 1.8;
    position: relative;
    overflow-x: hidden;
    padding: 0px 0px 0px 0px;
    background-color: #e6e6e6;
}
a {
    color: #000000;
    text-decoration: none;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
a:hover, a.hover {
    text-decoration: none;
    opacity: 0.4;
}
img {
    max-width: 100%;
    height: auto;
}
video {
    max-width: 100%;
    height: auto;
}
.fadein00, .fadein, .fadein02, .fadein03, .fadein04 {
    opacity: 0.0;
    transform: translate(0, 50px);
}
.fadein00.scrollin {
    animation-name: fadeIn1s;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
.fadein.scrollin {
    animation-name: fadeIn1s;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
.fadein02.scrollin02 {
    animation-name: fadeIn1s;
    animation-delay: 0.2s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
.fadein03.scrollin03 {
    animation-name: fadeIn1s;
    animation-delay: 0.4s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
.fadein04.scrollin04 {
    animation-name: fadeIn1s;
    animation-delay: 0.6s;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    transform: translateY(50px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {}
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

br.sp-use{
    display: none;
}
/* ----------------
sp menu
---------------- */
#sp-menu {
    display: none;
}
/* ----------------
fixed copyright
---------------- */
.fixed-copyright-wrap {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: italic;
    font-size: 93.75%;
    letter-spacing: 0.1em;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 0px 0px 50px 0px;
}
.fixed-copyright-wrap::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 40px;
    background-color: #000000;
    bottom: 0px;
    left: 50%;
}
/* ----------------
fixed link
---------------- */
.fixed-link-wrap {
    position: fixed;
    bottom: 110px;
    right: 20px;
    z-index: 9999;
    width: 70px;
    text-align: center;
}
.fixed-link-wrap .tel-link {
    width: 70px;
    height: 70px;
    margin: 0px 0px 20px 0px;
}
.fixed-link-wrap .tel-link a {
    background-color: #000000;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-link-wrap .tel-link a img {
    width: 100%;
    max-width: 22px;
}
.fixed-link-wrap .mail-link {
    width: 70px;
    height: 70px;
}
.fixed-link-wrap .mail-link a {
    background-color: #000000;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fixed-link-wrap .mail-link a img {
    width: 100%;
    max-width: 20px;
}
/* ----------------
pagetop
---------------- */
#to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    z-index: 9999;
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
}
#to-top.is-active {
    opacity: 1.0;
}
#to-top a {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
}
#to-top img {
    width: 100%;
    max-width: 19px;
}
/* ----------------
header
---------------- */
header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    transition: background-color 0.4s ease-out;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-content {
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px 20px 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: padding 0.4s ease-out;
    -webkit-transition: padding 0.4s ease-out;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header-content .logo-wrap {}
.header-content .logo-wrap a {
    display: block;
}
.header-content .logo-wrap a:hover {
    opacity: 1.0;
}
.header-content .logo-wrap a .logo-mark {
    max-width: 200px;
    transition: max-width 0.4s ease-out;
    -webkit-transition: max-width 0.4s ease-out;
    -moz-transition: max-width 0.4s ease-out;
    -o-transition: max-width 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-wrap {}
.menu-wrap ul {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0px 0px 0px 0px;
}
.menu-wrap ul li:not(:first-child) {
    padding: 0px 0px 0px 70px;
    transition: padding 0.4s ease-out;
    -webkit-transition: padding 0.4s ease-out;
    -moz-transition: padding 0.4s ease-out;
    -o-transition: padding 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-wrap ul li a {
    font-size: 100%;
    letter-spacing: 0.12em;
    line-height: 1.1;
}
header.scroll-situation {
    background-color: rgba(230, 230, 230, 0.95);
}
header.scroll-situation .header-content {
    padding: 20px 40px 20px 40px;
}
header.scroll-situation .header-content .logo-wrap a .logo-mark {
    max-width: 140px;
}
header.scroll-situation .menu-wrap ul li:not(:first-child) {
    padding: 0px 0px 0px 60px;
}
/* ----------------
main visual
---------------- */
.main-visual {
    display: block;
    position: relative;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.main-visual .visual-img-wrap {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    transition: opacity 0.6s ease-out;
    -webkit-transition: opacity 0.6s ease-out;
    -moz-transition: opacity 0.6s ease-out;
    -o-transition: opacity 0.6s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main-visual .visual-img-wrap.scroll-situation {
    opacity: 0.0;
}
.main-visual .visual-img-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backdrop-filter: blur(8px);
    animation: blur 1s ease-in-out forwards;
}
@keyframes blur {
    0% {
        backdrop-filter: blur(8px);
    }
    100% {
        backdrop-filter: none;
    }
}
.main-visual .visual-img-wrap.scroll-situation::after {
    backdrop-filter: blur(8px);
    animation: outblur 0.6s ease-in-out forwards;
}
@keyframes outblur {
    0% {
        backdrop-filter: none;
    }
    100% {
        backdrop-filter: blur(8px);
    }
}
.main-visual .visual-text-wrap {
    position: absolute;
    top: calc(50% - 200px);
    left: 220px;
}
.text.is-active {
    --opacity: 1;
}
.char {
    display: inline-block;
    opacity: var(--opacity, 0);
    transition: opacity 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition-delay: calc(0.05s * var(--char-index));
}
.main-visual .visual-text-wrap > div {
    font-size: 437.5%;
    font-weight: 900;
    letter-spacing: 0.1em;
    padding: 10px 0px 10px 0px;
}
.main-visual .visual-text-wrap > div:nth-child(2) {
    padding-left: 180px;
}
.main-visual .visual-text-wrap > div > span.small {
    display: inline-block;
    font-size: 57%;
    vertical-align: bottom;
    padding-bottom: 10px;
}
.main-visual .deco-text-wrap {
    position: absolute;
    /*top: calc(50% + 120px);*/
    top: 60%;
    left: -0.5em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
}
.main-visual .news-wrap {
    position: absolute;
    bottom: -200px;
    left: 260px;
    width: 1000px;
    letter-spacing: 0.1em;
}
.main-visual .news-wrap .news-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 20px 0px 20px 0px;
}
.main-visual .news-wrap .news-block .news-img {
    flex-basis: 240px;
    max-width: 240px;
}
.main-visual .news-wrap .news-block .news-img img {
    border-radius: 10px;
}
.main-visual .news-wrap .news-block .news-body {
    flex-basis: 720px;
    max-width: 720px;
}
.main-visual .news-wrap .news-block .news-body .news-date {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: italic;
    font-size: 112.5%;
    padding: 0px 0px 5px 0px;
}
.main-visual .news-wrap .news-block .news-body .news-title {
    font-weight: 500;
    font-size: 100%;
    padding: 0px 0px 15px 0px;
}
.main-visual .news-wrap .news-block .news-body .news-title span.new {
    display: inline-block;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-size: 62.5%;
    background-color: #0e74bc;
    border-radius: 999px;
    line-height: 1.0;
    letter-spacing: 0.0em;
    padding: 5px 8px 4px 8px;
    margin: 6px 0px 0px 5px;
}
.main-visual .news-wrap .news-block .news-body .news-desc {
    font-size: 100%;
}
/* ----------------
Team Philosophy
---------------- */
.team-philosophy-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 190px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.team-philosophy-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    right: -2.0em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.team-philosophy-wrap .content-title {
    display: inline-block;
    position: relative;
}
.team-philosophy-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.team-philosophy-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.team-philosophy-wrap .content-title .ja {
    font-size: 93.75%;
}
.team-philosophy-wrap .team-philosophy-content {
    width: 63%;
    padding: 100px 0px 0px 0px;
}
.team-philosophy-wrap .team-philosophy-content .philosophy-message {
    font-size: 150%;
    font-weight: 550;
    letter-spacing: 0.18em;
    padding: 0px 0px 70px 0px;
}
.team-philosophy-wrap .team-philosophy-content .philosophy-desc {
    line-height: 3.0;
}
.team-philosophy-wrap .team-philosophy-img-wrap {
    display: block;
    position: absolute;
    width: 37%;
    height: 565px;
    right: 0px;
    top: 220px;
}
.team-philosophy-wrap .team-philosophy-img-wrap img {
    border-radius: 10px;
}
.team-philosophy-wrap .team-philosophy-img-wrap .team-philosophy-img01 {
    display: block;
    position: absolute;
    width: 60%;
    right: 0px;
    top: -120px;
}
.team-philosophy-wrap .team-philosophy-img-wrap .team-philosophy-img02 {
    display: block;
    position: absolute;
    width: 48%;
    left: 0px;
    bottom: 150px;
}
/* ----------------
Our Four Strengths
---------------- */
.four-strengths-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 40px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.four-strengths-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    left: -1.8em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.four-strengths-wrap .content-title {
    display: inline-block;
    position: relative;
}
.four-strengths-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.four-strengths-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.four-strengths-wrap .content-title .ja {
    font-size: 93.75%;
}
.four-strengths-wrap .four-strengths-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding: 100px 40px 0px 40px;
    box-sizing: border-box;
}
.four-strengths-wrap .four-strengths-content .four-strengths-box {
    flex-basis: 21.5%;
    max-width: 21.5%;
}
.four-strengths-wrap .four-strengths-content .four-strengths-box .strengths-box-img {}
.four-strengths-wrap .four-strengths-content .four-strengths-box .strengths-box-img img {
    border-radius: 10px;
}
.four-strengths-wrap .four-strengths-content .four-strengths-box .strengths-box-title {
    padding: 30px 0px 30px 0px;
    text-align: center;
    font-weight: 500;
}
.four-strengths-wrap .four-strengths-content .four-strengths-box .strengths-box-desc {}
.four-strengths-wrap .four-strengths-content .four-strengths-box .strengths-box-desc span{
    display: block;
    padding-left: 1.2em;
    text-indent: -1.2em;    
}
/* ----------------
Production Flow
---------------- */
.production-flow-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 40px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.production-flow-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    right: -0.5em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.production-flow-wrap .content-title {
    display: inline-block;
    position: relative;
}
.production-flow-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.production-flow-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.production-flow-wrap .content-title .ja {
    font-size: 93.75%;
}
.production-flow-wrap .production-flow-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 100px 40px 0px 40px;
    box-sizing: border-box;
}
.production-flow-wrap .production-flow-content .production-flow-box {
    flex-basis: 21.5%;
    max-width: 21.5%;
    background-color: #dbdbdb;
    border-radius: 20px;
    padding: 60px 0px 30px 0px;
    position: relative;
    z-index: 2;
}
.production-flow-wrap .production-flow-content .production-flow-box:not(:last-child) {
    flex-basis: 19.0%;
    max-width: 19.0%;
}
.production-flow-wrap .production-flow-content .production-flow-box:not(:last-child)::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 36%;
    top: 0px;
    right: -26%;
    background-image: url("../images/flow-arrow.png");
    background-size: cover;
    background-position: right center;
    z-index: -1;
}
.production-flow-wrap .production-flow-content .production-flow-box .icon-wrap {
    text-align: center;
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.production-flow-wrap .production-flow-content .production-flow-box:not(:last-child) .icon-wrap {
    padding: 0px 0px 0px 30px;
}
.production-flow-wrap .production-flow-content .production-flow-box:nth-child(1) .icon-wrap img {
    width: 90%;
    max-width: 94px;
}
.production-flow-wrap .production-flow-content .production-flow-box:nth-child(2) .icon-wrap img {
    width: 90%;
    max-width: 96px;
}
.production-flow-wrap .production-flow-content .production-flow-box:nth-child(3) .icon-wrap img {
    width: 90%;
    max-width: 90px;
}
.production-flow-wrap .production-flow-content .production-flow-box:nth-child(4) .icon-wrap img {
    width: 90%;
    max-width: 101px;
}
.production-flow-wrap .production-flow-content .production-flow-box .title-wrap {
    text-align: center;
    padding: 60px 0px 0px 0px;
    font-weight: 600;
}
.production-flow-wrap .production-flow-content .production-flow-box:not(:last-child) .title-wrap {
    padding: 60px 0px 0px 30px;
}
.production-flow-wrap .production-flow-content .production-flow-box .title-wrap span {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-style: italic;
    font-weight: 700;
    font-size: 218.75%;
    line-height: 1.0;
    vertical-align: bottom;
    margin: 0px 10px 0px 0px;
}
.production-flow-wrap .production-flow-content .production-flow-box .desc-wrap {
    padding: 40px 30px 0px 30px;
}
.production-flow-wrap .production-flow-content .production-flow-box:not(:last-child) .desc-wrap {
    padding: 40px 0px 0px 40px;
}
.production-flow-wrap .production-flow-content .production-flow-box .desc-wrap p {
    padding-left: 1.2em;
    text-indent: -1.2em;
}
/* ----------------
Middle Image
---------------- */
.middle-img-wrap {
    display: block;
    position: relative;
    /*position: fixed;
    top:0px;
    left:0px;*/
    width: 100%;
    margin: -300px auto 0px auto;
    padding: 0px 0px 630px 0px;
    /*z-index: -2;*/
}
.middle-img-wrap::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 300px;
    left: 0;
    backdrop-filter: blur(8px); 
}
.middle-img-wrap.scroll-situation::after {
    backdrop-filter: outblur(8px);
    animation: outblur 2.0s ease-in-out forwards;
}
@keyframes outblur {
    0% {
        backdrop-filter: blur(8px);
    }
    100% {
        backdrop-filter: none;
    }
}
.upper-bg-wrap {
    width: 100%;
    background-color: #e6e6e6;
    padding: 0px 0px 80px 0px;
    margin: 0px 0px 800px 0px;
}
.lower-bg-wrap {
    width: 100%;
    background-color: #e6e6e6;
}
/* ----------------
Common Question
---------------- */
.common-question-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.common-question-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    left: -1.8em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.common-question-wrap .common-question-content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.common-question-wrap .common-question-content-wrap .content-title-wrap {
    flex-basis: 40%;
    max-width: 40%;
}
.common-question-wrap .common-question-content-wrap .content-title-wrap .content-title {
    display: inline-block;
    position: relative;
}
.common-question-wrap .common-question-content-wrap .content-title-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.common-question-wrap .common-question-content-wrap .content-title-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.common-question-wrap .common-question-content-wrap .content-title-wrap .content-title .ja {
    font-size: 93.75%;
}
.common-question-wrap .common-question-content-wrap .common-question-content {
    flex-basis: 60%;
    max-width: 60%;
}
.common-question-wrap .common-question-content-wrap .common-question-content .common-question-block {
    width: 100%;
    padding: 10px 0px 40px 0px;
}
.common-question-wrap .common-question-content-wrap .common-question-content .common-question-block .question-part {
    font-weight: 500;
    padding: 0px 0px 30px 0px;
}
.common-question-wrap .common-question-content-wrap .common-question-content .common-question-block .question-part span {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 125%;
    line-height: 1.5;
    margin: 0px 5px 0px 0px;
}
.common-question-wrap .common-question-content-wrap .common-question-content .common-question-block .answer-part {}
/* ----------------
Production results
---------------- */
.production-results-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 40px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.production-results-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    right: -1.8em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.production-results-wrap .content-title {
    display: inline-block;
    position: relative;
}
.production-results-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.production-results-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.production-results-wrap .content-title .ja {
    font-size: 93.75%;
}
.production-results-wrap .production-results-content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 60px 0px 0px 0px;
    box-sizing: border-box;
}
.production-results-wrap .production-results-content .production-results-box {
    flex-basis: 24%;
    max-width: 24%;
    margin: 40px 0.5% 40px 0.5%;
}
.production-results-wrap .production-results-content .production-results-box .video-container-wrap {
    padding: 0px 10px 0px 10px;
}
.production-results-wrap .production-results-content .production-results-box .video-container-wrap .video-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}
.production-results-wrap .production-results-content .production-results-box .video-container-wrap .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.production-results-wrap .production-results-content .production-results-box .video-container-wrap .video-container .preparation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #dbdbdb;
}
.production-results-wrap .production-results-content .production-results-box .results-box-title {
    padding: 50px 0px 30px 0px;
    text-align: center;
    font-weight: 500;
}
.production-results-wrap .production-results-content .production-results-box .results-box-link {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.production-results-wrap .production-results-content .production-results-box .results-box-link .link-icon {
    flex-basis: 26.5px;
    max-width: 26.5px;
}
.production-results-wrap .production-results-content .production-results-box .results-box-link .link-text {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 100%;
    line-height: 1.0;
    letter-spacing: 0.0em;
    margin: 0px 0px 0px 5px;
}
.production-results-wrap .production-results-content .production-results-box .results-box-link .link-text a {
    text-decoration: underline;
}
.production-results-wrap .production-results-content .production-results-box .results-box-desc {
    padding: 30px 0px 0px 0px;
    font-size: 81.25%;
}
.production-results-wrap .production-results-content .production-results-box .results-box-desc p {
    padding-left: 1.1em;
    text-indent: -1.1em;
}
/* ----------------
Customer Testimonials
---------------- */
.customer-testimonials-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 0px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.customer-testimonials-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    left: -2.2em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.customer-testimonials-wrap .content-title {
    display: inline-block;
    position: relative;
}
.customer-testimonials-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.customer-testimonials-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.customer-testimonials-wrap .content-title .ja {
    font-size: 93.75%;
}
.customer-testimonials-wrap .customer-testimonials-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 100px 30px 0px 30px;
    box-sizing: border-box;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box {
    flex-basis: 31.5%;
    max-width: 31.5%;
    background-color: #dbdbdb;
    border-radius: 10px;
    padding: 45px 40px 40px 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-img-wrap {
    text-align: center;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-img-wrap img {
    width: 100%;
    max-width: 220px;
    border-radius: 999px;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-box-title {
    padding: 30px 0px 30px 0px;
    text-align: center;
    font-size: 100%;
    font-weight: 500;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-box-desc {
    flex-grow: 1;
    font-size: 100%;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-box-category {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px 0px 0px 0px;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-box-category .category-icon {
    flex-basis: 26.5px;
    max-width: 26.5px;
}
.customer-testimonials-wrap .customer-testimonials-content .customer-testimonials-box .customer-box-category .category-text {
    font-size: 87.5%;
    line-height: 1.3;
    margin: -2px 0px 0px 10px;
}
/* ----------------
Representative Profile
---------------- */
.representative-profile-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 40px auto 0px auto;
    padding: 180px 0px 0px 0px;
    letter-spacing: 0.1em;
}
.representative-profile-wrap .deco-text-wrap {
    position: absolute;
    bottom: -270px;
    right: -3.4em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.representative-profile-wrap .representative-profile-content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.representative-profile-wrap .representative-profile-content-wrap .content-title-wrap {
    flex-basis: 40%;
    max-width: 40%;
}
.representative-profile-wrap .representative-profile-content-wrap .content-title-wrap .content-title {
    display: inline-block;
    position: relative;
}
.representative-profile-wrap .representative-profile-content-wrap .content-title-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.representative-profile-wrap .representative-profile-content-wrap .content-title-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.representative-profile-wrap .representative-profile-content-wrap .content-title-wrap .content-title .ja {
    font-size: 93.75%;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content {
    flex-basis: 60%;
    max-width: 60%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-img-wrap {
    flex-basis: 24%;
    max-width: 24%;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-img-wrap img {
    border-radius: 10px;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap {
    flex-basis: 66%;
    max-width: 66%;
}


.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-post{
    font-size: 93.75%;
    font-weight: 500;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-name {
    font-size: 150%;
    font-weight: 500;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-message{
    font-size: 100%;
    padding: 20px 0px 10px 0px;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-history {
    padding: 10px 0px 20px 0px;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-history p {
    padding: 5px 0px 5px 1.0em;
    text-indent: -1.0em;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-specialty {
    padding: 0px 0px 0px 0px;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-specialty .specialty-title {
    font-size: 106.25%;
    font-weight: 500;
    padding: 0px 0px 10px 0px;
}
.representative-profile-wrap .representative-profile-content-wrap .representative-profile-content .profile-desc-wrap .main-specialty .specialty-desc {}
/* ----------------
Contact Us
---------------- */
.contact-us-wrap {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1420px;
    margin: 40px auto 0px auto;
    padding: 180px 0px 200px 0px;
    letter-spacing: 0.1em;
}
.contact-us-wrap .deco-text-wrap {
    position: absolute;
    bottom: -40px;
    left: -1.8em;
    font-size: 937.5%;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: italic;
    white-space: nowrap;
    opacity: 0.04;
    z-index: -1;
}
.contact-us-wrap .contact-us-content-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap {
    flex-basis: 40%;
    max-width: 40%;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap .content-title {
    display: inline-block;
    position: relative;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap .content-title::after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #000000;
    top: 50%;
    right: -70px;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap .content-title .en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 480;
    font-size: 171.875%;
    line-height: 1.5;
    letter-spacing: 0.12em;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap .content-title .ja {
    font-size: 93.75%;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap .content-message {
    display: inline-block;
    position: relative;
    padding: 90px 100px 0px 0px;
}
.contact-us-wrap .contact-us-content-wrap .content-title-wrap .content-message p:not(:last-child) {
    padding: 0px 0px 30px 0px;
}
.contact-us-wrap .contact-us-content-wrap .contact-us-content {
    flex-basis: 60%;
    max-width: 60%;
    padding: 0px 30px 0px 0px;
    box-sizing: border-box;
}
.contact-input-wrap {
    display: block;
}
.contact-input-wrap .contact-input-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0px 0px 20px 0px;
}
.contact-input-wrap .contact-input-block .input-title {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 100%;
    font-weight: 500;
    padding: 10px 0px 10px 0px;
}
.contact-input-wrap .contact-input-block .input-title span.req {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 62.5%;
    background-color: #0e74bc;
    border-radius: 999px;
    line-height: 1.0;
    letter-spacing: 0.0em;
    padding: 4px 8px 4px 8px;
    margin: 6px 0px 0px 5px;
}
.contact-input-wrap .contact-input-block .input-area {
    flex-basis: 100%;
    max-width: 100%;
}
.contact-input-wrap .contact-input-block .input-area input[type="text"],.contact-input-wrap .contact-input-block .input-area input[type="email"]  {
    padding: 20px 15px 20px 15px;
    font-size: 100%;
    background-color: #dbdbdb;
}
.contact-input-wrap .contact-input-block .input-area textarea {
    padding: 20px 15px 20px 15px;
    font-size: 100%;
    background-color: #dbdbdb;
}
.contact-input-wrap .contact-input-block .input-area input[type="text"],.contact-input-wrap .contact-input-block .input-area input[type="email"], .contact-input-wrap .contact-input-block .input-area textarea {
    transition: background-color 0.4s ease-out;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.contact-input-wrap .contact-input-block .input-area input[type="text"]:focus,.contact-input-wrap .contact-input-block .input-area input[type="email"]:focus, .contact-input-wrap .contact-input-block .input-area textarea:focus {
    background-color: #D1D1D1;
}
.contact-input-wrap .contact-input-block .input-area input {
    width: 100%;
}
.contact-input-wrap .contact-input-block .input-area textarea {
    width: 100%;
}
.contact-btn-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 30px 0px 0px 0px;
}
.contact-btn-wrap a,.contact-btn-wrap input[type="submit"] {
    display: block;
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff;
    font-weight: 500;
    font-style: normal;
    font-size: 100%;
    letter-spacing: 0.2em;
    line-height: 1.0;
    padding: 25px 100px 25px 100px;
    border-radius: 999px;
    transition: opacity 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out, background-color 0.4s ease-out, color 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
}
.contact-btn-wrap a:hover,.contact-btn-wrap input[type="submit"]:hover {
    opacity: 1.0;
    background-color: #e6e6e6;
    color: #000000;
}

.wpcf7-spinner {
    /*visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;*/
    position: absolute !important;
    top:0px !important;
    right:0px !important;
}
/* ******************************************************************** */
/* Clearfix: http://csscreator.com/attributes/containedfloat.php        */
/* ******************************************************************** */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
    overflow: hidden;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
@media (min-width: 801px) {
    /*a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }*/
}