<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ##################################################

■common
■mv
■sec01
■sec02
■sec03
■sec04
■sec05
■other_area
■news

################################################## */
/* ==================================================
	■common
================================================== */
.top_ttl {
    text-align: center;
}
.top_ttl h2 img {
    height: 41px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .top_ttl h2 img {
        height: 25px;
    }
}
/* ========== end △ */
.top_ttl h2 p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 20px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    .top_ttl h2 p {
        font-size: 14px;
        margin-top: 12px;
    }
}
/* ========== end △ */
/* ==================================================
	■mv
================================================== */
#mv {
    background: url(../images/mv_bg.jpg)  center center no-repeat;
        background-size:cover;
    padding: 230px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #mv {
        padding: 10% 0;
    }
}
/* ========== end △ */
#mv .inner {
    text-align: center;
}
#mv .inner p {
    margin-top: 50px;
    font-size: 20px;
    color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #mv .inner p {
        margin-top: 5%;
        font-size: 16px;
    }
}
/* ========== end △ */
/* ==================================================
	■sec01
================================================== */
#sec01 {
    position: relative;
    background: url(../images/advantage_bg.jpg) top center no-repeat;
    padding: 150px 0 90px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 {
        background: url(../images/advantage_bg.jpg) top right no-repeat;
        background-size: cover;
        padding: 15% 0 10%;
    }
}
/* ========== end △ */
#sec01 .top_ttl {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 .top_ttl {
        position: static;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 .ad_box_area {
        background: rgba(255, 255, 255, 0.6);
        padding: 10% 5%;
        margin-top: 5%;
    }
}
/* ========== end △ */
#sec01 .ad_box_area .ad_box {
    width: 680px;
    margin-top: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 .ad_box_area .ad_box {
        width: 100%;
    }
    #sec01 .ad_box_area .ad_box img {
        width: 40%;
    }
}
/* ========== end △ */
#sec01 .ad_box_area .ad_box .r_txt_box {
    width: 510px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 .ad_box_area .ad_box .r_txt_box {
        width: 100%;
        margin-top: 5%;
    }
}
/* ========== end △ */
#sec01 .ad_box_area .ad_box h3 {
    color: #c1ab05;
    font-size: 16px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 .ad_box_area .ad_box h3 {
        width: 48%;
    }
}
/* ========== end △ */
#sec01 .ad_box_area .ad_box h3 img {
    margin-right: 15px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec01 .ad_box_area .ad_box h3 img {
        margin-right: 0;
        display: block;
        height: 17px;
        width: auto;
    }
}
/* ========== end △ */
#sec01 .ad_box_area .ad_box h4 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}

/* ==================================================
	■sec02
================================================== */
#sec02 {
    background: #f8f8f8;
    padding: 100px 0 130px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 {
        padding: 15% 0;
    }
}
/* ========== end △ */
#sec02 .tec_link_area {
    color: #fff;
}
#sec02 .tec_link_area .tec_box {
    position: relative;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .tec_link_area .tec_box {
        width: 100%;
        padding: 10% 5% 5%;
        margin-bottom: 3%;
    }
}
/* ========== end △ */
#sec02 .tec_link_area .tec_box .inner {
    text-align: center;
    background: url(../images/under_arrow.png) center bottom no-repeat;
    padding-bottom: 70px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .tec_link_area .tec_box .inner {
        padding-bottom: 20%;
    }
}
/* ========== end △ */
#sec02 .tec_link_area .tec_box .inner h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
#sec02 .tec_link_area .tec_box .inner p {
    font-size: 13px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .tec_link_area .tec_box .inner p {
        font-size: 14px;
    }
}
/* ========== end △ */
#sec02 .tec_link_area .tec_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #sec02 .tec_link_area .tec_box:hover {
        opacity: 0.5;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}
