@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;
}
/* ----------------------------------------------------------------
    elements
----------------------------------------------------------------- */
body {
    color: #212529;
    font-size: 16px;
    line-height: 1.6;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 400;
}
@media only screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}
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;
    }
}
.container {
    max-width: 980px;
    margin: auto;
}
.header {
    position: relative;
    height: 720px;
    background: #d3d3d3 url("../images/header-bg-01.png") no-repeat center center;
}
.header .container {
    position: relative;
}
.header-head {
    padding-top: 32px;
    padding-left: 12px;
}
.header-body {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -320px;
}
@media only screen and (max-width: 980px) {
    .header {
        height: auto;
        aspect-ratio: 98/72;
        background: #f2f2f2;
    }
    .header-body {
        width: 65.81632653%;
        margin-left: -32.90816326%;
        text-align: center;
    }
}
@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: 40px 0;
    background: #fff;
}
.cv.--ptn-gray {
    background: #f3f3f3;
}
.cv.--ptn-blue {
    background: #00528f;
}
.cv.--ptn-large-pad {
    padding: 80px 0;
}
.cv-head,
.cv-body {
    text-align: center;
}

.cv-head {
    margin-bottom: 30px;
}
.cv-lead {
    color: #fd8709;
    font-size: 1.625rem;
    font-weight: bold;
}
.cv.--ptn-blue .cv-lead {
    color: #fff;
}

/* 2023/08 追加*/
.cv-btn{
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 95%;
    max-width: 925px;
    margin: 0 auto;
}
.cv-btn img{
    width: 100%;
}

