@charset "utf8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Noto Sans JP', sans-serif;
    color:#1e1e1e;
}
*, *: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;
}
#wrap {
    overflow: hidden;
    position: relative;
}
p a {
   cursor: pointer;
	transition:0.5s;
   color:#02bbe9;
   text-decoration:underline;
}
p a:hover {
   color:#ff1b96;
}
img {
    /* width: 100%; */
    max-width: 100%;
}
*:focus {
    outline: none;
}
/* alignXX系 */
.alignright {
	display: block;
	margin: 0 0 20px 40px;
	float: right;
}
.alignleft {
	display: block;
	margin: 0 40px 20px 0;
	float: left;
}
.aligncenter {
	display: block;
	margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
	.alignright,
	.alignleft,
	.aligncenter {
		display: block;
		margin: 20px auto;
		float: none;
	}
}

.mb1em {
    margin-bottom: 1em;
}

/* ====================
 ヘッダー
==================== */

.page-scroll {
    position: absolute;
    bottom: 160px;
    left: 35px;
    z-index: 9900;
}
.subarea-titlebox {
    background-image: url('../img/subtitle-bg.svg');
    width: 100%;
    height: 415px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-scroll p {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.3em;
    writing-mode: vertical-lr;
    font-weight: 500;
    margin: 0;
}
.page-scroll p::after {
    content: '';
    position: absolute;
    bottom: -115px;
    right: 50%;
    width: 1px;
    height: 90px;
    background: #242424;
    transform: translateX(-50%);
}
.page-scroll p::after {
    animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}
.text-box .en {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    padding-right: 37px;
    border-bottom: 1px solid #1e1e1e;
    padding-bottom: 5px;
    line-height: 1;
}
header {
    width: 100%;
    position: absolute;
    top: 0;
    z-index:9990;
    left: 0;
}
header .header-bar {
    position: absolute;
    z-index: 8800;
    background:none;
    border: none;
    padding: 26px 32px;
    align-items: center;
    justify-content: space-between;
    display: flex;
}
.logo {
    max-width: 300px;
    width: 100%;
    display: block;
}
header .header-bar .site-title a .site-logo img {
    width: 300px;
    height: auto;
}
header .header-bar .header-nav .select-lang a {
    color:#282828;
}
header .header-bar .header-nav ul.global-menu {
    padding-right: 16px;
}
header .header-bar .header-nav ul.global-menu > li {
    padding-left: 16px;
    padding-right: 16px;
}
header .header-bar .header-nav ul.global-menu > li a {
    color:#ffffff;
    font-size: 16px;
    font-weight: 700;
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1;
}
header .button {
    margin-left: 25px;
}
header .contact a {
    border:1px solid #ffffff;
    display: block;
    cursor: pointer;
    color:#fff;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    width: 185px;
    border-radius: 12px;
    background: linear-gradient(90deg, #02bbe9 0%, #67d6f2 100%);
    background-color: #002487;
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    padding-left: 5px;
}

#footer .af {
    position: relative;
    width: 185px;
    text-align: center;
    /* display: table; */
    display: inline-block;
}
.af a {
    display: block;
    cursor: pointer;
    color:#fff;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    height: 42px;
    width: 185px;
    border-radius: 12px;
    background: linear-gradient(90deg, #ff87c8 0%, #ff1b96 100%);
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    padding-left: 5px;
}
#footer .contact {
    display: inline-block;
}
#footer .contact a {
    display: block;
    cursor: pointer;
    color:#fff;
    font-weight: 500;
    position: relative;
    font-size: 16px;
    display: inline-block;
    line-height: 40px;
    height: 42px;
    width: 185px;
    border-radius: 12px;
    background: linear-gradient(90deg, #02bbe9 0%, #67d6f2 100%);
    /* background-color: #002487; */
    text-decoration: none;
    text-align: center;
    transition: all 0.5s;
    padding-left: 5px;
}
#footer .contact a:hover {
    background: #fff;
    color: #002487;
}
#footer .link-btns {
    text-align: right;
}

header .contact:hover::after {
    background-image: url('../img/mail-on.svg');
}
.af:hover::after {
    background-image: url('../img/af-on.svg');
}
.header-nav ul {
    display: flex;
    align-items: center;
}
.header-nav ul li.h-li {
    position: relative;
    margin-left: 35px;
}
.header-nav ul li.h-li a {
    font-size:15px;
    font-weight: 500;
}
.header-nav ul li.af {
    margin-left: 20px;
    padding-left: 0;
}
.header-nav ul .h-li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.header-nav ul .h-li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff1b96;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.header-nav ul .h-li a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #ff1b96;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
}
.header-nav ul .h-li a::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #02bbe9;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .7s;
}
.header-nav ul li.contact {
    position: relative;
    margin-left: 50px;
}
header .contact a::after {
    z-index: 5000;
    content:'';
    position: absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-image: url('../img/mail.svg');
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
}
.header-nav ul li.contact a:hover {
	border:1px solid #02bbe9;
}
.ft-right .af a {
    border:1px solid #ffffff;
}
.ft-right .af a:hover {
    border:1px solid #ff1b96;
}

header .af a::after {
    z-index: 5000;
    content:'';
    position: absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-image: url('../img/af.svg');
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
}
.header-nav ul li.contact a::before {
    content:none;
}
.header-nav ul li.af a::before {
    content:none;
}
.header-nav ul li a:hover::after {
    transform: scale(1, 1);
    opacity: 1;
}
.header-nav ul li a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}

