@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,700;6..96,800&family=Montserrat:wght@600&display=swap');

/*!
Theme Name: DELTA TOOLING CORP THEME
Theme URI: http://example.com/
Description: child theme for the Xeory
Author: バズ部
Author URI: http://bazubu.com/
Template: xeory_extension
Version: 0.2.2
*/


/* common-css */
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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

input::placeholder{
	color: #ccc;
}
input::-ms-input-placeholder{
	color: #ccc;
}
input:-ms-input-placeholder{
	color: #ccc;
}


:root{
    --base-font: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --montserrat: 'Montserrat', "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --bodoni: 'Bodoni Moda', "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    --blue: #343688;
    --light-blue: #329cd1;
    --base-color: #161616;

    --space: calc((100vw - 1200px) / 2);
    --mincho: "source-han-serif-jp-subset", 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,MS明朝,serif;
}

body{
    min-width: 1200px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    line-height: 1.8;
    color: var(--base-color);
    letter-spacing: .05em;
    font-family: "source-han-sans-japanese", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.home .wrap,
.wrap{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

a{
    transition: .2s;
    text-decoration: none;
}
a:hover{
    opacity: .6;
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
.ps-re{
    position: relative;
    z-index: 0;
}
.ps-ab{
    position: absolute;
}
.padding-top{
    padding-top: 100px;
}
.padding-bottom{
    padding-bottom: 100px;
}
.padding-tb{
    padding: 100px 0;
}
.gradient-bg{
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.header-padding{
    padding-top: 84px;
}
.mosaic{
    position: relative;
}
.mosaic-item{
    display: grid;
    width: 100%;
}
.mosaic-item:not(:first-child){
    position: absolute;
    top: 0;
    left: 0;
}
.mosaic-item__panel{
    padding-top: 100%;
}
.view-more.white a{
    color: #fff;
    border-color: #fff;
}
.view-more.white a::before{
    background-color: #fff;
}
.view-more.white a:hover{
    color: var(--base-color);
}
.view-more.white a:hover svg path,
.view-more.white a:hover svg polygon{
    fill: var(--base-color);
}
.view-more a{
    border: 1px solid #ccc;
    display: inline-block;
    font-family: var(--montserrat);
    font-size: 18px;
    border-radius: 18px;
    font-weight: 600;
    padding: 1px 50px 0px 25px;
    position: relative;
    color: var(--base-color);
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.view-more a span{
    position: relative;
    z-index: 1;
}
.view-more a::before{
    content: "";
    position: absolute;
    background-color: #ccc;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: -1;
    transition: .3s;
}
.view-more a:hover{
    opacity: 1;
}
.view-more a svg{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    transition: .3s;
}
.view-more a:hover svg{
    right: 10px;
}
.view-more a svg path,
.view-more a svg polygon{
    transition: .3s;
}
.view-more a:hover::before{
    width: 100%;
}
.view-more.sm a{
    font-size: 12px;
    padding: 2px 26px 2px 12px;
    letter-spacing: 0.025em;
}
.view-more.md a{
    font-size: 14px;
    padding: 2px 45px 2px 15px;
    letter-spacing: 0.025em;
}
.view-more.sm a svg{
    right: 8px;
}
.view-more.sm a:hover svg{
    right: 3px;
}
.view-more a small{
    font-size: 10px;
    margin-left: 6px;
}
.title{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
}
.title.wh .title-text,
.title.wh .title-en{
    color: #fff;
}
.title-text{
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #343688;
    font-feature-settings: "palt";
    position: relative;
}
.title-text::before{
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    transform: translate(-100%,-100%);
    top: 0;
    left: 0;
    background-color: #b9b8b8;
}
.title-text span{
    font-size: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    background-color: var(--blue);
    color: #fff;
    clip-path: polygon(50% 50%,50% 50%,50% 50%,50% 50%);
    transition: .6s;
}
.title.scrollin .title-text span{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.title.wh .title-text span{
    background-color: #fff;
    color: var(--blue);
}
.title-en{
    font-weight: 600;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.075em;
    margin-left: 20px;
    position: relative;
    top: -5px;
    font-family: var(--montserrat);
    color: var(--blue);
}



.l-top .gradient-bg{
    background-image: url(img/frontpage/gradient-bg.webp);
}
.l-service .gradient-bg{
    background-image: url(img/service/gradient-bg.webp);
}
.l-mold .gradient-bg{
    background-image: url(img/mold/gradient-bg.webp);
}
.l-tech .gradient-bg{
    background-image: url(img/tech/gradient-bg.webp);
}


/* LOADING */
html{
    overflow: hidden;
}
#loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
    background-color: var(--blue);
}
body.loaded #loading{
    background-color: transparent;
}
.loading-item{
    width: 100%;
    background-color: var(--blue);
    transition: .3s;
}
body.loaded .loading-item:nth-of-type(odd){
    width: 0;
}
body.loaded .loading-item:nth-of-type(even){
    transform: translateX(100%);
}


/* FADE */
.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 600ms;
}
.fadeinr {
    opacity : 0;
    transform : translate(50px, 0);
    transition : all 600ms;
}
.fadeinb {
    opacity : 0;
    transform : translate(0, -50px);
    transition : all 600ms;
    }

.fadeinl {
    opacity : 0;
    transform : translate(-50px, 0);
    transition : all 600ms;
    }

.fadeino {
    opacity : 0;
    transition : all 600ms;
    }

.ts1 {
    transition-delay: 300ms;
}

.ts2 {
    transition-delay: 600ms;
}

.ts3 {
    transition-delay: 900ms;
}

.ts4 {
    transition-delay: 1200ms;
}

.fadein.scrollin, .fadeinr.scrollin, .fadeinb.scrollin, .fadeinl.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

.fadeino.scrollin {
   opacity : 1;
}

@keyframes bounce {
    0%,20%,53%,to {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0) scaleY(1.1);
        transform: translate3d(0,-30px,0) scaleY(1.1)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0) scaleY(1.05);
        transform: translate3d(0,-15px,0) scaleY(1.05)
    }

    80% {
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95);
        -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
        transition-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0) scaleY(1.02);
        transform: translate3d(0,-4px,0) scaleY(1.02)
    }
}

.animate-bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    animation-iteration-count: infinite;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    display: inline-block;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}


