@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body {
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    letter-spacing: 0.08em;
    font-weight: 400;
    line-height: 1.5;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fs12 {
    font-size: 12px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs16 {
    font-size: 16px !important;
}

.en {
    font-family: 'Roboto', sans-serif;
}

#header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1100;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    background: #fff;
    padding: 0 20px;
}

.logo a:hover {
    opacity: 0.7;
}

.logo img {
    display: block;
}

.logo img.sp {
    display: none;
}

.nav-right li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.btn-switch-lang {
    display: flex;
    align-items: center;
    border: 2px solid #003ca0;
    border-radius: 50px;
    font-size: 11px;
    color: #003ca0;
    min-width: 110px;
    height: 32px;
    padding: 0 10px 0 42px;
    background: url(../img/icon_lang.png) no-repeat left 14px center;
    background-size: 21px auto;
    letter-spacing: 0.05em;
}

.nav-fixed {
    position: absolute;
    right: 0;
    margin: 156px 0 0;
    z-index: 11;
    width: 210px;
    overflow: hidden;
    padding: 24px 0 2px;
}

@media screen and (min-width: 768px) {
    .nav-fixed.on {
        position: fixed;
        top: 50%;
        margin: 0;
    }
}

.nav-fixed ul {
    box-shadow: 0 1px 2px rgba(33, 34, 39, 0.3);
    background: #fff;
    border-radius: 10px 0 0 10px;
    transform: translateX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.nav-fixed ul.is-hide {
    transform: translateX(163px);
}

.nav-fixed li:first-child {
    border-bottom: 1px solid #dce6f0;
}

.nav-fixed li a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 0 0 47px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
    background: url(../img/icon7.png) no-repeat 11px center;
    background-size: 25px 29px;
}

.nav-fixed li:last-child {
    border-radius: 0 0 0 10px;
    background: rgb(255, 100, 0);
    background: -moz-linear-gradient(90deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: linear-gradient(90deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff6400", endColorstr="#ff9600", GradientType=1);
}

.nav-fixed li:last-child a {
    background: url(../img/icon8.png) no-repeat 11px center;
    background-size: 25px 25px;
    color: #fff;
}

.nav-fixed li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}

.nav-fixed li:last-child a::after {
    background: url(../img/arr3.png) no-repeat center;
    background-size: cover;
}

.nav-fixed .close {
    color: transparent;
    width: 24px;
    height: 24px;
    border-radius: 5px 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/mins.png) no-repeat center #788ca0;
    background-size: 12px 12px;
    cursor: pointer;
}

.nav-fixed .close.off {
    background: url(../img/plus.png) no-repeat center #788ca0;
    background-size: 12px 12px;
}

.nav-fixed li a:hover {
    opacity: 0.7;
}

.mainvisual {
    position: relative;
}

.pause {
    width: 24px;
    position: absolute;
    left: 50%;
    bottom: 31px;
    margin: 0 0 0 45px;
    background: url(../img/play.png) no-repeat center;
    background-size: cover;
    z-index: 9;
    cursor: pointer;
}

.pause img {
    display: block;
}

.pause.on img {
    opacity: 0;
}

.mainvisual .slick {
    line-height: 0;
}

.mainvisual .slick-item {
    position: relative;
}

.mainvisual .slick-slide {
    text-align: center;
}

.mainvisual .slick-slide img {
    max-width: 1920px;
    object-fit: contain;
    margin: 0 auto;
}

.mainvisual .slick-slide img.main-01,
.mainvisual .slick-slide img.main-02 {
    max-width: 100%;
    max-height: 815px;
    width: 100%;
    object-fit: cover;
}

.mv2.slick-active .copy-text {
    display: block;
    margin: 0 auto;
}

.mainvisual .slick-slide img {
    width: 100%;
}

.slick-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 5;
}

.slick-dots li {
    margin: 0 5px;
}

.slick-dots button {
    display: block;
    width: 16px;
    height: 0;
    padding: 12px 0 0;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    border: none;
    background: #fff;
    box-shadow: 0 1px 2px rgba(33, 34, 39, 0.3);
    border: 2px solid #fff;
    cursor: pointer;
    border-radius: 50%;
    box-sizing: border-box;
}

.slick-dots .slick-active button {
    background: #02379b;
}

.diagnosis {
    position: absolute;
    right: 0;
    top: 40%;
    width: 210px;
    height: 140px;
    border-radius: 10px 0 0 10px;
    box-shadow: 0 1px 2px rgba(33, 34, 39, 0.3);
    background: #fff;
    padding: 2px;
    font-weight: 700;
}