header .contact a:hover {
    color:#002487;
    border:1px solid #002487;
    background: #ffffff;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    padding-left: 5px;
}
header .contact a:hover::after {
    background-image: url(../img/mail-on.svg) !important;
    transform: translateY(-50%) !important;
}
.af a:hover {
    background: #ffffff;
    color:#ff1b96;
    border: 1px solid #ff1b96;
}
.header-nav ul li.af a::after {
    transform: translateY(-50%);
}
.header-nav ul li.af a:hover::after {
    z-index: 5000;
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
    background-image: url(../img/af-on.svg);
}
@media screen and (max-width: 1420px) {
.header-nav ul li.contact {
    margin-left: 0;
}
.header-nav ul li.h-li {
    margin-left: 0;
}
    .logo {
        max-width: 180px;
    }
    header .header-bar {
        padding: 20px;
    }
    .header-nav ul li {
        padding-left: 30px;
    }
    header .contact a {
        width: 160px;
    }
	.header-nav .contact a {
        width: 150px;
	}
	.header-nav .af a {
        width: 150px;
	}
    .header-nav ul li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1240px) {
    #footer .link-btns {
        text-align: center;
    }
}
@media screen and (max-width: 1200px) {
    .header-nav ul li a {
        font-size: 12px;
    }
    .header-nav ul li.h-li a {
        display: block;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .header-nav ul {
        flex-direction: column;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .header-nav ul li {
        padding-left: 0;
    }

    .header-nav {
        position: fixed;
        inset: 0 -100% 0 100%;
        z-index: 100;
        background-color: #eaf1f9;
        transition: transform 0.3s;
    }
    .header-nav ul li.contact {
        margin-left: 0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .header-nav ul li.af {
        margin-left: 0;
        margin-top: 16px;
        margin-bottom: 16px;
    }
    .open .header-nav {
        transform: translate(-100%, 0);
    }
    .open body {
        position: fixed;
        overflow: hidden;
    }
}

@media screen and (max-width: 1080px) {
    .logo {
        max-width: 180px;
    }
    header .header-bar {
        padding: 20px;
    }
    .header-nav ul li {
        /* padding-left: 30px; */
        padding-left: 0;
    }
    header .contact a {
        width: 150px;
    }
    .header-nav ul li a {
        font-size: 14px;
    }
    .ft-logo {
        max-width: 253px;
        margin:0 auto 60px;
        width: 100%;
        height: 85px;
        margin-bottom: 40px;
    }
    .ft-left dl {
        max-width:260px;
        width:100%;
        margin:0 auto;
    }
}
#main-visual {
    position: relative;
}
.main-wrap-inner {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.main-img {
    max-width: 800px;
}
#main-visual {
    padding-top: 200px;
    background-image: url('../img/main-bg.png');
}
#main-visual h1 {
    margin-top: 50px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 25px;
}
.main-text {
    line-height: 2;
    margin-bottom: 30px;
}
.main-text {
    line-height: 2;
    margin-bottom: 50px;
    font-weight: 500;
}
.toggle {
    display: none;
}
.demo-btn a {
    background: linear-gradient(90deg,#ff1b96  0%, #ff87c8 100%);
    color:#fff;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    line-height: 68px;
    height: 68px;
    max-width:300px;
    width: 100%;
    border-radius: 15px;
    text-decoration: none;
    transition: all 0.3s;
    text-align: left;
    padding: 0 20px;
    position: relative;
}
.demo-btn a::before {
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    content:'';
    display: block;
    right: 15px;
    width: 38px;
    height: 38px;
    top:50%;
    background-size: 38px 38px;
    transform: translateY(-50%);
    background-repeat:no-repeat;
}
.demo-btn a::after {
    z-index: 5000;
    position: absolute;
    border-radius: 50%;
    content:'';
    display: block;
    right: 26px;
    top:50%;
    width: 14px;
    height: 10px;
    transform: translateY(-50%);
    background-repeat:no-repeat;
    background-image: url('../img/pink-arrow.svg');
}
.demo-btn a:hover {
    opacity: 0.7;
}
.analysis-service-btn a {
    color:#000;
    font-size: 16px;
    display: inline-block;
    line-height: 42px;
    height: 42px;
    max-width:300px;
    width: 100%;
    border-radius: 15px;
    background-color: #fff;
    text-decoration: none;
    text-align: left;
    transition: all 0.3s;
    padding: 4px 20px;
    margin-top: 20px;
    box-shadow: 2px 2px 7px 2px rgba(0,0,0,0.3);   /* 影指定 */
}
.af-detector {
    position: relative;
    margin-top: 130px;
    padding-bottom: 140px;
}
.af-detector.front-device {
    padding-bottom: 0;
}
.af-detector .inner {
    position: relative;
    z-index: 8000;
    max-width: 900px;
    margin: 0 auto;
}
.af-detector .inner::after {
    background-repeat: no-repeat;
    background-image: url('../img/af-right.svg');
    width: 150px;
    height: 180px;
    display: block;
    position:absolute;
    content:'';
    left:0;
    top:-40px;
    background-size: contain;
}

.af-detector .inner::before {
    background-repeat: no-repeat;
    background-image: url('../img/af-left.svg');
    width: 150px;
    position:absolute;
    height: 180px;
    display: block;
    content:'';
    right:-100px;
    top:-40px;
    transform: translateX(-50%);
}
.af-detector .inner::after {
    left: 30%;
}
.af-detector .inner::after {
    background-repeat: no-repeat;
    background-image: url('../img/af-right.png');
    width: 150px;
    height: 180px;
    display: block;
    position:absolute;
    content:'';
    left: -50px;
    top:-60px;
}
.af-detector::after {
    width: 1410px;
    height: 450px;
    top:0;
    content:'';
    display: block;
    background-image: url('../img/af-bottom.svg');
    background-repeat: no-repeat;
    position: absolute;
    margin-top: 130px;
    right:-140px;
    padding-bottom: 160px;
}
.front-device {
    padding-top: 120px;
}
.sp.main-text {
    display: none;
}
.sp.demo-btn {
    display: none;
}
.sp.main-img {
    display: none;
}
.logo-area {
z-index:1000;
position:relative;
}

.news-area .text-box {
    width: 220px;
}

.news-area .news-box {
    width: calc(100% - 220px);
}

@media (min-width: 1700px) {
    #main-visual {
        background-size: cover;
        padding-top: 260px;
        background-image: url('../img/main-bg.png');
    }
}
@media screen and (max-width: 1620px) {
    #main-visual {
        padding-top: 140px;
        background-image: url('../img/main-bg.png');
    }
    .news-area .text-box {
        padding-left: 0;
        /* width: 240px; */
    }
    .main-img {
        max-width: 600px;
        width: 100%;
    }
    .main-wrap-inner {
        padding: 0 40px 0 60px;
    }
    .page-scroll {
        position: absolute;
        bottom: 160px;
        left:7px;
        z-index: 9900;
    }
    .text-box {
        padding-left: 25px;
    }
    #main-visual h1 {
        font-size: 30px;
    }
    .main-text {
        font-size: 15px;
        width: 350px;
    }
    .main-text .dis-none {
        display: none;
    }
    .news-area .text-box {
        width: 180px;
    }

    .news-area .news-box {
        width: calc(100% - 180px);
    }
}