/* HEADER */
#header{
    position: fixed;
    background: none;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background-color: transparent;
    transition: .3s;
}
body:not(.no-gradient) #header.over{
    background-color: rgba(52, 54, 136, .85);
}
body.no-gradient #header.over:not(.open){
    background-color: rgba(255, 255, 255, .85);
}
#header .header-content,
#header .header-menu ul.sin-ul,
#header .header-link ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
body.no-gradient #header:not(.open) .header-logo svg .header-logo__path{
    fill: var(--blue);
}
body.no-gradient #header:not(.open) .header-menu ul.sin-ul > li > a,
body.no-gradient #header:not(.open) .header-link ul li a{
    color: var(--blue);
}
body.no-gradient #header:not(.open) .header-link{
    border-color: var(--blue);
}
body.no-gradient #header:not(.open) .header-link .header-link__recruit a{
    border-color: var(--blue);
}
body.no-gradient #header:not(.open) .header-link .header-link__contact a{
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}
body.no-gradient #header:not(.open) .header-link .header-link__contact a:hover{
    background-color: #fff;
    color: var(--blue);
}
#header .header-menu ul.sin-ul > li{
    position: relative;
}
#header .header-menu ul.sin-ul > li:hover > .sec-ul{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#header .header-menu ul.sin-ul > li > a,
#header .header-link ul li a{
    color: #fff;
    font-family: var(--montserrat);
    font-weight: 600;
    display: inline-block;
}
#header .header-menu ul.sin-ul{
    column-gap: 40px;
}
#header .header-link{
    padding-left: 35px;
    margin-left: 35px;
    border-left: 1px solid #fff;
}
#header .header-link ul{
    column-gap: 20px;
}
#header .header-menu ul.sin-ul > li > a{
    font-size: 18px;
}
#header .header-menu ul.sin-ul > li > a small{
    font-size: 12px;
    line-height: 1;
    display: block;
}
#header .header-link ul li a{
    border-radius: 28px;
    padding: 7px 15px 5px;
    line-height: 1;
}
#header .header-link ul li a small{
    text-align: center;
    font-size: 10px;
    display: block;
    line-height: 1;
    margin-top: 4px;
}
#header .header-link .header-link__contact a{
    color: var(--blue);
    background-color: #fff;
    border: 1px solid #fff;
}
#header .header-link .header-link__contact a:hover,
#header .header-link .header-link__recruit a:hover{
    opacity: 1;
    background-color: var(--blue);
    color: #fff;
}
#header .header-link .header-link__recruit a{
    border: 1px solid #fff;
}
#header .header-menu ul.sec-ul{
    position: absolute;
    width: 240px;
    background-color: #fff;   
    transform: translateY(100%);
    left: 0;
    bottom: 0;
    padding: 10px;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    pointer-events: none;
}
#header .header-menu ul.sec-ul li a{
    color: var(--blue);
    font-size: 14px;
}
#header .header-menu ul.sec-ul li a span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
#header .header-menu ul.sec-ul li a img{
    display: block;
}
#header .header-menu ul.sec-ul li{
    padding: 8px 10px;
    border-bottom: 1px dashed var(--blue);
}
#header .header-menu ul.sec-ul li:last-child{
    border-bottom: none;
}
#header .header-menu ul.sec-ul li:first-child{
    padding-top: 0;
}
#header .header-menu ul.sec-ul li:last-child{
    padding-bottom: 0;
}
.nav-toggle-wrap{
    background-color: var(--blue);
    border-radius: 14px;
    width: 75px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    cursor: pointer;
    transition: .3s;
}
.open .nav-toggle-wrap{
    background-color: #fff;
}
.nav-toggle{
    position: relative;
    width: 40px;
    height: 14px;
}
.nav-toggle span{
    position: absolute;
    width: 100%;
    left: 0;
    height: 2px;
    transition: .3s;
    background-color: #fff;
}
.nav-toggle span:nth-of-type(1){
    top: 0;
}
.nav-toggle span:nth-of-type(2){
    top: 6px;
}
.nav-toggle span:nth-of-type(3){
    top: 12px;
}
.open .nav-toggle span{
    background-color: var(--blue);
}
.open .nav-toggle span:nth-of-type(1){
    transform: translateY(6px) rotate(20deg);
}
.open .nav-toggle span:nth-of-type(2){
    opacity: 0;
}
.open .nav-toggle span:nth-of-type(3){
    transform: translateY(-6px) rotate(-20deg);
}


/* DRAWER */
#drawer{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: var(--blue);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: .3s;
}
#drawer.open{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.drawer-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.drawer-menu{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px 30px;
    max-width: 760px;
    margin: 0 auto;
}
.drawer-menu li a{
    color: #fff;
}
.drawer-menu > li{
    transform: translateX(50px);
    opacity: 0;
    transition: .3s;
}
#drawer.open .drawer-menu > li{
    transform: translateX(0);
    opacity: 1;
}
.drawer-menu > li > a{
    font-family: var(--montserrat);
    font-size: 32px;
    font-weight: bold;
}
.drawer-menu__sec > li{
    margin-left: 1em;
}
.drawer-menu__sec > li::before{
    content: "";
    width: 20px;
    height: 1px;
    background-color: #fff;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}


/* FOOTER */
#footer{
    border: none;
    margin-top: 120px;
}
#footer .wrap{
    padding: 0;
}
#footer .title{
    margin-bottom: 15px;
}
#footer .title-text{
    font-weight: bold;
    font-size: 34px;
}
#footer .title-text span{
    font-weight: bold;
    font-size: 44px;
    width: 65px;
    height: 65px;
    transition-delay: .2s;
}
#footer .title-en{
    margin-left: 20px;
    font-size: 18px;
    color: var(--blue);
}
#footer .title.wh .title-en{
    color: #fff;
}
#footer .footer-bnr__flex-box.n2 .title-text::before{
    display: none;
}
.footer-bnr__flex{
    justify-content: space-between;
}
.footer-bnr__flex-box.n1{
    background: url(img/common/footer-recruit-bg.svg) no-repeat center center / contain;
}
.footer-bnr__flex-box.n2{
    background: url(img/common/footer-quality-bg.svg) no-repeat center 110px / contain;
}
.footer-bnr__flex-box{
    max-width: 570px;
    height: 455px;
    padding: 160px 90px 0;
}
.footer-bnr__flex-box__text{
    font-size: 14px;
    font-weight: 500;
}
#footer .footer-bnr__flex-box ul{
    margin-bottom: 30px;
}
#footer .footer-bnr__flex-box ul li{
    color: var(--base-color);
    font-size: 14px;
    font-weight: 500;
    padding-left: 17px;
    position: relative;
}
.footer-bnr__flex-box ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    top: 10px;
    left: 0;
}
.footer-bnr__flex-box-view-more{
    text-align: right;
    margin-top: 15px;
}
#footer .footer-bnr__flex-box-view-more a{
    background-color: #fff;
    color: var(--blue);
}
#footer .footer-bnr__flex-box-view-more a:hover{
    color: #fff;
}
#footer .footer-bnr__flex-box-view-more a:hover svg path,
#footer .footer-bnr__flex-box-view-more a:hover svg polygon{
    fill: #fff;
}
#footer .footer-bnr__flex-box-view-more a::before{
    background-color: var(--blue);
}
#footer .footer-bnr__flex-box.n2 .footer-bnr__flex-box-view-more a{
    color: #fff;
    background-color: var(--blue);
    border-color: var(--blue);
}
#footer .footer-bnr__flex-box.n2 .footer-bnr__flex-box-view-more a::before{
    background-color: #fff;
}
#footer .footer-bnr__flex-box.n2 .footer-bnr__flex-box-view-more a:hover{
    color: var(--blue);
}
#footer .footer-bnr__flex-box.n2 .footer-bnr__flex-box-view-more a:hover svg path,
#footer .footer-bnr__flex-box.n2 .footer-bnr__flex-box-view-more a:hover svg polygon{
    fill: var(--blue);
}
#footer .footer-bnr__flex-box.n2 .footer-bnr__flex-box__text{
    color: var(--base-color);
}
.footer-bnr__illust{
    position: absolute;
    transform: translateX(-50%);
    bottom: 40px;
    left: 50%;
}
.footer-mosaic{
    margin-top: 100px;
}
.footer-content{
    background-color: var(--blue);
    padding-bottom: 30px;
    position: relative;
}
.footer-content__logo{
    transform: translateY(-85px);
}
.footer-content__flex{
    margin-top: -30px;
}
#footer .footer-content__flex-info__name{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.footer-content__flex-info__text{
    font-size: 18px;
}
.footer-content__flex-link{
    margin-left: 100px;
}
.footer-content__flex-link ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 40px;
}
#footer .footer-content__flex-link li a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--montserrat);
    display: inline-block;
}
#footer .footer-content__flex-link li a small{
    display: block;
    font-size: 12px;
    line-height: 1;
    text-align: center;
}
#footer .footer-content__flex-link li.footer-content__flex-link__recruit a{
    border: 1px solid #fff;
    border-radius: 26px;
    font-size: 18px;
    line-height: 1.5;
    padding: 5px 25px 5px;
}
#footer .footer-content__flex-link li.footer-content__flex-link__recruit a:hover{
    opacity: 1;
    background-color: #fff;
    color: var(--blue);
}
#footer .footer-content__more{
    text-align: center;
    margin-top: -50px;
}
#footer .footer-content__more a{
    background-color: #fff;
    display: inline-block;
    color: var(--blue);
    font-family: var(--montserrat);
    font-size: 20px;
    border-radius: 45px;
    padding: 14px 56px;
    font-weight: 600;
    border: 1px solid #fff;
}
#footer .footer-content__more a:hover{
    opacity: 1;
    background-color: var(--blue);
    color: #fff;
}
#footer .footer-content__more a small{
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}
.footer-content__bottom{
    margin-top: 240px;
    padding-right: 20px;
}
.footer-content__bottom ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
}
.footer-content__bottom ul li,
.footer-content__bottom ul li a{
    font-size: 15px;
}
.footer-content__illust{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 786px;
    height: 170px;
    background: url(img/common/footer-illust02.svg) no-repeat center top / cover;
}