.diagnosis dt {
    font-size: 16px;
    text-align: center;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.diagnosis dt span {
    color: #00288c;
}

.diagnosis dt sup {
    font-size: 17px;
    top: 0;
    margin: 0 0 0 1px;
}

.diagnosis dd a {
    display: flex;
    align-items: center;
    height: 55px;
    background-color: #003ca0;
    /* background: rgb(255,100,0);
  background: -moz-linear-gradient(90deg, rgba(255,100,0,1) 0%, rgba(255,150,0,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,100,0,1) 0%, rgba(255,150,0,1) 100%);
  background: linear-gradient(90deg, rgba(255,100,0,1) 0%, rgba(255,150,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6400",endColorstr="#ff9600",GradientType=1); */
    color: #fff;
    border-radius: 0 0 0 10px;
    padding: 0 0 0 55px;
    font-size: 18px;
    position: relative;
}

.diagnosis dd a:hover {
    opacity: 0.7;
}

.diagnosis dd a:before {
    content: "";
    width: 25px;
    height: 30px;
    background: url(../img/icon6.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 15px;
    top: 50%;
    margin: -15px 0 0;
}

.diagnosis dd a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}

.gnav {
    width: 100%;
    position: relative;
}

.gnav ul.menu {
    width: 100%;
    display: flex;
    /* position: absolute;
  left: 0;
  top: 0; */
}


/* .gnav ul.fixed{
  position: fixed;
  z-index: 12;
} */

.gnav .menu li {
    width: 25%;
    background: #003ca0;
}

.gnav .menu li:nth-child(2n) {
    background: #001e82;
}

.gnav .menu a:hover {
    opacity: 0.7;
}

.gnav .menu li a {
    color: #fff;
    padding: 15px 30px 15px 60px;
    display: block;
    position: relative;
}

.gnav .menu li a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.gnav .menu li span {
    display: block;
    line-height: 1.7;
}

.gnav .menu li span.ttl {
    font-size: 18px;
    /* font-weight: 500; */
}

.gnav .menu li span.ttlen {
    font-size: 16px;
    /* font-weight: 500; */
}

.nav1 a {
    background: url(../img/icon1.png) no-repeat 10px center;
    background-size: 44px 44px;
}

.nav2 a {
    background: url(../img/icon2.png) no-repeat 10px center;
    background-size: 44px 44px;
}

.nav3 a {
    background: url(../img/icon3.png) no-repeat 10px center;
    background-size: 44px 44px;
}

.nav4 a {
    background: url(../img/icon4.png) no-repeat 10px center;
    background-size: 44px 44px;
}

.nav5 a {
    background: url(../img/icon5.png) no-repeat 10px center;
    background-size: 44px 44px;
}

.gnav .menu .subnav li {
    background: url(../img/icon_arrow_sm.png) no-repeat 0 2px;
    background-size: 14px auto;
    padding-left: 24px;
}

.gnav .menu .subnav li a {
    font-size: 13px;
    line-height: 1.4;
    padding: 0;
    color: inherit;
    background: none;
}

.gnav .menu .subnav li a:before {
    display: none;
}

.bnr-fixed .nav-fixed {
    display: none;
    width: 100%;
    max-width: 100%;
    background: rgba(240, 242, 244, 0.7);
    border-radius: 0;
    padding: 10px 0;
    margin: 0;
    position: fixed;
    right: auto;
    left: 50%;
    top: auto;
    bottom: 0;
    transform: translateX(-50%);
}

.bnr-fixed .nav-fixed.active {
    transform: translate(-50%, 0);
}

.bnr-fixed .nav-fixed ul {
    width: 100%;
    max-width: 640px;
    display: flex;
    background: none;
    border-radius: 0;
    box-shadow: 0 0 0;
    margin: 0 auto;
}

.bnr-fixed .nav-fixed ul li {
    width: 50%;
    margin: 0 15px;
}

.bnr-fixed .nav-fixed ul li a {
    height: 55px;
}

.bnr-fixed .nav-fixed li a:after {
    margin: 0 0;
    transform: translateY(-50%);
}

.bnr-fixed .nav-fixed ul li:first-child {
    background: #fff;
    border-bottom: 0;
}

.bnr-fixed .nav-fixed ul li:last-child {
    border-radius: 0;
}

.bnr-fixed .nav-fixed .close {
    display: none !important;
}

@media (min-width: 1201px) {
    .nav-fixed {
        top: 40%;
    }
    .gnav .subnav {
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background: #f0f2f4;
        padding: 15px 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
        transform: translateY(15px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s;
    }
    .gnav .nav-fixed,
    .gnav .nav-header {
        display: none !important;
    }
    .gnav .menu>li {
        display: flex;
        align-items: center;
    }
    .gnav .menu>li>a {
        width: 100%;
    }
    .gnav .menu li .ins {
        display: none;
    }
    .gnav li:hover .subnav {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }
    .gnav .menu .subnav ul {
        display: flex;
        justify-content: center;
    }
    .gnav .menu .subnav li {
        width: 33.3333%;
        padding: 0 30px;
    }
}

@media screen and (max-width: 950px) {
    .bnr-fixed .nav-fixed {
        bottom: 0 !important;
    }
    #footer .f-bottom {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 640px) {
    .bnr-fixed .nav-fixed ul {
        padding: 0 2%;
    }
    .bnr-fixed .nav-fixed ul li {
        margin: 0 0;
    }
    .bnr-fixed .nav-fixed ul li:first-child {
        margin-right: 2.344vw;
    }
    .bnr-fixed .nav-fixed ul li a {
        font-size: 14px;
        height: 45px;
        padding: 0 0 0 45px;
    }
    .bnr-fixed .nav-fixed ul li:first-child a {
        background: url(../img/icon7.png) no-repeat 15px center;
        background-size: 18px 21px;
    }
    .bnr-fixed .nav-fixed ul li:last-child a {
        background: url(../img/icon8.png) no-repeat 15px center;
        background-size: 18px 18px;
    }
}

@media screen and (max-width: 420px) {
    .bnr-fixed .nav-fixed ul li a {
        font-size: 11px;
        padding: 0 0 0 28px;
    }
    .nav-fixed li a:after {
        width: 17px;
        height: 17px;
        right: 5px;
    }
    .bnr-fixed .nav-fixed ul li:first-child a {
        background: url(../img/icon7.png) no-repeat 5px center;
        background-size: 18px 21px;
    }
    .bnr-fixed .nav-fixed ul li:last-child a {
        background: url(../img/icon8.png) no-repeat 5px center;
        background-size: 18px 18px;
    }
}

.news {
    display: flex;
    align-items: center;
    padding: 20px 0;
    background: #fff;
    font-weight: 500;
    width: 90%;
    margin: 0 auto;
}

.news h2 {
    width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #00288c;
}

.news h2 span {
    display: block;
    font-size: 14px;
}

.news-list {
    width: calc(100% - 190px);
    border-left: 2px solid #00288c;
    padding: 0 40px;
}

.news-list li {
    padding: 15px 0;
    border-bottom: 1px solid #dce6f0;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list p {
    font-size: 14px;
    color: #787878;
    margin: 0 0 5px;
}

.news-list a {
    font-size: 15px;
    color: #000;
}

.news-list a:hover {
    text-decoration: underline;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.title {
    font-size: 38px;
    text-align: center;
    margin: 0 0 20px;
}

.title span {
    color: #00288c;
}

.title sup {
    top: -10px;
}

#main {
    background: #f0f2f4;
    padding-top: 110px;
}

@media (max-width: 1800px) {
    .eng #main {
        padding-top: 140px;
    }
}

.introduction {
    padding: 80px 0;
    background: #f0f2f4;
}

.introduction .slick {
    background: #fff;
    position: relative;
}

.introduction .slick:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.introduction .slick-item {
    padding: 20px;
    border-right: 1px solid #dce6f0;
}

.introduction .slick-track {
    display: flex !important;
}

.introduction .slick-slide {
    height: auto;
}

.slick-arrow {
    width: 60px;
    position: absolute;
    top: 105px;
    z-index: 5;
    cursor: pointer;
}

.prev-arrow {
    left: -10px;
}

.next-arrow {
    right: -10px;
}

.introduction p {
    font-size: 15px;
    font-weight: 500;
    padding: 15px 0 10px 10px;
}

.introduction a img {
    display: block;
    border-radius: 12px;
}

.introduction a {
    position: relative;
    display: block;
}

.introduction a:before {
    content: "";
    width: 55px;
    height: 55px;
    background: url(../img/icon-video.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.introduction a:hover {
    opacity: 0.7;
}

.list-videos {
    display: flex;
    margin-top: 20px;
}

.list-videos li {
    width: 25%;
    padding: 20px;
    background: #fff;
    border-right: 1px solid #dce6f0;
}

.list-videos li:last-child {
    border-right: 0;
}

.list-videos p {
    font-weight: 400;
}

.list-videos a:before {
    width: 55px;
    height: 55px;
}

.features {
    overflow: hidden;
}

.block {
    padding: 0 0 70px;
    background: #fff;
}

.heading {
    width: 100%;
    height: 450px;
    background: url(../img/bg1.jpg) no-repeat center #00288c;
    background-size: auto 100%;
    color: #fff;
    position: relative;
}

.fea2 .heading {
    background: url(../img/bg2.jpg) no-repeat center #00288c;
    background-size: auto 100%;
}

.fea3 .heading {
    background: url(../img/bg3.jpg) no-repeat center #00288c;
    background-size: auto 100%;
}

.heading:after {
    content: "";
    width: calc(50% - 766px);
    height: 100%;
    background: url(../img/bgx1.jpg) repeat-x center;
    background-size: 31px 510px;
    position: absolute;
    right: 0;
    top: 0;
}

.heading .container {
    padding: 35px 0 0 20px;
}

.video_subttl h3 {
    font-size: 20px;
    text-align: center;
    margin: 30px 0 10px;
}

.heading h3 {
    font-size: 46px;
    font-weight: 700;
    padding: 0 0 0 85px;
    background: url(../img/icon9.png) no-repeat left center;
    background-size: 64px 61px;
}

.fea2 .heading h3 {
    background: url(../img/icon10.png) no-repeat left center;
    background-size: 69px 65px;
}

.fea3 .heading h3 {
    background: url(../img/icon11.png) no-repeat left center;
    background-size: 76px 53px;
}

.heading dt {
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 20px;
}

.heading dd {
    line-height: 1.8;
}

.point-wrap {
    margin-top: -80px;
    position: relative;
}

.point {
    background: #f8fafc;
    padding: 30px 50px 20px;
    margin: 0 0 10px;
}

.p-ttl {
    display: flex;
    align-items: center;
    margin: 0 0 30px;
}

.p-ttl dt {
    font-weight: 500;
    width: 82px;
    color: #00288c;
    line-height: 1.1;
    padding-left: 5px;
}

.p-ttl dt p {
    display: inline-block;
    text-align: center;
    font-weight: 500;
}

.p-ttl dt span {
    display: block;
    font-size: 41px;
}

.p-ttl dd {
    width: calc(100% - 82px);
    border-left: 2px solid #00288c;
    padding: 0 0 0 25px;
}

.p-ttl h4 {
    font-size: 20px;
    font-weight: 500;
    margin: -2px 0 10px;
}

.p-ttl dd p {
    font-size: 16px;
    line-height: 1.8;
}

.point .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.point .list li {
    margin: 0 8px;
    width: 30%;
    padding: 10px;
    background: #fff;
    position: relative;
}

.point .list li.spec {
    width: 640px;
    /* old 710px */
}

.point .list dl {
    padding: 10px;
}

.point .list dl dt {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}

.point .list dl dd {
    font-size: 14px;
}

.point .list dl dd.inline {
    text-indent: -14px;
    padding-left: 14px;
}

.label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    background: #ff7800;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -100px;
    top: -5px;
    font-weight: 700;
}

.label:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ff7800 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin: 0 0 0 -5px;
}

.label sup {
    font-size: 18px;
    top: 0;
}

.label02 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 40px;
    background: #666;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -50px;
    top: -5px;
}