@media screen and (max-width: 980px) {
    #main-visual {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .main-text {
        font-size: 14px;
        width: 300px;
    }
    .demo-btn {
        font-size: 14px;
    }
    .demo-btn a {
        max-width: 240px;
        line-height: 55px;
        height: 55px;
        padding: 0 15px;
        font-size:14px;
    }
    .demo-btn a::after {
        z-index: 5000;
        top: 50%;
    }
    .demo-btn a::before {
        position: absolute;
        border-radius: 50%;
        background-color: #fff;
        content: '';
        display: block;
        right: 10px;
        width: 30px;
        height: 30px;
    }
    .demo-btn a::after {
        right: 15px;
    }


}
@media screen and (max-width: 768px) {
    #main-visual {
        padding-left: 40px;
    }
    .main-img {
        max-width: 350px;
        width: 100%;
    }
    #main-visual h1 {
        font-size: 22px;
        line-height: 1.8;
    }
    .main-text {
        line-height: 2;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .main-wrap-inner {
        padding: 0 20px 0 20px;
    }
    .text-box {
        padding-left: 0;
        /* max-width: 340px; */
    }
    .news-area .text-box {
        width:100%;
        position: relative;
    }
    .news-area .text-box .more-btn {
        position: absolute;
        top: 40px;
        right: 20px;
    }
    .pc.main-text {
        display: none;
    }
    .sp.main-img {
        max-width: 100%;
        width: 50%;
        top:10px;
        right: 15px;
        position: absolute;
        margin-left: auto;
        margin-right: 0;
    }
    .pc.demo-btn {
        display: none;
    }
    .sp.demo-btn {
        margin-left: 20px;
    }
    .sp.main-text {
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        width: 100%;
        padding-top: 50px;
    }
    .sp.demo-btn {
        display: block;
    }
    .demo-btn a {
        max-width: 240px;
        line-height: 45px;
        height: 45px;
    }
    .demo-btn a::before {
        width:24px;
        height: 24px;
    }
    .af-detector {
        margin-top: 80px;
        padding-bottom: 80px;
    }
    .af-detector .inner {
        padding-top: 0;
    }
    .main-text {
        font-size: 14px;
        width: 220px;
    }
    .text-box .en {
        font-family: 'Poppins', sans-serif;
        font-size: 12px;
    }
    .page-scroll p {
        font-size: 11px;
    }

    .news-area .news-box {
        width: 100%;
    }
}

@media screen and (max-width:640px) {
    .sp.main-text {
        padding-left: 20px;
        padding-top: 40px;
    }
}
@media screen and (max-width:580px) {
    #main-visual h1 {
        font-size: 18px;
        line-height: 1.8;
    }
    .sp.main-img {
        top: 50px;
        right: 15px;
    }
    .sp.main-text {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width:480px) {
    .logo {
        max-width: 160px;
    }
    .main-wrap-inner {
        padding: 0 20px 0 10px;
    }
    .sp.main-text {
        padding-left: 10px;
        padding-right: 20px;
    }
    .page-scroll p {
        letter-spacing: 0.1em;
    }
    #main-visual h1 {
        margin-bottom: 0;
    }
    #main-visual h1 {
        font-size: 16px;
    }
    .sp.main-img {
        right: 5px;
    }
    .text-box .en {
        font-size: 10px;
        padding-right: 20px;
    }
    .main-text {
        font-size: 12px;
    }
    .sp.main-text {
        padding-top: 40px;
    }
    .sp.demo-btn {
        padding-left: 10px;
        margin-left: 0;
    }
}
@media screen and (max-width:400px) {
    #main-visual {
        width: 100%;
        padding-bottom: 40px;
        background-repeat: no-repeat;
        padding-top: 65px;
        background-size: cover;
        background-image: url('../img/main-bg.png');
    }
    .sp.main-text {
        padding-top: 20px;
    }
    #main-visual h1 {
        margin-top: 30px;
    }
    .demo-btn a {
        max-width: 220px;
        height: 45px;
        font-size: 13px;
    }
    .demo-btn a {
        max-width: 200px;
        height: 38px;
        font-size: 11px;
        line-height: 38px;
    }
}
.front h2 {
    font-size: 71px;
    line-height: 1;
    color:#02bbe9;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}
#footer ul {
    display: flex;
    justify-content: space-between;
}