/* TOP */
.mv{
    padding: 0 30px;
    position: relative;
}
.mv-text{
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 4.68vw;
    color: #fff;
    font-weight: 900;
}
.mv-mosaic{
    position: absolute;
}
.mv-mosaic.n1{
    width: 48vw;
    top: 6vw;
    left: 30px;
}
.mv-mosaic.n2{
    width: 18vw;
    bottom: 0;
    left: 30px;
}
.mv-mosaic.n3{
    width: 47.5vw;
    bottom: 5vw;
    right: 30px;
}
.mv-dots{
    position: absolute;
    transform: translateY(100%);
    left: 0;
    bottom: -30px;
    width: 100%;
}
.mv-dots img{
    width: 58%;
}
.mv-scrolldown{
    position: absolute;
    width: 9vw;
    transform: translateY(50%) rotate(0);
    bottom: 0;
    right: calc(2vw + 30px);
    animation: scrolldown 7s linear infinite;
}
@keyframes scrolldown{
    0%{
        transform: translateY(50%) rotate(0);
    }
    100%{
        transform: translateY(50%) rotate(360deg);
    }
}
.text-slider{
    font-size: 13.5vw;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255,255,255,.25);
    font-weight: bold;
}
.text-slider__item{
    line-height: 1.3;
}
.text-slider .slick-track{
    width: 1026vw !important;
}
.top-company__flex-box{
    padding-top: 40px;
}
.top-company__flex-box__ttl{
    font-size: 34px;
    font-weight: 900;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
}
.top-company__flex-box__ttl span{
    display: inline-block;
    position: relative;
    top: -25px;
}
.top-company__flex-box__ttl span.n1{
    width: 250px;
    height: 40px;
}
.top-company__flex-box__ttl span.n2{
    width: 230px;
    height: 40px;
    margin-right: 15px;
}
.top-company__flex-box__text{
    font-size: 19px;
    line-height: 2;
    color: #fff;
}
.top-company__flex-box__text .js-mosaic{
    width: 80px;
    display: inline-block;
    position: relative;
    top: -12px;
    margin-right: 5px;
}
.top-company__flex-box__text-view-more{
    margin-top: 40px;
    text-align: right;
    padding-right: 40px;
}
.top-company__flex-img canvas{
    max-width: 100%;
    width: 640px;
}
.top-company__illust{
    text-align: center;
    margin-top: 60px;
}
.top-service__grid{
    display: flex;
    gap: 50px;
}
.top-service__grid-item{
    position: relative;
}
.top-service__grid-item__ttl{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.top-service__grid-item__ttl.bk{
    font-size: 24px;
    background-color: #000;
    line-height: 1.5;
    display: inline-block;
    padding: 0 15px;
}
.top-service__grid-item__ttl span{
    font-weight: bold;
    font-size: 18px;
    font-family: var(--montserrat);
}
.top-service__grid-item__ttl.ps-ab{
    transform: translateY(-50%);
    text-align: center;
    top: 48%;
    left: 0;
    width: 100%;
    text-align: center;
}
.top-service__grid-item__box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 60px 40px 0 60px;
}
.top-service__grid-item__box-text{
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    font-size: 15px;
}
.top-service__grid-item__box-text + .top-service__grid-item__box-view-more{
    margin-top: 50px;
}
.top-service__grid-item__box-view-more{
    margin-top: 10px;
}
.top-service__grid-item__hover{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(-180deg);
}
.top-service__grid-item__normal{
    position: relative;
}
.top-service__grid-item__normal,
.top-service__grid-item__hover{
    backface-visibility: hidden;
    transition: .6s;
}
.top-service__grid-item:hover .top-service__grid-item__normal{
    transform: rotateY(-180deg);
}
.top-service__grid-item__img canvas{
    width: 100%;
}
.top-service__grid-item:hover .top-service__grid-item__hover{
    transform: rotateY(0);
}
.top-service{
    position: relative;
    z-index: 0;
}
.top-service::before{
    content: "";
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 65%;
    background-color: #fff;
}
.top-service__dots{
    bottom: 100px;
}
.top-service__dots.n1{
    left: -140px;
}
.top-service__dots.n2{
    right: -140px;
}
.service-mosaic{
    position: absolute;
    transform: translateY(100%);
    bottom: 20px;
    right: 0;
    width: 48%;
}
.top-tool__cont{
    position: relative;
    margin: 170px 70px;
    z-index: 0;
    padding: 50px;
    background-color: #fff;
}
.top-tool__cont-bg{
    position: absolute;
    z-index: -1;
}
.top-tool__cont-bg.top{
    transform: translate(-50%,-100%);
    top: 2px;
    left: 50%;
    width: 100%;
}
.top-tool__cont-bg.bottom{
    transform: translate(-50%,100%);
    bottom: 1px;
    left: 50%;
    width: 100%;
}
.top-tool__cont-bg.left{
    transform: translate(-100%,-50%);
    top: 50%;
    left: 1px;
    height: 100%;
    background-image: url(img/frontpage/tool-bg-left.svg);
    background-size: cover;
    background-repeat: repeat-y;
    width: 70px;
}
.top-tool__cont-bg.right{
    transform: translate(100%,-50%);
    top: 50%;
    right: 1px;
    height: 100%;
    background-image: url(img/frontpage/tool-bg-right.svg);
    background-size: cover;
    background-repeat: repeat-y;
    width: 47px;
}
.top-tool__cont-flex{
    align-items: flex-end;
}
.top-tool__cont-flex__box-subttl{
    color: var(--light-blue);
    font-weight: 900;
    font-size: 20px;
    margin-top: 20px;
}
.top-tool__cont-flex__box-subttl b{
    font-size: 22px;
    font-weight: 900;
}
.top-tool__cont-flex__box-text{
    font-size: 13px;
    font-weight: 500;
}
.top-tool__cont-flex__info dl{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}
.top-tool__cont-flex__info dl dt,
.top-tool__cont-flex__info dl dd{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 0;
}
.top-tool__cont-flex__info{
    margin-left: 40px;
}
.top-tool__cont-friend{
    margin: 50px 0;
    padding: 30px 0;
    border-top: 1px solid var(--light-blue);
    border-bottom: 1px solid var(--light-blue);
}
.top-tool__cont-friend__ttl,
.top-tool__cont-tv__ttl{
    font-size: 25px;
    color: var(--light-blue);
    font-weight: 900;
    margin-bottom: 20px;
}
.top-tool__cont-friend__ttl b{
    font-size: 30px;
    font-weight: 900;
}
.top-tool__cont-friend__grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
.top-tool__cont-friend__grid-item__text{
    font-size: 14px;
    line-height: 1.4;
    color: var(--light-blue);
}
.top-tool__cont-friend__grid-item__illust{
    height: 205px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.top-tool__cont-friend__grid-item__box{
    border-radius: 11px;
    background-color: #e6e6e6;
    padding: 8px 20px;
    margin-top: 15px;
}
.top-tool__cont-friend__grid-item__ttl{
    color: var(--light-blue);
    font-weight: 900;
    margin-bottom: 5px;
}
.top-tool__cont-tv__box{
    max-width: 772px;
    margin: 0 auto;
    position: relative;
}
.top-tool__cont-tv__box-illust{
    position: absolute;
    bottom: 40px;
    right: 0;
}
.top-tool__cont-tv__box-balloon{
    position: absolute;
    top: -20px;
    right: -90px;
}
.top-tool__cont-tv__box-slider-wrap{
    position: absolute;
    top: 45px;
    left: 35px;
}
.top-tool__cont-tv__box-slider{
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid var(--base-color);
}
.top-tool__cont-tv__box-slider-wrap,
.top-tool__cont-tv__box-slider__item{
    width: 415px;
}
.top-tool__cont-tv__box-slider__item a{
    display: block;
    position: relative;
}
.top-tool__cont-tv__box-slider__item a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0 0 0 / .5);
    z-index: 1;
    transition: .2s;
}
.top-tool__cont-tv__box-slider__item{
    height: 250px;
}
.top-tool__cont-tv__box-slider__item a{
    height: 100%;
}
.top-tool__cont-tv__box-slider__item a::after{
    content: "\f04b";
    font-family: FontAwesome;
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--base-color);
    padding-left: 5px;
    box-sizing: border-box;
    transition: .2s;
}
.top-tool__cont-tv__box-slider__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (min-width: 992px) {
    .top-tool__cont-tv__box-slider__item a:hover{
        opacity: 1;
    }
    .top-tool__cont-tv__box-slider__item a:hover::before,
    .top-tool__cont-tv__box-slider__item a:hover::after{
        opacity: 0;
    }
}
.top-tool__cont-tv__box-slider.slick-dotted.slick-slider{
    margin-bottom: 0;
}
.top-tool__cont-tv__box-slider__arrow{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    z-index: 1;
    cursor: pointer;
}
.top-tool__cont-tv__box-slider__arrow.prev{
    left: -40px;
}
.top-tool__cont-tv__box-slider__arrow.next{
    right: -40px;
}
.top-tool__cont-tv__box-slider__dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 15px;
}
.top-tool__cont-tv__box-slider__dots span{
    margin: 0 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #ccc;
    transition: .3s;
    cursor: pointer;
}
.top-tool__cont-tv__box-slider__dots span.current{
    background-color: var(--base-color);
}
.top-news__flex{
    align-items: flex-start;
    justify-content: space-between;
}
.top-news__flex-side{
    width: 30%;
}
.top-news__flex-cont{
    width: 70%;
}
.news-box{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 25px 0;
    justify-content: space-between;
}
.news-box:last-child{
    border-bottom: 1px solid #ccc;
}
.news-box:first-child .news-box__thumb img{
    width: 270px;
    height: 160px;
}
.news-box__thumb img{
    width: 175px;
    height: 105px;
    object-fit: cover;
    border-radius: 8px;
}
.news-box__item{
    width: 100%;
    max-width: 550px;
}
.news-box__item-meta{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.news-box__item-meta__cat{
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 0 10px;
}
.news-box__item-meta__date{
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
.news-box__item-text{
    font-size: 15px;
    max-width: 75%;
    font-weight: 500;
}
.news-box:first-child .news-box__item-text{
    font-size: 18px;
}
.news-box__item-view-more{
    text-align: right;
    margin-top: -30px;
}
.news-box__item-view-more a{
    background-color: #ccc;
}
.news-box__item-view-more a::before{
    background-color: #fff;
}
.news-box__item-view-more a::before{
    background-color: #fff;
}
.top-news__flex-cont__view-more{
    margin-top: 30px;
    text-align: right;
}
.top-news__flex-cont__view-more a{
    font-size: 14px;
    padding: 4px 70px 3px 25px;
}
.top-news__flex-side__menu{
    margin-top: 50px;
    padding-left: 15px;
}
.top-news__flex-side__menu li a{
    color: #ccc;
    font-weight: 500;
    position: relative;
}
.top-news__flex-side__menu li a::before{
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--blue);
    position: absolute;
    transform: translateY(-50%);
    top: 55%;
    left: -15px;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
}
.top-news__flex-side__menu li:not(:last-child){
    margin-bottom: 10px;
}
.top-news__flex-side__menu li a.current,
.top-news__flex-side__menu li a:hover{
    opacity: 1;
    color: var(--blue);
}
.top-news__flex-side__menu li a.current::before,
.top-news__flex-side__menu li a:hover::before{
    opacity: 1;
}
.top-news{
    position: relative;
}
.top-news__mosaic{
    position: relative;
    width: calc((100vw - 1200px)/2 + 245px);
    left: calc((100vw - 1200px) / -2);
    margin-top: 80px;
}


/* PAGE */
.page-title-sec{
    padding: 40px 80px 80px;
}
.page-title-sec__en{
    margin-bottom: 40px;
}
.page-title-sec__ttl{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.page-mv{
    padding: 0 35px;
    margin-bottom: 80px;
}
.page-mv__img{
    position: relative;
    overflow: hidden;
}
.page-mv__img img{
    width: 100%;
}
.page-mv__img-item{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    mix-blend-mode: color;
}
.page-mv__img-item__line{
    background-color: #83b2d8;
    transition: .6s;
}
.page-mv__img.scrollin .page-mv__img-item__line:nth-of-type(odd){
    width: 0 !important;
}
.page-mv__img.scrollin .page-mv__img-item__line:nth-of-type(even){
    transform: translateX(100%);
}


/* SERVICE */
.service-sec01{
    background: url(img/service/bg.svg) no-repeat center center;
}
.service-sec01__ttl{
    font-size: 34px;
    line-height: 1.6;
    font-weight: 900;
    color: #fff;
}
.service-sec01__ttl span{
    display: inline-block;
    position: relative;
    margin: 0 10px;
    top: -25px;
    height: 0;
}
.service-sec01__ttl span.n1{
    width: 120px;
}
.service-sec01__ttl span.n2{
    width: 120px;
}
.service-sec01__text{
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}
.service-sec01__svg-wrap{
    max-width: 100%;
    width: 1083px;
    margin: 50px auto 0;
}
.service-sec01__svg{
    width: 100%;
    transform: translateX(60px);
}
.service-sec01__svg > g[id]:not(#layer){
    animation: service-sec01__svg 2s infinite;
}
@keyframes service-sec01__svg {
    0%{
        transform: scale(1);
    }
    60%{
        transform: scale(0.9);
    }
    100%{
        transform: scale(1);
    }
}
.service-sec01__svg > #product{
    transform-origin: 16.152% 18.370%;
}
.service-sec01__svg > #power{
    transform-origin: 67.046% 18.370%;
}
.service-sec01__svg > #logo{
    transform-origin: 41.609% 59.443%;
}
.service-sec01__svg > #tech{
    transform-origin: 83.933% 081.727%;
}
.service-sec01__flow-wrap{
    width: 860px;
    max-width: 100%;
    margin: 80px auto 0;
}
.service-sec01__flow{
    width: 100%;
}
.service-sec01__flow #cc{
    transform: rotate(10deg);
    transform-origin: 69.042% 55.418%;
    animation: cc 3s linear infinite;
}
@keyframes cc{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(-360deg);
    }
}
.service-sec01__flow{
    margin: 60px 0;
    text-align: center;
    position: relative;
}
.service-sec01__flow-link{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    gap: 70px;
}
.service-sec01__flow-link__item{
    border-radius: 50%;
    overflow: hidden;
}
.service-sec01__flow-link__item a{
    display: block;
    width: 100%;
    height: 100%;
}
.service-sec01__char{
    text-align: center;
}
.service-sec01__char-text{
    font-size: 86px;
    line-height: 1;
    color: #fff;
    font-weight: 900;
    margin-top: -60px;
    position: relative;
    z-index: 1;
}


