﻿@charset "UTF-8";
.wrap {
    font-size: 16px;
    line-height: 1.5;
}
.wrap * {
    box-sizing: border-box;
}
.wrap section {
    margin: auto;
}
.wrap img {
    width: 100%;
    display: block;
}
.btn-wrap {
    display: flex;
    justify-content: center;
}
.btn-wrap > .btn_01 + .btn_01 {
    margin-left: 10px;
}
.btn_01 {
    border: 1px solid #000;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: calc(14 / 16 * 1em);
    width: calc(320 / 14 * 1em);
    height: calc(66 / 14 * 1em);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 1em;
}
.btn_01:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 14 * 1em));
    width: calc(8 / 14 * 1em);
    height: calc(8 / 14 * 1em);
    border-style: solid;
    border-width: calc(2 / 14 * 1em) calc(2 / 14 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
.btn_01 > div {
    text-align: left;
}
.btn_01.white {
    background-color: #fff;
    color: #000;
}
.btn_01.white:before {
    border-color: #000;
}
@media screen and (max-width: 767px) {
    .btn_01 {
        width: calc(260 / 14 * 1em);
    }
}
.homeKv {
    height: 600px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.homeKv .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    opacity: .3;
}
.homeKv .bg video {
    display: block;
    width: 100%;
    aspect-ratio: 100 / 56.25;
}
.homeKv .inner {
    position: relative;
}
.homeKv h2 {
    font-size: calc(46 / 16 * 1em);
    font-weight: 600;
}
.homeKv .text1 {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
}
.homeKv .text1 .text p {
    font-size: calc(20 / 16 * 1em);
    line-height: 220%;
}
.homeKv .text1 .img {
    width: calc(307 / 16 * 1em);
    margin-left: 40px;
}
.homeKv .text1 .img img {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.7));
}
@media screen and (max-width: 767px) {
    .homeKv {
        display: block;
        height: auto;
        padding: 40px 20px;
    }
    .homeKv .bg video {
        width: auto;
        height: 100%;
    }
    .homeKv h2 {
        text-align: left;
        font-size: calc(34 / 16 * 1em);
    }
    .homeKv .text1 {
        display: block;
        margin: 1em auto 0;
    }
    .homeKv .text1 .text p {
        font-size: calc(15 / 16 * 1em);
        line-height: 1.8;
    }
    .homeKv .text1 .img {
        width: calc(210 / 16 * 1em);
        margin: 1em auto 0;
    }
}
.homeSect1 {
    background-color: #F6F8F9;
    padding: 100px 0;
}
.homeSect1 .inner {
    display: flex;
    justify-content: center;
}
.homeSect1 .inner > div {
    background-color: #fff;
    width: 480px;
    height: 246px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
.homeSect1 .inner > div + div {
    margin-left: 20px;
}
.homeSect1 h3 {
    text-align: center;
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    margin: 0;
}
.homeSect1 .btns {
    width: 320px;
    margin: 30px auto 0;
}
.homeSect1 .btns a {
    background-color: #F67401;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    position: relative;
    font-size: calc(14 / 16 * 1em);
    border-radius: 3em;
}
.homeSect1 .btns a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 14 * 1em));
    width: calc(8 / 14 * 1em);
    height: calc(8 / 14 * 1em);
    border-style: solid;
    border-width: calc(2 / 14 * 1em) calc(2 / 14 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
.homeSect1 .btns a + a {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .homeSect1 {
        padding: 20px;
    }
    .homeSect1 .inner {
        display: block;
    }
    .homeSect1 .inner > div {
        width: auto;
        height: auto;
        padding: 30px 0;
        display: block;
    }
    .homeSect1 .inner > div + div {
        margin: 20px 0 0;
    }
    .homeSect1 h3 {
        font-size: calc(22 / 16 * 1em);
    }
    .homeSect1 .btns {
        width: calc(280 / 350 * 100%);
        margin: 20px auto 0;
    }
    .homeSect1 .btns a {
        height: 38px;
    }
    .homeSect1 .btns a + a {
        margin: 16px 0 0;
    }
}
.homeAbout {
    padding: 100px 0;
}
.homeAbout h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.homeAbout p {
    text-align: center;
    font-size: calc(16 / 16 * 1em);
    margin: 100px auto 0;
    line-height: 1.6;
}
.homeAbout .img {
    margin: 50px auto 0;
    width: 1126px;
}
@media screen and (max-width: 767px) {
    .homeAbout {
        padding: 60px 20px;
    }
    .homeAbout h2 {
        font-size: 20px;
    }
    .homeAbout p {
        font-size: calc(14 / 16 * 1em);
        margin: 60px auto 0;
        line-height: 1.6;
    }
    .homeAbout .img {
        width: 100%;
        margin: 30px auto 0;
    }
}
.homeMerit {
    padding: 100px 0;
    background-color: #F6F8F9;
}
.homeMerit h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.homeMerit .list {
    margin: 100px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 1000px;
}
.homeMerit .list > div {
    width: 480px;
    border-radius: calc(10 / 16 * 1em);
    background-color: #fff;
    padding: 50px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.25);
}
.homeMerit .text {
    margin: 20px auto 0;
}
.homeMerit .text h3 {
    text-align: center;
    font-size: calc(24 / 16 * 1em);
    margin: 0;
}
.homeMerit .text p {
    font-size: calc(16 / 16 * 1em);
    margin: 1em auto 0;
    line-height: 1.6;
    text-align: justify;
}
.homeMerit .btn-wrap {
    margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
    .homeMerit {
        padding: 60px 20px;
    }
    .homeMerit h2 {
        font-size: 20px;
    }
    .homeMerit .list {
        display: block;
        width: auto;
        margin: 60px auto 0;
    }
    .homeMerit .list > div {
        width: auto;
        padding: 30px;
    }
    .homeMerit .list > div + div {
        margin: 20px auto 0;
    }
    .homeMerit .text h3 {
        font-size: calc(17 / 16 * 1em);
    }
    .homeMerit .text p {
        font-size: calc(14 / 16 * 1em);
    }
}
.homeIntroduction {
    background: none;
    padding: 100px 0;
}
.homeIntroduction h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.homeIntroduction .searchBox {
    margin: 75px auto 0;
}
.homeIntroduction .searchBox .searchForm {
    margin: 0 auto;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}