.front h2::after {
    height: 1px;
    width: 100px;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
    background: #1e1e1e;
    bottom:-30px;
    content:'';
}
.front h3 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.af-detector p {
    text-align: center;
    margin-top: 80px;
    line-height: 2.2;
    font-size: 16px;
    font-weight: 500;
}
.appli-detector .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}
.appli-detector .text-left {
    max-width: 470px;
    margin-left: auto;
    margin: 0 0 0 calc(50% - 600px);
    width: 100%;
    position: relative;
}
.appli-detector .text-left::after{
    background-image: url('../img/appli-obj.png');
    width: 220px;
    height: 220px;
    background-size: contain;
    background-repeat: no-repeat;
    content:'';
    display: block;
    position: absolute;
    right: -120px;
    top:-120px;
}
.logo, .ft-logo a {
    display: block;
    transition: 0.5s;
}
.logo:hover, .ft-logo a:hover {
    opacity: 0.5;
}
.flex__box {
    align-items: flex-start;
    justify-content: flex-end;
}
.flex-box {
    display: flex;
    align-items: center;
}
.flex-box.flex-start {
    align-items: flex-start;
}
.img-box {
    position: relative;
    z-index: 7000;
    margin:70px auto 0;
}
.appli-detector h2 {
    font-size: 60px;
}
.ft-logo {
    max-width: 253px;
    width: 100%;
    height: 85px;
    margin-bottom: 60px;
}
#footer {
    padding-top: 90px;
    margin-bottom: 160px;
}
#footer .inner {
    max-width: 1450px;
    width: 100%;
    margin: 0 auto;
}
#footer ul.ft-menu  {
    width: 850px;
}

.ft-menu li {
    margin-left: 25px;
}

.ft-left dl dt {
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}
.ft-left dl dd {
    font-size: 15px;
    line-height: 2;
}
.top {
    padding-bottom: 60px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #aaaaaa;
}
.ft-left {
    width: 350px;
}
.appli-detector .img-right {
    padding-left: 70px;
}
.copyright {
    color:#787878
}
.appli-detector {
    margin-bottom: 90px;
}
.appli-detector .flex-box {
    justify-content: space-between;
}
.appli-detector p {
    line-height: 2;
    position: relative;
    z-index: 8000;
    font-size: 16px;
}
.appli-detector h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
.front h2 {
    font-size: 71px;
    line-height: 1;
    color:#02bbe9;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}
#footer ul {
    display: flex;
    margin-bottom: 50px;
    justify-content: space-between;
}
.front .appli-detector h2{
    text-align: left;
    margin: 0 0 100px 0;
    font-size: 60px;
}
.front .appli-detector h3 {
    text-align: left;
}
.front .appli-detector h2::after {
    height: 1px;
    width: 100px;
    left: 0;
    transform: translateX(0);
}

