@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-style: normal;
}
select {
    margin: 0 0 0 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
}
p,
address,
blockquote,
pre,
div,
abbr,
acronym,
dfn,
cite,
q,
code,
kbd,
samp,
var,
dl,
ol,
ul,
caption,
th {
    font-weight: normal;
    font-style: normal;
}
ul,
li,
ol {
    list-style: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}
html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul,
dl,
dt,
dd {
    -webkit-text-size-adjust: 100%;
}
img {
    vertical-align: bottom;
    width: 100%;
    height: auto;
}
html {
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}
body {
    line-height: 1.85;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    color: #454545;
    box-sizing: border-box;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
    letter-spacing: .02em;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 100000;
}
.confirmation {
    width: 750px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    text-align: center;
    z-index: 2;
}
.confirmation .confirmation-item {
    padding: 40px 30px 30px 30px;
}
.confirmation-item__title, .confirmation-btn__title {
    font-size: 20px;
    line-height: 1;
}
.confirmation-btn__title {
    color: #0066cc;
}
.confirmation-item__text {
    font-family: "Inter",sans-serif;
    font-weight: 500;
    margin-top: 20px;
}
.confirmation-btn {
    background: #eaf1f4;
    padding: 40px 0;
}
.confirmation-btn ul {
    width: 460px;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
}
.confirmation-btn li {
    width: 44%;
    margin: 0 3%;
}
.confirmation-btn li a {
    cursor: pointer;
    background: #0066cc url(../img/arrow3.svg) no-repeat right 20px center;
    background-size: 6px;
    display: block;
    line-height: 1;
    padding: 22px 0;
    color: #FFF;
    border-radius: 100px;
    font-size: 16px;
}
.confirmation-btn li a:hover {
    opacity: .6;
}
@media screen and (max-width:768px) {
    .confirmation {
        width: 90%;
    }
    .confirmation .confirmation-item {
        padding: 8vw 6vw 6vw 6vw;
    }
    .confirmation-item__title, .confirmation-btn__title {
        font-size: 4vw;
        line-height: 1;
    }
    .confirmation-btn__title {
        color: #0066cc;
    }
    .confirmation-item__text {
        margin-top: 4vw;
        font-size: 3.73vw;
        text-align: left;
    }
    .confirmation-btn {
        background: #eaf1f4;
        padding: 8vw 0;
    }
    .confirmation-btn ul {
        width: 90%;
        margin: 6vw auto 0 auto;
    }
    .confirmation-btn li {
        width: 44%;
        margin: 0 3%;
    }
    .confirmation-btn li a {
        cursor: pointer;
        background: #0066cc url(../img/arrow3.svg) no-repeat right 4vw center;
        background-size: 1.5vw;
        padding: 4.8vw 0;
        font-size: 3.73vw;
    }
}
/* ---------------------------------------------
    共通レイアウト
--------------------------------------------- */
.pc {
    display: block;
}
.sp {
    display: none;
}
.tab-sp {
    display: none;
}
@media screen and (max-width: 1000px) {
    .sp {
        display: none;
    }
    .tab-sp {
        display: block;
    }
    .pc {
        display: block;
    }
}
@media screen and (max-width:768px) {
    .sp {
        display: block;
    }
    .tab-sp {
        display: block;
    }
    .pc {
        display: none;
    }
}
.orange {
    color: #f16600;
}
.green {
    color: #12a42d;
}
.blue {
    color: #032ea7;
}
/* ============================================ */
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    margin: auto;
}
#wrapper {
    position: relative;
}
.main {
    width: 100%;
    background-size: 100%;
    padding: min(2vw, 20px) 0;
}
.mainVisual {
    width: 94%;
    max-width: 800px;
    margin: 30px auto 0 auto;
}
.main h2 {
    text-align: center;
    font-size: 56px;
    line-height: 1.2;
    background: linear-gradient(90deg, #169ad0 0%, #169ad0 40%, #8653ad 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: .02em;
    font-weight: 500;
}
@media screen and (max-width:768px) {
    .mainVisual {
        width: 100%;
        overflow: hidden;
        margin: 4vw auto 0 auto;
    }
    .mainVisual figure {
        width: 130%;
        margin-left: -15%;
    }
    .mainVisual img {}
    .main h2 {
        margin-top: 8vw;
        font-size: 8vw;
    }
}
.title {
    text-align: center;
    line-height: 1;
}
.title-page {
    width: 92%;
    max-width: 1080px;
    margin: 80px auto 0 auto;
    padding-bottom: 30px;

        border-bottom: 1px solid #0066cc;
        text-align: left;
}
.title-page__products{
margin-top: 40px!important;
}
.title h2 {
    color: #0066cc;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
}
.title p {
    font-weight: 700;
    color: #454545;
    font-size: 32px;
    margin-top: 35px;
    letter-spacing: -.03em;
}
@media screen and (max-width:1080px) {
    .title h2 {
        font-size: 44px;
    }
    .title p {
        font-size: 28px;
        margin-top: 25px;
    }
}
@media screen and (max-width:768px) {
    .title h2 {
        font-size: 6.93vw;
        letter-spacing: .02em;
    }
    .title p {
        font-size: 4.8vw;
        margin-top: 5.33vw;
    }
    .title-page {
        width: 90%;
        margin: 16vw auto 0 auto;
        padding-bottom: 3.2vw;
        text-align: left;
    }
    .title-page__products{
margin-top: 4vw!important;
}
}
.header {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #FFF;
    padding: 50px 0;
    margin: 0 auto;
}
.header h1 {
    width: 280px;
    margin: 0 auto;
    
}
#nav-box {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 100%;
}
#g-nav {
    position: relative;
    z-index: -1;
    opacity: 0;
    right: 0;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}