/* MOLD */
.mold-sec01{
    height: 50vw;
    position: relative;
    z-index: 0;
    padding-top: 100px;
    overflow: hidden;
}
.mold-sec01__bg{
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
    width: 90%;
}
.mold-sec02{
    height: 75vw;
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: -20vw;
    background: url(img/mold/motto-bg02.webp) no-repeat center bottom / 100%;
}
.mold-sec02__flex-ttl img{
    width: 100%;
    filter: drop-shadow(0 0 8px #fff);
}
.mold-sec02__flex-text{
    font-size: 1.2vw;
    color: var(--blue);
    position: absolute;
    top: 27vw;
    right: 4vw;
}
.mold-sec02__flex-text span{
    position: relative;
    width: 120px;
    height: 0;
    display: inline-block;
    position: relative;
    top: -20px;
}
.mold-sec02__flex{
    justify-content: flex-end;
    width: 100%;
    /* max-width: 66vw;
    margin-left: auto;
    padding-top: 14vw;
    padding-right: 6vw; */
    max-width: 74vw;
    margin-left: auto;
    padding-top: 15vw;
    padding-right: 20vw;
    transform: translateY(50px);
    opacity: 0;
    transition: .5s;
    position: relative;
}
.mold-sec02__bg{
    position: absolute;
    top: 0;
    right: -40px;
    z-index: -1;
    width: 83vw;
}
.mold-sec02__hand{
    position: absolute;
    top: 12vw;
    left: 0;
    z-index: -1;
    width: 27.5vw;
}
.mold-sec02__bg,
.mold-sec02__hand{
    transform: translateX(72.5vw);
    transition: .5s;
}
.mold-sec02.scrollin .mold-sec02__bg,
.mold-sec02.scrollin .mold-sec02__hand{
    transform: translateX(0);
    transition-delay: .3s;
}
.mold-sec02.scrollin .mold-sec02__flex{
    transform: translateY(0);
    opacity: 1;
    transition-delay: .7s;
}
.mold-sec03{
    margin-top: -8vw;
}
.mold-sec05-bg{
    background: url(img/mold/mold-sec05-bg.png) no-repeat calc(100% + 190px) calc(100% + 100px) / 500px;
}
.mold-sec05-bg02{
    background: url(img/mold/mold-sec05-bg02.png) no-repeat calc(100% + 190px) calc(100% + 100px) /500px;
}
.mold-sec04__flex,
.mold-sec05__flex{
    justify-content: space-between;
}
.mold-sec04__flex-ttl__en{
    color: #fff;
}
.mold-sec04__flex-ttl__en,
.mold-sec05__flex-ttl__en{
    opacity: 0.28;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: var(--montserrat);
    font-size: 20px;
    font-weight: 600;
}
.mold-sec04__flex-ttl,
.mold-sec05__flex-ttl{
    display: flex;
    flex-wrap: wrap;
}
.mold-sec04__flex-ttl__text{
    color: #fff;
}
.mold-sec04__flex-ttl__text,
.mold-sec05__flex-ttl__text{
    font-size: 34px;
    font-weight: bold;
    line-height: 1.6;
    margin-left: 40px;
}
.mold-sec04__flex-ttl__text span,
.mold-sec05__flex-ttl__text span{
    width: 100px;
    position: relative;
    display: inline-block;
    height: 0;
    position: relative;
    top: -25px;
    margin-left: 10px;
}
.mold-sec04__flex-text{
    color: #fff;
}
.mold-sec04__flex-text,
.mold-sec05__flex-text{
    font-size: 18px;
    max-width: 650px;
}
.mold-sec04__slider-count__item{
    font-size: 44px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
}
.mold-sec04__slider-count__item.total{
    opacity: 0.28;
}
.mold-sec04__slider-count__item.current{
    position: relative;
    overflow: hidden;
    height: 44px;
}
.mold-sec04__slider-count__item.current span{
    display: block;
}
.mold-sec04__slider-count{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 100px;
}
.mold-sec04__slider-count__bar{
    width: 62px;
    height: 5px;
    position: relative;
    margin: 0 40px;
}
.mold-sec04__slider-count__bar::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #fff;
}
.mold-sec04__slider-count__bar::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: calc(100% - 10px);
    background-color: #fff;
}
.mold-sec04__slider-wrap{
    padding-left: calc((100vw - 1200px)/2);
    margin-top: 50px;
}
.mold-sec04__slider-item{
    width: 520px;
    margin-right: 100px;
}
.mold-sec04__slider-item__text span{
    width: 75px;
    height: 0;
    position: relative;
    top: -10px;
    display: inline-block;
}
.mold-sec04__slider-item__case{
    color: #fff;
    font-family: var(--montserrat);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.62;
}
.mold-sec04__slider-item__ttl{
    font-size: 26px;
    font-weight: bold;
    margin: 20px 0;
    line-height: 1.6;
    color: #fff;
}
.mold-sec04__slider-item__lead{
    color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}