.af {
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}
ul li {
    text-align: right;
}
ul.default-list {
    list-style: none !important;
}
ul.default-list li {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
ul.default-list li::before {
    content: '・';
}
ul.default-list.en li::before {
    content: '-';
    padding-right: 0.5em;
}
ul.breadcrumb li {
    text-align: left;
}
.ft-menu > li:first-child {
    margin-left: 0;
}

.bottom .flex-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.bottom li {
    transition: 0.5s;
}
.bottom li:hover {
    opacity: 0.5s;
}
.bottom li:first-child {
    margin-right: 30px;
}
.bottom li {
    position: relative;
    padding-left: 30px;
}
.bottom li::after {
    background-image: url('../img/black-arrow.svg');
    margin-right: 30px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    content:'';
    display: block;
    top:50%;
    transform: translateY(-50%);
}
.front .service-area h2{
    text-align: left;
    margin: 0 0 100px 0;
    font-size: 60px;
}
.front .service-area h3 {
    text-align: left;
}
.front .service-area .inner {
    max-width: 1200px;
    margin:0 auto;
}
.service-box {
    max-width: 286px;
    width: 100%;
    position: relative;
}
.service-box::after {
    max-width: 286px;
    width: 100%;
    position: relative;
}
.front .appli-detector {
    margin-top: 120px;
    position: relative;
}
.front .appli-detector {
    position: relative;
}
.front .appli-detector::after {
    position:absolute;
    content:'';
    display: block;
	 left:0;
    bottom:-150px;
    width: 847px;
    height: 367px;
    background-repeat: no-repeat;
    background-image: url('../img/appli-bottom.svg');
}
.number {
	position:absolute;
	z-index:9995;
	right:-10px;
	font-weight:600;
	top:-30px;
	color:#c8e6fa;
	font-size:68px;
	font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    line-height: 1;
}
.front .service-area h2::after {
    height: 1px;
    width: 100px;
    left: 0;
    transform: translateX(0);
}
.front .appli-detector h2::after {
    height: 1px;
    width: 100px;
    left: 0;
    transform: translateX(0);
}
.service-box h4 {
    margin-bottom: 20px;
}
.service-box p {
    font-size: 16px;
    line-height: 2;
}
.service-area .flex-box {
    display: flex;
    justify-content: space-between;
}
.service-box {
    max-width: 310px;
    width: 100%;
}
.service-box h4 {
    margin-top: 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.service-box p {
    margin-bottom: 20px;
    border-bottom: 1px solid #1e1e1e;
    font-size: 16px;
    font-weight: 400;
    min-height: 191px;
}
.service-box a {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
}
.service-box.two {
    margin-top: -50px;
}
.service-box.three {
    margin-top: -100px;
}
.service-img {
    width: 290px;
    height: 290px;
    text-align: center;
    margin: 0 auto;
}
.more-btn {
    display: table;
    margin: 0 0 0 auto;
}
.more-btn.center_position {
    margin-right: auto;
    margin-left: auto;
}
.more-btn a {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-right: 60px;
    transition: opacity .3s;
}
.more-btn a::after {
    content:'';
    display: block;
    width: 38px;
    height: 38px;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-image: url('../img/arrow-right.svg');
}
.more-btn a:hover {
    opacity: 0.7;
}
.allcases {
    margin-top: 50px;
}

.front .news-area .more-btn {
    margin: 0;
}
.front h2 {
    font-size: 45px;
    line-height: 1;
    color: #02bbe9;
    text-align: center;
    position: relative;
    display: table;
    margin: 0 auto;
}
.front .news-area h3 {
    margin-bottom: 10px;
}
.front .news-area h2 {
    display: table;
    margin: 0 0 80px;
}
.clinical-area {
    background-position: right top;
    margin-top: 120px;
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url('../img/clinical-bg.svg');
    background-repeat: no-repeat;
    width: 100%;
}
.clinical-area .center {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
}
.clinical-area .flex-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.clinical-area .inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.clinical-area .inner::after {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top:0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/cases-obj.png');
    width: 139px;
    height: 181px;
    content:'';
    display: block;
}
.news-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-image: url('../img/news-bg.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    margin-top: 120px;
}
.news-area .inner {
    margin: 0 auto;
    max-width: 1260px;
}
.news-area .flex-box {
    justify-content: space-between;
}
.white-box {
    background-color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    width: 100%;
    padding: 90px 100px 90px;
}
.white-box.add_padding {
    padding: 120px 100px 90px;
}
.cases-box {
    max-width: 365px;
    width: 100%;
}
.cases-box .cases-img {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
}

.cases-box .cases-img img {
	width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
@supports not (aspect-ratio: 3 / 2) {
    .cases-box .cases-img img {
        height: 180px;
    }
}

.detail-box .date {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.case {
    margin-left: 20px;
    border: 1px solid #aaaaaa;
    text-align: center;
    padding: 3px 30px;
    background-color: #fff;
    border-radius: 20px;
	font-size: 13px;
}
.front .news-area h2::after {
    height: 1px;
    width: 100px;
    left: 0;
    transform: translateX(0);
}
.front .news-area h3 {
    text-align: left;
}
.news-box > div {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.tag {
    margin-top: 3px;
    /* line-height: 1.3; */
    line-height: 18px;
    height: 20px;
    width: 155px;
    font-size: 13px;
    border-radius: 33px;
    text-align: center;
    padding: 0;
    background-color: #fff;
    border: 1px solid #aaaaaa;
    display: inline-block;
    /* margin-right:30px; */
}
.news-box dl > div {
    display: flex;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}
.news-box dl > div dt {
    /* margin-right: 25px; */
    letter-spacing: 0.05em;
    width: 288px;
}
.news-box dl > div dt time {
    margin-right: 1em;
}
.news-box dl > div dd {
    font-size:15px;
    /* max-width: calc(100% - 160px); */
    width: calc(100% - 300px);
    padding-right: 30px;
}
.news-box dl > div dd {
    display: flex;
    justify-content: space-between;
}
.news-area .flex-box {
    padding: 100px;
    background-color: rgba(255, 255, 255, 0.8);
    align-items: flex-start;
}
.news-box dl > div::after {
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    top:calc(50% - 18px);
    transform: translateY(-50%);
    right: 0;
    background-repeat: no-repeat;
    background-image: url('../img/arrow-black-right.svg');
    width: 12px;
    height: 8px;
    content:'';
    display: block;
}
/*
.news-box dl > div span {
    display: block;
}
*/

.list {
    margin-bottom: 15px;
}
.white-box .flex-box {
    flex-wrap: wrap;
    justify-content: space-between;
}
.white-box .flex-box .box{
    display: block;
    max-width: 410px;
    width: 100%;
    margin-bottom: 60px;
}
.white-box .flex-box > div:last-child {
    margin-bottom: 0;
}
.white-box .flex-box .box.remove_mb {
    margin-bottom: 0;
}

.page-menu-nav ul {
    display: flex;
    width:100%;
	justify-content:center;
    align-items: center;
    font-size: 15px;
    color: #1a1a1a;
    margin-top: 30px;
padding:0 30px;
}
.page-menu-nav li {
    width: 48%;
    padding: 7px 0;
    border-left: 1px solid #666666;
    position: relative;
    letter-spacing: 0.15em;
    padding: 0 80px;
    height: 70px;
}
.news-box dl > div {
    position: relative;
}
.page-menu-nav li a {
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
width:100%;
margin: 0 auto;
text-align: center;
}
.page-menu-nav li::after {
    position: absolute;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    background-image: url('../img/arrow-black-bottom.svg');
    background-repeat: no-repeat;
	 background-size:contain;
    width: 10px;
    height:14px ;
    content:'';
    right: 40px;
    top:calc(50% + 8px);
    transform: translateY(-50%);
}
.assumption-box.third {
    margin-bottom: 0;
}
.assumption-box.four {
    margin-bottom: 0;
}
.af-detector .img-box {
    margin: 40px auto 0;
    text-align: center;
}
.home .news-area .inner .flex-box {
    display: flex;
}
.af-detector .img-box img {
    margin: 0 auto;
    text-align: center;
}
.news-box .text {
    /* width: calc(100% - 80px); */
}
.appli-detector .sp.img-right {
    display: none;
}
.cases-box h4 {
    margin-bottom: 10px;
}
.detail-box {
    margin-bottom: 10px;
}
.detail-box time {
    letter-spacing: 0.05em;
}
.sp.main-img {
    display: none;
}
.news-area .more-btn a::after {
	left:auto;
}
#footer ul li a {
position: relative;
}
#footer ul li a::after {
position: absolute;
bottom: -3px;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #ff1b96;
transform: scale(0, 1);
transform-origin: left top;
transition: transform .3s;
}
#footer ul li a::before {
    position: absolute;
    bottom: -7px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #02bbe9;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .7s;
}
#footer ul li a:hover::after {
    transform: scale(1, 1);
    opacity: 1;
}
#footer ul li a:hover::before {
    transform: scale(1, 1);
    opacity: 1;
}
.ft-right .af a:hover::after {
    z-index: 5000;
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
    background-image: url(../img/af-on.svg);
}
.ft-right .af a {
    border:1px solid #ffffff;
}
.ft-right .af a:hover {
    border:1px solid #ff1b96;
}
.ft-right .af a::after {
    z-index: 5000;
    content:'';
    position: absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-image: url('../img/af.svg');
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
}
.ft-right .contact a:hover::after {
    z-index: 5000;
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
    background-image: url(../img/mail-on.svg);
}
.ft-right .contact a {
    border:1px solid #ffffff;
}
.ft-right .contact a:hover {
    border:1px solid #02bbe9;
}
.ft-right .contact a::after {
    z-index: 5000;
    content:'';
    position: absolute;
    left:15px;
    top:50%;
    transform: translateY(-50%);
    display: block;
    height: 15px;
    background-image: url('../img/mail.svg');
    background-repeat: no-repeat;
    width: 18px;
    background-size: contain;
}
.toggle-menu {
    position: absolute;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 2px;
    right: 12px;
    top: 12px;
    z-index: 9998;
display:none;
}
.toggle-menu {
    position: absolute;
    background:#02bbe9;
    cursor: pointer;
    width: 38px;
    height:38px;
    border-radius: 5px;
}
/*ボタン内側*/
.toggle-menu span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 10px;
    height: 1px;
    border-radius: 2px;
    background: #fff;
}
.toggle-menu span:nth-of-type(1) {
    top:12px;
    width: 45%;
}
.toggle-menu span:nth-of-type(2) {
    top: 17px;
    width: 35%;
}
.toggle-menu span:nth-of-type(3) {
    top:26px;
    width: 20%;
}
.toggle-menu.active span:nth-of-type(1) {
    top: 18px;
    left: 14px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
}
.toggle-menu.active span:nth-of-type(2) {
    opacity: 0;
}
.toggle-menu.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
}
.toggle-menu.active span:nth-of-type(1) {
    top: 12px;
    left: 12px;
    transform: translateY(6px) rotate(-135deg);
    width: 39%;
}
.toggle-menu.active span:nth-of-type(3) {
    top: 24px;
    left: 12px;
    transform: translateY(-6px) rotate(135deg);
    width: 39%;
}