.label02:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin: 0 0 0 -5px;
}

.label02 sup {
    font-size: 18px;
    top: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .introduction a:before {
        width: 40px;
        height: 40px;
    }
    .list-videos li {
        padding: 10px;
    }
    .list-videos li p {
        padding-left: 0;
    }
    .list-videos a:before {
        width: 30px;
        height: 30px;
    }
}

.usage {
    padding: 70px 0 0;
    overflow: hidden;
    max-width: 1200px;
    margin: 0 auto;
}

.usage .slick-track {
    display: flex !important;
}

.usage .slick-slide {
    /* width: 1080px; */
    height: auto;
}

.usage .slick-arrow {
    top: 36%;
}

.usage .prev-arrow {
    left: calc(50% - 600px);
}

.usage .next-arrow {
    right: calc(50% - 600px);
}

.subdes {
    font-size: 16px;
    line-height: 1.8;
    margin: 10px 0 30px;
}

.usage .slick {
    margin: 0 0 90px;
}

.usage .slick-box {
    height: 100%;
    margin: 0 10px;
    padding: 10px;
    background: #fff;
}

.usage .slick-item dl {
    padding: 20px 10px;
}

.usage .slick-item dl dt {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px;
}

.usage .slick-item dl dd {
    font-size: 16px;
}

.check {
    margin: 0 0 90px;
    background: #fff;
}

.check .ttl {
    background: #00288c;
    color: #fff;
    padding: 35px 35px 35px 185px;
    position: relative;
}

.check .ttl:before {
    content: "";
    width: 140px;
    height: 152px;
    background: url(../img/check.png) no-repeat left center;
    background-size: cover;
    position: absolute;
    left: 22px;
    top: -20px;
}

.check .ttl h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.check .ttl h3 span {
    font-size: 18px;
    display: inline-block;
}

.check-content {
    text-align: center;
    padding: 40px 0;
}

.inline-text {
    text-indent: -15px;
    padding-left: 15px;
}

.caption {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 20px;
}

.support {
    padding: 0 0 1px;
}

.case {
    padding: 0 0 80px;
}

.case-list {
    display: flex;
    justify-content: space-between;
    justify-content: center;
}

.case-list li {
    width: 390px;
    background: #fff;
    padding: 10px 10px 10px;
    position: relative;
    margin: 0 7px;
}

.case-list li:hover {
    opacity: 0.7;
}

.case-list li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.case-info {
    padding: 20px 10px;
}

.case-list h3 {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.1;
    height: 55px;
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 0 20px;
}

.case-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px;
}

.case-info p {
    font-size: 16px;
}

.tag {
    width: 150px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff7800;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}

.guide {
    margin: 0 0 90px;
}

.guide ul {
    display: flex;
    justify-content: space-between;
}

.guide ul li {
    width: 285px;
    padding: 50px 25px 25px;
    background: #fff;
    position: relative;
}

.guide ul li:before {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 2px solid #00288c;
    background: #fff;
    position: absolute;
    left: 50%;
    top: -25px;
    margin: 0 0 0 -30px;
    border-radius: 50%;
    font-size: 23px;
    font-weight: 500;
    color: #00288c;
    z-index: 2;
}

.guide ul li:nth-child(1):before {
    content: "01";
}

.guide ul li:nth-child(2):before {
    content: "02";
}

.guide ul li:nth-child(3):before {
    content: "03";
}

.guide ul li:nth-child(4):before {
    content: "04";
}

.guide ul li:after {
    content: "";
    width: 100%;
    height: 26px;
    background: url(../img/arr4.png) no-repeat right center;
    background-size: 100% 26px;
    position: absolute;
    right: 50%;
    top: -10px;
    margin: 0 35px 0 0;
}

.guide ul li:nth-child(1):after {
    display: none;
}

.guide h3 {
    text-align: center;
    font-size: 21px;
    padding: 15px;
    position: relative;
    background: #00288c;
    color: #fff;
    margin: 0 0 35px;
}

.guide h3:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #00288c transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin: 0 0 0 -12px;
}

.guide h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 20px 0 15px;
    text-align: center;
}

.guide li p {
    font-size: 16px;
    line-height: 1.8;
}

#footer {
    text-align: center;
}

#footer .f-top {
    height: 365px;
    background: url(../img/bgx1.jpg) repeat-x center;
    background-size: 31px 510px;
    color: #fff;
}

#footer .f-top .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

#footer .f-top h4 {
    font-size: 31px;
    font-weight: 500;
    letter-spacing: 4px;
}

#footer .f-top p {
    padding: 10px 0 30px;
}

.f-top ul {
    display: flex;
    justify-content: center;
}

.f-top ul li {
    margin: 0 10px;
    border-radius: 5px;
    background-color: #fff;
    border-radius: 5px;
}

.f-top li a {
    border-radius: 5px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    width: 310px;
    height: 80px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 0 65px;
    color: #000;
    background: url(../img/icon7.png) no-repeat 15px center;
    background-size: 35px 41px;
    position: relative;
}

.f-top li a:hover {
    opacity: 0.7;
}

.f-top li:last-child {
    background: rgb(255, 100, 0);
    background: -moz-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff6400", endColorstr="#ff9600", GradientType=1);
}

.f-top li a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/arr7a.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -15px 0 0;
}

.f-top li:last-child a:after {
    background: url(../img/arr7b.png) no-repeat center;
    background-size: cover;
}

.f-top li:last-child a {
    background: url(../img/icon8.png) no-repeat 15px center;
    background-size: 35px 35px;
    color: #fff;
}

.f-bottom {
    padding: 50px 0;
    text-align: center;
}

.f-bottom p {
    font-size: 12px;
}

.f-bottom p.copyright {
    font-size: 10px;
    padding: 20px 0;
}

.f-bottom ul {
    display: flex;
    justify-content: center;
}

.f-bottom ul li {
    margin: 0 20px;
}

.f-bottom ul li a {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(../img/blank.png) no-repeat right center;
    background-size: 12px 12px;
    color: #000;
}

.f-bottom ul li a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .f-bottom .container {
        width: 100%;
    }
    .f-bottom ul li a {
        font-size: 14px;
    }
}

.subvisual {
    background: url(../img/lower01/bg.jpg) repeat-x center;
    background-size: 1600px 220px;
    height: 220px;
    padding: 80px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.breadcrumb {
    max-width: 1200px;
    margin: 20px auto;
    font-size: 12px;
}

.breadcrumb ul {
    display: flex;
}

.breadcrumb ul li a {
    color: #000;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

.breadcrumb ul li span {
    display: inline-block;
    padding: 0 5px;
}

.lower {
    padding: 0 0 60px;
}

.lower .container {
    background: #fff;
}

.lower h2 {
    font-size: 41px;
    text-align: center;
    margin: 0;
    padding: 44px 0;
    background: #00288c;
    color: #fff;
}

.faq {
    padding: 0 10px 20px;
}

.faq>p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 2;
    margin: 0 0 20px;
}

.faq>p.special span {
    font-size: 21px;
    color: #ff7800;
}

.faq>p.special {
    margin: 0 0 40px;
}

.faq .number {
    display: inline-block;
    width: 226px;
    height: 72px;
    background: #ff7800;
    color: #fff;
    font-size: 31px;
    border: 6px solid #00288c;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 36px;
    margin: -36px auto 20px;
}

.lower02 .faq .number {
    width: 390px;
    padding: 0 120px 0 0;
    position: relative;
    justify-content: flex-end;
    font-size: 20px;
    line-height: 1.5;
}

.lower02 .faq .number span {
    width: 100px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #ff7800;
    font-size: 36px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 25px;
}

.faq .list {
    padding: 40px 10px 10px;
    background: #f8fafc;
    position: relative;
    max-width: 70%;
    margin: 0 auto;
}

.des {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 126px;
    height: 40px;
    background: #ff7800;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    right: 4px;
    top: -10px;
    font-weight: 500;
}

.des:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #ff7800 transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -6px;
    margin: 0 0 0 -5px;
}

