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

/* ======================================================
 * top_pc.css
 * ------------------------------------------------------
 * @media print, screen and (min-width: 768px)
====================================================== */

@media print, screen and (min-width: 768px) {
	/* ------------------------------------------------------
	 * Common
	------------------------------------------------------ */
  .topFooter {
    margin-top: 0;
  }

	/* ------------------------------------------------------
	 * anc-menu
	------------------------------------------------------ */
  .anc-menu {
    position: fixed;
    top: 350px;
    right: 0;
    width: 46px;
    height: 212px;
    background: rgba(0,0,0,0.5);
    border-radius: 2px;
    z-index: 10;
  }
  .anc-menu .menu-list {
    padding-top: 13px;
  }
  .anc-menu .menu-list li {
    padding: 7px 0;
  }
  .anc-menu .menu-list li a {
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0 auto;
    background: #fff;
    color: #333 !important;
    text-decoration: none;
    border-radius: 6px;
  }
  .anc-menu .menu-list li a.current {
    width: 16px;
    height: 16px;
    background: #3377b4;
    border: solid 2px #fff;
    border-radius: 8px;
  }
  .anc-menu .menu-list li a:hover {
    background: #b3b3b3;
  }
  .anc-menu .menu-list li a .balloon {
    display: none;
    position: absolute;
    top: -27px;
    right: 350%;
    min-width: 200px;
    background: #fff;
    border: solid 1px #3578b7;
    border-radius: 6px;
  }
  .anc-menu .menu-list li a .balloon:before {
    content: "";
    position: absolute;
    right: -8px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #3578b7;
  }
  .anc-menu .menu-list li a .balloon:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #fff;
  }
  .anc-menu .menu-list li a:hover &gt; .balloon {
    display: block;
  }
  .anc-menu .menu-list li a .balloon .balloon_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 65px;
    padding: 0 20px 0 15px;
  }
  .anc-menu .menu-list li a .balloon .num {
    display: block;
    width: 24px;
    height: 24px;
    padding-top: 7px;
    margin-right: 7px;
    background: #3578b7;
    border-radius: 12px;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .anc-menu .menu-list li a .balloon .title {
    white-space: nowrap;
    line-height: 1.3;
  }




	/* ------------------------------------------------------
	 * section-layout
	------------------------------------------------------ */
  .section-layout {
    position: relative;
    width: 100%;
    height: 800px;
  }
  .section-layout#section01 {
    overflow: hidden;
    height: 582px;
    background: url(/public/img/feature_im01.jpg) no-repeat 50% 0;
  }
  .section-layout#section02 {background: url(/public/img/feature_im02.jpg) no-repeat 50% 0;}
  .section-layout#section03 {background: url(/public/img/feature_im03.jpg) no-repeat 50% 0;}
  .section-layout#section04 {background: url(/public/img/feature_im04.jpg) no-repeat 50% 0;}
  .section-layout#section05 {background: url(/public/img/feature_im05.jpg) no-repeat 50% 0;}
  .section-layout#section06 {background: url(/public/img/feature_im06.jpg) no-repeat 50% 0;}
  .section-layout#section07 {background: url(/public/img/feature_im07.jpg) no-repeat 50% 0;}
  
  .section-layout .section_catch {
    position: absolute;
    bottom: 20px;
  }
  .section-layout#section03 .section_catch {
    right: 23.95%;
  }
	/* ----- title-img ----- */
  .section-layout#section01 .title-img {
    margin-top: 187px;
    text-align: center;
  }
	/* ----- section_anc ----- */
  .section-layout#section01 .section_anc {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    z-index: 2;
  }

	/* ----- features-box ----- */
  .section-layout .features-box {
    padding: 64px 35px 10px;
    background: rgba(255,255,255,0.9); 
    box-shadow:20px 20px 0px 0px rgba(0,0,0,0.1);
  }
  .section-layout#section02 .features-box,
  .section-layout#section04 .features-box,
  .section-layout#section06 .features-box {
    position: absolute;
    top: 60px;
    left: 23.95%;
    width: 594px;
    /*width: 30.94%;*/
    min-height: 650px;
  }
  .section-layout#section03 .features-box,
  .section-layout#section05 .features-box,
  .section-layout#section07 .features-box {
    position: absolute;
    top: 60px;
    right: 23.95%;
    width: 594px;
    min-height: 650px;
  }
  .section-layout .features-box .title-features {
    color: #333;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
  }
  .section-layout .features-box .title-features .title-icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 20px;
    padding-top: 14px;
    background: #3478b7;
    border-radius: 37px;
    color: #fff;
  }
  .section-layout .features-box .title-features .title-icon .icon-text01 {
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .section-layout .features-box .title-features .title-icon .icon-text02 {
    display: block;
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 1.1;
  }
  .section-layout .features-box dd {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .section-layout .features-box dd .link-list {
    margin-top: 33px;
  }
  .section-layout .features-box dd .link-list li {
    margin-top: 13px;
    padding-left: 15px;
    background: url(/public/img/feature_ic01.png) no-repeat 0 0.4em;
  }
  .section-layout .features-box dd .link-list li a {
    font-weight: bold;
  }
  .section-layout .features-box dd .list-colType {
    display: -webkit-flex;
    display: flex;
  }
  .section-layout .features-box dd .list-colType .link-list {
    width: 48%;
  }
  .section-layout .features-box dd .list-colType .link-list:first-child {
    margin-right: 4%;
  }
  .section-layout .features-box dd .link-list li a.a-blank:after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url(/public/img/feature_ic02.png) no-repeat 0 0;
  }





}

</pre></body></html>