@charset "utf-8";

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* ----------------------------------------------------------------
    elements
----------------------------------------------------------------- */

html {
    color: #000;
    font-size: 10px;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: .2rem;
}

body {
    color: #000;
    font-size: 10px;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    letter-spacing: .2rem;
}

body > img {
    display: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}

sub {
    vertical-align: bottom;
    font-size: 0.6667em;
}

.is-mobile {
    display: none;
}

@media only screen and (max-width: 768px) {
    .is-mobile {
        display: block;
    }
    img.is-mobile {
        display: inline-block;
    }
    .is-desktop {
        display: none;
    }
}

.body {
    font-size: 1.6rem;
}

@media only screen and (max-width: 768px) {
    .body {
        font-size: 1.4rem;
    }
}

.container {
    max-width: 980px;
    margin: auto;
}

.header {
    position: relative;
    height: 840px;
    background: url("../images/header-bg-01.png") no-repeat center center;
    background-size: cover;
}

.header .container {
    position: relative;
}

.header-head {
    padding-top: 32px;
    padding-left: 12px;
}

.header-body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
}

.header-body > div {
    margin-bottom: 40px;
    text-align: center;
}


.header-body > div:first-child img {
    width: 70%;
}

@media only screen and (max-width: 980px) {
    .header {
        height: auto;
        aspect-ratio: 98/72;
        background-color: #005695;
    }
    .header .is-mobile img {
        width: 100%;
    }
    .header-body {
        width: 77%;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 768px) {
    .header-lead {
        position: absolute;
        top: 4%;
        left: 5%;
        width: 14.97395833%;
    }
}

.footer {
    padding: 40px 0 60px;
    text-align: center;
}

.footer-list {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.footer-item {
    margin: 0 10px;
}

.footer-item a,
.footer-item a:visited {
    color: #222;
}

.footer-item a:hover {
    text-decoration: none;
}

.footer-copy {
    margin-top: 25px;
    color: #888;
}

.footer-copy small {
    font-size: 0.8125rem;
}

@media only screen and (max-width: 768px) {
    .footer {
        padding: 8% 0 0;
    }
    .footer-logo {
        width: 72%;
        margin: auto;
    }
    .footer-list {
        flex-direction: column;
    }
}

.cv {
    padding: 50px 0;
    background: #fff;
}

.cv.--ptn-gray {
    background: #f0f0f0;
}

.cv.--ptn-blue {
    background: #00528f;
}

.cv-head,
.cv-body {
    text-align: center;
}

.cv-head {
    margin-bottom: 30px;
}

.cv-lead {
    color: #e98112;
    font-size: 2.6rem;
    font-weight: bold;
}

.cv.--ptn-blue .cv-lead {
    color: #fff;
}

.cv-btn {
    margin-bottom: 30px;
}

.cv-btn a {
    display: inline-block;
}

.cv-btn a:hover {
    opacity: 0.7;
}

.cv-link {
}

.cv-item {
    display: inline-block;
    margin: 0 2rem;
    font-weight: bold;
    color: #00528f;
}

.cv-item a {
    color: #00528f;
}

.cv.--ptn-blue .cv-item a {
    color: #fff;
}

.cv-item::before {
    display: inline-block;
    content: "▲";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 0.5rem;
}

.cv.--ptn-blue .cv-item::before {
    color: #fff;
}

@media only screen and (max-width: 768px) {
    .cv {
        padding: 6% 0;
    }
    .cv.--ptn-large-pad {
        padding: 8% 0;
    }
    .cv-head {
        margin-bottom: 4%;
    }
    .cv-lead {
        font-size: 1.3rem;
    }
    .cv-btn {
        width: 90%;
        margin: 0 auto 20px;
    }
    .cv-item {
        margin: 0 0.2rem;
        font-size: 1.3rem;
    }
}

.worries {
    position: relative;
    padding: 40px 0;
    background: #eaf7fe;
}

.worries .container {
    max-width: 900px;
}

.worries::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    width: 40px;
    height: 40px;
    background: #eaf7fe;
    -webkit-transform: rotate(45deg) skew(20deg, 20deg);
            transform: rotate(45deg) skew(20deg, 20deg);
    z-index: -1;
}

.worries-head {
    padding-bottom: 40px;
    text-align: center;
}

.worries-lead {
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 2.6rem;
    color: #0066b1;
}

.worries-lead::before {
    content: "";
    width: 7px;
    height: 35px;
    margin: 0 1rem;
    background: #9dd5f6;
}

.worries-lead::after {
    content: "";
    width: 7px;
    height: 35px;
    margin: 0 1rem;
    background: #9dd5f6;
}

.worries-lead-strong {
    font-size: 2rem;
    color: #0168b7;
}

.worries-body {
}

.worries-list {
}

.worries-item {
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-left: 10px;
    font-size: 2.1rem;
    font-weight: bold;
}

.worries-item:first-child {
    margin-top: 0;
}

.worries-item-ico {
    margin-right: 20px;
}

.worries-strong {
    background: #fff7a3;
}

@media only screen and (max-width: 768px) {
    .worries {
        padding: 8% 0;
    }
    .worries::after {
        bottom: 0;
    }
    .worries-head {
        padding-bottom: 4%;
    }
    .worries-lead {
        font-size: 1.7rem;
    }
    .worries-lead::before,
    .worries-lead::after {
        height: 2.72rem;
    }
    .worries-body {
        margin: 0 4%;
    }
    .worries-item {
        margin: 6% 0 0 0;
        font-size: 1.4rem;
    }
    .worries-item-ico {
        width: 5%;
        margin-right: 2%;
        flex-shrink: 0;
    }
}

.solution {
    padding: 80px 0;
}

.solution .container {
}

.solution-head {
    margin-bottom: 40px;
    text-align: center;
}

.solution-lead {
    font-weight: bold;
}

.solution-point {
    margin-bottom: 80px;
}

.solution-point:last-child {
    margin-bottom: 0;
}

.solution-p {
    max-width: 780px;
    margin: auto;
    letter-spacing: 0;
}

.solution-img,
.solution-box {
    max-width: 920px;
    margin: auto;
}

.solution-caption {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.solution-caption-head {
}

.solution-p,
.solution-txt {
    font-size: 1.8rem;
}

.solution-fig {
    flex-shrink: 0;
    margin-left: 20px;
    padding: 0 30px;
    text-align: center;
}

.solution-img {
    margin-top: 60px;
    text-align: center;
}

@media only screen and (max-width: 980px) {
    .solution {
        padding-left: 3.2%;
        padding-right: 3.2%;
    }
}

@media only screen and (max-width: 768px) {
    .solution {
        padding: 8% 3.2% 12%;
    }
    .solution-head {
        margin-bottom: 3.2%;
    }
    .solution-lead {
        margin-bottom: 3.2%;
    }
    .solution-head-fig {
        margin-bottom: 3.2%;
    }
    .solution-lead {
        font-size: 1rem;
    }
    .solution-point {
        margin: 8% 0 12%;
    }
    .solution-img,
    .solution-p,
    .solution-img,
    .solution-box {
        padding: 0;
    }
    .solution-box {
        flex-direction: column-reverse;
    }
    .solution-caption {
        flex-direction: column;
        margin-bottom: 3.2%;
        align-items: center;
    }
    .solution-caption-head {
        text-align: center;
        font-size: 1.125rem;
    }
    .solution-caption-num {
        width: 3.2rem;
        margin: 0 0 4%;
        font-size: 1.6875rem;
    }
    .solution-img {
        margin: 4% 0;
    }
    .solution-p,
    .solution-txt {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .solution-fig {
        width: 50%;
        margin: 6% auto;
        padding: 0;
    }
}

.video {
    padding: 60px 0;
    background-color: #eaf7fe;
}

.video .container {
    max-width: 783px;
}

.video-head {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #9dd5f6;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.video-lead {}

.video-body {
    max-width: 730px;
    margin: auto;
}

.video-company {
    margin: 40px 0;
    border-left: 4px solid #0066b1;
    padding-left: 1rem;
}

.video-company-name {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.1rem 0.4rem;
    background: #0066b1;
    color: #fff;
    font-size: 1.8rem;
}

.video-company-small {
    font-size: 1.2rem;
}

.video-company-txt {
    font-weight: bold;
    font-size: 1.8rem;
    color: #0066b1;
}

.video-video {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    position: relative;
}

.video-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.video-note {
    display: flex;
    margin-top: 10px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.video-note::before {
    content: "※";
}

@media only screen and (max-width: 768px) {
    .video {
        padding: 8% 3.2%;
    }
    .video-head {
        margin-bottom: 6%;
        padding-bottom: 6%;
    }
    .video-company {
        margin: 6% 0;
    }
    .video-company-name {
        margin-bottom: 0;
        padding: 0.1rem 0.4rem;
        font-size: 1.2rem;
    }
    .video-company-small {
        font-size: 0.7rem;
    }
    .video-company-txt {
        font-size: 1.2rem;
    }
    .video-note {
        font-size: 0.9rem;
    }}

.feature {
    padding: 60px 0 80px;
    background-color: #eaf7fe;
}

.feature .wrapper {
    max-width: 935px;
    margin: 0 auto 40px;
}

.feature-head {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #9dd5f6;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.feature-item {
    max-width: 874px;
    margin: auto;
    margin-bottom: 60px;
}

.feature-item:last-child {
    margin-bottom: 0;
}

.feature-item-head {
    position: relative;
    background: #fff;
    display: flex;
    padding: 1.2rem 1.5rem;
    color: #0066b1;
    font-size: 2.5rem;
    border-radius: 10px;
    align-items: center;
}

.feature-item-head+div {
    margin-top: 40px;
}

.feature-item-num {
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: bold;
    border-right: 1px solid #0066b1;
    padding-right: 1.5rem;
}

/* accordion */

.feature-item.--accordion .feature-item-head {
    cursor: pointer;
}

.feature-item.--fold .feature-item-head:hover {
    opacity: 0.7;
}

.feature-item.--accordion .feature-item-head::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 37px;
    height: 37px;
    margin-top: -18.5px;
    background: url("../images/feature-ico-01.png") no-repeat left top;
}

.feature-item.--fold .feature-item-head {
    background: #0066b1;
    color: #fff;
}

.feature-item.--fold .feature-item-num {
    border-right: 1px solid #fff;
}

.feature-item.--accordion.--fold .feature-item-head::after {
    background: url("../images/feature-ico-02.png") no-repeat left top;
}

.feature-item-body {
    max-width: 690px;
    margin: auto;
}

.feature-item-body.--large {
    max-width: 730px;
}

.feature-item-txt {
    margin: 30px 0;
    font-size: 1.8rem;
}

.feature-item-strong {
    color: #0066b1;
}

.feature-item-lead {
    padding-left: 1.5rem;
}

.feature-item-fig {
    display: flex;
    -webkit-column-gap: 5%;
       -moz-column-gap: 5%;
            column-gap: 5%;
}

.feature-item-fig.--reverse-pc {
    flex-direction: row-reverse;
}

.feature-item-fig-img {
    width: 55%;
}

.feature-item-fig-txt {
    width: 40%;
}

.feature-item-desc {
    margin: 0 0 20px;
    border-left: 4px solid #00528f;
    padding-left: 1rem;
}

.feature-item-desc-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.1rem 0.4rem;
    background: #0066b1;
    color: #fff;
    font-size: 1.8rem;
}

.feature-item-desc-txt {
    font-weight: bold;
    font-size: 1.8rem;
    color: #00528f;
}

.feature-item-note {
    margin-top: 20px;
    font-size: 1.4rem;
    letter-spacing: 0;
}

.feature-item-fig-txt a {
    margin-left: 0.5rem;
    color: #0066b1;
    text-decoration: none;
}

.feature-item-fig-txt a::before {
    margin-right: 0.5rem;
    display: inline-block;
    content: "▲";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    vertical-align: middle;
}

.feature-item-way {
    margin-top: 40px;
    margin-bottom: 20px;
}

.feature-item-way-caption {
    margin-bottom: 10px;
    text-align: center;
}

.feature-item-way-img {
    margin-bottom: 10px;
    text-align: center;
}

.feature-item-way-note {
    margin-bottom: 10px;
    text-align: center;
}

.feature-item-way-caption {
    color: #0066b1;
    font-weight: bold;
    font-size: 2.1rem;
}

.feature-item-way-img {
}

.feature-item-way-note {
    letter-spacing: 0;
}

.feature-item-separator {
    margin: 40px 0;
}

.feature-item-separator::before {
    content: "";
    display: block;
    width: 212px;
    height: 3px;
    margin: auto;
    background-color: #9dd5f6;
}

@media only screen and (max-width: 768px) {
    .feature {
        padding: 8% 3.2%;
    }
    .feature-head {
        margin-bottom: 6%;
        padding-bottom: 6%;
    }
    .feature-item {
        margin-bottom: 10%;
    }
    .feature-item-num {
        font-size: 2.4rem;
        line-height: 1;
    }
    .feature-item-lead {
        font-size: 1.5rem;
    }
    .feature-item-txt {
        margin: 3% 0;
        font-size: 1.4rem;
    }
    .feature-item-note {
        margin-top: 3%;
        font-size: 0.9rem;
    }
    .feature-item-head+div,
    .feature-item-body {
        margin-top: 3%;
    }
    .feature-item-fig {
        flex-direction: column;
    }
    .feature-item-fig-img,
    .feature-item-fig-txt {
        width: 100%;
        margin-top: 4%;
    }
    .feature-item-fig-img {
        text-align: center;
    }
    .feature-item-desc-label,
    .feature-item-desc-txt {
        font-size: 1.4rem;
    }
    .feature-item-desc-label {
        margin-bottom: 3%;
    }
    .feature-item-way {
        margin: 3% 0;
    }
    .feature-item-way-note {
        font-size: 0.9rem;
        text-align: left;
    }
    .feature-item-separator {
        margin: 6% 0;
    }
    .feature-item-separator::before {
        width: 30%;
        height: 2px;
    }
    .feature-item-fig.--reverse-pc {
        flex-direction: column;
    }
    .feature-item.--accordion .feature-item-head::after {
        right: 10px;
        width: 18.5px;
        height: 18.5px;
        margin-top: -9.25px;
        background-size: contain;
    }
    .feature-item.--accordion.--fold .feature-item-head::after {
        background-size: contain;
    }
}

.case-study {
    padding: 60px 0;
}

.case-study-head {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #9dd5f6;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.case-study-lead {
}

.case-study-point {
    margin-bottom: 80px;
}

.case-study-point:last-child {
    margin-bottom: 0;
}

.case-study-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
}

.case-study-item {
    width: 48%;
    margin-bottom: 40px;
    padding: 15px 15px 20px;
    background-color: #eaf8fe;
    border-radius: 10px;
}

.case-study-caption {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #9dd5f6;
    font-size: 2.1rem;
    font-weight: bold;
}

.case-study-caption.--line3 {
    height: 10.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.case-study-label {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0.1rem 0.4rem;
    background: #00528f;
    color: #fff;
    font-size: 1.28rem;
}

.case-study-txt {
    min-height: 7.6rem;
}

.case-study-txt.--line4 {
    height: 10.4rem;
}

.case-study-spec {
    margin-bottom: 20px;
}

.case-study-spec-caption {
    padding-top: 1.8rem;
    padding-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
}

.case-study-strong {
    color: #0066b1;
}

.case-study-img {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    text-align: center;
}

.case-study-img > a:hover {
    opacity: 0.7;
}

.case-study-table {
    width: 100%;
    letter-spacing: 0;
}

.case-study-table tr {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
}

.case-study-table tr:first-child {
    border-top-style: solid;
}

.case-study-table tr:last-child {
    border-bottom-style: solid;
}

.case-study-table th,
.case-study-table td {
    padding: 4px 0;
    font-weight: normal;
}

.case-study-table th {
    width: 70px;
    white-space: nowrap;
}

.case-study-table td {
}

.case-study-table td > div {
    padding-left: 10px;
    border-left: 1px solid #000;
}

@media only screen and (max-width: 980px) {
    .case-study {
        padding-left: 3.2%;
        padding-right: 3.2%;
    }
}

@media only screen and (max-width: 768px) {
    .case-study {
        padding: 8% 3.2%;
    }
    .case-study-head {
        margin-bottom: 6%;
        padding-bottom: 6%;
    }
    .case-study-items {
        flex-direction: column;
    }
    .case-study-item {
        width: 100%;
        padding: 3%;
        margin-bottom: 4%;
    }
    .case-study-label {
        margin-bottom: 0;
        font-size: 1.2rem;
    }
    .case-study-txt {
        font-size: 1.2rem;
    }
    .case-study-txt.--line4 {
        height: auto;
    }
    .case-study-point {
        margin-bottom: 8%;
    }
    .case-study-caption {
        margin: 4% 0;
        font-size: 1.575rem;
    }
    .case-study-caption.--line3 {
        height: auto;
    }
    .case-study-spec-caption {
        padding: 6% 0 0;
        font-size: 1.35rem;
    }
    .case-study-table {
        font-size: 1.2rem;
    }
    .case-study-table td {
        padding-left: 0px;
    }
    .case-study-table td > div {
        padding-left: 4px;
    }
    .case-study-spec + .case-study-img {
    }
}

.products {
    padding: 60px 0 20px;
    letter-spacing: 0;
}

.products.--related {
    padding: 30px 0 60px;
}

.products-head {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #9dd5f6;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.products-lead {
}

.products-caption {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.75rem;
}

.products-table-wrapper {
    width: 100%;
}

.products-table {
    width: 100%;
    min-width: 980px;
}

.products-table thead tr {
    border: none !important;
}

.products-table thead tr th {
    background: none !important;
    padding: 0 5px 0;
    vertical-align: bottom;
    text-align: center;
}

.products-table thead tr th span {
    display: block;
    margin: 15px 0 0;
    padding: 6px;
    background: #ededed;
    border-radius: 5px 5px 0 0;
    font-size: 2.3rem;
    font-weight: bold;
    color: #0071c5;
    font-family: "Oswald", sans-serif;
}

.products-table-link {
    display: block;
    text-decoration: none;
}

.products-table-link:hover {
    opacity: 0.7;
}

@media screen and (max-width: 767px) {
    .products-table thead tr th span {
        font-size: 2rem;
    }
}

.products-table tr {
    border-top: 1px solid #8cd7fa;
}

.products-table tr:nth-of-type(10) {
    border-bottom: 1px solid #8cd7fa;
}

.products-table tr th {
    width: 25%;
    padding: 10px 20px;
    background: #e7f8ff;
    text-align: left;
    line-height: 1.2;
    vertical-align: middle;
    font-size: 1.8rem;
    font-weight: normal;
}

.products-table tr th[colspan], .products-table tr th[rowspan] {
    padding-left: 30px;
}

.products-table tr th.nobg {
    background: none;
}

.products-table tr td {
    width: 25%;
    padding: 10px 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    word-break: break-all;
}

.products-table tr:nth-of-type(10) td {
    font-size: 2.3rem;
    font-weight: bold;
    color: #0071c5;
    font-family: "Oswald", sans-serif;
}

.products-table tr:nth-of-type(10) td span {
    display: inline-block;
    vertical-align: top;
}

.products-table th .note {
    display: block;
    font-size: 1.2rem;
    text-align: left;
}

.products-table tr td.products-td-left {
    text-align: left;
}

.products-note {
    min-width: 980px;
    margin-top: 10px;
    font-size: 1.4rem;
}

/* touch */

.products-table-wrapper {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.products-table-wrapper.is-active .products-table {
    opacity: 0.5;
}

.products-table-wrapper.done-start-scroll .products-table {
    opacity: 1;
}

.products-table-wrapper.is-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 43.25px);
    width: 87.5px;
    height: 87.5px;
    background: url("../images/products-ico-01-sp.png") no-repeat center center;
    background-size: contain;
}

.products-table-wrapper.done-start-scroll::after {
    display: none;
}

@media only screen and (max-width: 980px) {
    .products {
        padding-left: 3.2%;
        padding-right: 3.2%;
    }
}

@media only screen and (max-width: 768px) {
    .products {
        padding: 8%  3.2%;
    }

    .products-head {
        margin-bottom: 6%;
        padding-bottom: 6%;
    }

    .products-table {
        min-width: 800px;
    }
    .products-note {
        min-width: 100%;
    }

    .products-table tr th {
        font-size: 1.4rem;
    }
    .products-table tr td {
        font-size: 1.2rem;
    }
    .products-table th .note {
        font-size: 0.8rem;
    }

    .products-table .products-img {
        width: 60px;
    }

    .products-table .products-desc {
        width: 160px;
        white-space: normal;
    }

    .products-caption {
        margin-bottom: 4%;
        font-size: 0.875rem;
    }

    .products-note {
        margin-top: 4%;
        font-size: 0.5rem;
    }

    .products-other {
        margin-top: 4%;
        font-size: 0.5rem;
    }

    .products-other .products-caption {
        margin-bottom: 0;
    }

    .products-other-p {
        margin-top: 4%;
        font-size: 0.875rem;
    }

    .products-other-items {
        margin-top: 4%;
    }

    .products-other-label {
        font-size: 0.625rem;
    }
}

.related {
    padding: 60px 0;
}

.related-head {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #9dd5f6;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.related-caption-wrapper {
    text-align: center;
}

.related-caption {
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 20px;
    border-left: 6px solid #8cd7fa;
    border-right: 6px solid #8cd7fa;
    font-size: 2.3rem;
    font-weight: bold;
    line-height: 1;
}

.related-item-large {
    max-width: 890px;
    margin: 0 auto 60px;
    border-radius: 10px;
    background-color: #eaf8fe;
    padding: 20px;
    display: flex;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

.related-item-large-label {
    display: flex;
    letter-spacing: 0;
    font-weight: bold;
}

.related-item-large-type {
    margin-bottom: 20px;
}

.related-item-large-name {
    margin-bottom: 20px;
}

.related-item-large-type {
    padding: 0.1rem 0.4rem;
    background: #0066b1;
    color: #fff;
    font-size: 1.4rem;
}

.related-item-large-name {
    padding: 0.1rem 0.8rem;
    background: #bee0fc;
}

.related-item-large-p {
    margin-bottom: 10px;
}

.related-item-large-li {
    margin-bottom: 10px;
}

.related-item-large-li > a {
    margin-left: 0.5rem;
    color: #0066b1;
    text-decoration: none;
}

.related-item-large-li > a::before {
    margin-right: 0.5rem;
    display: inline-block;
    content: "▲";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    vertical-align: middle;
}

.related-subtype-wrapper {
    display: flex;
    flex-wrap: wrap;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
}

.related-subtype-wrapper.--center {
    justify-content: center;
}

.related-subtype {
    width: 48%;
    margin-bottom: 40px;
}

.related-item-head {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.related-item-head.--align-top {
    align-items: start;
}

.related-item-img {
    margin-right: 20px;
}

.related-item-desc p {
    margin-bottom: 60px;
}

/* adjust height */

.related-item-adjust-01 {
    height: 12rem;
}

.related-item-adjust-02 {
    height: 8rem;
}

.related-item-adjust-03 {
    height: 10rem;
}

.related-sub-caption {
    margin-bottom: 10px;
    text-align: center;
    color: #0066b1;
    font-size: 2.1rem;
    font-weight: bold;
}

.related-item {
    max-width: 468px;
    border-radius: 10px;
    background-color: #eaf8fe;
    padding: 20px;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

.related-item-label {
    display: flex;
    flex-direction: column;
    letter-spacing: 0;
    font-weight: bold;
}

.related-item-label .--margin {
    margin-bottom: 20px;
}

.related-item-type,
.related-item-name {
    flex-grow: 0;
}

.related-item-type {
    padding: 0.1rem 0.4rem;
    background: #0066b1;
    color: #fff;
    font-size: 1.4rem;
}

.related-item-name {
    padding: 0.1rem 0.8rem;
    background: #bee0fc;
}

.related-item-p {
    margin-bottom: 10px;
}

.related-item-list li {
}

.related-item-list li > a {
    margin-left: 0.5rem;
    color: #0066b1;
    text-decoration: none;
}

.related-item-list li > a::before {
    margin-right: 0.5rem;
    display: inline-block;
    content: "▲";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    vertical-align: middle;
}

.related-item-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .related {
        padding: 8%  3.2%;
    }

    .related-head {
        margin-bottom: 6%;
        padding-bottom: 6%;
    }
    .related-caption {
        padding: .3rem 1rem;
        font-size: 1.4rem;
    }
    .related-item-large,
    .related-subtype-wrapper {
        flex-direction: column;
    }
    .related-item-large,
    .related-item {
        max-width: 100%;
        margin-bottom: 8%;
        padding: 4%;
    }
    .related-subtype {
        width: 100%;
        margin-bottom: 0;
    }
    .related-item-head {
        margin-bottom: 3%;
    }
    .related-item-desc p {
        margin-bottom: 4%;
    }
    .related-item-large-img,
    .related-item-img {
        display: none;
    }
    .related-item-img-mobile {
        width: 60%;
        margin: 4% auto 0;
        text-align: center;
    }
    .related-item-label {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .related-item-label .--margin {
        width: 100%;
        flex-shrink: 0;
        margin-bottom: 3%;
    }
    .related-item-large-li {
        margin-bottom: 0;
    }
    .related-sub-caption {
        font-size: 1.2rem;
    }
    .related-item-large-p,
    .related-item-large-li,
    .related-item-desc p,
    .related-item-list li {
        font-size: 1.2rem;
    }
    .related-item-adjust-01,
    .related-item-adjust-02,
    .related-item-adjust-03 {
        height: auto;
    }
    .related-item-title {
        text-align: left;
        margin-bottom: 3%;
        font-size: 1.2rem;
        font-weight: bold;
    }
}

.system {
    padding: 40px 0 20px;
    background-color: #eaf8fe;
}

.system .wrapper {
    max-width: 935px;
    margin: 0 auto 40px;
}

.system-head {
    text-align: center;
    max-width: 100%;
    border-bottom: 1px solid #9dd5f6;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

.system-item {
    max-width: 874px;
    margin: auto;
    margin-bottom: 60px;
}

.system-item-head {
    background: #fff;
    display: flex;
    margin-bottom: 40px;
    padding: 1.2rem 1.5rem;
    color: #0066b1;
    font-size: 2.5rem;
    border-radius: 10px;
    align-items: center;
}

.system-item-num {
    font-size: 4.8rem;
    line-height: 4.8rem;
    font-weight: bold;
    border-right: 1px solid #0066b1;
    padding-right: 1.5rem;
}

.system-item-lead {
    padding-left: 1.5rem;
}

.system-item-body {
    max-width: 740px;
    margin: auto;
}

.system-item-fig {
    margin-bottom: 20px;
}

.system-item-note {
    margin-top: 20px;
    font-size: 1.4rem;
    line-height: 1.3;
}

/* touch */

.system-item-fig {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.system-item-fig.is-active .system-item-fig-inner {
    opacity: 0.5;
}

.system-item-fig.done-start-scroll .system-item-fig-inner {
    opacity: 1;
}

.system-item-fig.is-active::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 43.25px);
    width: 87.5px;
    height: 87.5px;
    background: url("../images/products-ico-01-sp.png") no-repeat center center;
    background-size: contain;
}

.system-item-fig.done-start-scroll::after {
    display: none;
}

@media only screen and (max-width: 768px) {
    .system {
        padding: 8%  3.2%;
    }

    .system-head {
        margin-bottom: 6%;
        padding-bottom: 6%;
    }
    .system-item {
        margin-bottom: 40px;
    }
    .system-item:last-child {
        margin-bottom: 0;
    }
    .system-item-head {
        margin-bottom: 20px;
    }
    .system-item-num {
        font-size: 2.4rem;
        line-height: 1;
    }
    .system-item-lead {
        font-size: 1.5rem;
    }
    .system-item-scroll-note {
        font-size: 1.0rem;
        font-weight: bold;
        margin: 20px 0;
    }
    .system-item-fig-inner {
        width: 740px;
    }
    .system-item-note {
        font-size: 0.9rem;
    }
}

.dl {
    padding: 40px 0 80px;
    letter-spacing: 0;
}

.dl .wrapper {
    width: 800px;
    padding: 20px;
    margin: auto;
    background: #fff;
    border: 1px solid #ff8246;
    border-radius: 10px;
}

.dl h2 {
    display: block;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
    color: #ff6e32;
    padding: inherit;
    border: none;
    line-height: inherit;
}

.dl h2::after {
    display: block;
    content: "";
    width: 290px;
    padding-top: 5px;
    margin: 0 auto;
    border-bottom: 1px solid #ffb46e;
}

.dl section {
    display: flex;
    width: 700px;
    margin: 20px auto 30px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ffd796;
}

.dl section:nth-of-type(2) {
    margin-bottom: 0;
    border: none;
}

.dl section div {
    width: 50%;
}

.dl section div h3 {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: left;
}

.dl section div h3::before {
    display: inline-block;
    content: "▲";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-right: 5px;
    font-size: 20px;
    color: #ff8246;
}

.dl section ul {
    width: 50%;
}

.dl section ul li a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 19px 0;
    background: #ff8246 url("../images/feature30.png") calc(100% - 20px) center no-repeat;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    border-radius: 5px;
    border-bottom: 3px solid #f05a1e;
}

.dl section ul li a span {
    display: block;
    margin-top: 5px;
}

.dl-head {
    text-align: center;
}

.dl-lead {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-left: 6px solid #8cd7fa;
    border-right: 6px solid #8cd7fa;
    font-size: 2.1rem;
    font-weight: bold;
    line-height: 1;
}

.dl-p {
    margin-bottom: 20px;
    font-size: 1.4rem;
}

.dl-p > a {
    color: #0066b1;
    text-decoration: none;
}

.dl-p > a::before {
    display: inline-block;
    content: "▲";
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}

.dl section > div > p {
    font-size: 1.4rem;
}

@media only screen and (max-width: 768px) {
    .dl {
        padding: 8%  3.2%;
    }
    .dl .container {
        padding: 4%;
        border: 1px solid #ff8246;
        border-radius: 10px;
    }

    .dl-lead {
        padding: .4rem 1rem;
        margin-bottom: 20px;
        border-left: 3px solid #8cd7fa;
        border-right: 3px solid #8cd7fa;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 1;
    }

    .dl-p {
        text-align: left;
    }

    .dl .wrapper {
        width: calc(100% - 30px);
    }
    .dl h2 {
        font-size: 1.7rem;
    }
    .dl h2::after {
        width: 100%;
        padding-top: 8%;
    }
    .dl section {
        display: block;
        width: 100%;
    }
    .dl section div {
        width: 100%;
    }
    .dl section div h3,
    .dl section div h3::before {
        font-size: 1.6rem;
    }
    .dl section ul {
        margin-top: 15px;
        width: 100%;
    }
    .dl section ul li a {
        padding: 4% 0;
        font-size: 1.4rem;
    }
}

.contact {
    padding: 30px 0;
    background-color: #f0f0f0;
}

.contact-phone,
.contact-time {
    text-align: center;
}

.contact-phone {
    margin-bottom: 10px;
    font-size: 2.1rem;
    font-weight: bold;
}

.contact-time {
    font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    .contact {
        padding: 4%  3.2%;
    }
    .contact-phone,
    .contact-time {
        font-size: 1.2rem;
        margin: 0;
    }
}

.float-cv {
    position: fixed;
    right: 10px;
    bottom: 10px;
}

.float-cv a {
    display: inline-block;
}

/* for animation */

.float-cv {
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 10;
}

.float-cv.--show {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

@media only screen and (max-width: 768px) {
    .float-cv {
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 6%;
        text-align: center;
    }
}



/* 202209修正 */
p.add-title01 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 86px;
}
p.add-text01 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}
.add-img01 {
    margin: 0 auto 65px;
    max-width: 480px;
}

@media only screen and (max-width: 768px) {

p.add-title01 {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 40px;
}
p.add-text01 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.add-img01 {
    margin: 0 auto 30px;
    max-width: 480px;
}
}