.mold-sec04__slider-item__text{
    font-size: 14px;
    color: #fff;
}
.mold-sec04__slider-item__thumb img{
    width: 100%;
}
.mold-sec04__slider-count__item-span{
    transition: 1s;
}
.mold-sec04__slider-progress{
    height: 4px;
    width: 100%;
    background-color: rgba(255,255,255,.25);
    margin-top: 60px;
    position: relative;
}
.mold-sec04__slider-progress span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #fff;
    transition: 1s;
}
.mold-sec05__flex-ttl__en{
    color: var(--blue);
}
.mold-sec05__flex-ttl__text{
    color: var(--blue);
    position: relative;
}
.mold-sec05__flex-ttl__text::before{
    content: "Q";
}
.mold-sec05__flex-ttl__text::before,
.mold-sec05__flex-box::before{
    position: absolute;
    top: -50px;
    left: -30px;
    z-index: -1;
    line-height: 1;
    font-family: var(--montserrat);
    opacity: 0.21;
    font-size: 110px;
}
.mold-sec05__flex-box::before{
    content: "A";
}
.mold-sec05__flex-box.no-before::before{
    display: none;
}
.mold-sec05__flex-box{
    max-width: 650px;
    color: var(--blue);
    position: relative;
}
.mold-sec05__flex-box__item{
    margin: 20px 0;
}
.mold-sec05__flex-box__item dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 20px;
}
.mold-sec05__flex-box__item dl:last-child{
    margin-bottom: 0;
}
.mold-sec05__flex-box__item dt{
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 32%;
}
.mold-sec05__flex-box__item dt::after{
    content: "";
    flex-grow: 1;
    border-top: 2px dashed var(--blue);
    margin-left: 15px;
}
.mold-sec05__flex-box__item dd{
    width: 68%;
    padding-left: 20px;
}
.mold-sec05__flex-box__lead{
    font-size: 22px;
    font-weight: bold;
}
.mold-sec05__flex-box__item-ttl{
    font-weight: bold;
    font-size: 18px;
}

.mold-sec06,
.tech-sec01{
    padding: 30px 0 160px;
    position: relative;
}
.mold-sec06{
    background: url(img/mold/bg01.webp) no-repeat center center / cover;
}
.mold-sec06__slider-item{
    width: 1884px;
    margin-right: 30px;
}
.mold-sec06__illust{
    position: absolute;
    transform: translateX(-50%);
    bottom: 70px;
    left: 50%;
    z-index: 1;
}
.mold-sec06__slider:not(:last-child){
    margin-bottom: 13px;
}
.mold-sec06__text-slider{
    position: absolute;
    transform: translateY(50%);
    bottom: 0;
    left: 0;
    width: 100%;
}
.mold-sec07{
    padding-top: 150px;
    color: #fff;
    background: url(img/mold/works-bg.svg) no-repeat center calc(100% - 25px) / 1620px, url(img/mold/bg02.webp) no-repeat center center / cover;
}
.tech-sec02{
    background: url(img/tech/works-bg.svg) no-repeat center calc(100% - 25px) / 1620px, url(img/mold/bg02.webp) no-repeat center center / cover;
}


