@charset "utf-8";
/*---------------------------------*/
/* リセット */
/*---------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
} */
/* HTML5 display-role reset for older browsers */
/* article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} */
/* =======================================

    CommonElements

======================================= */
/* html{
    overflow-y:scroll;
}
body {
    font-size: 100%;
    color: #000;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} */

/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
.mpb_00 {
    margin-bottom: 0!important;
    padding-bottom: 0!important;
}
.commonBredcrumbList {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 10px auto 30px;
}
.commonBredcrumbList a,
.commonBredcrumbList a:visited {
    text-decoration: underline;
}

#Page {
    background-color: #fff;
    padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
    .commonBredcrumbList {
        margin: 10px auto 10px;
        padding: 0px 15px 0 15px;
    }

    #Page {
        padding-bottom: 100px;
    }
}


.l-header {
    position: relative;
    z-index: 1;
}
main .inner_cont {
    font-size: 100%;
    font-size: 16px;
    color: #000;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
} 
main .inner_cont a:link {
    text-decoration: none;
    /* color: #000; */
}
main .inner_cont a:visited {
    text-decoration: none;
    /* color: #000; */
}
main .inner_cont a:active {
    text-decoration: none;
    /* color: #000; */
}
main .inner_cont a:hover {
    text-decoration: none;
    /* color: #000; */
}
main .inner_cont .none {
    display: none;
}
main .inner_cont .sp {
    display: none;
}
/* html,
body,
#wrapper, */
main {
    min-height: 100%;
    position: relative;
    height: 100%;
    margin-top: -152px;
}
@media screen and (max-width: 768px) {
    main {
        margin-top: -14vw;
    }
}

html,
body,
#wrapper,
main {
    min-height: 100%;
    position: relative;
    height: 100%;
}