.faq .list li {
    margin: 0 0 10px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.question {
    width: calc(100% - 120px);
    box-shadow: 1px 1px 2px rgba(33, 34, 39, 0.3);
    position: relative;
}

.question .q {
    width: 75px;
    height: 55px;
    background: #00288c;
    border-radius: 0 0 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
}

.question p {
    font-size: 19px;
    font-weight: 500;
    padding: 18px 18px 18px 95px;
}

.check-box {
    width: 115px;
    box-shadow: 1px 1px 2px rgba(33, 34, 39, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
}

.check-btn {
    width: 30px;
    height: 30px;
    background: url(../img/lower01/off.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}

.check-btn.on {
    background: url(../img/lower01/on.png) no-repeat center;
    background-size: cover;
}

.btn a {
    border-radius: 5px;
    border: 1px solid #dce0e8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    height: 80px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    position: relative;
    padding: 0 40px 0 0;
    margin: 0 auto;
}

.btn-contact a {
    justify-content: flex-start;
    padding: 0 0 0 65px;
    color: #000;
    background: url(../img/icon8.png) no-repeat 15px center #fff;
    background-size: 35px 35px;
}

.btn a:hover {
    opacity: 0.7
}

.btn a:before {
    content: "";
    width: 40px;
    height: calc(100% - 2px);
    background: rgb(255, 100, 0);
    background: -moz-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff6400", endColorstr="#ff9600", GradientType=1);
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0 4px 4px 0;
}

.btn a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}

.diag {
    padding: 30px 0 50px;
    background: url(../img/lower01/bg2.png) no-repeat right 30px top;
    background-size: 225px 256px;
    /* border-bottom: 1px solid #dce0e8; */
    margin: 0 -10px;
}

.diag3 {
    padding: 30px 0 60px;
    background: url(../img/lower01/bg3.png) no-repeat right 30px top;
    background-size: 225px 256px;
    border-bottom: 1px solid #dce0e8;
    margin: 0 -10px 20px;
}

.diag4 {
    padding: 30px 0 60px;
    background: url(../img/lower01/bg4.png) no-repeat right 30px top;
    background-size: 225px 256px;
    border-bottom: 1px solid #dce0e8;
    margin: 0 -10px 20px;
}

.diag h3,
.diag3 h3,
.diag4 h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 15px;
}

.diag p,
.diag3 p,
.diag4 p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center;
}

.diag p {
    margin: 0 0 55px;
}

.answer {
    margin: 0 10px 10px;
}

.answer dl {
    padding: 15px 30px;
    background: #f0f2f4;
    margin: 0 0 25px;
}

.answer dl dt {
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    margin: 0 0 10px;
}

.answer dl dd {
    font-size: 13px;
    line-height: 1.8;
}

.pager {
    display: flex;
    justify-content: center;
}

.pager li {
    margin: 0 10px;
}

.pager li a {
    border-radius: 5px;
    border: 1px solid #dce0e8;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 310px;
    height: 80px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 0 40px 0 0;
    color: #000;
    position: relative;
}

.pager li.prev a {
    padding: 0 0 0 40px;
}

.pager li a:hover {
    opacity: 0.7
}

.pager li a:before {
    content: "";
    width: 40px;
    height: calc(100% - 2px);
    background: rgb(255, 100, 0);
    background: -moz-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff6400", endColorstr="#ff9600", GradientType=1);
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0 4px 4px 0;
}

.pager li.prev a:before {
    right: auto;
    left: 1px;
    border-radius: 4px 0 0 4px;
}

.pager li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}

.pager li.prev a:after {
    background: url(../img/arr3b.png) no-repeat center;
    background-size: cover;
    right: auto;
    left: 10px;
}

.detail {
    padding: 0 0 40px;
}

.detail .container {
    margin-bottom: 33px;
    padding: 20px 10px 40px;
    background: #fff;
}

.entry-meta {
    background: #deeffe url(../img/bg_diagnosis.png) repeat center center;
    padding: 15px 0 18px;
    margin-bottom: 35px;
}

.entry-meta .intro {
    font-size: 18px;
    margin-bottom: 12px;
}

.entry-meta .tag {
    position: static;
    padding: 5px 15px;
    display: inline-block;
    height: auto;
    width: auto;
}

.entry-meta h1 {
    color: #00288c;
    margin: 10px 0 0;
    font-size: 30px;
    line-height: 1.25;
}

.detail .container>p {
    font-size: 13px;
    margin: 0 0 20px 15px;
}

.detail .box {
    padding: 20px 25px;
    background: #e8f0f6;
    margin: 0 0 35px;
    font-size: 13px;
    line-height: 1.8;
}

.entry {
    padding: 0 25px 1px;
}

.entry .content {
    margin: 0 0 60px;
}

.entry h2 {
    font-size: 21px;
    margin: 0 0 25px;
    position: relative;
    padding: 0 0 0 35px;
}

.entry h2:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #00288c;
    position: absolute;
    left: 0;
    top: 6px;
}

.entry p {
    margin: 0 0 25px;
    font-size: 15px;
    line-height: 2;
}

.entry p:last-child {
    margin: 0;
}

.feature-img {
    width: 260px;
    padding: 10px;
    border: 1px solid #dce0e8;
    float: right;
    margin: 0 0 0 60px;
}

.entry .feature-img p {
    font-size: 13px;
}

.info {
    padding: 25px 30px;
    background: #e8f0f6;
    margin: 0 0 40px;
    font-size: 13px;
    line-height: 1.8;
}

.info h4 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #00288c;
}

.info dl {
    margin: 0 0 10px;
}

.info dl:last-child {
    margin: 0;
}

.info dl dt {
    font-size: 14px;
    font-weight: 500;
    width: 130px;
    float: left;
}

.info dl dd {
    padding: 0 0 0 130px;
}

.info a {
    color: #000;
}

.info a.blank:after {
    content: "";
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/blank.png) no-repeat right center;
    background-size: 12px 12px;
    margin: 0 0 0 10px;
    vertical-align: middle;
}

.info a:hover {
    text-decoration: underline;
}

.pager2 .cats-back {
    margin-bottom: 20px;
    text-align: center;
}

.pager2 li.post-thumb a {
    border-radius: 5px;
    border: 1px solid #dce0e8;
    display: flex;
    align-items: center;
    background: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px 10px 10px;
    color: #000;
    position: relative;
}

.pager2 li.prev a {
    padding: 10px 4px 10px 37px;
}

.pager2 li a:hover {
    opacity: 0.7
}

.pager2 li.post-thumb a:before {
    content: "";
    width: 25px;
    height: calc(100% - 2px);
    background: rgb(255, 100, 0);
    background: -moz-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 100, 0, 1) 0%, rgba(255, 150, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff6400", endColorstr="#ff9600", GradientType=1);
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0 4px 4px 0;
}

.pager2 li.prev a:before {
    right: auto;
    left: 1px;
    border-radius: 4px 0 0 4px;
}

