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

body{
    font-family: "游明朝 Light", "游明朝", "YuMincho", serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}
.wrapper{
    box-sizing: border-box;
}
h2{
    font-weight: normal;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #79AED6;
}
a:hover img {
    opacity: 0.6;
}
img{
    vertical-align: bottom;
}
figure{
    margin: 0;
}
input,textarea{
    border: none;
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.inner{
    width: 100%;
    padding: 0 68.5px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.contents{
    width: 1480px;
    margin: 0 auto;
}
#nav-sp{
    display: none;
}
.drawer-nav {
    background-color: #333;
}
.drawer-hamburger{
    background-color: #333;
    padding: 8px 8px 19px;
    top: 25px;
    width: 26px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    background-color: #fff;
}
.drawer-hamburger:hover {
    cursor: pointer;
    background-color: #333;
    padding: 8px 8px 19px;
}
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
    position: absolute;
    left: 0;
    content: " ";
    height: 3px;
}
.drawer--right .drawer-hamburger{
    right: 18px;
}
.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
    height: 3px;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 16.7rem;
}
/* page-top
-------------?*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
/*================================
    header
=================================*/
header{
    overflow: hidden;
}
.logo{
    float: left;
    display: inline-block;
    width: 132px;
    padding: 18px 0;
}
.logo h1 a{
    display: block;
}
.logo h1 a img{
    width: 100%;
}

/*  #nav-pc
-------------*/
#nav-pc{
    overflow: hidden;
    float: right;
}
#nav-pc .nav{
    padding: 39px 0;
}
#nav-pc .nav .inner{
    padding: 0;
}
#nav-pc .nav ul{
    overflow: hidden;
    float: right;
}
#nav-pc .nav ul li{
    float: left;
    margin-left: 101px;
}
#nav-pc .nav ul li:first-child{
    margin: 0;
}
#nav-pc .nav ul li a{
    color: #000;
    display: block;
    font-size: 18px;
    letter-spacing: -1px;
}
#nav-scl{
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 100px;
}
#nav-scl .inner{
    padding: 38px 0;
}
#nav-scl ul{
    overflow: hidden;
}
#nav-scl ul li{
    float: left;
    border-right: 1px solid #333;
    font-size: 24px;
}
#nav-scl ul li:first-child{
    border-left: 1px solid #333;
}
#nav-scl ul li a{
    color: #000;
    padding: 0px 22px;
    display: block;
    position: relative;
    overflow: hidden;
}
/* header
-------------?*/

#header-pc{
    z-index: 100;
    padding: 10px 0px;
    box-sizing: border-box;
}
#header-sp{
    display: none;
}
#header-sp {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#header-sp a,
#header-sp {
    color: #fff;
    text-decoration: none;
}
#header-sp .inner {
    position: relative;
}
#header-sp .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
/* Fixed */
#header-sp.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#header-sp.fixed .logo {
    font-size: 24px;
    color: #000;
}
#header-sp.fixed #global-nav ul li a {
    color: #000;
    padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 21px;
}
/*================================
    footer
=================================*/
footer{
    padding-top: 150px;
    line-height: 24px;
    position: relative;
}
footer .inner{
    border-top: 1px solid #ddd;
}

footer p.copy{
    text-align: center;
    color: #999999;
    font-size: 11px;
    line-height: 26px;
    padding: 39px 0 20px;
}
/*================================
    contents
=================================*/

.contents-style{
    overflow: hidden;
}
span.main-t{
    display: block;
    font-size: 30px;
}
span.sub-t{
    display: block;
    font-size: 14px;
    font-family: YuGothic,'Yu Gothic';
}
a.link_btn{
    background: #6a6d72;
    color: #fff;
    display: block;
    width: 273px;
    padding: 16px 0;
    text-align: center;
    font-size: 18px;
}
a.link_btn span{
    background: url(/common/img/pc/ico/link_arrow.png) no-repeat;
    background-position: right center;
    padding-right: 45px;
}
a.link_btn:hover{
    opacity: 0.6;
}
h2.share-title{
    text-align: center;
}
h2.share-title span.main-t{
    display: inline-block;
    border-bottom: 2px solid #c3c3c3;
    padding: 0 80px 5px;
    width: 100%;
    box-sizing: border-box;
    max-width: 540px;
}
h2.share-title span.sub-t{
    line-height: 30px;
    padding-top: 10px;
}