.mask {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0);
    display: none;
}
.mask.active {
    display: block;
}
#g-nav.panelactive {
    opacity: 1;
    z-index: 999;
}
#g-nav.panelactive #g-nav-list {
    position: absolute;
    z-index: 999;
    width: 280px;
    top: 15px;
    right: 15px;
    /*background: rgba(0, 0, 0, .9);*/
    background: #0066cc;
    height: auto;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 10px;
}
#g-nav ul {
    display: none;
    z-index: 999;
    padding: 20px 30px 40px 30px;
}
#g-nav.panelactive ul {
    display: block;
}
.g-nav-item {
    display: block;
    margin: 50px auto 0 auto;
    overflow: hidden;
}
.g-nav-item li {
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.g-nav-item li a {
    display: block;
    line-height: 1.7;
    color: rgba(255, 255, 255, .9);
    text-align: left;
    text-decoration: none;
    padding: 20px 0;
    margin: 0;
    letter-spacing: .05rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: url(../img/arrow.svg) no-repeat right center;
    background-size: 18px;
    font-weight: 500;
}

.g-nav-products {
    color: #84d9f4;
    padding: 16px 0;
    font-weight: 500;
}
.g-nav-item li p {
    margin-top: 5px;
}
.g-nav-item li p a {
    padding: 0;
    background: url(../img/arrow3.svg) no-repeat right center;
    background-size: 6px;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.g-nav-item li a:hover {
    opacity: .5;
}
.g-nav-item li#g-nav__en{
    border: none!important;
    margin-top: 20px;
}
.g-nav-item li#g-nav__en a,.link-ja a {
    display: inline-block;
    line-height: 1;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    padding: 8px 14px 8px 32px;
    letter-spacing: .05rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: rgba(255,255,255,.2) url(../img/icon_language.svg) no-repeat left 10px center;
    background-size: 14px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 100px;
}
.link-ja{
    border: none!important;
    margin-top: 40px;

    text-align: center;
}
.link-ja a {
    display: inline-block;
    line-height: 1;
    color: #FFF;
    text-align: left;
    text-decoration: none;
    padding: 8px 14px 8px 32px;
    letter-spacing: .05rem;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #0066cc url(../img/icon_language.svg) no-repeat left 10px center;
    background-size: 14px;
    font-weight: 500;
    font-size: 14px;
    border-radius: 100px;
}
.openbtn {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9999;
    background: transparent;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.openbtn.active {
    box-shadow: none;
    background-color: #FFF;
    border-top-right-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 2px;
    background: #0066cc;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 15px;
}
.openbtn span:nth-of-type(2) {
    top: 23px;
}
.openbtn span:nth-of-type(3) {
    top: 31px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
@media screen and (max-width: 767px) {
    #nav-box {
        position: fixed;
        z-index: 100;
        top: 10px;
        right: 10px;
        width: 96%;
    }
    #g-nav {
        position: relative;
        z-index: -1;
        opacity: 0;
        right: 0;
        width: 100%;
        height: auto;
        transition: all 0.3s;
    }
    .g-nav-item {
        margin: 50px auto 0 auto;
    }
    #g-nav.panelactive #g-nav-list {
        width: 100%;
        box-sizing: border-box;
        position: absolute;
        top: 0;
        right: 0;
    }
    .g-nav-item li a {
        display: block;
        line-height: 1.5;
        margin: 0;
    }
    .g-nav-item li a:hover {
        opacity: 1;
    }
    .openbtn {
        position: absolute;
        top: 0;
        right: 0;
    }
}
.whyus-item__link {
    text-align: center;
    margin-top: 80px;
    position: relative;
}
.whyus-item__link a {
    background: linear-gradient(90deg, #54c3f1 0%, #a688bd 80%);
    color: #FFF;
    padding: 20px 60px;
    border-radius: 100px;
    transition-duration: 0.3s;
    font-size: 16px;
    letter-spacing: .02em;
    font-weight: 500;
    position: relative;
    line-height: 1;
    display: inline-block;
}
.whyus-item__link a:hover {
    transform: scale(1.04, 1.04);
    opacity: .8;
}
@media screen and (max-width:768px) {
    .header {
        width: 100%;
        padding: 8vw 0 0 0;
    }
   .header h1 {
    width: 40vw;
    margin: 0 auto;
    
}
    .whyus-item__link {
        margin-top: 13.33vw;
        width: 69.33vw;
        margin: 10.67vw auto 0 auto;
    }
    .whyus-item__link a {
        background: linear-gradient(90deg, #54c3f1 0%, #a688bd 80%);
        color: #FFF;
        border-radius: 100px;
        transition-duration: 0.3s;
        font-size: 4vw;
        letter-spacing: .02em;
        font-weight: 500;
        position: relative;
        display: block;
        padding: 5.33vw 0;
        line-height: 1;
    }
}
.products-top {
    margin-top: 100px;
}
.products-top__link ul {
    width: 96%;
    max-width: 1280px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.products-top__link ul li {
    width: calc((100% - min(6vw, 75px))/ 4);
    margin-right: min(2vw, 25px);
}
.products-top__link ul li:nth-child(4n) {
    margin-right: 0;
}
.products-top__link ul li a {
    display: block;
    border-radius: 10px;
    background-color: #eaf1f4;
    background-image: url(../img/arrow.svg), url(../img/product_link_bg.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right 13px bottom 13px, center bottom -40px;
    background-size: 24px, 560px;
    box-shadow: 2px 2px 4px #d2d8dc;
    padding-top: 15px;
    transition-duration: 0.3s;
}
.products-top__link ul li a:hover {
    background-color: #c4eafa;
    transform: scale(1.04, 1.04);
}
.products-top__cs {
    background: #EEE;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.products-top__cs .products-top__name h3, .products-top__cs .products-top__name p {
    color: #666;
}
.products-top__name {
    padding: 0 0 30px 0;
    color: #FFF;
    text-align: center;
    margin-top: min(-1.5vw, -15px);
}
.products-top__cs .products-top__name {
    margin-top: 0;
    padding: 0;
}
.products-top__name h3 {
    font-style: normal;
    font-size: 20px;
    letter-spacing: -.03em;
    font-weight: 700;
}
.products-top__name p {
    font-size: 12px;
    font-weight: 400;
    color: #84d9f4;
}
@media screen and (max-width:1080px) {
    .products-top__link ul {
        width: 740px;
        margin: 0 auto 0 auto;
    }
    .products-top__link ul li {
        width: calc((100% - 40px)/ 2);
        margin-right: 40px;
        margin-top: 40px;
    }
    .products-top__link ul li a {
        background-image: url(../img/arrow.svg), url(../img/product_link_bg.png);
        background-repeat: no-repeat, no-repeat;
        background-position: right 13px bottom 13px, center bottom -40px;
        background-size: 24px, 640px;
    }
    .products-top__link ul li:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width:768px) {
    .products-top {
        margin-top: 20vw;
    }
    .products-top__link ul {
        width: 90%;
        margin: 4vw auto 0 auto;
    }
    .products-top__link ul li {
        width: calc((100% - 3.5%)/ 2);
        margin-right: 3.5%;
        margin-top: 3vw;
        height: 68vw;
    }
    .products-top__link ul li a {
        background-image: url(../img/arrow.svg), url(../img/product_link_bg.png);
        background-repeat: no-repeat, no-repeat;
        background-position: right 3.2vw bottom 3.2vw, center bottom 0;
        background-size: 4.8vw, 95vw;
        height: 68vw;
    }
    .products-top__link ul li:nth-child(2n) {
        margin-right: 0;
    }
    .products-top__name h3 {
        font-size: 4.27vw;
    }
    .products-top__name p {
        font-size: 2.93vw;
        line-height: 1.4;
        margin-top: 0;
    }
}
/*_________________________________________________________ 

why us

 _________________________________________________________*/
.whyus {
    margin-top: 120px;
    padding: 80px 0;
    background: #eaf1f4;
}
.whyus-item ul {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
    max-width: 1280px;
    margin: 80px auto 0 auto;
}
.whyus-item li {
    width: 33.333333333333%;
    text-align: center;
}
.whyus-item li figure {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    background: #FFF;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 3px #d2d8dc;
}
.whyus-item li figure img {
    width: 80%;
}
.whyus-item li:first-child dt {
    background: linear-gradient(90deg, #3dabe2 0%, #3dabe2 30%, #1968b3 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyus-item li:nth-child(2) dt {
    background: linear-gradient(90deg, #47a8e1 0%, #47a8e1 30%, #8262b7 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyus-item li:last-child dt {
    background: linear-gradient(90deg, #e273a1 0%, #e273a1 30%, #b3659d 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.whyus-item li dt {
    color: #0066cc;
    font-size: 20px;
    margin-top: 40px;
    line-height: 1;
}
.whyus-item li dd {
    color: #454545;
    font-size: 17px;
    line-height: 2;
    margin-top: 15px;
    font-weight: 500;
}
@media screen and (max-width:1080px) {
    .whyus {
        margin-top: 100px;
        padding: 80px 0;
    }
    .whyus-item ul {
        margin: 60px auto 0 auto;
    }
    .whyus-item li figure {
        width: 200px;
        height: 200px;
        border-radius: 200px;
    }
    .whyus-item li dt {
        font-size: 18px;
    }
    .whyus-item li dd {
        font-size: 15px;
        line-height: 2;
        margin-top: 15px;
    }
    .whyus-item li:last-child dd br {
        display: none;
    }
}
@media screen and (max-width:768px) {
    .whyus {
        margin-top: 13.33vw;
        padding: 13.33vw 0;
    }
    .whyus-item ul {
        width: 90%;
        display: block;
        margin: 0 auto;
        margin-top: 10.67vw;
    }
    .whyus-item li {
        width: 100%;
        text-align: center;
        margin-top: 8vw;
    }
    .whyus-item li figure {
        width: 42vw;
        height: 42vw;
        border-radius: 42vw;
    }
    .whyus-item li dt {
        font-size: 4vw;
        margin-top: 5.33vw;
        line-height: 1.6;
    }
    .whyus-item li dd {
        font-size: 3.73vw;
        margin-top: 1vw;
        line-height: 1.7;
    }
    .whyus-item li:last-child dd br {
        display: block;
    }
}
/*_________________________________________________________ 

footer

 _________________________________________________________*/
 .comingsoon{
    font-size: 1.3em;
    color: #999;
    padding: 4em 0;
    text-align: center;
 }
 @media screen and (max-width:768px) {
     .comingsoon{
    font-size: 4vw;
    
    padding: 6vw 0;
    text-align: center;
 }
 }
.footer {
    padding-bottom: 30px;
    width: 92%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 0 80px 0;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    color: #222;
    font-size: 14px;
}
.footer-info .footer-logo__img img {
    width: 130px;
}
.footer-address p {
    color: #454545;
    line-height: 2;
    margin-top: 20px;
    font-weight: 500;
}
.footer-link {
    display: flex;
    flex-wrap: wrap;
}
.footer-link__item {
    padding: 0 0 0 50px;
}
.footer-link__item p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    color: #0066cc;
     margin-top: 20px;
}
.footer-link__item p a {
    color: #0066cc;
    background: url(../img/arrow2.svg) no-repeat right center;
    background-size: 20px;
    padding-right: 25px;
    transition-duration: 0.3s;
}
.footer-link__item p:first-child {
    margin-top: 0;
}
.footer-link__item ul {
    margin-top: 15px;
}
.footer-link__item ul li {
    margin-top: 5px;
}
.footer-link__item ul li a {
    color: #454545;
    letter-spacing: .05em;
    transition-duration: 0.3s;
}
.footer-link__item p a:hover, .footer-link__item ul li a:hover {
    opacity: .6;
}
.footer-link__item ul li a:before {
    content: "・";
    color: #0066cc;
    margin-right: 5px;
}
.footer .copyright {
    text-align: center;
    font-size: 11px;
    padding: 3em 0;
}
@media screen and (max-width:768px) {
    .footer {
        padding-bottom: 4.8vw;
        width: 90%;
    }
    .footer-info {
        display: block;
        padding: 10.67vw 0;
        font-size: 3.73vw;
    }
    .footer-info .footer-logo__img img {
        width: 21.33vw;
    }
    .footer-address p {
        margin-top: 2.67vw;
        padding-bottom: 13.33vw;
    }
    .footer-link__item {
        padding: 0 0;
        width: 50%;
    }
    .footer-link__item p {
        font-size: 4vw;
        margin-top: 5.33vw;
    }
    .footer-link__item p a {
        color: #0066cc;
        background: url(../img/arrow2.svg) no-repeat right center;
        background-size: 4vw;
        padding-right: 5.33vw;
    }
    .footer-link__item p:first-child {
        margin-top: 0;
    }
    .footer-link__item ul {
        margin-top: 2.67vw;
    }
    .footer-link__item ul li {
        margin-top: 1.33vw;
    }
    .footer-link__item ul li a:before {
        content: "・";
        color: #0066cc;
        margin-right: 1.33vw;
    }
    .footer .copyright {
        font-size: 2.4vw;
    }
}
/*_________________________________________________________ 

company

 _________________________________________________________*/
.company {
    width: 92%;
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.list {
    margin: 0 auto 0 auto;
    
    width: 100%;
}
.list ul li {
    border-bottom: 1px solid #dddddd;
}
.list ul li dl {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.list dl {
    font-size: 17px;
    line-height: 2;
}
.list ul li dt {
    width: 240px;
    flex-shrink: 0;
}
.list.list ul li dt p {
    display: inline-block;
    background: linear-gradient(90deg, #e273a1 0%, #c380b0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.list ul li dd, .list ul li dd p {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    letter-spacing: .05em;
}
.access {
    width: 100%;
}
.access-map {
    width: 100%;
    line-height: 0;
    font-size: 0;
    margin-top: 20px;
}
.access-map iframe {
    width: 100%;
    height: 400px;
}
@media only screen and (max-width: 768px) {
    .company {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 0;
    }
    .list {
        margin: 4vw auto 0 auto;
        width: 100%;
    }
    .list ul li dl {
        padding: 4.8vw 0;
        display: block;
    }
    .list.list dl {
        font-size: 4vw;
        line-height: 1.9;
    }
    .list ul li dt {
        width: 240px;
        flex-shrink: 0;
    }
    .list.list ul li dt p {
        display: inline-block;
        background: linear-gradient(90deg, #e273a1 0%, #c380b0 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .list ul li dd {
        font-family: "Inter", sans-serif;
        font-weight: 500;
        letter-spacing: .05em;
    }
    .access {
        width: 100%;
    }
    .access-map {
        width: 100%;
        line-height: 0;
        font-size: 0;
        margin-top: 20px;
    }
    .access-map iframe {
        width: 100%;
        height: 400px;
    }
}
/*_________________________________________________________

 products 

 _________________________________________________________*/
.products-main {
    background: #eaf1f4;
    padding: 80px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.products-main__inner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.products-main figure {
    width: 375px;
    position: absolute;
    right: 0;
    top: -120px;
}
.yconnector figure {
    width: 220px;
    position: absolute;
    right: 80px;
    top: -120px;
}
.indeflator figure {
    width: 320px;
    position: absolute;
    right: 0;
    top: -130px;
}
.closure_band figure {
    width: 440px;
    position: absolute;
    right: 0;
    top: -100px;
}
.products-main__info {
    width: 500px;
}
.products-main__info h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #454545;
}
.products-main__info h3 span {
    letter-spacing: -.03em;
}
.products-main__info p {
    color: #1ba2da;
    margin-top: 15px;
}
.link-pdf {
    margin-top: 30px;
    position: relative;
    text-align: center;
    width: 300px;
}
.link-pdf a {
    display: block;
    background: linear-gradient(90deg, #54c3f1 0%, #a688bd 80%);
    color: #FFF;
    padding: 24px 0;
    border-radius: 100px;
    transition-duration: 0.3s;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
}
.link-pdf a:hover {
    transform: scale(1.04, 1.04);
    opacity: .8;
}
.products+.footer {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.products-spec {
    width: 90%;
    max-width: 1200px;
    margin: 80px auto 0 auto;
    padding-bottom: 80px;
}
.products-spec h4 {
    font-size: 28px;
    line-height: 1;
}
.products-spec__list table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 30px;
    letter-spacing: .02em;
}
.products-spec__list table th {
    padding: 10px 0;
    border: 1px solid #ddd;
    font-weight: 500;
}
.products-spec__list table td {
    padding: 20px 0;
    background: #fff;
    border: 1px solid #ddd;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}
.products-spec__list tr th {
    text-align: center;
}
.products-spec__list .heading th {
    background: #666;
    color: #FFF;
    text-align: center;
}
.products-spec__list .heading th:first-child {
    width: 200px;
}
.products-spec__list .heading th:last-child {
    width: 220px;
}
@media only screen and (max-width: 1080px) {
    .products-spec__list table {
        font-size: 15px;
    }
    .products-spec__list .heading th:first-child {
        width: 140px;
    }
    .products-spec__list .heading th:last-child {
        width: 170px;
    }
}
@media only screen and (max-width: 768px) {
    .products-main {
        display: block;
        margin-top: 4vw;
        position: relative;
        padding: 0 0 10.67vw 0;
    }
    .products-main__inner {
        max-width: auto;
        display: block;
    }
    .products-main figure {
        width: 64vw;
        position: relative;
        margin: 0 auto;
        top: auto;
    }
    .yconnector figure {
        width: 44vw;
        position: relative;
        margin: 0 auto;
        top: auto;
        right: auto;
    }
    .indeflator figure {
        width: 60vw;
        position: relative;
        margin: 0 auto;
        top: auto;
        right: auto;
    }
    .closure_band figure {
        width: 86vw;
        position: relative;
        margin: 0 0 0 7vw;
        top: auto;
        right: auto;
    }
    .products-main figure img {
        margin-top: -4.8vw;
    }
    .indeflator .products-main__info {
        margin-top: -2vw;
    }
    .closure_band .products-main__info {
        margin-top: -8vw;
    }
    .products-main__info {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 1vw;
    }
    .products-main__info h3 {
        font-size: 6.67vw;
    }
    .products-main__info p {
        font-size: 3.73vw;
        margin-top: 2vw;
    }
    .link-pdf {
        width: 69.33vw;
        margin: 0 auto;
        margin-top: 6.4vw;
        position: relative;
        text-align: center;
    }
    .link-pdf a {
        background: linear-gradient(90deg, #54c3f1 0%, #a688bd 80%);
        color: #FFF !important;
        padding: 5.33vw 0 !important;
        border-radius: 100px;
        transition-duration: 0.3s;
        font-size: 3.47vw;
        letter-spacing: .02em;
        font-weight: 500;
        position: relative;
    }
    .link-pdf a:hover {
        transform: scale(1.04, 1.04);
        opacity: .8;
    }
    .products+.footer {
        margin-top: 4vw;
        padding-top: 0;
    }
    .products-spec {
        margin: 10.67vw auto 0 auto;
        padding-bottom: 8vw;
    }
    .products-spec h4 {
        font-size: 5.33vw;
        line-height: 1;
    }
    .products-spec__list {
        width: 100%;
        overflow-x: scroll;
    }
    .products-spec__list table {
        width: 145vw;
        margin-top: 6vw;
        letter-spacing: .02em;
    }
    .products-spec__list table th {
        padding: 2.67vw 0;
        font-size: 3.47vw;
    }
    .products-spec__list table td {
        padding: 4vw 2vw;
        background: #fff;
        font-family: "Inter", sans-serif;
        font-size: 3.47vw;
    }
    .products-spec__list tr th {
        text-align: center;
    }
    .products-spec__list .heading th:first-child {
        width: 26vw;
    }
    .products-spec__list .heading th:nth-child(2) {
        width: 32vw;
    }
    .products-spec__list .heading th:nth-child(3) {
        width: 50vw;
    }
    .products-spec__list .heading th:last-child {
        width: 37vw;
    }
}