.homeIntroduction .searchBox .searchForm p {
    float: none;
    margin-right: 20px;
}
.homeIntroduction .searchBox .searchForm form {
    flex: 1;
    display: flex;
}
.homeIntroduction .searchBox .searchForm form .search {
    flex: 1;
    width: auto;
    height: 55px;
}
.homeIntroduction .searchBox .searchForm form .searchBtn {
    width: 55px;
    height: 55px;
}
.homeIntroduction .btn-wrap {
    margin: 50px auto 0;
}
.homeIntroduction .btn-wrap .btn_01.on {
    background-color: #fff;
    color: #000;
}
.homeIntroduction .btn-wrap .btn_01.on:before {
    border-color: #000;
    transform: rotate(135deg);
}
.homeIntroduction .arrowLink01 {
    margin: 50px auto 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .homeIntroduction {
        padding: 60px 0;
    }
    .homeIntroduction h2 {
        font-size: 20px;
    }
    .homeIntroduction .searchBox {
        margin: 20px auto 0;
    }
    .homeIntroduction .searchBox .searchForm {
        padding: 20px;
        flex-wrap: wrap;
    }
    .homeIntroduction .searchBox .searchForm > p {
        text-align: center;
        width: 100%;
        margin: 0 0 15px;
        padding: 0;
    }
    .homeIntroduction .searchBox .searchForm form .search {
        height: 40px;
    }
    .homeIntroduction .searchBox .searchForm form .searchBtn {
        width: 40px;
        height: 40px;
    }
    .homeIntroduction .btn-wrap {
        display: block;
        width: calc(260 / 16 * 1em);
        margin: 36px auto 0;
    }
    .homeIntroduction .btn-wrap .btn_01 {
        width: 100%;
    }
    .homeIntroduction .btn-wrap .btn_01 + .btn_01 {
        margin: 20px auto 0;
    }
    .homeIntroduction .arrowLink01 {
        font-size: 1em;
        margin: 30px auto 0;
        width: calc(260 / 16 * 1em);
        display: block !important;
    }
}
.homeSupport {
    padding: 120px 0;
}
.homeSupport.colored {
    background-color: #F6F8F9;
}
.homeSupport.colored .list {
    margin: 0 auto 0;
}
.homeSupport h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.homeSupport .cap1 {
    margin: 100px auto 0;
    text-align: center;
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
}
.homeSupport .list {
    display: flex;
    justify-content: center;
    margin: 50px auto 0;
}
.homeSupport .list > a {
    display: block;
    width: 490px;
    position: relative;
}
.homeSupport .list .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(15, 13, 16, 0.5);
    padding: calc(8 / 16 * 1em) 0;
}
.homeSupport .list .text p {
    text-align: center;
    color: #fff;
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    line-height: 1.5;
}
.homeSupport .btn-wrap {
    margin: 50px auto 0;
}
.homeSupport .cap2 {
    margin: 50px auto 0;
    text-align: center;
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .homeSupport {
        padding: 60px 20px;
    }
    .homeSupport h2 {
        font-size: 20px;
    }
    .homeSupport .cap1 {
        margin: 60px auto 0;
        font-size: calc(14 / 16 * 1em);
    }
    .homeSupport .list {
        margin: 30px auto 0;
        flex-wrap: wrap;
    }
    .homeSupport .list > a {
        width: 100%;
    }
    .homeSupport .list .text p {
        font-size: calc(17 / 16 * 1em);
    }
    .homeSupport .cap2 {
        font-size: calc(14 / 16 * 1em);
    }
}
.homeInfomation.information {
    background-color: #F6F8F9;
    margin: 0 auto;
    padding: 100px 0;
    width: 100%;
}
.homeInfomation.information h2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}
.homeInfomation.information .infoList01 {
    width: 880px;
    margin: 70px auto 0;
}
.homeInfomation.information .btn-wrap {
    margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
    .homeInfomation.information {
        padding: 60px 20px;
    }
    .homeInfomation.information h2 {
        font-size: 20px;
    }
    .homeInfomation.information .infoList01 {
        width: auto;
        margin: 36px auto 0;
        padding: 0;
    }
    .homeInfomation.information .btn-wrap {
        margin: 20px auto 0;
    }
}
.topCont .arrowLink01 a {
    background: none;
    position: relative;
    padding-left: 1.5em;
}
.topCont .arrowLink01 a:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - calc(5 / 14 * 1em));
    width: calc(8 / 14 * 1em);
    height: calc(8 / 14 * 1em);
    border-style: solid;
    border-width: calc(2 / 14 * 1em) calc(2 / 14 * 1em) 0 0;
    border-color: #000;
    transform: rotate(45deg);
}
.topCont .moreCompany {
    background-color: #eee;
}
.topCont .moreCompany ul li img {
    width: auto;
}
@media screen and (max-width: 767px) {
    .topCont .moreCompany {
        padding: 60px 20px;
    }
    .topCont .moreCompany ul li img {
        width: 80%;
        margin: 0 auto;
    }
    .topCont .moreCompany .btn-wrap {
        margin: 30px auto 0;
    }
}
#demoContents {
    margin: 120px auto 120px;
}
@media screen and (max-width: 767px) {
    #demoContents {
        margin: 60px auto;
    }
}
.common-hd {
    position: relative;
    height: 220px;
}
.common-hd > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-hd .inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.common-hd .inner > div h1 {
    font-size: calc(43 / 16 * 1em);
    color: #fff;
    width: auto;
}
@media screen and (max-width: 767px) {
    .common-hd {
        height: 90px;
    }
    .common-hd .inner > div h1 {
        font-size: calc(20 / 16 * 1em);
    }
}
.common-sect {
    padding: 120px 0;
}
@media screen and (max-width: 767px) {
    .common-sect {
        padding: 60px 0;
    }
}
.common-h2 {
    text-align: center;
    font-size: calc(36 / 16 * 1em);
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .common-h2 {
        font-size: calc(20 / 16 * 1em);
    }
}
.videoCont h2 {
    margin: 0;
    padding: 0;
}
.videoAbout {
    background-color: #F6F8F9;
}
.videoAbout > p {
    margin: 100px auto 0;
    text-align: center;
    line-height: 1.6;
    font-size: calc(16 / 16 * 1em);
}
.videoAbout .halfImgcol {
    margin: 50px auto 0;
}
.videoAbout .halfImgcol .imgCol p {
    height: 100%;
}
.videoAbout .halfImgcol .imgCol p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .videoAbout {
        padding-bottom: 0;
    }
    .videoAbout > p {
        margin: 50px auto 0;
        padding: 0 20px;
        text-align: justify;
        line-height: 1.6;
        font-size: calc(14 / 16 * 1em);
    }
}
.videoMerit .list {
    display: flex;
    gap: 20px;
    width: 980px;
    margin: 100px auto 0;
}
.videoMerit .list > div {
    flex: 1;
    background-color: #F6F8F9;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
}
.videoMerit .list .hd {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8em;
}
.videoMerit .list .hd h3 {
    font-size: calc(24 / 16 * 1em);
    margin: 0;
    padding: 0;
    text-align: center;
}
.videoMerit .list .text {
    padding: 20px 20px 30px;
}
.videoMerit .list .text .cap1 {
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
    height: 14em;
    margin: 0 auto;
    text-align: justify;
}
.videoMerit .list .text h4 {
    background-color: #2A2D39;
    color: #fff;
    text-align: center;
    font-size: calc(16 / 16 * 1em);
    border-radius: calc(4 / 16 * 1em);
    padding: calc(4 / 16 * 1em) 0;
    margin: 0 auto;
}
.videoMerit .list .text ul {
    margin: 1em auto 0;
    font: inherit;
}
.videoMerit .list .text ul li {
    padding-left: 1em;
    text-indent: -1em;
    font-size: calc(16 / 16 * 1em);
}
.videoMerit .list .text ul li + li {
    margin-top: calc(2 / 16 * 1em);
}
@media screen and (max-width: 767px) {
    .videoMerit .list {
        display: block;
        padding: 0 20px;
        width: auto;
        margin: 50px auto 0;
    }
    .videoMerit .list > div {
        border-radius: 6px;
    }
    .videoMerit .list > div + div {
        margin-top: 30px;
    }
    .videoMerit .list .hd {
        height: 7em;
    }
    .videoMerit .list .hd h3 {
        font-size: calc(17 / 16 * 1em);
    }
    .videoMerit .list .img {
        padding: 0 15px;
    }
    .videoMerit .list .text {
        padding: 15px 15px 20px;
    }
    .videoMerit .list .text .cap1 {
        font-size: calc(14 / 16 * 1em);
        height: auto;
    }
    .videoMerit .list .text h4 {
        margin: 1em auto 0;
    }
    .videoMerit .list .text ul li {
        font-size: calc(14 / 16 * 1em);
    }
    .videoMerit .list .text ul li + li {
        margin-top: calc(4 / 14 * 1em);
    }
}
.videoCategory p {
    margin: 100px auto 0;
}
.videoCategory .img {
    width: calc(960 / 16 * 1em);
    margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
    .videoCategory p {
        margin: 50px auto 0;
        padding: 0 10px;
    }
    .videoCategory .img {
        width: auto;
        margin: 50px 10px 0;
    }
}
.videoDiff > p {
    margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
    .videoDiff > p {
        margin: 50px auto 0;
        padding: 0 10px;
    }
}
.specTable02 table tr td {
    position: relative;
    text-align: center;
}
.specTable02 table tr td > p:first-child {
    width: calc(130 / 12 * 1em);
    margin: 0 auto;
}
.specTable02 table tr td:after {
    width: 100%;
    background: none;
    border-top: 1px dashed #999;
}
.specTable02 table tr td + td:before {
    position: absolute;
    left: -2px;
    top: .5em;
    bottom: .5em;
    height: auto;
    border-left: 1px solid #ccc;
    background: none;
    margin: 0;
}
.specTable02 table tr:nth-child(2) td + td:before {
    background: none;
    height: auto;
}
.specTable02 .pointList01 {
    font: inherit;
}
.specTable02 .pointList01 li {
    font: inherit;
    line-height: 1.75;
}
.specTable02 .pointList01 li + li {
    margin-top: 1em;
}
@media screen and (max-width: 767px) {
    .specTable02 {
        margin: 50px 10px 0;
        width: auto;
        overflow: auto;
    }
}
.videoAbout2 {
    background-color: #F6F8F9;
}
.videoAbout2 .cap1 {
    text-align: center;
    margin: 100px auto 0;
}
.videoAbout2 .list {
    margin: 50px auto 0;
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}
.videoAbout2 .list > div {
    width: 480px;
    box-shadow: 6px 6px 8px rgba(0, 0, 0, 0.1);
}
.videoAbout2 .list .hd {
    background-color: #2A2D39;
    color: #fff;
    text-align: center;
    padding: 1em 0;
}
.videoAbout2 .list .hd .point {
    color: #F67401;
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
}
.videoAbout2 .list .hd h3 {
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    margin: 0;
}
.videoAbout2 .list .body {
    background-color: #fff;
    padding: 30px;
}
.videoAbout2 .list .body p {
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
    text-align: justify;
}
.videoAbout2 .btn-wrap {
    margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
    .videoAbout2 .cap1 {
        margin: 50px auto 0;
        padding: 0 20px;
    }
    .videoAbout2 .list {
        display: block;
        padding: 0 20px;
    }
    .videoAbout2 .list > div {
        width: 100%;
    }
    .videoAbout2 .list > div + div {
        margin: 20px auto 0;
    }
    .videoAbout2 .list .hd .point {
        font-size: calc(18 / 16 * 1em);
    }
    .videoAbout2 .list .hd h3 {
        font-size: calc(17 / 16 * 1em);
    }
    .videoAbout2 .list .body {
        padding: 20px;
    }
    .videoAbout2 .list .body p {
        font-size: calc(14 / 16 * 1em);
    }
}
.ipAbout {
    background-color: #F6F8F9;
}
.ipAbout .cap1 {
    margin: 100px auto 0;
    text-align: center;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .ipAbout {
        background-color: #fff;
    }
    .ipAbout .cap1 {
        margin: 50px auto 0;
        padding: 0 20px;
        text-align: justify;
    }
}
.ipMerit .list {
    margin: 100px auto 0;
    width: 980px;
}
.ipMerit .list > div {
    display: flex;
    align-items: center;
}
.ipMerit .list > div + div {
    margin-top: 50px;
}
.ipMerit .list > div:nth-child(even) .img {
    order: 1;
}
.ipMerit .list > div:nth-child(even) .text {
    margin-left: 0;
    margin-right: 1.5em;
}
.ipMerit .list .title {
    display: none;
}
.ipMerit .list .img {
    width: 480px;
}
.ipMerit .list .text {
    flex: 1;
    margin-left: 1.5em;
}
.ipMerit .list .text h3 {
    font-size: calc(24 / 16 * 1em);
    margin: 0;
}
.ipMerit .list .text p {
    font-size: calc(16 / 16 * 1em);
    margin: 1.5em auto 0;
    text-align: justify;
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .ipMerit {
        background-color: #F6F8F9;
    }
    .ipMerit .list {
        margin: 50px auto 0;
        width: 100%;
        padding: 0 20px;
        display: block;
    }
    .ipMerit .list > div {
        display: block;
    }
    .ipMerit .list > div:nth-child(even) .text {
        margin: 15px auto 0;
    }
    .ipMerit .list .title {
        display: block;
    }
    .ipMerit .list .title h3 {
        font-size: calc(17 / 16 * 1em);
        margin: 0;
    }
    .ipMerit .list .img {
        width: 100%;
        margin: 20px auto 0;
    }
    .ipMerit .list .text {
        margin: 15px auto 0;
    }
    .ipMerit .list .text h3 {
        display: none;
    }
    .ipMerit .list .text p {
        font-size: calc(14 / 16 * 1em);
    }
}
.ipSupport {
    background-color: #F6F8F9;
}
.ipSupport .list {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 100px auto 0;
}
.ipSupport .list > div {
    width: 300px;
    position: relative;
}
.ipSupport .list > div:nth-child(1) {
    z-index: 3;
}
.ipSupport .list > div:nth-child(1) .hd .clip-bg {
    background-color: #08A7F7;
}
.ipSupport .list > div:nth-child(2) {
    z-index: 2;
}
.ipSupport .list > div:nth-child(2) .hd {
    margin: 0 -20px 0 -20px;
}
.ipSupport .list > div:nth-child(2) .hd .clip-bg {
    background-color: #177FF5;
}
.ipSupport .list > div:nth-child(3) {
    z-index: 1;
}
.ipSupport .list > div:nth-child(3) .hd {
    margin: 0 -10px 0 -20px;
}
.ipSupport .list > div:nth-child(3) .hd .clip-bg {
    background-color: #034EBD;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.ipSupport .list .hd {
    margin: 0 -20px 0 -10px;
    padding: 20px 0 50px;
    position: relative;
}
.ipSupport .list .hd .shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.15));
}
.ipSupport .list .hd .shadow .clip-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
.ipSupport .list .hd h3 {
    text-align: center;
    font-size: calc(36 / 16 * 1em);
    margin: 0;
    color: #fff;
    position: relative;
}
.ipSupport .list .body {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: -40px auto 0;
    position: relative;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.ipSupport .list .body h4 {
    text-align: center;
    font-size: calc(20 / 16 * 1em);
    margin: 10px auto 0;
}
.ipSupport .list .body .img {
    width: calc(278 / 32 * 1em);
    margin: 10px auto 0;
}
.ipSupport .list .body .text {
    margin: 10px auto 0;
}
.ipSupport .list .body .text p {
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
    text-align: justify;
    height: 18em;
}
@media screen and (max-width: 767px) {
    .ipSupport {
        background-color: #fff;
    }
    .ipSupport .list {
        display: block;
        margin: 50px auto 0;
        padding: 0 20px;
    }
    .ipSupport .list > div {
        width: auto;
        background-color: #fff;
        border-radius: 10px;
        margin: 0 auto 0;
        position: relative;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }
    .ipSupport .list > div:nth-child(1) .hd, .ipSupport .list > div:nth-child(2) .hd, .ipSupport .list > div:nth-child(3) .hd {
        margin: 0;
    }
    .ipSupport .list > div:nth-child(1) .hd .clip-bg, .ipSupport .list > div:nth-child(2) .hd .clip-bg, .ipSupport .list > div:nth-child(3) .hd .clip-bg {
        clip-path: polygon(0% 0%, 100% 0%, 85% 100%, 0% 100%);
    }
    .ipSupport .list > div + div {
        margin: 73px auto 0;
    }
    .ipSupport .list > div + div:before {
        content: "";
        display: block;
        position: absolute;
        width: 60px;
        height: 33px;
        left: calc(50% - 30px);
        top: -53px;
        background-color: #08A7F7;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }
    .ipSupport .list .hd {
        margin: 0;
        padding: 10px 0;
        width: calc(214 / 350 * 100%);
    }
    .ipSupport .list .hd .shadow {
        filter: none;
    }
    .ipSupport .list .hd h3 {
        font-size: calc(24 / 16 * 1em);
        padding-right: 1em;
    }
    .ipSupport .list .body {
        padding: 0;
        border-radius: 0;
        margin: 0 auto;
        box-shadow: none;
        background: none;
    }
    .ipSupport .list .body h4 {
        font-size: calc(20 / 16 * 1em);
        margin: 1.5em auto 0;
    }
    .ipSupport .list .body .img {
        width: calc(138 / 350 * 100%);
    }
    .ipSupport .list .body .text {
        padding: 0 20px 30px;
    }
    .ipSupport .list .body .text p {
        font-size: calc(14 / 16 * 1em);
        height: auto;
    }
}
.ipProducts .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1000px;
    margin: 100px auto 0;
}
.ipProducts .list > div {
    width: 480px;
    border-radius: 10px;
    box-shadow: 3px 6px 20px rgba(0, 0, 0, 0.13);
    padding: 30px 0 50px;
    background-color: #fff;
}
.ipProducts .list h3 {
    font-size: calc(24 / 16 * 1em);
    text-align: center;
    color: #F67401;
    margin: 0;
}
.ipProducts .list .img {
    width: calc(800 / 960 * 100%);
    margin: 1em auto 0;
}
.ipProducts .list .text {
    margin: 20px auto 0;
    padding: 0 30px;
}
.ipProducts .list .text ul {
    margin: 0;
    padding: 0;
    font-size: calc(16 / 16 * 1em);
    padding-inline-start: 0;
    height: 180px;
}
.ipProducts .list .text ul li {
    display: flex;
    font: inherit;
    line-height: 1.4;
}
.ipProducts .list .text ul li:before {
    font: inherit;
    content: "◯";
    display: block;
    width: 1.75em;
    box-sizing: border-box;
}
.ipProducts .list .text ul li p {
    flex: 1;
    text-align: justify;
    font: inherit;
}
.ipProducts .list .text ul li + li {
    margin-top: 10px;
}
.ipProducts .list .btn_01 {
    margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
    .ipProducts {
        background-color: #F6F8F9;
    }
    .ipProducts .list {
        margin: 50px auto 0;
        display: block;
        padding: 0 20px;
    }
    .ipProducts .list > div {
        width: auto;
    }
    .ipProducts .list > div + div {
        margin: 30px auto 0;
    }
    .ipProducts .list h3 {
        font-size: calc(17 / 16 * 1em);
    }
    .ipProducts .list .img {
        width: calc(310 / 350 * 100%);
    }
    .ipProducts .list .text ul {
        font-size: calc(14 / 16 * 1em);
        height: auto;
    }
    .ipProducts + .bgc01 {
        background-color: #fff;
    }
}
#demoContents .demoArea .btn a {
    text-decoration: underline;
    background: none;
    position: relative;
    width: 480px;
    height: 66px;
    padding: 0 0 0 1em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
#demoContents .demoArea .btn a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 16 * 1em));
    width: calc(8 / 16 * 1em);
    height: calc(8 / 16 * 1em);
    border-style: solid;
    border-width: calc(2 / 16 * 1em) calc(2 / 16 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
#demoContents .demoArea .btn a span {
    background: none;
    padding: 0;
    display: block;
    text-align: left;
    line-height: 1.4;
}
@media screen and (max-width: 767px) {
    #demoContents .demoArea .wrap {
        padding: 0 20px;
    }
    #demoContents .demoArea .btn a {
        max-width: calc(330 / 16 * 1em);
        width: auto;
    }
    #demoContents .demoArea .btn a span {
        line-height: 1.4;
    }
}
#footContact .content {
    padding: 0 20px;
}
.btnContact01 a {
    text-decoration: underline;
    position: relative;
    padding-left: 1em;
    border-radius: 0;
}
.btnContact01 a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 22 * 1em));
    width: calc(8 / 22 * 1em);
    height: calc(8 / 22 * 1em);
    border-style: solid;
    border-width: calc(2 / 22 * 1em) calc(2 / 22 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
.btnContact01 a span {
    background: none;
    padding: 0;
}
@media screen and (max-width: 767px) {
    .btnContact01 a {
        font-size: calc(17 / 16 * 1em);
        height: 66px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        max-width: 330px;
        margin: 0 auto;
    }
    .btnContact01 a:before {
        top: calc(50% - calc(5 / 17 * 1em));
        width: calc(8 / 17 * 1em);
        height: calc(8 / 17 * 1em);
        border-style: solid;
        border-width: calc(2 / 17 * 1em) calc(2 / 17 * 1em) 0 0;
    }
}
.supportCont h2 {
    margin: 0 auto;
    padding: 0;
}
.supportCont .noticeCont {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .supportCont .tableWrap {
        overflow: auto;
    }
}
.supportAnchorBtns {
    display: none;
}
@media screen and (max-width: 767px) {
    .supportAnchorBtns {
        display: block;
        position: sticky;
        top: 0;
        height: 0;
        padding: 20px 20px 0;
        z-index: 2;
    }
    .supportAnchorBtns > div {
        display: flex;
        gap: 15px;
    }
    .supportAnchorBtns > div > a {
        width: auto;
        color: #fff;
        flex: 1;
        position: relative;
        background-color: #000000;
        border-radius: 3em;
        text-decoration: underline;
        transition: .3s;
    }
    .supportAnchorBtns > div > a:before {
        content: "";
        display: block;
        position: absolute;
        right: 1em;
        top: calc(50% - calc(5 / 14 * 1em));
        width: calc(6 / 14 * 1em);
        height: calc(6 / 14 * 1em);
        border-style: solid;
        border-width: calc(2 / 14 * 1em) calc(2 / 14 * 1em) 0 0;
        border-color: #fff;
        transform: rotate(135deg);
        z-index: 1;
    }
    .supportAnchorBtns > div > a.on {
        background-color: #F67401;
    }
    .supportAnchorBtns > div > a.on:before {
        top: calc(50% - calc(2 / 14 * 1em));
        transform: rotate(-45deg);
    }
    .supportAnchorBtns > div .text {
        border-radius: 3em;
        display: flex;
        justify-content: center;
        position: relative;
        padding: calc(4 / 16 * 1em) 0;
    }
    .supportAnchorBtns > div .text p {
        text-align: left;
        font-size: calc(14 / 16 * 1em);
        font-weight: normal;
    }
}
@media screen and (max-width: 767px) {
    .supportAnchors {
        padding: 58px 20px 30px;
    }
    .supportAnchors .list {
        display: none;
    }
    .supportAnchors .cap2 {
        text-align: justify;
        margin: 20px auto 0;
        line-height: 1.6;
    }
}
.supportCont .bdBox01 .boxL .ttl {
    font-size: 16px;
    line-height: 1.6;
}
.supportCont .bdBox01 .boxR p {
    line-height: 1.8;
}
.supportCont .bdBox01 .boxR ul li {
    line-height: 1.8;
}
.supportOnsight, .supportHoshu, .supportContents {
    position: relative;
}
.supportOnsight .anc, .supportHoshu .anc, .supportContents .anc {
    position: absolute;
    left: 0;
    top: -100px;
}
.supportOnsight p, .supportHoshu p, .supportContents p {
    margin: auto;
}
.supportOnsight a, .supportHoshu a, .supportContents a {
    color: #0087ca;
}
.supportOnsight dl.roundList01, .supportHoshu dl.roundList01, .supportContents dl.roundList01 {
    margin: 40px 0 0;
}
.supportOnsight ul, .supportHoshu ul, .supportContents ul {
    font: inherit;
}
.supportOnsight .contents.lineB, .supportHoshu .contents.lineB, .supportContents .contents.lineB {
    margin: 0 auto;
}
.supportOnsight .contents.lineB > p, .supportHoshu .contents.lineB > p, .supportContents .contents.lineB > p {
    font-size: 16px;
    line-height: 1.6;
}
.supportOnsight .halfImgcol, .supportHoshu .halfImgcol, .supportContents .halfImgcol {
    margin: 100px auto 0;
}
.supportOnsight .halfImgcol .imgCol p, .supportHoshu .halfImgcol .imgCol p, .supportContents .halfImgcol .imgCol p {
    height: 100%;
}
.supportOnsight .halfImgcol .imgCol img, .supportHoshu .halfImgcol .imgCol img, .supportContents .halfImgcol .imgCol img {
    height: 100%;
    object-fit: cover;
}
.supportOnsight .serviceTablewrap table tr td:nth-child(2), .supportHoshu .serviceTablewrap table tr td:nth-child(2), .supportContents .serviceTablewrap table tr td:nth-child(2) {
    text-align: center;
}
.supportOnsight .tableWrap, .supportHoshu .tableWrap, .supportContents .tableWrap {
    margin: 100px auto 0;
}
.supportOnsight h3 + .tableWrap, .supportHoshu h3 + .tableWrap, .supportContents h3 + .tableWrap {
    margin: 0 auto;
}
.supportOnsight .serviceTable td, .supportHoshu .serviceTable td, .supportContents .serviceTable td {
    text-align: center;
}
@media screen and (max-width: 767px) {
    .supportOnsight .halfImgcol, .supportHoshu .halfImgcol, .supportContents .halfImgcol {
        margin: 50px auto 0;
    }
    .supportOnsight .contents.lineB, .supportHoshu .contents.lineB, .supportContents .contents.lineB {
        padding: 50px 20px;
    }
    .supportOnsight .contents.lineB > p, .supportHoshu .contents.lineB > p, .supportContents .contents.lineB > p {
        text-align: justify;
    }
    .supportOnsight .contents.lineB .colWrap, .supportHoshu .contents.lineB .colWrap, .supportContents .contents.lineB .colWrap {
        margin: 50px auto;
    }
    .supportOnsight .contents.lineB .colWrap .roundList01 dd p, .supportHoshu .contents.lineB .colWrap .roundList01 dd p, .supportContents .contents.lineB .colWrap .roundList01 dd p {
        margin: 10px auto;
    }
    .supportOnsight .serviceTablewrap .tableWrap, .supportHoshu .serviceTablewrap .tableWrap, .supportContents .serviceTablewrap .tableWrap {
        overflow: auto;
    }
}
.supportOnsight {
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .supportOnsight {
        position: relative;
        padding-bottom: 0;
    }
}
.supportHoshu {
    padding-bottom: 0;
}
@media screen and (max-width: 767px) {
    .supportCont .noticeCont {
        padding: 30px 20px;
    }
}
.supportContact .caution1 {
    margin: .5em auto 0;
    text-align: center;
    font-size: calc(14 / 16 * 1em);
}
.supportContact .caution2 {
    margin: 20px auto 0;
    text-align: center;
    font-size: calc(14 / 16 * 1em);
}
.supportContact .btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: calc(22 / 16 * 1em);
    font-weight: bold;
    width: calc(480 / 22 * 1em);
    height: 90px;
    margin: 1em auto 0;
    padding: 0 0 0 1em;
    background-color: #F67401;
    color: #fff;
}
.supportContact .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 22 * 1em));
    width: calc(8 / 22 * 1em);
    height: calc(8 / 22 * 1em);
    border-style: solid;
    border-width: calc(2 / 22 * 1em) calc(2 / 22 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .supportContact {
        padding: 60px 20px;
    }
    .supportContact .caution1, .supportContact .caution2 {
        font-size: calc(12 / 16 * 1em);
    }
    .supportContact .caution2 {
        margin: 18px auto 0;
    }
    .supportContact .btn {
        font-size: calc(17 / 16 * 1em);
        width: 330px;
        height: 66px;
    }
}
.products .searchBox {
    margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .productsIndex .btnWhite01 {
        margin: 50px auto 0;
    }
    .productsIndex section.information .infoList01 li dl {
        padding: 30px 0;
    }
}
.aboutReason .cap1 {
    text-align: center;
    margin: 100px auto 0;
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
}
.aboutReason .list {
    margin: 100px auto 0;
}
.aboutReason .list > div {
    width: 980px;
    margin: 0 auto;
}
.aboutReason .list > div + div {
    margin: 100px auto 0;
}
.aboutReason .list > div:after {
    content: "";
    display: block;
    clear: both;
}
.aboutReason .list > div:nth-child(even) h3 {
    float: left;
}
.aboutReason .list > div:nth-child(even) .img {
    float: right;
}
.aboutReason .list > div:nth-child(even) p {
    float: left;
}
.aboutReason .list > div:nth-child(even) .btn {
    float: left;
}
.aboutReason .list h3 {
    float: right;
    width: 480px;
    margin: 0;
    font-size: calc(24 / 16 * 1em);
}
.aboutReason .list .img {
    float: left;
    width: 480px;
}
.aboutReason .list p {
    float: right;
    width: 480px;
    margin: 30px 0 0;
    text-align: justify;
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
}
.aboutReason .list p.caution {
    font-size: calc(14 / 16 * 1em);
    margin: 1em 0 0;
}
.aboutReason .list .btn {
    clear: right;
    float: right;
    width: 480px;
    margin-top: 50px;
}
.aboutReason .list .btn .btn_01 {
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .aboutReason .cap1 {
        text-align: justify;
        padding: 0 20px;
        margin: 50px auto 0;
        font-size: calc(14 / 16 * 1em);
    }
    .aboutReason .list {
        margin: 50px auto 0;
        padding: 0 20px;
    }
    .aboutReason .list > div {
        width: auto;
    }
    .aboutReason .list > div + div {
        margin: 50px auto 0;
    }
    .aboutReason .list h3, .aboutReason .list .img, .aboutReason .list p, .aboutReason .list .btn {
        float: none;
        width: auto;
    }
    .aboutReason .list h3 {
        font-size: calc(17 / 16 * 1em);
    }
    .aboutReason .list .img {
        margin: 20px auto 0;
    }
    .aboutReason .list p {
        font-size: calc(14 / 16 * 1em);
    }
    .aboutReason .list p.caution {
        font-size: calc(12 / 16 * 1em);
    }
    .aboutReason .list .btn {
        margin: 30px auto 0;
    }
}
.aboutFlow {
    background-color: #F6F8F9;
}
.aboutFlow .list {
    display: flex;
    justify-content: center;
    gap: 44px;
    margin: 100px auto 0;
}
.aboutFlow .list > div {
    width: 202px;
    position: relative;
}
.aboutFlow .list > div:nth-child(1) {
    z-index: 4;
}
.aboutFlow .list > div:nth-child(1) .hd .clip-bg {
    background-color: #08A7F7;
}
.aboutFlow .list > div:nth-child(1) h3 {
    padding-right: .5em;
}
.aboutFlow .list > div:nth-child(2) {
    z-index: 3;
}
.aboutFlow .list > div:nth-child(2) .hd {
    margin: 0 -32px 0 -38px;
}
.aboutFlow .list > div:nth-child(2) .hd .clip-bg {
    background-color: #177FF5;
}
.aboutFlow .list > div:nth-child(3) {
    z-index: 2;
}
.aboutFlow .list > div:nth-child(3) .hd {
    margin: 0 -32px 0 -38px;
}
.aboutFlow .list > div:nth-child(3) .hd .clip-bg {
    background-color: #0C5BC2;
}
.aboutFlow .list > div:nth-child(4) {
    z-index: 1;
}
.aboutFlow .list > div:nth-child(4) .hd {
    margin: 0 -20px 0 -38px;
}
.aboutFlow .list > div:nth-child(4) .hd .clip-bg {
    background-color: #043B8F;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.aboutFlow .list > div:nth-child(4) h3 {
    padding-left: .5em;
}
.aboutFlow .list .hd {
    margin: 0 -32px 0 -20px;
    padding: 15px 0 50px;
    position: relative;
}
.aboutFlow .list .hd .shadow {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.15));
}
.aboutFlow .list .hd .shadow .clip-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(0% 0%, calc(100% - 15px) 0%, 100% 50%, calc(100% - 15px) 100%, 0% 100%);
}
.aboutFlow .list .hd h3 {
    text-align: center;
    font-size: calc(24 / 16 * 1em);
    margin: 0;
    color: #fff;
    position: relative;
}
.aboutFlow .list .hd h3 strong {
    font-size: calc(28 / 24 * 1em);
}
.aboutFlow .list .body {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: -40px auto 0;
    position: relative;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.aboutFlow .list .body .text {
    margin: 0 auto 0;
}
.aboutFlow .list .body .text p {
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
    text-align: justify;
    height: 9.5em;
}
@media screen and (max-width: 767px) {
    .aboutFlow .list {
        display: block;
        margin: 50px auto 0;
        padding: 0 20px;
    }
    .aboutFlow .list > div {
        width: auto;
        background-color: #fff;
        border-radius: 10px;
        margin: 0 auto 0;
        position: relative;
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    }
    .aboutFlow .list > div:nth-child(1) .hd, .aboutFlow .list > div:nth-child(2) .hd, .aboutFlow .list > div:nth-child(3) .hd, .aboutFlow .list > div:nth-child(4) .hd {
        margin: 0;
        padding: 10px 0;
    }
    .aboutFlow .list > div:nth-child(1) .hd .clip-bg, .aboutFlow .list > div:nth-child(2) .hd .clip-bg, .aboutFlow .list > div:nth-child(3) .hd .clip-bg, .aboutFlow .list > div:nth-child(4) .hd .clip-bg {
        clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
    }
    .aboutFlow .list > div:nth-child(1) .hd h3, .aboutFlow .list > div:nth-child(2) .hd h3, .aboutFlow .list > div:nth-child(3) .hd h3, .aboutFlow .list > div:nth-child(4) .hd h3 {
        padding: 0 0 0 20px;
    }
    .aboutFlow .list > div + div {
        margin: 73px auto 0;
    }
    .aboutFlow .list > div + div:before {
        content: "";
        display: block;
        position: absolute;
        width: 60px;
        height: 33px;
        left: calc(50% - 30px);
        top: -53px;
        background-color: #08A7F7;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    }
    .aboutFlow .list .hd {
        margin: 0;
        padding: 6px 0;
        max-width: 248px;
    }
    .aboutFlow .list .hd .shadow {
        filter: none;
    }
    .aboutFlow .list .hd h3 {
        font-size: calc(20 / 16 * 1em);
        padding-left: 1em;
        text-align: left;
        line-height: 24px;
    }
    .aboutFlow .list .hd h3 strong {
        font-size: calc(18 / 20 * 1em);
    }
    .aboutFlow .list .body {
        padding: 0;
        border-radius: 0;
        margin: 0 auto;
        box-shadow: none;
        background: none;
    }
    .aboutFlow .list .body .text {
        margin: 0;
        padding: 20px 20px 30px;
    }
    .aboutFlow .list .body .text p {
        font-size: calc(14 / 16 * 1em);
        height: auto;
    }
}
.aboutVoice .list {
    width: 980px;
    margin: 100px auto 0;
}
.aboutVoice .list > div {
    display: flex;
    box-shadow: 3px 8px 15px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: calc(10 / 16 * 1em);
}
.aboutVoice .list > div + div {
    margin: 50px auto 0;
}
.aboutVoice .list .img {
    width: 254px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFCEA3;
}
.aboutVoice .list .img .icon {
    width: 90px;
    margin: 0 auto;
}
.aboutVoice .list .img h3 {
    text-align: center;
    font-size: calc(24 / 16 * 1em);
    margin: 1em auto 0;
}
.aboutVoice .list .text {
    flex: 1;
    padding: 30px;
}
.aboutVoice .list .text p {
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}
@media screen and (max-width: 767px) {
    .aboutVoice .list {
        width: auto;
        margin: 50px auto 0;
        padding: 0 20px;
    }
    .aboutVoice .list > div {
        display: block;
    }
    .aboutVoice .list > div + div {
        margin: 30px auto 0;
    }
    .aboutVoice .list .img {
        width: auto;
        padding: 15px 0;
    }
    .aboutVoice .list .img > div {
        display: flex;
        align-items: center;
    }
    .aboutVoice .list .img .icon {
        width: 48px;
    }
    .aboutVoice .list .img h3 {
        font-size: calc(18 / 16 * 1em);
        margin: 0 0 0 1em;
    }
    .aboutVoice .list .text {
        flex: 0 1 auto;
    }
    .aboutVoice .list .text p {
        font-size: calc(14 / 16 * 1em);
    }
}
.aboutFaq {
    background-color: #F6F8F9;
}
.aboutFaq .faqList {
    width: 980px;
    margin: 100px auto 0;
}
.aboutFaq .faqList > li {
    border-bottom: 1px solid #fff;
}
.aboutFaq .faqList > li > a {
    background-color: #F67401;
    color: #fff;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 30px;
    height: 60px;
    font-size: calc(18 / 16 * 1em);
    line-height: 1.25;
    text-decoration: none;
}
.aboutFaq .faqList > li > a:before {
    content: "Q.";
    display: block;
    font-size: calc(24 / 18 * 1em);
    font-weight: bold;
    width: 36px;
}
.aboutFaq .faqList > li > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 2em;
    top: calc(50% - calc(5 / 18 * 1em));
    width: calc(8 / 18 * 1em);
    height: calc(8 / 18 * 1em);
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff;
    transform: rotate(135deg);
}
.aboutFaq .faqList > li > a span {
    display: block;
    flex: 1;
    font-weight: bold;
    padding-top: calc(5 / 18 * 1em);
}
.aboutFaq .faqList > li > a.on:after {
    top: calc(50% - calc(3 / 18 * 1em));
    transform: rotate(-45deg);
}
.aboutFaq .faqList > li > a.on + dl {
    max-height: 100em;
    padding: 30px 30px;
}
.aboutFaq .faqList > li dl {
    background-color: #fff;
    font: inherit;
    max-height: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: .3s;
}
.aboutFaq .faqList > li dl dt {
    display: flex;
    position: relative;
    font-size: calc(18 / 16 * 1em);
    font-weight: bold;
}
.aboutFaq .faqList > li dl dt:before {
    content: "A.";
    font-size: calc(24 / 18 * 1em);
    width: 36px;
    position: relative;
    bottom: calc(4 / 24 * 1em);
}
.aboutFaq .faqList > li dl dt span {
    display: block;
    flex: 1;
}
.aboutFaq .faqList > li dl dd {
    padding-left: 36px;
    margin: .5em auto 0;
}
.aboutFaq .faqList > li dl dd p {
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
}
@media screen and (max-width: 767px) {
    .aboutFaq .faqList {
        width: auto;
        margin: 50px auto 0;
        padding: 0 20px;
    }
    .aboutFaq .faqList > li > a {
        padding: 0 60px 0 20px;
    }
    .aboutFaq .faqList > li > a span {
        line-height: 1.5;
    }
    .aboutFaq .faqList > li > a.on + dl {
        padding: 30px 20px;
    }
    .aboutFaq .faqList > li dl {
        padding: 0 20px;
    }
    .aboutFaq .faqList > li dl dt {
        line-height: 1.5;
    }
    .aboutFaq .faqList > li dl dd {
        padding-left: 36px;
    }
    .aboutFaq .faqList > li dl dd p {
        font-size: calc(18 / 16 * 1em);
    }
}
.aboutContact h3 {
    margin: 0 auto;
    text-align: center;
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    line-height: 1.6;
}
.aboutContact h2 {
    margin: 1em auto 0;
    text-align: center;
    font-size: calc(36 / 16 * 1em);
    font-weight: bold;
}
.aboutContact p {
    text-align: center;
    font-size: calc(16 / 16 * 1em);
    margin: 2em auto 0;
}
.aboutContact .btn {
    position: relative;
    display: block;
    text-align: center;
    font-size: calc(22 / 16 * 1em);
    font-weight: bold;
    width: calc(480 / 22 * 1em);
    margin: 2em auto 0;
    padding: 1.5em 0 1.5em 1em;
    background-color: #F67401;
    color: #fff;
}
.aboutContact .btn:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 22 * 1em));
    width: calc(8 / 22 * 1em);
    height: calc(8 / 22 * 1em);
    border-style: solid;
    border-width: calc(2 / 22 * 1em) calc(2 / 22 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .aboutContact {
        padding: 60px 20px;
    }
    .aboutContact h3 {
        font-size: calc(16 / 16 * 1em);
    }
    .aboutContact h2 {
        font-size: calc(20 / 16 * 1em);
        margin: .75em auto 0;
    }
    .aboutContact p {
        font-size: calc(14 / 16 * 1em);
        text-align: justify;
        line-height: 1.75;
        margin: 1em auto 0;
        padding: 0 10px;
    }
    .aboutContact .btn {
        font-size: calc(17 / 16 * 1em);
        width: auto;
    }
}
.productContents {
    width: 980px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .productContents {
        width: 100%;
    }
    .productContents section {
        margin: 0 20px 40px;
    }
}
.productCta1 {
    background-color: #EEEEEE;
    margin: 0 auto 100px;
    padding: 25px 0;
    text-align: center;
    font-size: 16px;
}
.productCta1 h3 {
    display: inline-block;
    font-size: calc(28 / 16 * 1em);
    background-color: #000;
    color: #fff;
    padding: calc(5 / 32 * 1em) 2.5em;
    border-radius: 3em;
    margin: 0;
    line-height: 1.5;
}
.productCta1 h3 strong {
    display: inline;
    color: #EF3200;
}
.productCta1 .cap1 {
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    text-align: center;
    margin: calc(5 / 24 * 1em) auto;
    line-height: 1.5;
}
.productCta1 .cap2 {
    font-size: calc(20 / 16 * 1em);
    font-weight: bold;
    text-align: center;
    margin: calc(18 / 24 * 1em) auto;
    line-height: 1.5;
}
.productCta1 .btn {
    display: flex;
    justify-content: center;
}
.productCta1 a {
    color: #000;
    text-decoration: underline;
    display: flex;
    align-items: center;
    font-size: calc(18 / 16 * 1em);
}
.productCta1 a:before {
    content: "";
    display: block;
    width: 21px;
    height: 21px;
    background: url(../img/products/arrow1.png) center center no-repeat;
    background-size: contain;
    margin-right: 10px;
}
@media screen and (max-width: 767px) {
    .productCta1 {
        margin: 50px auto;
    }
    .productCta1 h3 {
        font-size: calc(20 / 16 * 1em);
        padding: calc(6 / 20 * 1em) 1.5em;
        max-width: calc(100% - 40px);
    }
    .productCta1 .cap1 {
        font-size: calc(20 / 16 * 1em);
        margin: calc(8 / 20 * 1em) auto;
    }
    .productCta1 .cap2 {
        font-size: calc(16 / 16 * 1em);
        padding: 0 20px;
        text-align: justify;
    }
    .productCta1 a {
        font-size: calc(14 / 16 * 1em);
    }
}
.productCta2 {
    background-color: #000000;
    color: #fff;
    margin: 50px auto 0;
    padding: 80px 0;
    text-align: center;
    font-size: 16px;
}
.productCta2 h3 {
    display: inline-block;
    font-size: calc(28 / 16 * 1em);
    background-color: #fff;
    color: #000;
    padding: calc(5 / 32 * 1em) 2.5em;
    border-radius: 3em;
    margin: 0;
    line-height: 1.5;
}
.productCta2 h3 strong {
    display: inline;
    color: #EF3200;
}
.productCta2 .cap1 {
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    text-align: center;
    margin: calc(8 / 24 * 1em) auto;
    line-height: 1.5;
}
.productCta2 .cap2 {
    font-size: calc(16 / 16 * 1em);
    text-align: center;
    margin: calc(30 / 16 * 1em) auto;
    line-height: 1.5;
}
.productCta2 .list {
    margin: 50px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.productCta2 .list > div {
    width: 313px;
}
.productCta2 .list h4 {
    font-size: calc(24 / 16 * 1em);
    font-weight: bold;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 0 1em;
    position: relative;
}
.productCta2 .list h4:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background-color: #F67401;
}
.productCta2 .list .img {
    margin: 15px auto 0;
}
.productCta2 .list .img img {
    display: block;
    width: 100%;
}
.productCta2 .list .text {
    margin: 1em auto 0;
}
.productCta2 .list .text p {
    text-align: justify;
    font-size: calc(16 / 16 * 1em);
    line-height: 1.6;
}
.productCta2 .btn {
    margin: 50px auto 0;
}
.productCta2 a {
    background-color: #F67401;
    color: #fff;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 66px;
    font-size: calc(14 / 16 * 1em);
    margin: 0 auto;
    position: relative;
}
.productCta2 a:before {
    content: "";
    display: block;
    position: absolute;
    left: 1em;
    top: calc(50% - calc(5 / 14 * 1em));
    width: calc(8 / 14 * 1em);
    height: calc(8 / 14 * 1em);
    border-style: solid;
    border-width: calc(2 / 14 * 1em) calc(2 / 14 * 1em) 0 0;
    border-color: #fff;
    transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
    .productCta2 {
        margin: 50px auto;
        padding: 60px 0;
    }
    .productCta2 h3 {
        font-size: calc(20 / 16 * 1em);
        padding: 10px 35px;
        max-width: calc(100% - 40px);
    }
    .productCta2 .cap1 {
        font-size: calc(20 / 16 * 1em);
        margin: calc(8 / 20 * 1em) auto;
    }
    .productCta2 .cap2 {
        font-size: calc(14 / 16 * 1em);
        padding: 0 20px;
        text-align: justify;
    }
    .productCta2 .list {
        display: block;
        padding: 0 20px;
    }
    .productCta2 .list > div {
        width: auto;
    }
    .productCta2 .list > div + div {
        margin: 30px auto 0;
    }
    .productCta2 .list h4 {
        font-size: calc(17 / 16 * 1em);
    }
    .productCta2 .list .text p {
        font-size: calc(14 / 16 * 1em);
    }
    .productCta2 a {
        font-size: calc(14 / 16 * 1em);
        width: calc(260 / 14 * 1em);
    }
}
section.productDetail {
    margin: 0;
}
@media screen and (max-width: 767px) {
    section.productDetail {
        padding: 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .topicPath {
        padding: 20px;
    }
}
.bgc01 {
    background-color: #F6F8F9;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .bgc01.spwhite {
        background-color: #fff;
    }
}
#footContact {
    margin: 0;
    position: relative;
    z-index: 1;
}
#contents.infoIndex, #contents.infoCategory, #contents.infoYear {
    margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
    #contents.infoIndex .pageTtl01, #contents.infoCategory .pageTtl01, #contents.infoYear .pageTtl01 {
        margin: 50px auto;
        padding: 0 20px;
    }
    #contents.infoIndex .main section, #contents.infoCategory .main section, #contents.infoYear .main section {
        margin: 0 auto;
        padding: 0 20px;
    }
    #contents.infoIndex .side, #contents.infoCategory .side, #contents.infoYear .side {
        padding: 0 20px;
        margin: 60px auto 0;
    }
}
#contents.infoDetail {
    margin: 0 auto 120px;
}
@media screen and (max-width: 767px) {
    #contents.infoDetail .main h1.lev02 {
        max-width: calc(100% - 40px);
        margin: 0 auto 30px;
    }
    #contents.infoDetail .main .infoDetailbox {
        padding: 0 20px;
    }
    #contents.infoDetail .main .infoDetailbox p {
        text-align: justify;
    }
    #contents.infoDetail .main section {
        margin: 0 auto;
        padding: 0;
    }
    #contents.infoDetail .main section + section {
        margin: 50px auto 0;
    }
    #contents.infoDetail .side {
        padding: 0 20px;
        margin: 60px auto 0;
    }
}