/*-- search-box
--------------------*/
.search-box{
    text-align: center;
}
.search-box .name {
    margin-bottom: 30px;
}
.search-box ul{
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.search-box ul li{
    float: left;
    margin-left: 10px;
}
.search-box ul li:first-child{
    margin-left: 0;
}
.search-box ul li a{
    font-size: 24px;
}
.search-box .category ul{
    width: 640px;
}
.search-box .category ul li{
    float: none;
    display: inline-block;
    margin: 0 5px;
}
/*-- list-box
--------------------*/
.list-box h3.share-title{
    width: 100%;
    margin: 0 auto 40px;
    max-width: 540px;
}
.list-box &gt; ul{
    overflow: hidden;
}
.list-box &gt; ul &gt; li{
    border-bottom: 1px solid #c3c3c3;
}
.list-box &gt; ul &gt; li:first-child{
    border-top: 1px solid #c3c3c3;
}
.list-box .cnt-box h2{
    font-size: 30px;
    margin-bottom: 10px;
}
ul.cnt-inf-list{
    padding-bottom: 20px;
}
ul.cnt-inf-list li{
    line-height: 2;
}
ul.cnt-inf-list li dl{
    overflow: hidden;
    line-height: 1.7;
}
ul.cnt-inf-list li dt{
    float: left;
}
ul.cnt-inf-list li dd{
    float: left;
}
.list-box .cnt-box a.link_btn {
    width: 185px;
    padding: 10px 0;
    text-align: center;
}
.inner02 .list-box .cnt-box a.link_btn {
    font-size: 14px;
}
/*-- list-box02
--------------------*/
.list-box02 li{
    margin-top: 10px;
}
.list-box02 li:first-child{
    margin-top: 0;
}
.list-box02 figure{
    overflow: hidden;
}
.list-box02 .img-box{
    float: left;
}
.list-box02 figcaption{
    float: left;
}
/*-- list-table
--------------------*/
.list-table li{
    border-top: 1px solid #333;

}
.list-table li:first-child{
    border-top: none;
}
.list-table dl{
    display: table;
}
.list-table dt{
    display: table-cell;
    padding: 10px;
}
.list-table dd{
    display: table-cell;
    padding: 10px;
}
/*-- cnt-box
--------------------*/
.cnt-box figure{
    overflow: hidden;
    position: relative;
}
.cnt-box figure .img-box{
    float: left;
}
.cnt-box figcaption{
    width: 273px;
    padding: 0;
}
.cnt-box figcaption h2{
    margin-bottom: 23px;
}
.cnt-box figure.left figcaption{
    position: absolute;
    bottom: 0;
    right: 0;
}
.cnt-box figure.right figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
}
.cnt-box figure.right .img-box{
    float: right;
}
.cnt-box figure.right figcaption p{
    margin-bottom: 30px;
    line-height: 1.7;
}
.cnt-box figure.left figcaption p {
    margin-bottom: 30px;
    line-height: 1.7;
}
/*==== contact-box
=================================*/
#contact-box{

}
#contact-box .cnt-box {
    background: #ced3d7;
    width: 1068px;
    margin: 0 auto;
    padding: 37px 40px 30px;
    box-sizing: border-box;
    text-align: center;
    margin-top: 55px;
}
#contact-box .cnt-box ul{
    overflow: hidden;
    display: inline-block;
}
#contact-box .cnt-box ul li{
    float: left;
    display: block;
    width: 430px;
    height: 90px;
    margin-left: 40px;
    background: #7c7f84;
    box-sizing: border-box;
}
#contact-box .cnt-box ul li:first-child{
    margin: 0;
}
#contact-box .cnt-box ul li a{
    color: #fff;
    display: block;
}
#contact-box .cnt-box ul li.tel a {
    padding: 12px 0;
}
#contact-box .cnt-box ul li.tel a span.number{
    padding-left: 40px;
    background: url(/common/img/pc/ico/tel.gif) no-repeat;
    background-position: left 2px;
    background-size: 48px;
    font-size: 30px;
    padding: 10px 0 10px 60px;
    font-family: YuGothic,'Yu Gothic';
}
#contact-box .cnt-box ul li.tel a span.tel-text{
    font-size: 14px;
    display: block;
}
#contact-box .cnt-box ul li.ctc a{
    padding: 31px 0 32px;
}
#contact-box .cnt-box ul li.ctc a span{
    background: url(/common/img/pc/ico/mail.gif) no-repeat;
    background-position: left center;
    background-size: 47px;
    font-size: 18px;
    padding: 10px 0 10px 60px;
    font-family: YuGothic,'Yu Gothic';
}
/*================================
    追加　share-02.css
=================================*/
/*================================
    header
=================================*/
#header-pc {
    padding: 20px 20px 20px 34px;
    max-width: 1480px;
    margin: 0 auto;
}
/*===============================================
●tablet.css 画面の横幅が1480pxまで
===============================================*/
@media screen and (max-width: 1480px){

img{
    width: 100%;
}
#header-pc {
    width: 100%;
}
#nav-pc {
    padding-left: 10%;
    float: none;
}
#nav-pc .nav ul {
    width: 100%;
}
#nav-pc .nav ul li {
    margin-left: 0;
    width: calc(100% / 6);
    text-align: center;
    font-size: 14px;
}
#nav-pc .nav ul li a {
    font-size: 16px;
}
.contents {
    width: 100%;
}
.inner {
    width: 100%;
    padding: 0 4%;
}
.cnt-box figure .img-box{
    width: 70%;
}
.cnt-box figure .img-box img {
    width: 100%;
}
.cnt-box figure.left figcaption,
.cnt-box figure.right figcaption {
    width: 25%;
}
a.link_btn {
    width: 100%;
    padding: 16px 0;
    font-size: 18px;
}
.p-index__mainVisual.pc {
    padding-top: 0;
}

}
/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){

body{
    font-size: 14px;
}
input,textarea{
    -webkit-appearance: none;
    border-radius: 0;
}
.wrapper {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.pc{
    display: none;
}
.sp{
    display: block;
}
h2.share-title span.main-t {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #c3c3c3;
    margin: 0 auto;
}
span.sub-t {
    font-size: 10px;
}
.inner {
    width: 100%;
    padding: 0 10px;
}
.share-style .inner {
    padding: 0 10px;
}
a.link_btn {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
}
img{
    max-width: 100%;
    height: auto;
    width : auto;　
}
header {
    background: #fff;
}
header h1 {

}
#page-top{
    display: none;
}
#nav-scl{
    display: none;
}
#nav-pc{
    display: none;
}
#nav-sp{
    display: block;
}
.content-style ul li {
    float: none;
}
.title {
    text-align: center;
    display: block;
}
.content-style .title h2 {
    display: block;
    text-align: center;
    position: static;
    margin-top: 0px;
}
.content-style .title h2 span.br{
    display: block;
}
#header-pc {
    display: none;
}
#header-sp{
    display: block;
}
#header-sp .logo {
    float: left;
    width: 92.5px;
    padding: 21.5px 18px;
}
#header-sp .inner {
    padding: 0;
}
#header-sp {
    top: 0;
    position: fixed;
    margin-top: 0;
    padding: 0;
    overflow: visible;
}
.drawer-menu-item{
    padding: 20px;
}
/* Fixed reset */
#header-sp.fixed {
    padding-top: 0;
    background: transparent;
}
#header-sp.fixed &gt; .inner{
    overflow: visible;
}
#mobile-head {
    background: #fff;
    width: 100%;
    height: 90px;
    z-index: 999;
    position: relative;
}
#global-nav {
    position: absolute;
    top: -650px;
    background: #333;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 100;
}
#global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: none;
    position: static;
    text-align: left;
}
#header-sp #global-nav ul li a,
#header-sp.fixed #global-nav ul li a {
    display: block;
    color: #fff;
    padding: 15px 0 15px 20px;
}
#nav-toggle {
    display: block;
    padding: 5px;
    box-sizing: border-box;
    background: #000;
    width: 36px;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(706px);
    -webkit-transform: translateY(706px);
    transform: translateY(706px);
     position: fixed;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