.contents {
    padding-top: 120px;
}
.contents.sub {
    min-height: 100%;
    position: relative;
    padding-top: 150px;
    background: url(/company/img/csr/index/img_sub.jpg) no-repeat center top;
    background-size: 1920px 1240px;
}
@media screen and (max-width: 768px) {
    .contents.sub {
        padding-top: 14vw;
    }
}
.contents.sub .inner_cont>.inner {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0;
    background-color: rgba(255,255,255,0.8);
}
#wrapper {
    width: 100%;
    position: relative;
}
/* header {
    padding: 20px 0;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    display: flex;
    position: fixed;
    z-index: 1;
    border-bottom: solid 1px #ccc;
}
header .inner, footer .inner {
    width: 980px;
    margin: 0 auto;
}
header h1 {
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 15%;
}
header h1 a {
    height: 100%;
    display: block;
    vertical-align: middle;
}
header h1 img {
    max-width: 60px;
    max-height: 60px;
    vertical-align: middle;
}
header nav {
    width: 85%;
    display: inline-block;
}
header ul {
    -js-display: flex;
    display: flex;
    -webkit-justify-content: space-around; / Safari /
    justify-content: space-around;
}
header ul li {
    display: inline-block;
    text-align: center;
    flex-grow: 1;
}
header ul li a {
    color: #000;
    display: inline-block;
    font-size: 86%;
    font-weight: bold;
    line-height: 34px;
    position: relative;
}
header ul li a:after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition: transform .2s cubic-bezier(.84, .41, 0, 1.2), opacity .2s ease-out;
}
header ul li a:hover:after, header ul li a:focus:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
header ul li a:focus {
    outline: none;
}
header ul li a:hover, header ul li a:focus {
    color: #000;
}
header ul li a:after {
    background-color: #cf3140;
}
header ul li.current a:after {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
footer {
    color: #fff;
    width: 100%;
    vertical-align: bottom;
    padding-bottom: 30px;
    text-align: center;
}
.contents.sub footer {
    background: url(/company/img/csr/common/img_footer.jpg) no-repeat center bottom;
    padding-top: 50px;
}
.footer-txt img{
    max-width: 250px;
    margin-bottom:15px;
}
footer p {
    display: inline-block;
    font-size: 10px;
    font-weight: normal;
    vertical-align: bottom;
} */
.return {
    display: none;
    text-align: center;
    position: fixed;
    bottom: 30px;
    z-index: 2;
    width: 100%;
}
.return a {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #999999;
    position: relative;
}
.return a:before, .return a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.return a:before {
    left: 21px;
    top: 10px;
    width: 14px;
    height: 14px;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*---------------------------------*/
/* index　　　　　　　　　　　　　　　 */
/*---------------------------------*/
/*　4枚目コンテンツ　*/
.top-menu {
    max-width: 980px;
    width:80%;
    z-index: 1;
    margin: 200px auto 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 140px;
}

/* @SP */
@media screen and (max-width: 768px) {
    .top-menu {
        padding-bottom: 100px;
    }
}
.top-menu li {
    width: 33.3333%;
    padding:2vw;
}

.top-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-size:100% auto;
    position:relative;
}
.top-menu li a:before{
    content:"";
    display: block;
}
.top-menu li a img{
    width:100%;
    height:auto;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top-menu li a:hover img {
    opacity: 0;
}
.top-menu li:nth-child(1) a {
    background: url(/company/img/csr/index/img_tunagu01.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(2) a {
    background: url(/company/img/csr/index/img_tunagu02.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(3) a {
    background: url(/company/img/csr/index/img_tunagu03.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(4) a {
    background: url(/company/img/csr/index/img_tunagu04.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(5) a {
    background: url(/company/img/csr/index/img_tunagu05.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(6) a {
    background: url(/company/img/csr/index/img_tunagu06.png) no-repeat center top;
    background-size:100% auto;
}



.top-menu li:nth-child(1) a:hover {
    background: url(/company/img/csr/index/img_tunagu01_on.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(2) a:hover {
    background: url(/company/img/csr/index/img_tunagu02_on.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(3) a:hover {
    background: url(/company/img/csr/index/img_tunagu03_on.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(4) a:hover {
    background: url(/company/img/csr/index/img_tunagu04_on.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(5) a:hover {
    background: url(/company/img/csr/index/img_tunagu05_on.png) no-repeat center top;
    background-size:100% auto;
}
.top-menu li:nth-child(6) a {
    background: url(/company/img/csr/index/img_tunagu06_on.png) no-repeat center top;
    background-size:100% auto;
}

/*----------------------------------*/
/*     tab-set                      */
/*----------------------------------*/
.tab-set {
    min-height: 100%;
    height: 100%;
    position: relative;
}
.tab-set .tb {
    display: none;
}
.tab>li a {
    border: solid 1px #fff;
    color: #fff;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    width: 120px;
    text-align: center;
    letter-spacing: 2px;
}
.tab>li a:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 18px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tab-content {
    min-height: 100%;
    height: 100%;
    position: relative;
}
.tab-content div.page {
    min-height: 100%;
    position: relative;
    padding: 180px 0 0 0;
}
.tab {
    overflow: hidden;
    position: absolute;
    bottom: 5%;
    right: 7%;
    z-index: 999;
}
.tab>li {
    color: #fff;
}
.tab>li a.select {
    opacity: 0.5;
}
.hide {
    display: none;
}


/* .tab-content div.page:nth-child(4) footer{
    padding-top:50px;
} */

/*---------------------------------*/
/* 下層　　　　　　　　　　　　　　　　 */
/*---------------------------------*/
main.low_cont h1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    main.low_cont h1 {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.5;
        margin-bottom: 20px;
    }
}
main p.first-read {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
}
.sub-nav {
    width: 700px;
    margin: 0 auto 120px auto;
    display: block;
    text-align: center;
}
.sub-nav li {
    margin: 0 10px;
    display: inline-block;
    text-align: center;
}
.sub-nav li a {
    width: 120px;
    height: 120px;
    padding-top: 30px;
    color: #af0000;
    font-weight: bold;
    font-size: 86%;
    letter-spacing: 0.01em;
    line-height: 1.6;
    display: inline-block;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.sub-nav li a:before, .sub-nav li a:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sub-nav li a:before {
    left: 53px;
    top: 53px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #af0000;
    border-bottom: 3px solid #af0000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
}
.sub-nav li a:hover{
    color:#fff;
    background-color:#EAA823;
}
.sub-nav li a:hover:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
@media screen and (min-width: 769px) {
    .sub-nav li a:hover:before {
        top: 68px;
    }
}
.section {
    width: 100%;
    padding: 0 16% 100px 16%;
    text-align: center;
}
.section:before {
    color: #af0000;
    border-top: solid 1px #af0000;
    border-bottom: solid 1px #af0000;
    line-height: 32px;
    font-size: 86%;
    display: inline-block;
}
#neuchi .section:before {
    content: "値打ちをつなぐ";
}
#nogyo .section:before {
    content: "農業・漁業をつなぐ";
}
#hito .section:before {
    content: "人をつなぐ";
}
#anzen .section:before {
    content: "安全・安心をつなぐ";
}
#umi .section:before {
    content: "海をつなぐ";
}
#sekai .section:before {
    content: "世界へつなぐ";
}
#shakai .section:before {
    content: "社会へつなぐ";
}
.section h2 {
    text-align: center;
    margin: 30px 0;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 40px;
}
.section .img {
    margin-bottom: 30px;
}
.section .txt {
    text-align: left;
    line-height: 1.8;
}

/* =======================================

    Media Query

======================================= */
/* 1920px以上のモニターの場合　*/
@media screen and (min-width: 1920px) {
.tab-content div.page:nth-child(4) {
    background: url(/company/img/csr/index/img_pict04.jpg) no-repeat center center;
    background-size:cover;
}
}
/* タブレット以下　*/
@media screen and (max-width: 1024px) {
header ul {
    display: none;
}
.drawer-hamburger {
    display: block;
}
/* header .inner,
footer .inner, */
.contents.sub .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.contents.sub .inner_cont>.inner {
    width: 94%;
    padding: 40px 0 100px 0;
}
/* footer p,
footer .footer-txt {
    width: 100%;
}
footer .inner {
    padding: 0 20px;
} */
.section {
    padding: 0 5% 80px 5%;
}
.section .img {
    width: 100%;
}
.section .img img {
    width: 100%;
    height: auto;
}
.section .txt {
    width: 100%;
}
.tab-set .tb {
    display: block;
}
.tab-content div.page {
    padding: 100px 0 0 0;
}
}
/* タブレット小～幅広スマホ　*/
@media screen and (max-width: 768px) {
.sub-nav li a .pc {
    display: none;
}
.top-menu li {
    width: 50%;
}
.sub-nav {
    -webkit-justify-content: space-between; /* Safari */
    justify-content: space-between;
    width: 94%;
    margin: 0 auto 50px auto;
    flex-wrap: wrap;
}
.sub-nav li {
    width: 51%;
    margin: 0 10px 10px 0;
}
.sub-nav li:nth-child(odd) {
    margin-right: 10px;
}
.sub-nav li a {
    width: 100%;
    padding: 10px 5px 10px 24px;
    display: inline-block;
    border-radius: 6px;
    height: inherit;
}
.sub-nav li a:before {
    top: -6px;
    left: 15px;
    width: 6px;
    height: 6px;
}
.tab {
    overflow: hidden;
    position: absolute;
    bottom: 11%;
    right: 7%;
    z-index: 999;
}

}
/* 幅広スマホ以下　*/
@media screen and (max-width: 600px) {
/* header {
    padding: 10px 0;
    height: auto;
}
header h1 a{
    text-indent: 0;
} */
.top-menu{
    margin: 100px auto 100px auto;
}
}
/* iphone+シリーズ以下　*/
@media screen and (max-width: 414px) {
.pc {
    display: none;
}
.sp {
    display: inline-block;
}
.top-menu {
    position: static;
    margin: 50px auto 0 auto;
}
.top-menu li {
    width: 85%;
    margin: 0 auto 20px;
}
.top-menu li a span:first-child {
    font-size: 7.7vw;
}
.return {
    display: block;
}
.sub-nav li a {
    font-size: 74%;
}
/* footer {
    color: #fff;
    width: 100%;
    padding: 40px 0;
    background: url(/company/img/csr/index/img_pict04.jpg) no-repeat center bottom;
}
    .footer-txt img{
    width:100%;
    height:auto;
} */
/* .contents.sub {
    padding-top: 180px;
} */


.tab>li a {
    width: 100px;
    border: none;
}
}