.cv-btn a {
    display: inline-block;
    width: 49%;
    max-width: 454px;
}
.cv-btn a:hover {
    opacity: 0.7;
}
@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: 0.8125rem;
    }
    .cv-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        width: 74.35897436%;
        max-width: 74.35897436%;
        margin: 0 auto;
    }
    .cv-btn a {
        width: 100%;
        max-width: 100%;
    }
    .cv-btn a:first-child {
        margin-bottom: 6%;
    }
}
.worries {
    position: relative;
    padding: 40px 0;
    background: #f3f3f3;
}
.worries .container {
    max-width: 900px;
}
.worries::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    width: 40px;
    height: 40px;
    background: #f3f3f3;
    -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 {
    font-weight: bold;
}
.worries-lead-strong {
    font-size: 2rem;
    color: #0168b7;
}
.worries-body {
    border-top: 2px dotted #000;
}
.worries-list {
}
.worries-item {
    display: flex;
    align-items: center;
    margin-top: 40px;
    margin-left: 10px;
    font-size: 1.5rem;
    font-weight: bold;
}
.worries-item-ico {
    margin-right: 20px;
}
.worries-strong {
    background: #ffff00;
}
@media only screen and (max-width: 768px) {
    .worries {
        padding: 8% 0;
    }
    .worries::after {
        bottom: 0;
    }
    .worries-head {
        width: 69.33333333%;
        margin: auto;
        padding-bottom: 4%;
    }
    .worries-body {
        margin: 0 4%;
    }
    .worries-item {
        margin: 6% 0 0 0;
        font-size: 0.875rem;
    }
    .worries-item-ico {
        width: 8%;
        margin-right: 2%;
        flex-shrink: 0;
    }
}
.solution {
    padding: 60px 0;
}
.solution .container {
}
.solution-head {
    margin-bottom: 40px;
    text-align: center;
}
.solution-lead {
    font-size: 2.125rem;
    font-weight: bold;
}
.solution-point {
    margin-bottom: 80px;
}
.solution-point:last-child {
    margin-bottom: 0;
}
.solution-img,
.solution-p,
.solution-img,
.solution-box {
    max-width: 920px;
    margin: auto;
}
.solution-caption {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}
.solution-caption-head {
    color: #0066b1;
    font-size: 2.12rem;
    font-weight: bold;
}
.solution-caption-strong {
    background: #fefe00;
    padding: 0.1rem;
    display: inline-block;
    line-height: 1;
}
.solution-caption-num {
    display: flex;
    width: 80px;
    aspect-ratio: 1/1;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    border-radius: 50%;
    background: #0066b1;
    color: #fff;
    font-size: 3.375rem;
    font-weight: bold;
}
.solution-box {
    display: flex;
}
.solution-p,
.solution-txt {
    font-size: 1.125rem;
    line-height: 2.22222222;
}
.solution-fig {
    flex-shrink: 0;
    margin-left: 20px;
    padding: 0 30px;
    text-align: center;
}
.solution-img {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}
@media only screen and (max-width: 980px) {
    .solution {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media only screen and (max-width: 768px) {
    .solution {
        padding: 8% 4% 12%;
    }
    .solution-head {
        margin-bottom: 4%;
    }
    .solution-lead {
        font-size: 1rem;
    }
    .solution-point {
        margin-bottom: 12%;
    }
    .solution-img,
    .solution-p,
    .solution-img,
    .solution-box {
        padding: 0;
    }
    .solution-box {
        flex-direction: column-reverse;
    }
    .solution-caption {
        flex-direction: column;
        margin: 0;
        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: 0.875rem;
        line-height: 1.8;
    }
    .solution-fig {
        width: 50%;
        margin: 6% auto;
        padding: 0;
    }
}
.products {
    padding: 60px 0 20px;
}
.products.--related {
    padding: 30px 0 60px;
}
.products-head {
    display: flex;
    align-items: center;
    width: 100%;
    color: #0066b1;
    margin-bottom: 40px;
}
.products-head::before,
.products-head::after {
    content: "";
    width: 100%;
    height: 5px;
    background: #0066b1;
}
.products-lead {
    flex-shrink: 0;
    padding: 0 1rem;
    font-size: 2.125rem;
}
.products-caption {
    margin-bottom: 40px;
    text-align: center;
    font-weight: bold;
    font-size: 1.75rem;
}
.products-table-wrapper {
    width: 100%;
    overflow-x: auto;
}
.products-table {
    width: 100%;
    min-width: 980px;
}
.products-table tr {
}
.products-table th,
.products-table td {
    padding: 5px 8px;
    border: 1px solid #e9e9e9;
    text-align: center;
    vertical-align: middle;
    font-size: 0.875rem;
}
.products-table th {
    background: #d2d2d2;
    white-space: nowrap;
}
.products-table td {
    white-space: nowrap;
}
.products-table .products-img {
    padding: 10px;
}
.products-table .products-img a:hover {
    opacity: .7;
}
.products-table .products-desc {
    text-align: left;
    white-space: normal;
}
.products-table strong {
    font-weight: bold;
}
.products-note {
    margin-top: 40px;
}
.products-other {
    margin-top: 60px;
}
.products-other .products-caption {
    margin-bottom: 20px;
}
.products-other-p {
    text-align: center;
}
.products-other-items {
    display: flex;
    width: 100%;
    max-width: 840px;
    margin: 20px auto 0;
}
.products-other-item {
    width: 25%;
    text-align: center;
    font-weight: bold;
}
.products-other-item a,
.products-other-item a:visited {
    display: block;
    color: inherit;
    text-decoration: none;
}
.products-other-item a:hover {
    opacity: 0.7;
}
.products-other-label {
    font-size: 1.25rem;
    font-weight: bold;
}
.products-btn-pdf {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background: #e61b23;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0.3rem;
    letter-spacing: .2rem;
}
a.products-btn-pdf:hover {
    opacity: .7;
}
/* touch */
.products-table-wrapper {
    position: relative;
    -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;
    aspect-ratio: 1/1;
    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,
    .products.--related {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media only screen and (max-width: 768px) {
    .products {
        padding: 12% 4% 8%;
    }
    .products.--related {
        padding: 4%;
    }
    .products-head {
        margin-bottom: 4%;
    }
    .products-lead {
        flex-shrink: 0;
        padding: 0 0.2rem;
        font-size: 1rem;
    }
    .products-head::before,
    .products-head::after {
        height: 4px;
    }
    .products-table {
        min-width: 700px;
    }
    .products-table th,
    .products-table td {
        font-size: 0.625rem;
    }
    .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;
    }
}
.case-study {
    padding: 80px 0;
}
.case-study-head {
    margin-bottom: 80px;
    text-align: center;
}
.case-study-lead {
    margin-bottom: 40px;
}
.case-study-point {
    margin-bottom: 80px;
}
.case-study-point:last-child {
    margin-bottom: 0;
}
.case-study-items {
    display: flex;
    width: 100%;
}
.case-study-item {
    width: 50%;
}
.case-study-item:nth-child(2n-1) {
    padding-right: 40px;
}
.case-study-item:nth-child(2n) {
    padding-left: 40px;
    border-left: 4px solid #e5e5e5;
}
.case-study-caption {
    margin-top: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    font-size: 1.375rem;
    font-weight: bold;
}
.case-study-spec {
    margin-bottom: 30px;
}
.case-study-spec-caption {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    font-weight: bold;
}
.case-study-strong {
    color: #0066b1;
}
.case-study-img {
    text-align: center;
}
.case-study-img a:hover {
    opacity: .7;
}
.case-study-table {
    width: 100%;
}
.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;
    font-weight: normal;
}
.case-study-table th {
    white-space: nowrap;
}
.case-study-table td {
    width: 70%;
}
.case-study-table td > div {
    padding-left: 10px;
    border-left: 1px solid #000;
}
.case-study-table a,
.case-study-table a:visited {
    color: #0066b1;
}
.case-study-table a:hover {
    text-decoration: none;
}
@media only screen and (max-width: 980px) {
    .case-study {
        padding-left: 4%;
        padding-right: 4%;
    }
}
@media only screen and (max-width: 768px) {
    .case-study {
        padding: 12% 4%;
    }
    .case-study-head,
    .case-study-lead {
        margin-bottom: 4%;
    }
    .case-study-items {
        flex-direction: column;
    }
    .case-study-item {
        width: 100%;
        padding: 0 4% !important;
    }
    .case-study-item:nth-child(2n) {
        padding: 4% 4% 0 !important;
        border: none !important;
        border-top: 2px solid #e5e5e5 !important;
    }
    .case-study-point {
        margin-bottom: 8%;
    }
    .case-study-caption {
        margin-top: 4%;
        font-size: 1rem;
    }
    .case-study-spec-caption {
        padding: 6% 0 0;
        font-size: 0.8125rem;
    }
    .case-study-table {
        font-size: 0.6875rem;
    }
    .case-study-table td {
        padding-left: 0px;
    }
    .case-study-table td > div {
        padding-left: 4px;
    }
    .case-study-spec + .case-study-img {
        width: 30%;
        margin: auto;
        padding-bottom: 4%;
    }
}
.float-cv {
    position: fixed;
    right: 10px;
    bottom: 10px;
}
.float-cv.--side {
    bottom: auto;
    top: 50%;
    margin-top: -169px;
}
.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;
    }
}