/*================================
footer
=================================*/
footer {
    padding: 0 18px;
    margin-top: 70px;
}

.cnt-box figcaption h2 {
    margin-bottom: 10px;
}

.cnt-box figure .img-box {
    float: none;
    width: 100%;
    margin-bottom: 10px;
}
.cnt-box figcaption {
    width: 100%;
    padding: 0;
}
.cnt-box figure.left figcaption,
.cnt-box figure.right figcaption {
    position: static;
    width: 100%;
}
.cnt-box figure.right .img-box {
    float: none;
}

.cnt-box figure figcaption p {
    margin-bottom: 10px;
}
.cnt-box figure.right figcaption p {
    margin-bottom: 10px;
}
/*-- search-box
--------------------*/
.search-box ul li {
    margin-left: 13px;
}
.search-box ul li a {
    font-size: 10px;
}
.search-box .name {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
}
.search-box .name ul li:first-child{
    margin-left: 0px;
}
.search-box .name ul li a{
    font-size: 14px;
}
.search-box .category ul {
    width: 100%;
}
.search-box .category ul li {
    margin: 0 4px;
}

/*-- list-box
--------------------*/
.list-box .cnt-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
}
.list-box h3.share-title {
    width: 70%;
    margin: 0 auto 20px;
}



/*-- cnt-inf-list
--------------------*/
ul.cnt-inf-list {
    padding-bottom: 10px;
}
ul.cnt-inf-list li dl {
    display: table;
}
ul.cnt-inf-list li dt {
    display: table-cell;
    float: none;
    width: 70px;
}
ul.cnt-inf-list li dd {
    display: table-cell;
    float: none;
    text-indent: -1em;
    margin-left: 1em;
}
/*================================
contact-box
=================================*/
#contact-box .cnt-box ul {
    display: block;
}
#contact-box .cnt-box ul li {
    float: none;
    display: table;
    width: 100%;
    height: 90px;
    margin-left: 0px;
}
#contact-box .cnt-box ul li.tel a span.number {
    background: url(/common/img/pc/ico/tel.gif) no-repeat;
    background-position: left;
    background-size: 25px;
    font-size: 18px;
    padding: 10px 0 10px 35px;
}
#contact-box .cnt-box ul li.ctc a span {
    background: url(/common/img/pc/ico/mail.gif) no-repeat;
    background-position: left center;
    background-size: 25px;
    font-size: 16px;
    padding: 10px 0 10px 35px;
    font-family: YuGothic,'Yu Gothic';
}
#contact-box .cnt-box ul li.tel a span.tel-text {
    font-size: 10px;
}
#contact-box .cnt-box ul li a {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
}
#contact-box .cnt-box {
    width: 100%;
    margin: 0;
    padding: 10px;
    margin-top: 10px;
}
a.link_btn span {
    font-size: 14px;
}
/*================================
    追加　share-02.css
=================================*/

    #header-pc{
        display: none;
    }
    img{
        width: 100%;
    }
    .inner{
        width: 100%;
        padding: 0 18px;
    }
    .content-style .title {
            height: auto;
            padding: 10px;
    }
    #nav{
        display: none;
    }
    #keyvisual{
        background-size: 100% auto;
        height: 232px;
        margin-top: 56px;
    }
    #farm .title .inner {
        position: relative;
        height: 100%;
        text-align: center;
    }
    #farm .title h2 {
        color: #fff;
        position: static;
        top: auto;
        left: auto;
        width: auto;
        display: block;
        margin: 0;
    }
    #team .title {
        width: auto;
        height: auto;
        float: none;
    }
    #team .title h2 {
        position: static;
        margin-top: 0;
        margin-left: 0;
    }
    #team figure {
        width: auto;
        float: none;
    }
    #strength .title {
        display: block;
        width: auto;
        float: none;
        height: auto;
        color: #fff;
    }
    #strength ul li {
        width: auto;
        margin-left: 0px;
        margin-top: 10px;
    }
    #strength ul li:first-child{
        margin-top: 0;
    }
    #about .inner {
        height: auto;
    }
    #about .title {
        display: block;
        width: auto;
        float: none;
        color: #fff;
    }
    #about ul {
        float: none;
        padding: 0;
    }
    #about ul li dl {
        font-size: 14px;
        display: table;
    }
    #about ul li dl dt {
        padding: 5px;
        width: 80px;
        float: none;
        display: table-cell;
        padding: 0;
    }
    #about ul li dl dd{
        float: none;
        padding: 0;
        display: table-cell;
    }
    #contact{
        padding-bottom: 20px;
    }
    #contact .title h2 {
        position: static;
        margin-left: 0px;
    }
    .contents {
    width: 100%;
    }
    footer p.copy {
    padding: 20px 0 20px;
    }
    span.main-t {
    display: block;
    font-size: 18px;
    }
    span.sub-t {
    font-size: 10px;
    padding: 0;
    }
    h2.share-title span.sub-t {
    padding-top: 0px;
    }




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