.pager2 li.post-thumb a:after {
    content: "";
    width: 14px;
    height: 14px;
    background: url(../img/arr3.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 7px;
    top: 50%;
    margin: -10px 0 0;
}

.pager2 li.prev a:after {
    background: url(../img/arr3b.png) no-repeat center;
    background-size: cover;
    right: auto;
    left: 10px;
}

.pager2 li.post-thumb .photo img {
    display: block;
}

.pager2 li.post-thumb dl {
    flex: 1;
    padding: 0 2px 0 10px;
}

.pager2 li.post-thumb dl dt {
    font-size: 13px;
    font-weight: 400px;
    margin: 0 0 5px;
    color: #00288c;
}

.cats-back,
.cats-back a {
    font-size: 24px;
    font-weight: 500;
    color: #00288c;
}

.pager2 .post-thumb {
    max-width: 600px;
    margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .entry-meta h1 {
        font-size: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-meta {
        margin-bottom: 20px;
    }
    .entry-meta .container {
        width: 95%;
    }
    .entry-meta h1 {
        font-size: 20px;
    }
    .entry-meta .intro {
        font-size: 14px;
    }
}


/*css for mv*/

.frame {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.mv2 .frame {
    left: 50%;
    transform: translateX(-50%);
}

.mv1.slick-active.slick-start .frame1 {
    -webkit-animation: fadeIn 1s ease-in-out both;
    animation: fadeIn 1s ease-in-out both;
    animation-delay: 0.2s;
}

.mv1 .frame2 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
}

.mv1.slick-active.slick-start .frame2 {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 2.5s cubic-bezier(.2, .7, .2, 1);
    transition: opacity 1s, -webkit-transform 2.5s cubic-bezier(.2, .7, .2, 1);
    -o-transition: transform 2.5s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2.5s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2.5s cubic-bezier(.2, .7, .2, 1), opacity 1s, -webkit-transform 2.5s cubic-bezier(.2, .7, .2, 1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 0.2s;
}


/* 301 */

.mv1 .frame3a {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    opacity: 1;
}

.mv1 .frame3a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
    vertical-align: top;
    max-width: 100vw;
    max-height: 815px;
}

.mv1.slick-active.slick-start .frame3a {
    width: 100%;
    -webkit-transition: width 2.4s cubic-bezier(.785, .135, .15, .86) 175ms;
    transition: width 2.4s cubic-bezier(.785, .135, .15, .86) 175ms;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.mv1 .frame3 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-45%, -50%) scale(1.2);
    transform: translate(-45%, -50%) scale(1.2);
    opacity: 0;
}

.mv1.slick-active.slick-start .frame3 {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -o-transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 2.5s;
}

.mv1 .frame4 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-46%, -51%) scale(1.1);
    transform: translate(-46%, -51%) scale(1.1);
    opacity: 0;
}

.mv1.slick-active.slick-start .frame4 {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -o-transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 3.5s;
}

.mv1 .frame5 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-48%, -51%) scale(1.1);
    transform: translate(-48%, -51%) scale(1.1);
    opacity: 0;
}

.mv1.slick-active.slick-start .frame5 {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -o-transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 4s;
}

.mv1 .frame6 {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-48%, -51%) scale(1.1);
    transform: translate(-48%, -51%) scale(1.1);
    opacity: 0;
}