.header-nav {
    width:100%;
    margin-left:auto;
    margin-right:0;
}
.header-bar {
	width:100%;
}
.header-nav ul {
    justify-content:flex-end;
}

#nav-bg.active　{
    position:fixed;
    z-index: 999;
    top: 0;
    width:100%;
    height: 100vh;
}
#circle-bg {
    position: fixed;
    z-index:3;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color:rgba(0, 201, 241, 0.8);
    transform: scale(0);
    top:calc(50% - 50px);
    left:calc(50% - 50px);
    transition: all .6s;
}
#circle-bg.active {
    display:block;
    transform: scale(50);
}

@media screen and (max-width: 1560px) {
    .news-area {
        background-size: cover;
    }
    .clinical-area {
        margin-top: 120px;
        padding-top: 120px;
        padding-bottom: 120px;
        background-size: cover;
    }
    #footer .inner {
        padding: 0 20px;
    }
    .page-menu-nav li a {
        font-size:13px;
    }

    .page-menu-nav li::after {
        right: 15px;
    }
}
@media screen and (max-width: 1340px) {
    .appli-detector .text-left {
        padding-left: 10px;
    }
    .appli-detector .text-left::after {
        background-image: url('../img/appli-obj.png');
        width: 160px;
        height: 160px;
        background-size: contain;
        background-repeat: no-repeat;
        content: '';
        display: block;
        position: absolute;
        right: -80px;
        top: -80px;
    }
    .front .appli-detector {
        margin-top: 130px;
    }
    .front h2 {
        font-size: 45px;
    }
    .news-box dl > div {
        display: flex;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #cccccc;
    }
    .news-area .inner {
        margin: 0 auto;
        max-width: 960px;
    }
    .news-area .flex-box {
        padding: 40px;
    }
    .news-box dl > div dt {
        /* max-width: 140px;
        width:140px;
        margin-right: 0; */
    }
    .more-btn a {
        display: inline-block;
        cursor: pointer;
        position: relative;
        padding-right: 30px;
        font-size: 13px;
    }
    .more-btn a::after {
        width: 26px;
        height: 26px;
        position: absolute;
        right: -10px;
        top: 50%;
    }
    .news-area .text-box {
        /* padding-right: 35px; */
    }
    .appli-detector .inner {
        padding: 0 0 0 20px;
    }
    .appli-detector .text-left {
        max-width: 470px;
        margin-left: auto;
        margin: 0;
        width: 100%;
        position: relative;
    }
    .service-area .inner {
        padding: 0 20px;
    }
    .clinical-area .inner {
        padding: 0 20px;
    }
    .cases-box {
        padding: 0 10px;
    }
    .clinical-area .more-btn {
        display: table;
        margin: 30px 0 0;
    }
}
@media screen and (max-width: 1240px) {
    .ft-logo {
        margin-top:40px;
    }
    .top {
        padding-bottom: 60px;
        margin-bottom: 30px;
        display: flex;
        flex-wrap: wrap;
        flex-flow:column;
        justify-content: center;
        border-bottom: 1px solid #aaaaaa;
    }
    .ft-right {
        order: 1;
		margin: 0 auto;
    }
    .ft-left {
        margin: 0 auto;;
        order: 2;
    }
    .af {
        margin-right: 0;
        margin-left: auto;
        text-align: center;
    }
	.page-menu-nav li {
    width: 48%;
    padding: 7px 0;
    border-left: 1px solid #666666;
    position: relative;
    letter-spacing: 0.15em;
    padding: 0;
    height: 70px;
}
	.page-menu-nav li a {
    width: 100%;
}
.toggle-menu {
    display:block;
}
}
@media screen and (max-width: 1120px) {
    .service-box p {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .af-detector .inner::before {
        width: 150px;
        height: 180px;
        right:80px;
    }
    .af-detector .inner::after {
        left: 180px;
        width: 150px;
        height: 180px;
    }
    .news-area .inner {
        margin: 0 auto;
        max-width: 960px;
    }
    .news-area .inner {
        padding: 0 20px;
    }
    .service-box {
        max-width: 260px;
        width: 100%;
    }
    .service-img {
        width: 220px;
        height: 220px;
    }
}
@media screen and (max-width: 920px) {
    .case {
        margin-left: 10px;
        border: 1px solid #aaaaaa;
        text-align: center;
        padding: 5px 20px;
        font-size: 13px;
        background-color: #fff;
        border-radius: 20px;
    }
    .cases-box p {
        font-size: 13px;
        min-height: 90px;
    }
    .service-box {
        padding: 0 10px;
    }
    .af-detector .inner {
        padding: 0 20px;
    }
    .cases-box .cases-img {
        margin: 0 auto 20px;
    }
    .appli-detector .text-left::after {
        width: 120px;
        height: 120px;
    }
    .service-box h4 {
        margin-top: 20px;
        font-size: 20px;
    }
    .af-detector .inner::before {
        width: 100px;
        height: 100px;
        right: 10%;
    }
    .af-detector .inner::after {
        width: 100px;
        height: 100px;
		   top:-50px;
        left:15%;
    }
    .clinical-area .inner::after {
        top: -10px;
        right: 20px;
    }
    #footer ul.ft-menu {
        margin:0 auto 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 500px;
        text-align: center;
    }
    .ft-menu li {
        margin-bottom: 10px;
    }
    .ft-menu li {
        margin-left: 35px;
    }
}
@media screen and (max-width: 768px) {
    .clinical-area {
        background-position:center center;
    }
	.number {
        position: absolute;
        z-index: 9995;
        right: 100px;
        top: -30px;
        font-size: 48px;
    }
	.front .appli-detector::after {
        width: 500px;
        height: 150px;
	}
    .news-area {
        padding-top: 80px;
        padding-bottom: 80px;
        background-image: url(../img/news-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        margin-top: 56px;
    }
    .clinical-area .flex-box {
        margin: 0 -20px;
    }
    .clinical-area .inner::after {
        width: 120px;
        height: 150px;
    }
    .clinical-area .flex-box {
        display: block;
    }
    .clinical-area .cases-box {
        display: block;
        margin: 0 auto 30px;
        padding-bottom: 30px;
        border-bottom: solid 1px #aaa;
    }
    .cases-box p {
        font-size: 13px;
        min-height: auto;
    }
    .service-box h4 {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .service-box p {
        margin-bottom: 10px;
        font-size: 13px;
        min-height: auto;
        padding-bottom: 10px;
    }
    .clinical-area .more-btn {
        margin: 20px 0 0;
    }
    .appli-detector .flex-box {
        width:100%;
        max-width: 100%;
    }
    .appli-detector .text-left {
        max-width: 100%;
    }
    .appli-detector .text-left::after {
        background-image: url(../img/appli-obj.png);
        width: 100px;
        left:150px;
        height: 100px;
        right:20px;
        top: -80px;
    }
    .service-area .flex-box {
        display: block;
    }
    .service-box {
        max-width: 450px;
        margin: 0 auto 70px;
    }
    .appli-detector .img-right {
        padding-left: 40px;
    }
    .front .appli-detector h2 {
        margin: 0 0 60px 0;
    }
    .front .service-area h2 {
        font-size: 32px;
    }
    .appli-detector h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .appli-detector p {
        padding-right: 30px;
    }
    .pc.img-right {
        display: none;
    }
    .sp.img-right {
        display: block;
        margin-bottom: 30px;
    }
    .front .appli-detector h2 {
        font-size: 32px;
    }
    .front h2 {
        font-size: 32px;
    }
    .front h3 {
        padding-top:10px;
        line-height: 1;
        font-size: 15px;
        margin-bottom: 15px;
    }
    .af-detector .inner::after {
        width: 120px;
        height: 120px;
        left: 40px;
        top: -50px;
    }
    .af-detector .inner::before {
        width: 100px;
        height: 100px;
        right: 40px;
        transform: translateX(0);
    }
    .af-detector p {
        text-align: center;
        margin-top: 60px;
        line-height: 1.8;
        font-size: 14px;
    }
    .af-detector::after {
        width: 800px;
        height: 300px;
        top: 0;
        content: '';
        display: block;
        background-image: url('../img/af-bottom.svg');
        background-repeat: no-repeat;
        position: absolute;
        margin-top: 130px;
        right: -140px;
        padding-bottom: 160px;
    }
    .news-box {
        margin-top: 60px;
    }
    .news-box dl > div{
        display: block;
        justify-content: space-between;
        padding-right: 30px;
    }
    .news-box dl > div dd {
        margin-top: 8px;
        font-size: 15px;
        /* max-width: 100%; */
        width: 100%;
        padding-right: 0;
    }

    .news-area .flex-box {
        padding: 20px;
    }
	.home .news-area .inner .flex-box {
        display: block;
    }
	.front .news-area h2 {
        margin: 0 0 40px;
    }

    .service-box.two {
        margin-top: 0;
    }
    .service-box.three {
        margin-top: 0;
    }
    #footer ul.ft-menu {
        width: 100%;
    }
    .ft-menu li {
        margin-left: 16px;
        margin-right: 16px;
    }
    .ft-menu > li:first-child {
        margin-left: 16px;
    }
    .ft-left {
        width: 100%;
    }
    #footer .af,
    #footer .contact  {
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .white-box .flex-box .box.remove_mb {
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 600px) {
    .af-detector .inner::after {
        width: 100px;
        height: 100px;
        left: 40px;
        top: -60px;
    }
    .af-detector .inner::before {
        width: 80px;
        height: 80px;
        right: 40px;
        transform: translateX(0);
    }
    .bottom .flex-box {
        display: flex;
        flex-wrap: wrap;
        flex-flow:column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .copyright {
        order:2;
    }
    #footer .bottom ul {
        display: flex;
        order:1;
        margin-bottom: 50px;
        justify-content: space-between;
    }
	.page-menu-nav {
    padding: 0 !important;
}
}
@media screen and (max-width: 480px) {
	.number {
    position: absolute;
    z-index: 9995;
    right: 60px;
    top:0;
    font-size: 35px;
}
    .service-img {
        width: 160px;
        height: 160px;
    }
    .af-detector p {
        font-size: 13px;
    }
    .clinical-area .center {
        font-size: 13px;
    }
    .clinical-area .inner::after {
        width: 100px;
        height: 100px;
        top:-70px;
    }
    .front h2::after {
        height: 1px;
        width: 80px;
        bottom: -25px;
    }
    .af-detector {
        margin-top: 120px;
        padding-bottom: 80px;
    }
    .clinical-area .center {
        margin-top: 60px;
        margin-bottom: 40px;
    }
    .af-detector .inner::after {
        width: 100px;
        height: 100px;
        left: 40px;
        top: -100px;
    }
    .af-detector .inner::before {
        width: 80px;
        height: 80px;
        top: -80px;
        right: 40px;
        transform: translateX(0);
    }
    .appli-detector p {
        font-size: 13px;
    }
    .img-box {
        position: relative;
        z-index: 7000;
        margin: 30px auto 0;
    }
    .af-detector::after {
        width: 500px;
        height: 200px;
        top: 30px;
        content: '';
        display: block;
        margin-top: 130px;
        right: -80px;
    }
    .news-box dl > div dd {
        display: block;
    }
    .news-box .text {
        margin-top: 10;
        width: 100%;
        font-size: 13px;
    }
    .news-box dl > div dt {
        font-size: 12px;
    }
    .front .news-area h2 {
        display: table;
        margin: 0 0 50px;
    }
    .tag {
        font-size: 12px;
        line-height:1.;
    }
    #footer ul.ft-menu {
        justify-content: center;
    }
    #footer ul.ft-menu {
        margin:0 auto 50px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        /* width: 330px; */
        text-align: center;
    }
    #footer li {
        font-size: 12px;
    }
    .ft-left dl dd {
        font-size: 12px;
        line-height: 1.8;
    }
    .copyright {
        font-size: 13px;
    }
   .ft-logo {
    margin-top: 35px;
	margin-bottom: 20px;
   }
}
#circle-bg {
z-index:9900;
}