/* ========== end △ */
#sec02 .area01 {
    background: url(../images/tof_bg01.jpg) center center no-repeat;
    padding: 75px 0 30px;
    margin-top: 60px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area01 {
        background: none;
        padding: 0;
        margin-top: 5%;
    }
}
/* ========== end △ */
#sec02 .area01 .tec_box {
    width: 500px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area01 .tec_box {
        width: 100%;
    }
}
/* ========== end △ */
#sec02 .area01 .box01 {
    margin-left: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area01 .box01 {
        background: url(../images/tof_01_sp.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* ========== end △ */
#sec02 .area01 .box02 {
    margin-right: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area01 .box02 {
        background: url(../images/tof_02_sp.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* ========== end △ */
#sec02 .area02 {
    background: url(../images/tof_bg02.jpg) center center no-repeat;
    padding: 75px 0 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area02 {
        padding: 0;
        background: none;
    }
}
/* ========== end △ */
#sec02 .area02 .tec_box {
    width: 330px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area02 .tec_box {
        width: 100%;
    }
}
/* ========== end △ */
#sec02 .area02 .box03 {
    margin-left: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area02 .box03 {
        background: url(../images/tof_03_sp.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area02 .box04 {
        background: url(../images/tof_04_sp.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* ========== end △ */
#sec02 .area02 .box05 {
    margin-right: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .area02 .box05 {
        background: url(../images/tof_05_sp.jpg) center center no-repeat;
        background-size: cover;
    }
}
/* ========== end △ */
#sec02 .btn_style01 {
    width: 400px;
    margin: 45px auto 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec02 .btn_style01 {
        width: 80%;
    }
}
/* ========== end △ */
/* ==================================================
	■sec03
================================================== */
#sec03 {
    background: url(../images/products_bg.jpg) center center no-repeat;
    padding: 100px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec03 {
        background: #0c419a;
        background-size: cover;
        padding: 15% 0;
    }
    #sec03 .top_ttl {
        margin: auto;
    }
    #sec03 .top_ttl h2 p {
        color: #fff;
    }
}
/* ========== end △ */
#sec03 .inner {
    position: relative;
    box-sizing: border-box;
    width: 900px;
    padding: 75px 90px;
    margin-left: auto;
    margin-right: -80px;
    background-color: #fff;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec03 .inner {
        width: 100%;
        padding: 10%;
        margin-right: 0;
        margin-top: 5%;
    }
}
/* ========== end △ */
#sec03 .inner .link_area {
    margin-top: 30px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec03 .inner .link_area {
        margin-top: 5%;
    }
}
/* ========== end △ */
#sec03 .inner .link_area .link_box {
    display: block;
    position: relative;
    width: 300px;
    padding: 35px 0 10px 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec03 .inner .link_area .link_box {
        width: 100%;
        padding-top: 10%;
    }
}
/* ========== end △ */
#sec03 .inner .link_area .link_box a {
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
}
#sec03 .inner .link_area .link_box a::before {
    content: "";
    position: absolute;
    top: 65%;
    right: 10%;
    width: 6px;
    height: 6px;
    border-top: 2px solid #c1ab05;
    border-right: 2px solid #c1ab05;
    transform: rotate(45deg);
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #sec03 .inner .link_area .link_box a:hover {
        color: #0c419a;
    }
    #sec03 .inner .link_area .link_box a:hover::before {
        content: "";
        position: absolute;
        top: 65%;
        right: 10%;
        width: 6px;
        height: 6px;
        border-top: 2px solid #0c419a;
        border-right: 2px solid #0c419a;
        transform: rotate(45deg);
    }
}
/* ========== end △ */
#sec03 .inner .link_area .all_link {
    text-align: right;
    font-size: 16px;
    margin-top: 30px;
}
#sec03 .inner .link_area .all_link a {
    color: #000;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #sec03 .inner .link_area .all_link a:hover {
        color: #0c419a;
        text-decoration: none;
    }
}
/* ========== end △ */
/* ==================================================
	■sec04
================================================== */
#sec04 {
    background: url(../images/equi_bg.jpg) top center no-repeat;
    padding-top: 100px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec04 {
        background: url(../images/equi_bg.jpg) top left no-repeat;
        background-size: cover;
        padding: 15% 0;
    }
}
/* ========== end △ */
#sec04 .inner {
    width: 800px;
    margin: 40px auto 50px;
    text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec04 .inner {
        width: 100%;
    }
}
/* ========== end △ */
#sec04 .equ_area {
    margin-top: 70px;
    text-align: center;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec04 .equ_area {
        margin-top: 10%;
    }
}
/* ========== end △ */
#sec04 .equ_area .equ_box {
    position: relative;
    width: 33%;
    background: url(../images/under_arrow.png) center bottom no-repeat;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec04 .equ_area .equ_box {
        width: 50%;
    }
}
/* ========== end △ */
#sec04 .equ_area .equ_box p {
    margin-top: 15px;
    font-size: 18px;
}
#sec04 .equ_area .equ_box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #sec04 .equ_area .equ_box:hover {
        opacity: 0.7;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
}
/* ========== end △ */
#sec04 .equ_area .equ_box::after {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    height: 110px;
    right: 0;
    bottom: 25%;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #sec04 .equ_area .equ_box:nth-child(3n)::after {
        border-right: none;
    }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec04 .equ_area .equ_box:nth-child(even)::after {
        border-right: none;
    }
}
/* ========== end △ */
/* ==================================================
	■sec05
================================================== */
#sec05 {
    background: url(../images/rec_bg.jpg) center center no-repeat;
    padding: 60px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec05 {
        background: #f8f8f8;
        padding: 15% 0;
    }
}
/* ========== end △ */
#sec05 .inner {
    width: 400px;
    margin-left: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec05 .inner {
        width: 100%;
    }
}
/* ========== end △ */
#sec05 .inner .top_ttl03 {
    margin-bottom: 30px;
}
#sec05 .inner .top_ttl03 p {
    font-size: 16px;
    font-weight: normal;
    margin-top: 15px;
}
#sec05 .inner .btn_style01 {
    margin-top: 30px;
    width: 240px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #sec05 .inner .btn_style01 {
        margin: 10% auto 0;
        width: 80%;
    }
}
/* ========== end △ */
/* ==================================================
	■other_area
================================================== */
#other_area {
    padding: 60px 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #other_area {
        padding: 15% 0;
    }
}
/* ========== end △ */
#other_area .other_box {
    width: 50%;
    text-align: center;
}
#other_area .other_box a {
    position: relative;
    display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin-top: 30px;
}
#other_area .other_box a::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18%;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0c419a;
    border-right: 2px solid #0c419a;
    transform: rotate(45deg);
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #other_area .other_box a::before {
        right: 10%;
    }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #other_area .other_box a:hover {
        text-decoration: underline;
    }
}
/* ========== end △ */
#other_area .box01 {
    position: relative;
}
#other_area .box01::after {
    content: "";
    border-right: 1px solid #ccc;
    position: absolute;
    height: 120px;
    right: 0;
    top: 0;
    bottom: 0;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #other_area .box02 a {
        margin-top: 50px;
    }
}
/* ========== end △ */
#other_area .box02 a::before {
    right: 38%;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #other_area .box02 a::before {
        right: 20%;
    }
}
/* ========== end △ */
/* ==================================================
	■news
================================================== */
#news {
    background: #f8f8f8;
    padding: 50px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #news {
        padding: 5% 3%;
    }
}
/* ========== end △ */
#news .news_ttl {
    position: relative;
}
#news .news_ttl img {
    height: 19px;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #news .news_ttl {
        margin-bottom: 5%;
        text-align: left;
    }
}
/* ========== end △ */
#news .news_ttl .news_btn {
    position: absolute;
    top: 0;
    right: 0;
}
#news .news_ttl .news_btn a {
    display: inline-block;
    position: relative;
    padding: 3px 10px 3px 20px;
    color: #000;
    font-size: 16px;
}
#news .news_ttl .news_btn a::after {
    margin-left: 5px;
    vertical-align: middle;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #news .news_ttl .news_btn a:hover {
        color: #0c419a;
        text-decoration: none;
    }
}
/* ========== end △ */
#news .news_body {
    padding-top: 10px;
}
#news .news_body ul {
    height: 150px;
    padding-right: 3%;
    overflow: auto;
}
/* ▽ SP layout ========== */
@media only screen and (max-width: 640px) {
    #news .news_body ul {
        height: 130px;
        padding: 0;
    }
}
/* ========== end △ */
#news .news_body li {
    margin: 15px 0;
    padding-top: 15px;
    font-size: 13px;
    border-top: 1px solid #e3e3e3;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #news .news_body li {
        display: flex;
        flex-flow: row wrap;
        justify-content: flex-start;
        align-items: stretch;
    }
}
/* ========== end △ */
#news .news_body li .date {
    margin-bottom: 5px;
    color: #0c419a;
    font-weight: bold;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #news .news_body li .date {
        width: 15%;
        margin-bottom: 0;
    }
}
/* ========== end △ */
#news .news_body li a {
    position: relative;
    color: #000;
    text-decoration: none;
}
/* ▽ PC layout ========== */
@media print, screen and (min-width: 641px) {
    #news .news_body li a {
        width: 80%;
        padding-right: 20px;
    }
    #news .news_body li a:hover {
        text-decoration: underline;
    }
    #news .news_body li a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        width: 6px;
        height: 6px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: rotate(45deg);
    }
}
/* ========== end △ */
</pre></body></html>