.mv1.slick-active.slick-start .frame6 {
    opacity: 1;
    -webkit-transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    transition: opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -o-transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s;
    transition: transform 2s cubic-bezier(.2, .7, .2, 1), opacity 1s, -webkit-transform 2s cubic-bezier(.2, .7, .2, 1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    transition-delay: 4.5s;
}

.mv1 .frame7-wrap {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.mv1 .frame7 {
    opacity: 1;
    height: 100%;
    width: 0;
    overflow: hidden;
}

.mv1 .frame7 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: auto;
    vertical-align: top;
    max-width: 1920px;
}

.mv1.slick-active.slick-start .frame7 {
    width: 100%;
    -webkit-transition: width 2s cubic-bezier(.785, .135, .15, .86) 175ms;
    transition: width 2s cubic-bezier(.785, .135, .15, .86) 175ms;
    -webkit-transition-delay: 4.5s;
    transition-delay: 4.5s;
}

.mv1.slick-active .frame8 {
    -webkit-animation: fadeIn 0.8s ease-in-out both;
    animation: fadeIn 0.8s ease-in-out both;
    animation-delay: 5.5s;
}


/* MV2 */

.mv2 .hero {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

.mv2 .hero>div {
    width: 100%;
}

.mv2 .hero .points {
    margin: 40px 0;
}

.mv2 .frame {
    transform: translate(-50%, 50px);
    transition: opacity 1s, transform .85s;
}

.mv2.slick-active .frame {
    opacity: 1;
    transform: translate(-50%, 0)
}

.mv2.slick-active .points {
    transition-delay: 0.5s;
}

.mv2.slick-active .copy-text {
    transition-delay: 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes moveIn {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
    100% {
        opacity: 1;
        -webkit-transition: opacity 1s, -webkit-transform 2.5s cubic-bezier(.2, .7, .2, 1);
        transition: opacity 1s, -webkit-transform 2.5s cubic-bezier(.2, .7, .2, 1);
        -o-transition: transform 2.5s cubic-bezier(.2, .7, .2, 1), opacity 1s;
        transition: transform 2.5s cubic-bezier(.2, .7, .2, 1), opacity 1s;
        transition: transform 2.5s cubic-bezier(.2, .7, .2, 1), opacity 1s, -webkit-transform 2.5s cubic-bezier(.2, .7, .2, 1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes moveUp {
    0% {
        transform: translate(0, 40px);
        opacity: 0;
    }
    100% {
        transform: translate(0);
        opacity: 1;
    }
}

.navfix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 12;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0 2px 2px rgba(33, 34, 39, 0.3);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.navfix .logo {
    margin-left: 20px;
}

.navfix.is-show {
    opacity: 1;
    transform: translateY(0);
}

.navfix ul {
    display: flex;
    width: 1000px;
}

.navfix li {
    width: 200px;
    background: #003ca0;
}

.navfix li:nth-child(2n) {
    background: #001e82;
}

.navfix li a {
    color: #fff;
    padding: 0 0 0 55px;
    display: flex;
    align-items: center;
    font-weight: 500;
    position: relative;
    height: 70px;
}

.navfix li a:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr1.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}

.navfix li:hover {
    opacity: 0.7;
}

.navfix li span {
    display: block;
    line-height: 1.7;
}

.navfix li span.ttl {
    font-size: 16px;
}

.navfix li span.subttl {
    font-size: 12px;
}

.navfix .nav1 a {
    background: url(../img/icon1.png) no-repeat 10px center;
    background-size: 35px 35px;
}

.navfix .nav2 a {
    background: url(../img/icon2.png) no-repeat 10px center;
    background-size: 35px 35px;
}

.navfix .nav3 a {
    background: url(../img/icon3.png) no-repeat 10px center;
    background-size: 35px 35px;
}

.navfix .nav4 a {
    background: url(../img/icon4.png) no-repeat 10px center;
    background-size: 35px 35px;
}

.navfix .nav5 a {
    background: url(../img/icon5.png) no-repeat 10px center;
    background-size: 35px 35px;
}

.wrap-box {
    display: flex;
    margin: 0 0 30px;
}

.wrap-box .img {
    margin: 0 0 0 10px;
}

.wrap-box .img img {
    display: block;
}

.wrap-box .box {
    flex: 1;
    margin: 0;
}

.dots {
    margin: -12px 0 0;
}

.dots li {
    padding: 12px 25px;
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    font-size: 15px;
}

.dots li::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #0078b4;
    border-radius: 50%;
    position: absolute;
    left: 5px;
    top: 20px;
}

.sp {
    display: none;
}

.lorder-back {
    opacity: 0.8;
    background-color: #222;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 300px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }
    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@media screen and (max-width: 1200px) {
    #main,
    .eng #main {
        padding: 50px 0 0;
    }
    .header-inner .nav-right {
        display: none !important;
    }
    .container {
        padding: 0 30px;
    }
    .gnav {
        display: none;
    }
    .navfix .logo,
    .navfix li a:before {
        display: none;
    }
    .navfix ul {
        width: 100%;
    }
    .mainvisual {
        background: #fff;
    }
    .slider {
        position: relative;
    }
    .diagnosis {
        position: relative;
        top: 0;
        width: auto;
        height: auto;
        margin: -10px 30px 0;
        border-radius: 0px;
        display: flex;
        align-items: center;
        border-radius: 3px;
        padding: 0;
    }
    .diagnosis dt {
        text-align: left;
        height: auto;
        display: block;
        width: 50%;
        font-size: 16px;
        padding: 0 0 0 30px;
    }
    .diagnosis dd {
        width: 50%;
    }
    .diagnosis dd a {
        height: 62px;
        border-radius: 0 3px 3px 0;
        padding: 0 0 0 50px;
        font-size: 16px;
        letter-spacing: 0.02em;
        position: relative;
    }
    .diagnosis dd a:hover {
        opacity: 0.7;
    }
    .diagnosis dd a:before {
        content: "";
        width: 25px;
        height: 30px;
        background: url(../img/icon6.png) no-repeat center;
        background-size: cover;
        position: absolute;
        left: 15px;
        top: 50%;
        margin: -15px 0 0;
    }
    .diagnosis dd a:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/arr3.png) no-repeat center;
        background-size: cover;
        position: absolute;
        right: 10px;
        top: 50%;
        margin: -10px 0 0;
    }
    .point {
        padding: 30px 30px 20px;
        margin: 0 -10px;
    }
    .point .list li {
        width: calc(33.33% - 10px);
        margin: 0 5px;
        padding: 0;
    }
    .point .list li.spec {
        width: 66.66%;
    }
    /* .usage .slick-box{
    width: 100%;
  } */
    .case-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .case-list li {
        width: 49%;
        margin: 0 0 2%;
    }
    .check .ttl {
        padding-left: 35px;
    }
    .check .ttl h3 {
        padding-left: 160px;
    }
    .usage .prev-arrow {
        left: 30px;
    }
    .usage .next-arrow {
        right: 30px;
    }
    .guide ul li {
        padding: 50px 10px 25px;
    }
    .guide ul li:after {
        width: 92%;
    }
    .breadcrumb {
        padding: 0 30px;
    }
    .pager2 .post-thumb .photo {
        width: 27%;
    }
    .pager2 li.post-thumb a {
        align-items: flex-start;
    }
    .pager2 li.post-thumb dd {
        font-size: 14px;
    }
    .pager2 li.post-thumb dl dt {}
    .cats-back a {
        font-size: 20px;
        text-align: center;
        display: block;
    }
    .nav-fixed {
        margin: 0;
    }
    .header-inner {
        padding-right: 110px;
    }
    #header {
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }
    .header-inner .logo {
        max-width: 190px;
    }
    .menu-btn {
        /* display: block; */
        width: 85px;
        height: 70px;
        position: fixed;
        right: 0;
        top: 0;
        background-color: #00288c;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0 0 0 5px;
        z-index: 16;
    }
    .menu-btn img {
        display: block;
    }
    .menu-btn.on {
        width: 85px;
        height: 70px;
        background: url(../img/close2.png) no-repeat center;
        background-size: 37px 37px;
    }
    .menu-btn.on img {
        opacity: 0;
    }
    .gnav {
        display: block;
        width: 100%;
        height: 100vh;
        position: fixed;
        overflow: auto;
        right: 0;
        top: 0;
        transform: translateX(100%);
        opacity: 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        z-index: 15;
        padding: 0 0 65px;
        background-color: #f1f2f6;
    }
    .gnav-inner {
        position: relative;
    }
    .gnav .nav-fixed {
        width: 100%;
        position: relative;
        z-index: 20;
        padding: 0px 20px 20px 30px;
    }
    .gnav .nav-fixed ul {
        border-radius: 0;
        display: flex;
    }
    .gnav .nav-fixed li {
        width: 50%;
    }
    .gnav .nav-fixed li:last-child {
        border-radius: 0;
    }
    .gnav .nav-fixed li a {
        height: 60px;
    }
    .gnav .nav-fixed li a:after {
        display: none;
    }
    .gnav.is-open {
        transform: translateX(0);
        opacity: 1;
    }
    .gnav ul.menu {
        display: block;
        background-color: #001478;
    }
    .nav-header {
        background: #001478;
        padding: 20px;
    }
    .nav-header .btn-switch-lang {
        width: 110px;
        background-color: #fff;
        border: 0;
    }
    .gnav .menu li {
        width: 100%;
    }
    .gnav .menu li .ins {
        line-height: 1.4;
        font-size: 14px;
    }
    .gnav .menu li a {
        padding: 15px 15px 15px 95px;
        background-position: 30px center;
    }
    .gnav ul.menu li a .pc {
        display: none;
    }
    .gnav .menu li a:before {
        right: 20px;
        top: 50%;
        margin: -10px 0 0;
    }
    .gnav .langs {
        position: relative;
        height: 66px;
        display: flex;
        align-items: center;
    }
    .gnav .langs ul {
        padding: 0;
        display: flex;
        width: calc(100% - 80px);
    }
    .gnav .langs ul li:first-child {
        width: 92px;
    }
    .gnav .langs ul li {
        width: calc(50% - 46px);
        background: transparent;
        height: auto;
    }
    .gnav .langs li a {
        padding: 0;
    }
    .gnav .langs li a:before {
        display: none;
    }
    .subnav {
        background: #e5e5e5;
        padding: 25px 0;
    }
    .subnav .container {
        width: 100%;
    }
    .subnav ul li {
        margin-bottom: 30px;
    }
    .subnav ul li:last-child {
        margin-bottom: 0;
    }
    .contact-btn {
        padding: 20px 20px 20px 30px;
        display: block;
    }
    .contact-btn a {
        display: flex;
        align-items: center;
        height: 70px;
        background-color: #003ca0;
        /* background: rgb(255,100,0);
    background: -moz-linear-gradient(90deg, rgba(255,100,0,1) 0%, rgba(255,150,0,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255,100,0,1) 0%, rgba(255,150,0,1) 100%);
    background: linear-gradient(90deg, rgba(255,100,0,1) 0%, rgba(255,150,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff6400",endColorstr="#ff9600",GradientType=1); */
        color: #fff;
        border-radius: 3px;
        padding: 0 0 0 60px;
        font-size: 18px;
        position: relative;
    }
    .contact-btn a:hover {
        opacity: 0.7;
    }
    .contact-btn a:before {
        content: "";
        width: 35px;
        height: 42px;
        background: url(../img/icon6b.png) no-repeat center;
        background-size: cover;
        position: absolute;
        left: 10px;
        top: 50%;
        margin: -21px 0 0;
    }
    .contact-btn a:after {
        content: "";
        width: 20px;
        height: 20px;
        background: url(../img/arr3.png) no-repeat center;
        background-size: cover;
        position: absolute;
        right: 10px;
        top: 50%;
        margin: -10px 0 0;
    }
    .gnav-btn {
        display: block;
    }
    /* .nav-fixed{
    display: none;
  } */
    .mv-text1 {
        letter-spacing: -1px;
    }
    .faq .list {
        max-width: 90%;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .navfix li {
        width: 20%;
    }
    .navfix li span.ttl {
        letter-spacing: 0;
    }
    .navfix li a {
        padding-left: 50px;
        background-position: left 5px center !important;
    }
    .lower,
    .detail {
        margin: 0 30px;
    }
    .lower .container {
        padding: 0;
    }
    .diag {
        background: transparent;
    }
    .feature-img {
        margin: 0 0 20px 20px;
    }
    .point .sp {
        display: none !important;
    }
    .check .ttl:before {
        width: 115px;
        height: 130px;
        background-size: contain;
    }
    .check .ttl h3 {
        padding-left: 130px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 10px;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block;
    }
    .diagnosis {
        margin: -10px 10px 0;
    }
    .diagnosis dt {
        font-size: 14px;
        padding-left: 10px;
    }
    .news {
        display: block;
        padding: 25px 0;
    }
    .news h2 {
        width: 100%;
        text-align: center;
        display: block;
        font-size: 20px;
    }
    .news h2 span {
        font-size: 10px;
    }
    .news-list {
        width: auto;
        border: none;
        padding: 0 10px;
    }
    .news-list p {
        font-size: 12px;
        margin: 0;
    }
    .introduction {
        padding: 55px 0;
    }
    .introduction .container {
        width: 100%;
    }
    .introduction a img {
        border-radius: 5px;
    }
    .introduction .slick:after {
        display: none;
    }
    .introduction .slick-item {
        padding: 15px 15px 25px;
        width: 100%;
        border-right: none;
    }
    .slick-arrow {
        width: 40px;
        /* top: 90px; */
        top: 50%;
        margin: -40px 0 0;
    }
    .prev-arrow {
        left: -10px;
    }
    .next-arrow {
        right: -10px;
    }
    .introduction p {
        padding: 10px 0 0;
    }
    .introduction a:before {
        width: 60px;
        height: 60px;
    }
    .title {
        font-size: 24px;
    }
    .title sup {
        top: -6px;
    }
    .features .img {
        padding: 0 0 0 20%;
    }
    .block {
        padding: 0 0 40px;
    }
    .heading {
        width: 100%;
        height: auto;
        background: #00288c !important;
    }
    .heading:after {
        display: none;
    }
    .heading .container {
        padding: 30px 10px 20px;
    }
    .heading h3 {
        font-size: 40px;
        padding: 0 0 0 75px;
        background: url(../img/icon9.png) no-repeat left center;
        background-size: 58px 55px;
        margin: 0 0 15px;
    }
    .fea2 .heading h3 {
        background: url(../img/icon10.png) no-repeat left center;
        background-size: 55px 51px;
    }
    .fea3 .heading h3 {
        background: url(../img/icon11.png) no-repeat left center;
        background-size: 71px 49px;
    }
    .heading dt {
        font-size: 24px;
        margin: 0 0 15px;
    }
    .heading dd {
        line-height: 1.8;
    }
    .point-wrap {
        margin-top: -50px;
        width: 100%;
    }
    .point {
        padding: 15px;
        margin: 0 0 10px;
    }
    .p-ttl {
        margin: 0 0 10px;
    }
    .p-ttl dt {
        width: 55px;
        padding-left: 0;
    }
    .p-ttl dt p {
        font-size: 12px;
    }
    .p-ttl dt span {
        font-size: 39px;
    }
    .p-ttl dd {
        width: calc(100% - 55px);
        padding: 0 0 0 15px;
    }
    .p-ttl h4 {
        font-size: 18px;
        margin: 0 0 10px;
    }
    .p-ttl dd p {
        font-size: 13px;
    }
    .point .list {
        display: block;
    }
    .point .list li {
        margin: 0;
        width: 100%;
        padding: 10px 10px 0;
    }
    .point .list li.spec {
        width: 100%;
    }
    .point .list dl {
        padding: 15px 0;
    }
    .point .list dl dt {
        font-size: 15px;
    }
    .label {
        top: 0;
        font-size: 700;
    }
    .label sup {
        top: -3px;
    }
    .label02 {
        top: 0;
    }
    .label02 sup {
        top: -3px;
    }
    .point .prev-arrow {
        left: -15px;
    }
    .point .next-arrow {
        right: -15px;
    }
    .point .slick-track {
        display: flex !important;
    }
    .point .slick-slide {
        height: auto;
    }
    .usage {
        padding: 40px 0 0;
    }
    .usage .slick-slide {
        width: 100%;
    }
    .usage .slick-arrow {
        top: 50%;
        transform: translateY(-50%);
    }
    .subdes {
        font-size: 16px;
        margin: 10px 10px 15px;
    }
    .usage .slick {
        margin: 0 0 35px;
        padding: 0 10px;
    }
    .usage .slick-item {
        display: block;
    }
    .usage .slick-box {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 10px;
    }
    .usage .slick-item dl {
        padding: 10px 0 0;
    }
    .usage .slick-item dl dt {
        font-size: 15px;
    }
    .usage>.sp {
        padding: 0 10px;
    }
    .usage .prev-arrow {
        left: 0;
    }
    .usage .next-arrow {
        right: 0;
    }
    .usage .slick-track {
        display: flex !important;
    }
    .usage .slick-slide {
        height: auto;
    }
    .check {
        margin: 0 0 40px;
    }
    .check .ttl {
        padding: 12px;
    }
    .check .ttl:before {
        width: 67px;
        height: 75px;
        left: 10px;
        top: -8px;
    }
    .check .ttl h3 {
        font-size: 18px;
        margin: 0 0 10px;
        padding-left: 75px;
    }
    .check .ttl h3 span {
        font-size: 13px;
    }
    .check .ttl p {
        font-size: 11px;
    }
    .check-content {
        padding: 20px 10px;
    }
    .inline-text {
        text-indent: -12px;
        padding-left: 12px;
    }
    .caption {
        font-size: 13px;
        margin: 0 0 10px;
        text-align: center;
    }
    .support {
        padding: 0 0 1px;
    }
    .support .container {
        width: 100%;
    }
    .case {
        padding: 0 0 40px;
    }
    .case-list {
        display: block;
    }
    .case-list li {
        width: auto;
        padding: 10px;
        margin: 0 0 10px;
        display: flex;
    }
    .case-list li .photo {
        width: 140px;
    }
    .case-list li .photo img {
        display: block;
    }
    .case-info {
        padding: 0 0 0 10px;
        width: calc(100% - 140px);
    }
    .case-list h3 {
        font-size: 15px;
        line-height: 1.5;
        height: auto;
        display: block;
        position: relative;
        top: 0;
        padding: 0;
        margin: 0 0 5px;
    }
    .case-info h4 {
        font-size: 13px;
        margin: 0;
    }
    .tag {
        width: 110px;
        height: 25px;
        position: relative;
        font-size: 11px;
        margin: 0 0 5px;
    }
    .guide {
        margin: 0 0 45px;
    }
    .guide ul {
        display: block;
    }
    .guide ul li {
        width: auto;
        padding: 10px;
        margin: 0 0 15px 25px;
        display: flex;
    }
    .guide ul li:before {
        width: 43px;
        height: 43px;
        left: -30px;
        top: -10px;
        margin: 0;
        font-size: 17px;
    }
    .guide ul li:after {
        width: 19px;
        height: 100%;
        background: url(../img/arr6.png) no-repeat center bottom, url(../img/arr5.png) repeat-y center top;
        background-size: 19px auto, 19px auto;
        position: absolute;
        right: auto;
        left: -20px;
        top: 0;
        margin: 0;
    }
    .guide ul li:nth-child(1):after {
        display: block;
    }
    .guide ul li:last-child:after {
        display: none;
    }
    .guide h3 {
        padding: 15px 10px;
        margin: 0 -10px 25px;
    }
    .guide .icon {
        width: 75px;
    }
    .guide-content {
        width: calc(100% - 75px);
        padding: 0 0 0 10px;
    }
    .guide h4 {
        font-size: 15px;
        padding: 0 0 5px;
        text-align: left;
    }
    .guide li p {
        font-size: 13px;
        line-height: 1.5;
    }
    #footer .f-top {
        height: auto;
        padding: 40px 0 50px;
    }
    #footer .f-top .container {
        display: block;
        height: auto;
    }
    #footer .f-top h4 {
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 4px;
    }
    #footer .f-top p {
        font-size: 13px;
        padding: 15px 0;
    }
    .f-top ul {
        display: block;
        padding: 0 10px;
    }
    .f-top ul li {
        margin: 0 0 15px;
    }
    .f-top ul li:last-child {
        margin-bottom: 0;
    }
    .f-top li a {
        width: 100%;
    }
    .f-bottom {
        padding: 30px 0;
    }
    .f-bottom p {
        font-size: 10px;
    }
    .f-bottom p.copyright {
        padding: 20px 0 10px;
    }
    .f-bottom ul li {
        margin: 0 15px;
    }
    .slick-dots {
        bottom: 20px;
    }
    .pause {
        bottom: 17px;
    }
    .subvisual {
        height: 160px;
        padding: 65px 0 0;
    }
    .subvisual h1 {
        padding: 0 40px;
    }
    .lower {
        padding: 0 0 30px;
    }
    .lower .container {
        padding-top: 20px;
    }
    .lower h2 {
        font-size: 24px;
        padding: 20px 0 40px;
    }
    .faq {
        padding: 0 0 20px;
    }
    .faq>p {
        font-size: 14px;
        margin: 0 0 15px;
    }
    .faq>p.special span {
        font-size: 16px;
    }
    .faq>p.special {
        margin: 0 0 30px;
    }
    .faq .number {
        height: 60px;
        font-size: 24px;
        border: 3px solid #00288c;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 36px;
        margin: -30px auto 20px;
    }
    .lower02 .faq .number {
        width: 90%;
        padding: 0 40px 0 0;
        font-size: 16px;
        justify-content: center;
    }
    .lower02 .faq .number span {
        width: 80px;
        height: 46px;
        font-size: 30px;
        right: 4px;
        top: 4px;
        border-radius: 23px;
    }
    .faq .list {
        padding: 40px 0 10px;
    }
    .question {
        width: calc(100% - 85px);
    }
    .question .q {
        width: 100px;
        height: 40px;
        font-size: 20px;
    }
    .question p {
        font-size: 15px;
        font-weight: 500;
        padding: 50px 10px 10px 10px;
    }
    .check-box {
        width: 80px;
    }
    .btn a {
        width: 80%;
        height: 60px;
        font-size: 16px;
    }
    .diag,
    .diag3,
    .diag4 {
        padding: 20px 10px 40px;
        background: none;
        border-bottom: 1px solid #dce0e8;
        margin: 0 -10px 20px;
    }
    .diag h3,
    .diag3 h3,
    .diag4 h3 {
        font-size: 20px;
        margin: 0 0 10px;
    }
    .diag p,
    .diag3 p,
    .diag4 p {
        font-size: 14px;
        margin: 0 0 20px;
    }
    .answer dl {
        padding: 15px;
        margin: 0 0 15px;
    }
    .answer dl dt {
        font-size: 17px;
    }
    .pager {
        display: block;
        justify-content: center;
    }
    .pager li {
        margin: 0 0 10px;
    }
    .pager li a {
        width: 80%;
        height: 60px;
        font-size: 16px;
        margin: 0 auto;
    }
    .detail {
        padding: 0 0 20px;
    }
    .detail .container {
        padding: 20px 10px;
    }
    .detail .tag {
        width: 110px;
    }
    .detail h1 {
        padding: 10px 15px;
        font-size: 24px;
    }
    .detail .box {
        padding: 10px 15px;
        margin: 0 0 25px;
    }
    .entry {
        padding: 0;
    }
    .entry .content {
        margin: 0 0 30px;
    }
    .entry h2 {
        font-size: 17px;
        margin: 0 0 15px;
        padding: 0 0 0 20px;
    }
    .entry h2:before {
        width: 10px;
        height: 10px;
        top: 9px;
    }
    .entry p {
        margin: 0 0 15px;
        font-size: 14px;
    }
    .entry p:last-child {
        margin: 0;
    }
    .feature-img {
        float: none;
        margin: 0 auto 15px;
    }
    .entry .feature-img p {
        font-size: 13px;
    }
    .info {
        padding: 15px 20px;
        margin: 0 0 30px;
    }
    .info h4 {
        font-size: 16px;
    }
    .info dl dt {
        width: auto;
        float: none;
    }
    .info dl dd {
        padding: 0;
    }
    .wrap-box {
        display: flex;
        flex-direction: column-reverse;
        margin: 0 0 20px;
    }
    .wrap-box .img {
        margin: 0 0 10px;
    }
    .wrap-box .img img {
        width: 100%;
    }
    .wrap-box .box {
        margin: 0;
    }
    .dots li {
        padding: 12px 20px;
        font-size: 14px;
    }
    .dots li::before {
        width: 8px;
        height: 8px;
    }
    .menu-btn {
        display: flex;
    }
    .logo img.pc {
        display: none;
    }
    .logo img.sp {
        display: block;
    }
}