.download a {
	margin: 30px auto;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	position: relative;
	font-size: 16px;
	display: block;
	line-height: 40px;
	height: 42px;
	width: 185px;
	border-radius: 12px;
	background: linear-gradient(90deg, #ff87c8 0%, #ff1b96 100%);
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
	padding-left: 5px;
}

.download a:hover {
	background: #ffffff;
	color: #ff1b96;
	border: 1px solid #ff1b96;
}

.select_worker {
    display: flex;
    justify-content: center;
}
.select_worker li {
    margin-right: 10px;
    margin-left: 10px;
}
.btn_primary a {
	margin: 30px auto;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	position: relative;
	font-size: 16px;
	display: block;
	line-height: 40px;
	height: 42px;
	width: 185px;
	border-radius: 12px;
	background: linear-gradient(90deg, #ff87c8 0%, #ff1b96 100%);
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
	padding-left: 5px;
}

.btn_primary a:hover {
	background: #ffffff;
	color: #ff1b96;
	border: 1px solid #ff1b96;
}
.btn_secondary a {
	margin: 30px auto;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
	position: relative;
	font-size: 16px;
	display: block;
	line-height: 40px;
	height: 42px;
	width: 185px;
	border-radius: 12px;
	background: linear-gradient(90deg, #02bbe9 0%, #67d6f2 100%);
	text-decoration: none;
	text-align: center;
	transition: all 0.5s;
	padding-left: 5px;
}

.btn_secondary a:hover {
	background: #ffffff;
	color: #02bbe9;
	border: 1px solid #02bbe9;
}

sup {
    vertical-align: super;
    font-size: small;
}

.page-id-1900 .header-nav {
    display: none !important;
}

.page-id-1900 .ft-right {
    display: none !important;
}
.page-id-1900 #open_nav {
    display: none !important;
}