/* NEW TECH */
.tech-paper-wrap{
    padding: 0 30px;
}
.tech-paper__item img{
    width: 100%;
}
.tech-paper{
    background-image: url(img/tech/paper.webp);
    background-repeat: repeat-y;
    background-size: cover;
    padding: 0 5vw 80px;
    margin-top: -2vw;
}
.tech-paper__header-label{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    justify-content: center;
    margin-bottom: 15px;
}
.tech-paper__header-label::before,
.tech-paper__header-label::after{
    content: "";
    border-top: 2px dotted var(--base-color);
    height: 2px;
    flex-grow: 1;
}
.tech-paper__header-label::before{
    margin-left: 4vw;
    margin-right: 20px;
}
.tech-paper__header-label::after{
    margin-right: 4vw;
    margin-left: 20px;
}
.tech-paper__header-label span{
    width: 3.2vw;
    display: inline-block;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.tech-paper__header-label span.n1{
    left: 0;
}
.tech-paper__header-label span.n2{
    right: 0;
}
.tech-paper__header-label img{
    width: 38.5vw;
}
.tech-paper__header-ttl img{
    width: 100%;
}
.tech-paper__flex{
    justify-content: space-between;
    margin-top: 30px;
}
.tech-paper__flex-box__text-img img{
    width: 36.8vw;
}
.tech-paper__flex-box__ttl{
    font-size: 2.39vw;
    font-weight: 900;
    margin: 10px 0;
}
.tech-paper__flex-box__ttl span{
    display: inline-block;
    position: relative;
    height: 0;
    top: -20px;
    width: 6.25vw;
    margin-right: 10px;
}
.tech-paper__flex-box__text{
    font-size: max(0.9375vw,14px);
}
.tech-paper__flex-img{
    width: 33.8vw;
}
.tech-paper__flex-img canvas{
    width: 100%;
}
.tech-paper__flex-box{
    width: calc(100% - (33.8vw + 30px));
    border-bottom: 2px solid #000;
}
.tech-paper__func{
    margin: 50px 0;
}
.tech-paper__func-text-img{
    text-align: center;
}
.tech-paper__func-text-img img{
    width: 74.68vw;
}
.tech-paper__func-text{
    font-size: max(1.458vw,14px);
    font-weight: bold;
    line-height: 1.5;
    padding-left: 34vw;
    margin-top: -4vw;
    position: relative;
}
.tech-paper__func-text span{
    position: absolute;
    width: 21.5vw;
    top: 0;
    right: 0;
}
.tech-paper__tag ul{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.tech-paper__tag ul li{
    font-size: max(1.145vw,14px);
    padding: 0 10px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid var(--base-color);
    transition: .5s;
    background-color: transparent;
    color: var(--base-color);
}
.tech-paper__tag ul li.current{
    pointer-events: none;
}
.tech-paper__tag ul li.current,
.tech-paper__tag ul li:hover{
    color: #fff;
    background-color: var(--base-color);
}
.tech-paper__list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px 30px;
    margin-top: 50px;
}
.tech-paper__list-item__thumb{
    padding-top: 70.7%;
    position: relative;
    border: 2px solid transparent;
    transition: .3s;
}
.tech-paper__list-item a:hover .tech-paper__list-item__thumb{
    border: 2px solid var(--base-color);
}
.tech-paper__list-item a:hover .tech-paper__list-item__thumb img{
    width: calc(100% - 1.5vw);
    height: calc(100% - 1.5vw);
}
.tech-paper__list-item__thumb img{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.tech-paper__list-item a{
    color: var(--base-color);
    display: block;
}
.tech-paper__list-item a:hover{
    opacity: 1;
}
.tech-paper__list-item__en{
    font-weight: 800;
    font-family: var(--bodoni);
    font-size: 1.4vw;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 8px 0 3px;
}
.tech-paper__list-item__en .new img{
    width: 4.1vw;
    position: relative;
    margin-left: 5px;
}
.tech-paper__list-item__ttl{
    font-size: 2.13vw;
    font-weight: 900;
    border-top: 2px solid var(--base-color);
    border-bottom: 2px solid var(--base-color);
}
.tech-paper__list-item__ttl span{
    display: inline-block;
    height: 0;
    width: 6.4vw;
    position: relative;
    margin-left: 10px;
    top: -1.4vw;
}
.tech-paper__list-item__text{
    font-size: max(0.83vw,14px);
    line-height: 1.6;
    margin-top: 10px;
}
.tech-paper__list-item__tag{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 15px;
}
.tech-paper__list-item__tag li{
    font-size: 14px;
    color: #fff;
    background-color: var(--base-color);
    padding: 0 10px;
}
.tech-sec01{
    background: url(img/tech/bg02.webp) no-repeat center center / cover;
}
.tech-paper__comingsoon{
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tech-paper__comingsoon-text{
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: var(--mincho);
}


/* ARCHIVE */
.archive-sec__cat{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 50px;
}
.archive-sec__cat li a{
    color: #fff;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid #fff;
    padding: 0 20px;
    font-size: 15px;
    font-weight: bold;
}
.archive-sec__cat li a.current{
    pointer-events: none;
}
.archive-sec__cat li a.current,
.archive-sec__cat li a:hover{
    opacity: 1;
    background-color: #fff;
    color: var(--blue);
}
.archive-sec .news-box__item-meta__cat,
.archive-sec .news-box{
    border-color: #fff;
}
.archive-sec .news-box__item{
    max-width: calc(100% - 300px);
}
.archive-sec .news-box__item-meta__cat,
.archive-sec .news-box__item-meta__date,
.archive-sec .news-box__item-text{
    color: #fff;
}
.archive-sec .news-box__item-view-more a{
    background-color: #fff;
}
.archive-sec .news-box__item-view-more a:hover{
    color: #fff;
}
.archive-sec .news-box__item-view-more a::before{
    background-color: var(--blue);
}
.archive-sec .view-more a:hover svg path,
.archive-sec .view-more a:hover svg polygon{
    fill: #fff;
}
.single-sec__meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.single-sec__meta-cat{
    border: 1px solid var(--blue);
    font-size: 14px;
    padding: 0 10px;
    border-radius: 15px;
    font-weight: bold;
    color: var(--blue);
}
.single-sec__meta-date{
    font-size: 14px;
    margin-left: 20px;
}
.page-title-sec.adjust{
    padding-top: 0;
    padding-bottom: 60px;
}
.page-title-sec.adjust .page-title-sec__en{
    margin-bottom: 10px;
}
.page-title-sec.adjust .page-title-sec__ttl{
    color: var(--light-blue);
}
.single-sec__title{
    font-weight: bold;
    margin-top: 10px;
    font-size: 24px;
}
.single-sec__view-more{
    text-align: center;
    margin-top: 50px;
}
.single-sec__body .post-content{
    padding: 60px 0 0;
}
.single-sec__body .post-content h2{
    margin-left: 0;
    font-size: 20px;
    font-weight: bold;
    padding-left: 30px;
    line-height: 1.8;
    color: #fff;
    background-color: var(--light-blue);
    border-left: none;
}
.single-sec__body .post-content h3,
.single-sec__body .post-content h4,
.single-sec__body .post-content h5,
.single-sec__body .post-content h6{
    font-size: 18px;
    line-height: 1.8;
    font-weight: bold;
}
.single-sec__body .post-content h3{
    padding-bottom: 5px;
}
.single-sec__body .post-content h4{
    border-left-width: 4px;
    padding-left: 15px;
}


/* ページネーション */
.wp-pagenavi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.wp-pagenavi a,
.wp-pagenavi span{
    color: #fff;
    margin: 0 5px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: normal;
}
.wp-pagenavi a.current,
.wp-pagenavi span.current{
    pointer-events: none;
}
.wp-pagenavi a.current,
.wp-pagenavi a:hover,
.wp-pagenavi span.current,
.wp-pagenavi span:hover{
    border-color: var(--blue);
    background-color: var(--blue);
    color: #fff;
    opacity: 1;
    font-weight: normal;
}


/* INFOGRAPHICS */
.l-infographics .gradient-bg{
    background-image: url(img/infographics/infographics-bg.webp);
}
.infographics-sec01__inner{
    max-width: 1515px;
    padding: 0 20px;
    margin: 0 auto;
}
.infographics-sec01__cont img{
    width: 100%;
}


/* COMPANY */
.l-company .gradient-bg{
    background-image: url(img/company/company-bg.webp);
}
.company-sec01__text{
    font-size: 34px;
    font-weight: 900;
    line-height: 1.52;
    color: #fff;
    margin-bottom: 135px;
}
.company-sec01__cont{
    height: 1656px;
    background: url(img/company/overview-bg.svg) no-repeat center top / contain;
    padding: 200px 140px 0;
}
.company-sec01__cont-info__att{
    text-align: right;
    font-size: 14px;
}
.company-sec01__cont-info dl{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ccc;
    padding: 15px 30px;
}
.company-sec01__cont-info dl:last-child{
    border-bottom: 1px solid #ccc;
}
.company-sec01__cont-info dl dt{
    color: var(--blue);
    font-weight: 500;
    width: 200px;
}
.company-sec01__cont-info dl dd{
    font-weight: 500;
    width: calc(100% - 200px);
}
.company-sec01__cont-info dl dd ul li{
    padding-left: 17px;
    position: relative;
}
.company-sec01__cont-info dl dd ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    width: 7px;
    height: 7px;
    background-color: var(--blue);
    border-radius: 50%;
}
.company-sec01__cont-info__column{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.company-sec01__cont-map{
    margin-top: 60px;
}
.company-sec01__cont-map iframe{
    width: 100%;
    height: 450px;
    vertical-align: bottom;
}
.company-sec02__title{
    margin-bottom: 80px;
}
.company-sec02__history-slider__item{
    width: 485px;
    color: #fff;
}
.company-sec02__history{
    position: relative;
}
.company-sec02__history::before{
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 3px dashed #2DC3ED;
    position: absolute;
    top: 98px;
    left: 0;
}
.company-sec02__history-wrap{
    padding-left: var(--space);
}
.company-sec02__history-slider__item-year{
    font-family: var(--montserrat);
    font-weight: 600;
    font-size: 60px;
    color: #2DC3ED;
    line-height: 1;
    padding-bottom: 70px;
    position: relative;
}
.company-sec02__history-slider__item-year::before{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #2DC3ED;
    border-radius: 50%;
    position: absolute;
    bottom: 20px;
    left: 70px;
}
.company-sec02__history-slider__item:first-child .company-sec02__history-slider__item-year::after{
    left: 70px;
    width: calc(100% - 70px);
}
.company-sec02__history-slider__item-month{
    font-size: 24px;
    font-weight: bold;
}
.company-sec02__history-slider__item-month span{
    font-family: var(--montserrat);
    font-size: 40px;
    font-weight: 500;
    margin-right: 8px;
}
.company-sec02__history-slider__item-text{
    padding-right: 40px;
}
.company-sec02__nav{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.company-sec02__nav-arrow{
    width: 92px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.company-sec02__nav-arrow__item{
    cursor: pointer;
}
.company-sec02__nav-arrow__item img{
    display: block;
}
.company-sec02__nav-bar{
    width: calc(100% - 30px - 92px);
    height: 3px;
    position: relative;
    background-color: rgb(255 255 255 / .1);
}
.company-sec02__nav-bar span{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #329CD1;
    z-index: 1;
    transition: .3s;
}
.company-sec03__flex{
    justify-content: space-between;
    align-items: flex-start;
}
.company-sec03__flex-cont{
    max-width: 800px;
    width: 100%;
}
.company-sec03__flex-cont__box{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.company-sec03__flex-cont__box:last-child{
    margin-bottom: 0;
}
.company-sec03__flex-cont__box-img{
    width: 250px;
}
.company-sec03__flex-cont__box-item{
    width: calc(100% - 250px);
    padding-left: 40px;
}
.company-sec03__flex-cont__box-item__name{
    color: var(--blue);
    font-size: 18px;
    font-weight: bold;
}
.company-sec03__flex-cont__box-item__text{
    font-weight: 500;
}


/* EQUIPMENT */
.l-equipment .gradient-bg{
    background-image: url(img/equipment/equipment-bg.webp);
}
.equipment-sec01__title .title-text.c1 span{
    color: #05cbfe;
}
.equipment-sec01__title .title-text.c2 span{
    color: #0557aa;
}
.equipment-sec01__title .title-text.c3 span{
    color: #053d79;
}
.equipment-sec01__title .title-text.c4 span{
    color: #063468;
}
.equipment-sec01 .equipment-sec01__title .title-text::before{
    display: none;
}
.equipment-sec01__cont-box{
    position: relative;
}
.equipment-sec01__cont-box__bg img{
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    margin-left: -60px;
    display: block;
}
.equipment-sec01__cont-box__table{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding: 140px 110px 0;
}
.equipment-sec01__cont-box__table table th,
.equipment-sec01__cont-box__table table td{
    text-align: center;
    padding: 8px 15px;
    vertical-align: middle;
}
.equipment-sec01__cont-box__table table thead th{
    background-color: var(--blue);
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
}
.equipment-sec01__cont-box__table table thead th.heavy{
    font-size: 24px;
    font-weight: 900;
}
.equipment-sec01__cont-box__table table tbody th{
    background-color: rgba(52 54 136 / .1);
    font-size: 18px;
    font-weight: bold;
    color: var(--blue);
    border-right: 1px dashed #ccc;
}
.equipment-sec01__cont-box__table table tbody th:last-child{
    border-right: none;
}
.equipment-sec01__cont-box__table table tbody td{
    border-bottom: 1px solid #ccc;
    border-right: 1px dashed #ccc;
    font-weight: bold;
}
.equipment-sec01__cont-box__table table tbody td:last-child{
    border-right: none;
}
.equipment-sec01__cont:not(:last-child){
    margin-bottom: 120px;
}


/* QUALITY */
.l-quality .gradient-bg{
    background-image: url(img/quality/quality-bg.webp);
}
.quality-sec01__text{
    text-align: center;
    font-size: 34px;
    color: #fff;
    font-weight: 900;
    line-height: 1.52;
    margin: 80px 0;
}
.quality-sec01__cont{
    position: relative;
    z-index: 0;
}
.quality-sec01__cont-inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-top: 100px;
}
.quality-sec01__cont-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    gap: 30px 50px;
}
.quality-sec01__cont-logo__item-text{
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.4;
}
.quality-sec01__cont-grid{
    max-width: 755px;
    margin: 50px auto 0;
    width: 100%;
}
.quality-sec01__cont-text{
    font-size: 18px;
    font-weight: 500;
    margin-top: 50px;
    text-align: center;
}
.quality-sec01__cont-grid{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.quality-sec01__cont-grid__item-img img{
    display: block;
    width: 100%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .1));
}
.quality-sec01__cont-grid__item-text{
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin-top: 15px;
    text-align: center;
}


/* TECH ADD */
.tech-paper__history-ttl{
    text-align: center;
    padding-top: 20px;
    border-top: 4px solid #000;
}
.tech-paper__history-text{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    margin: 10px 0 3px;   
}
.tech-paper__history-tab{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}
.tech-paper__history-tab ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.tech-paper__history-tab ul li{
    width: 100%;
    max-width: 370px;
    font-size: 50px;
    cursor: pointer;
    padding: 30px 0;
    opacity: 0.5;
    transition: .3s;
}
.tech-paper__history-tab ul li.current{
    opacity: 1;
}
.tech-paper__history-tab ul li:nth-of-type(2){
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}
.tech-paper__history-tab ul li img{
    display: block;
    margin: 0 auto;
}
.tech-paper__history-radio{
    padding: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px 50px;
    border-bottom: 1px dashed #000;
}
.tech-paper__history-radio label{
    font-size: 22px;
    cursor: pointer;
}
.tech-paper__content{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    margin-top: 80px;
}
.tech-paper__card-img{
    width: 82%;
    margin: -110px auto 0;
}
.tech-paper__card-img__inner{
    padding-top: 100%;
    position: relative;
}
.tech-paper__card-img__inner img{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.tech-paper__card{
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #F6F6F6;
    padding: 40px 40px 95px;
    position: relative;
}
.tech-paper__card.en{
    font-family: var(--mincho);
}
.tech-paper__card-magazine{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tech-paper__card-title{
    font-size: 28px;
    font-weight: 900;
    line-height: 1.4;
    margin-bottom: 80px;
    position: relative;
    z-index: 1;
    height: 70px;
}
.tech-paper__card-year{
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: 1;
}
.tech-paper__card-year span{
    display: block;
    border-bottom: 1px solid #000;
    font-weight: 900;
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.tech-paper__card-meta{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
    padding-left: 40px;
    font-size: 12px;
    font-weight: 500;
}
.mold-sec07__ttl .mold-sec05__flex-ttl__en,
.mold-sec07__ttl .mold-sec05__flex-ttl__text{
    color: #fff;
}
.mold-sec07__ttl .mold-sec05__flex-ttl__text::before{
    display: none;
}
.mold-sec07__grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 35px;
    padding-left: 80px;
    margin-top: -60px;
}
.mold-sec07__grid-item{
    position: relative;
}
.mold-sec07__grid-item__inner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 40px 0;
}
.mold-sec07__grid-item__ttl{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.mold-sec07__grid-item__img.brightness img{
    filter: brightness(1.5);
}
.mold-sec07__grid-item ul li{
    padding-left: 17px;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 5px;
}
.mold-sec07__grid-item ul li:last-child{
    margin-bottom: 0;
}
.mold-sec07__grid-item ul li::before{
    content: "";
    width: 7px;
    height: 7px;
    background-color: #fff;
    position: absolute;
    top: 9px;
    left: 0;
}



/* FA DEVICE */
.l-device .gradient-bg{
    background-image: url(img/device/device-bg.webp);
}
.l-device .page-mv{
    margin-bottom: 0;
}
.device-sec01__title .title-text.c1 span{
    color: #05cbfe;
}
.device-sec02{
    position: relative;
    z-index: 0;
}
.device-sec02__gradient{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.device-sec01{
    height: 1017px;
    background: url(img/device/bg01.webp) no-repeat center top / 1920px;
    position: relative;
    overflow: hidden;
}
.device-sec01__bg{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
   mix-blend-mode: multiply;
}
.device-sec01__bg img{
    width: 1920px;
    max-width: 1920px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
}
.device-sec01__hv{
    position: absolute;
    z-index: 1;
}
.device-sec01__hv.n1{
    left: calc(-1 * var(--space));
    top: 210px;
}
.device-sec01__hv.n2{
    right: calc(-1 * var(--space) - 50px);
    top: 277px;
}
.device-sec01 .wrap{
    height: 100%;
}
.device-sec01__flex{
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    position: relative;
    z-index: 1;
}
.device-sec01__flex-text{
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.5;
    padding-bottom: 60px;
}
.device-sec03{
    background-image: url(img/device/bg03.webp);
}


main.l-mold,
main.l-device,
main.l-tech{
    position: relative;
}
main.l-mold .illust-bg,
main.l-device .illust-bg,
main.l-tech .illust-bg{
    position: absolute;
    top: 150px;
    right: 30px;
    opacity: 0.2;
}
.page-mv{
    position: relative;
}
.page-mv__illust{
    position: absolute;
    z-index: 1;
    left: 80px;
    bottom: 20px;
}


/* フォーム */
.contact-sec01__text{
    background-color: #f7f8f8;
    margin-bottom: 40px;
    padding: 25px 30px;
    border: 1px solid #231815;
}
.contact-sec01__text a{
    text-decoration: underline;
    color: #000;
}
.wpcf7 table th,
.wpcf7 table td{
    padding: 15px;
    font-size: 14px;
}
.wpcf7 table th{
    font-weight: bold;
    color: #fff;
    background-color: #0e2f8e;
}
.wpcf7 table th p,
.wpcf7 table td p{
    margin: 0;
}
.wpcf7 table th .form-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.must{
    font-size: 13px;
    color: #fff;
    display: inline-block;
    padding: 0 5px;
    background-color: #231815;
}
.wpcf7 table td{
    background-color: #f7f7f7;
}
form input[type="file"]{
    font-size: 14px;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
    font-size: 14px;
}
form textarea{
    width: 100%;
    resize: none;
}
.wpcf7 table{
    border-collapse: separate;
    border-spacing: 10px;
}
.submit_btn{
    margin-top: 50px;
    justify-content: center;
    display: flex;
    position: relative;
}
form .submit_btn input{
    font-weight: bold;
    width: 285px;
    padding: 19px;
    text-align: center;
    font-size: 14px;
    transition: .2s;
    -webkit-appearance: none;
}
form .submit_btn input:disabled{
    background: gray !important;
    pointer-events: none;
    border: 1px solid gray !important;
}
form .submit_btn input[type="submit"]{
    background: #0e2f8e;
    color: #fff;
    border: 1px solid #0e2f8e;
}
form .submit_btn input[type="submit"]:hover{
    opacity: 1;
    background-color: #fff;
    color: #0e2f8e;
}
form .submit_btn input[type="button"]{
    background-color: gray;
    color: #fff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
}
div.wpcf7 .ajax-loader{
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -30px;
}
div.wpcf7-response-output {
    margin: 3em 0.5em 1em;
}
.law{
    background-color: #f7f8f8;
    margin-top: 20px;
    padding: 25px 30px;
    border: 1px solid #231815;
}
.law .text{
    font-size: 14px;
    text-align: justify;
    line-height: 2;
    margin-bottom: 10px;
}
.law .text span{
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.law .text:last-child{
    margin-bottom: 0;
}

.quality-sec02 .box.n1 .att-box .box-flex .img img {
    width: 250px;
}

@media screen and (max-width: 767px){
    .wpcf7 table{
        border-collapse: collapse;
        border-spacing: 0;
    }
    .wpcf7 table th,
    .wpcf7 table td{
        width: 100%;
        display: block;
        white-space: normal;
        font-size: 14px;
    }
    form input[type="text"], form input[type="email"], form input[type="tel"], form input[type="number"], form textarea{
        width: 100%;
    }
}


.privacy-sec01{
    color: #fff;
}
.privacy-sec01__ttl{
    font-size: 24px;
    border-left: 3px solid #fff;
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 20px;
}
.privacy-sec01__cont dl{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    border-top: 1px dashed #fff;
}
.privacy-sec01__cont dl:last-child{
    border-bottom: 1px dashed #fff;
}
.privacy-sec01__cont dl dt{
    width: 20%;
    font-weight: bold;
}
.privacy-sec01__cont dl dd{
    width: 80%;
    padding-left: 30px;
}
.privacy-sec01__cont dl dd a{
    color: #fff;
    text-decoration: underline;
}