@media screen and (max-width: 359px) {
    .diagnosis dt {
        font-size: 12px;
    }
    .diagnosis dd a {
        font-size: 11px;
    }
    .title {
        font-size: 20px;
    }
    .subdes {
        font-size: 14px;
    }
    .p-ttl h4 {
        font-size: 15px;
    }
    .guide h3 {
        font-size: 18px;
    }
    .f-top ul {
        padding: 0 10px;
    }
    .f-bottom ul li {
        margin: 0 6px;
    }
}

.hidden {
    display: none;
}

.video-wrap {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    width: 100%;
}

.video-wrap video {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.pagetop {
    position: fixed;
    right: 4%;
    bottom: 80px;
    z-index: 8;
    display: none;
}

.pagetop a {
    display: block;
}

.pagetop a:hover {
    opacity: 0.7;
}

.gnav-btn {
    padding: 10px;
}

.gnav-btn li {
    margin: 0 0 5px;
}

.gnav-btn li:last-child {
    margin: 0;
}

.gnav-btn li a {
    display: flex;
    align-items: center;
    height: 50px;
    padding: 0 0 0 47px;
    font-size: 15px;
    font-weight: 500;
    color: #000;
    position: relative;
    background: url(../img/icon7.png) no-repeat 11px center #fff;
    background-size: 25px 29px;
    border-radius: 5px;
}

.gnav-btn li a:hover {
    opacity: 0.7;
}

.gnav-btn li:last-child a {
    background: url(../img/icon8.png) no-repeat 11px center #fff;
    background-size: 25px 25px;
}

.gnav-btn li a:after {
    content: "";
    width: 20px;
    height: 20px;
    background: url(../img/arr2.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -10px 0 0;
}

@media screen and (max-width: 767px) {
    .pagetop {
        display: none !important;
    }
    .pagetop img {
        width: 50px;
    }
}

.support .check:last-child {
    margin: 0 0 50px;
}

.banner-diagnosis {
    padding: 0 0 80px;
}

.banner-diagnosis a {
    display: flex;
    background: #deeffe url(../img/bg_diagnosis.png) no-repeat 0 0 / 100% auto;
    border: 2px solid #fff;
    padding: 15px 0 0 20px;
    border-radius: 5px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.banner-diagnosis a:hover {
    opacity: 0.7;
}

.banner-diagnosis .head {
    font-size: 28px;
    font-weight: bold;
    color: #001478;
    margin-bottom: 10px;
}

.banner-diagnosis .thumbnail {
    width: 26.555%;
    position: relative;
    overflow: hidden;
}

.banner-diagnosis .thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.banner-diagnosis .banner-info {
    flex: 1;
    padding: 0 0 24px 45px;
    position: relative;
}

.banner-diagnosis .desc {
    color: #000;
    line-height: 1.625;
}

.banner-diagnosis .link-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    width: 205px;
    border-radius: 5px 0 0 5px;
    background: #003ca0 url(../img/ico_list.png) no-repeat left 10px center;
    background-size: 25px auto;
    padding: 12px 10px 12px 47px;
}

.link-btn span {
    display: block;
    background: url(../img/arrow_right_sm.png) no-repeat right center;
    background-size: 20px auto;
    line-height: 1.45;
}

@media screen and (max-width: 1024px) {
    .banner-diagnosis .head {
        font-size: 28px;
    }
    .banner-diagnosis .desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 950px) {
    .banner-diagnosis {
        padding: 0 10px 40px;
    }
    .banner-diagnosis .banner-info {
        padding-bottom: 54px;
    }
}

@media screen and (max-width: 767px) {
    .support .check:last-child {
        margin: 0 0 30px;
    }
    .banner-diagnosis a {
        flex-wrap: wrap;
        width: 100%;
        border-width: 4px;
        padding: 5px 0 0 6px;
    }
    .banner-diagnosis .banner-info {
        padding: 0 0 45px 10px;
    }
    .banner-diagnosis .head {
        width: 100%;
        font-size: 19px;
    }
    .banner-diagnosis .thumbnail {
        width: 36.5%;
    }
    .banner-diagnosis .desc {
        font-size: 12px;
        line-height: 1.5;
    }
    .banner-diagnosis .link-btn {
        font-size: 15px;
        padding: 8px 10px 8px 42px;
        background-size: 20px auto;
        width: auto;
    }
    .banner-diagnosis .link-btn span {
        padding-right: 22px;
        background-size: 16px auto;
    }
}

.diag .f-top {
    padding: 0;
}

.diag .f-top li a {
    border: 1px solid #dce0e8;
}

@media screen and (min-width: 768px) {
    .diag .f-top li a {
        width: 343px;
    }
}

.page-navi {
    background-color: #e8f0f6;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.page-navi li {
    margin: 0 20px;
}

.page-navi li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    display: block;
    padding: 0 0 2px 35px;
    background: url(../img/icon12.png) no-repeat left center;
    background-size: 25px 25px;
}

.page-navi li a:hover {
    text-decoration: underline;
}

.page-navi li:last-child a {
    background: url(../img/icon13.png) no-repeat left center;
    background-size: 25px 25px;
}

h3 a {
    color: #000;
    text-decoration: underline;
}

h3 a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .page-navi {
        display: block;
    }
    .page-navi li {
        margin: 0 0 10px;
    }
    .page-navi li:last-child {
        margin: 0;
    }
}