@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    max-width: 100%;
}

body {
    background: #0C4453;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.8;
    word-wrap: break-word;
}

body {
    margin: 0;
    font: normal 75% Arial, Helvetica, sans-serif;
}

a {
    color: inherit;
    text-decoration: none;
    line-height: 1;
}

p {
    font-size: 14px;
}

img {
    max-width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    line-height: 0;
}

.header {
    user-select: none;
}

header .logo-hecnos {
    /* left: 40px; */
    position: relative;
    top: 6px;
    width: 60%;
    height: 36px;
    transition: opacity .4s;
    background-image: url(assets/img/logo-hecnos.png);
    background-size: ;
    background-repeat: no-repeat;
    margin-left: 3%;
}

header .logo-hecnos a:hover {
    opacity: 0.6;
}


/* ---- reset ---- */

.wrap {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

.page--home .wrap {
    padding-bottom: 0;
}

.page--home .content--body {
    padding: 0;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

 ::selection {
    background: #ccc;
    color: #000;
}

 ::-moz-selection {
    background: #ccc;
    color: #000;
}

ul {
    padding: 0;
}

li {
    list-style-type: none;
    font-size: 16px;
    margin-bottom:16px;
}

dd {
    margin-left: 0;
    margin-bottom: 12px;
}


/* デザインA（スマートフォン） */

.pc {
    display: none;
}

.ftb-about {
    font-weight: 700;
    font-size: 16px;
    background: #000;
    padding: 2px;
}

.brown{
    color:#A7886C !important;
}

.txt-left{
    text-align: left !important;
}

.viewmore{
    text-align: right;
    width: 100%;
    margin-top: 5px;
    font-weight: 700;
    font-size: 20px;
}

.viewmore a{
    text-decoration: underline;
    text-underline-offset: 8px;
}

/*ハンバーガーメニュー*/

#wrapper nav {
    position: fixed;
    top: 0;
    right: -200px;
    width: 200px;
    height: 100%;
    padding-top: 50px;
    background: #333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}

#wrapper nav ul li {
    display: block;
    padding: 10px 28px
}

#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}

#wrapper .btn-gnavi {
    position: fixed;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}

#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background: #666;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}

#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}

#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}

#wrapper .btn-gnavi.open span {
    background: #fff;
}

#wrapper .btn-gnavi.open span {
    width: 24px;
}

#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
}

#wrapper .contents section:nth-child(odd) p {
    left: 10%
}

#wrapper .contents section:nth-child(even) p {
    right: 10%
}

.top-wrapper {
    z-index: -999;
    position: relative;
    height: 500px;
}


/*TOP 見出し　文章エリア*/

.tit {
    line-height: 1.65;
}

.page--home .section-tit {
    text-align: left;
    font-size: 22px;
    margin-bottom: 8%;
    width:90%;
}

.page--home .section-tit span {
    font-size: 40px;
    position: relative;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
    border-bottom: solid 5px #1BA6C9;
}


/*文字点滅*/

.box {
    animation: flash 3s linear infinite;
    /* width: 50px; */
    height: 50px;
    /* background: #0091EA; */
    /* margin: 20px; */
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*=============== SVGアニメーション内の指定 =================*/


/*SVGの横幅*/

.svganimeblock {
    margin: 100px auto;
    text-align: center;
}

.svganimeblock {
    max-width: 800px;
    width: 100%;
    height: 0;
}


/*SVGの可変*/

.svganimeblock svg {
    width: 90%;
    margin: 0 auto;
    position: relative;
    top: -600px;
    height: 400px;
}


/*canvasの高さ*/

.canvas-height {
    height: 500px;
}


/*アニメーション前のパスの指定*/

.svganimeblock svg path {
    fill-opacity: 0;
    /*最初は透過0で見えない状態*/
    transition: fill-opacity .5s;
    /*カラーがつく際のアニメーション0.5秒で変化*/
    fill: none;
    /*塗りがない状態*/
    stroke: #fff;
    /*線の色*/
}


/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/

.svganimeblock svg.done path {
    fill: #fff;
    /*塗りの色*/
    fill-opacity: 1;
    /*透過1で見える状態*/
    stroke: none;
    /*線の色なし*/
}


/*Program*/

.page--home .section--info,
.page--home .section--program {
    margin: 0px 7vw 6%;
    padding: 3% 0px 3%;
}

.page--home .section--program2 {
    margin: 0px 0vw 0;
    padding: 3% 0px 3%;
}

.page--home .section--flow {
    padding: 50px 7vw 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.page--home .section--flow [class^="block--"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    padding: 50px 5px 60px;
    width: 100%;
}


/*Aboutエリア*/

.page--home .section--about {
    margin: 0px 7vw 6%;
    padding: 3% 0px 3%;
    margin-bottom: 100px;
}

.page--home .section--about .about-tit {
    text-align: left;
    font-size: 20px;
    margin-bottom: 3%;
    position: relative;
}

.page--home .section--about .about-tit span span:nth-child(n+1):nth-child(-n+4) {
    font-size: 30px;
    position: relative;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.5em;
    border-bottom: solid 5px #1BA6C9;
}

/*エントリ―エリア*/
.entry-main{
    width:100%;
    margin:0 auto;
}
.entry-main-inner{
    display:flex;
    justify-content: center;
    align-items:center;
    flex-direction:column;
    width:90%;
    margin:0 auto;
    background:#C83F43;
    color:#fff;
    border:solid 1px #fff;
    padding:10px;
    margin-top:50px;
}
.entry-main-inner:hover {
    background: #333;
    transition: 1s;
}
.entry-main-inner p{
    font-size:26px;
}

.about-area {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.about-area a{
    text-decoration: underline;
    text-underline-offset:4px;
    padding-bottom:3px;
    font-weight: 700;
}

.about-area a:hover{
    opacity:0.8;
    transition:0.5s
}

.about-inner1 {
    width: 100%;
    height: 700px;
    display: block;
    margin-bottom: 50px;
}

.about-inner2 {
    width: 100%;
    height: 600px;
    display: block;
    margin-bottom: 100px;
}

.about-subinner1 {
    width: 100%;
    height: 200px;
    display: flex;
    color: #A7886C;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    border: solid 1px #000;
}

.about-subinner1 {
    width: 100%;
    height: 200px;
    display: flex;
    color: #A7886C;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    border: solid 1px #000;
}

.about-subinner2 {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #A7886C;
    background: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    border: solid 1px #000;
}

.about-subinner3 {
    width: 98%;
    height: 480px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 1%;
}

.about-subinner4 {
    width: 98%;
    height: 480px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 1%;
}

.about-inner3 {
    width: 100%;
    /* height: 600px; */
    display: block;
    margin-bottom: 50px;
}

.about-subinner5 {
    width: 98%;
    /* height: 480px; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    /* border: 1px solid #fff; */
    padding: 1%;
    color: #A7886C;
}

.about-subinner6 {
    width: 98%;
    /* height: 480px; */
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #fff;
    padding: 1%;
}


/*募集概要エリア*/

.outline-area {
    display: block;
    width: 100%;
}

.outline-inner1 {
    display: block;
    width: 100%;
    border-top: solid 1px #fff;
}

.outline-subinner1 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #A7886C;
}

.outline-subinner1 p {
    font-weight: 700;
    font-size: 20px !important;
}

.outline-subinner2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.outline-subinner2 p {
    font-size: 16px;
}

.outline-subinner2 .fs12 {
    font-size: 13px;
}

.outline-subinner2 .font-size {
    font-size: 15px;
    margin: 0;
}

.outline-subinner2 .mb10 {
    margin-bottom: 10px;
}

.outline-subinner2 .font-size2 {
    font-size: 12px;
}

.outline-subinner3 {
    width: 100%;
    display: block;
}

.outline-subinner3 div {
    width: 100%;
    margin-bottom: 5%;
}

.outline-subinner3 div a:hover {
    opacity: 0.8;
    transition: 0.5;
}

.outline-subinner3 p {
    font-size: 16px;
    font-weight: 700;
    margin: 3px;
    text-align: center;
}

.outline-subinner3 .fs12 {
    font-size: 13px;
}

.outline-subinner3 .font-size {
    font-size: 15px;
    margin: 0;
}

.outline-subinner3 .mb10 {
    margin-bottom: 10px;
}

.outline-subinner3 .font-size2 {
    font-size: 12px;
}

.outline-inner1:nth-child(3) {
    border-bottom: solid 1px #fff;
}

.program-guide {
    width: 100%;
}

.program-guide-inner {
    width: 100%;
    text-align: center;
}

.program-guide-inner ul {
    display: inline-block;
    text-align: left;
    /* width: 66%; */
    margin-bottom:30px;
}

.program-guide-inner p {
    font-size: 20px;
    margin-top:16px;
}

.program-guide-inner .p2 a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

.program-guide-inner span {
    background: #C83F43;
    padding: 10px;
    border: solid 1px #fff;
}

.program-guide-inner .a-bottom {
    text-decoration: none;
    padding-bottom: 2px;
    font-size: 20px;
    position: relative;
    color: inherit;
    line-height: 1;
}

.program-guide-inner a {}

.program-guide-inner2 {
    width: 100%;
    /* text-align: center; */
}

.program-guide-inner2 p {
    font-size: 20px;
    margin-top:16px;
}

.program-guide-inner2 .p2 a {
    font-size: 14px;
    color: #fff;
    text-decoration: underline;
}

/*展示出展ゾーンエリア*/

.showcase-inner {
    width: 100%;
}

.showcase-img {
    display: block;
    width: 100%;
    min-height: 200px;
    margin: 0 auto;
}

.showcase-img-inner {
    display: block;
    width: 100%;
    min-height: 200px;
    background: url(assets/img/04pv_night.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}

.showcase-detail {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    border: 1px solid #fff;
}

.showcase-detail-inner {
    width: 100%;
    height: 300px;
}

.showcase-guide {
    width: 100%;
}

.showcase-guide-inner {
    width: 100%;
    text-align: center;
}

.showcase-guide-inner p {
    font-size: 14px;
}

.showcase-guide-inner {
    background: #C83F43;
    border: solid 1px #fff;
}

.showcase-guide-inner .a-bottom {
    text-decoration: none;
    padding-bottom: 2px;
    font-size: 20px;
    position: relative;
    color: inherit;
    line-height: 1;
}


/*支援施策エリア*/

.page--home .section--support {
    margin: 0px 7vw 6%;
    padding: 3% 0px 3%;
}

.support-area {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.page--home .section--support .support-tit {
    text-align: center;
    font-size: 14px;
}

.page--home .section--support .support-tit span {
    text-align: left;
    font-size: 13px;
    margin-bottom: 3%;
    position: relative;
}

.page--home .section--support .support-tit span {
    background: #000;
    background-size: auto 1.2em;
    padding: 5px;
}

.support-inner1 {
    display: block;
    width: 100%;
    height: 300px;
}

.support-inner2 {
    display: block;
    width: 100%;
    height: 300px;
}

.support-subinner-inner {
    width: 80%;
    background: #000;
}

.support-subinner1 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/01pv_eyelebel.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.support-subinner2 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/02pv_birdseye.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.support-subinner3 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/03pv_ring.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.support-subinner4 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/04pv_night.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
}

.support-desc{
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.support-health{
    width:100%;
    text-align: center;
    font-size:16px;
    margin-bottom:30px;
}
.support-health img{
    width:100%;
}

/*出展企業エリア*/

.submit-red{
    background:#C83F43 !important;
}
.exhibition-area{
    display:block;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin:0 auto;
    background:#fff;
    height:1900px;
    padding:10px;
    /* border-radius:3%; */
}

.exhibition-inner1{
    width:100%;
    height:880px;
    background:rgb(52 119 185);
}

.exhibition-inner1 table{
    width:100%;
    border-collapse: collapse;
}

.exhibition-inner1 th{
    background:#fff;
    color:#000;
    font-size: 16px;
    text-align: center;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exhibition-inner1 th img{
    width:100px;
}

.exhibition-inner1 tr{
    height:50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.exhibition-inner1 tr:nth-child(2n){
    background:rgb(76 135 197);
}

.exhibition-inner1 td a{
    display:block;
    width:100%;
    height:100%;
}

.exhibition-inner1 td .team{
    display:inline !important;
    width:auto;
    height:auto;
}
.exhibition-inner1 td .team:hover{
    color:purple;
}

.exhibition-inner2{
    width:100%;
    height:880px;
    background:#aad58f;
    margin-top: 50px;
}

.exhibition-inner2 table{
    width:100%;
    border-collapse: collapse;
}

.exhibition-inner2 th{
    background:#fff;
    color:#000;
    font-size: 16px;
    text-align: center;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.exhibition-inner2 th img{
    width:100px;
}

.exhibition-inner2 tr{
    height:50px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.exhibition-inner2 tr:nth-child(2n){
    background:#85b863;
}
.exhibition-inner2 tr:nth-child(n+2):hover{
    opacity:0.4;
    transition:0.5s;
}
.exhibition-inner2 td a{
    display:block;
    width:100%;
    height:100%;
}
.exhibition-inner2 td .team{
    display:inline !important;
    width:auto;
    height:auto;
}
.exhibition-inner2 td .team:hover{
    color:purple;
}

/*協賛企業エリア*/
.coorg-area {
    display:block;
    width: 90%;
    margin:0 auto;
    text-align:center;
}

.coorg-subinner div{
    margin-bottom:30px;
}


/* work flow -----------------*/

.page--home .flow .page_ttl {
    width: 28px;
}

.page--home #flow2 {
    max-width: 1100px;
    background: url(../img/flow/line.png) no-repeat 60px 120px;
    background-size: 453px 2067px;
}

.page--home #flow2 .flow_detail {
    width: 60%;
}

.page--home #flow2 .flow_detail.flow02 {
    margin-top: 20px;
}

.page--home #flow2 .flow_detail.flow03 {
    margin-top: 50px;
}

.page--home #flow2 .flow_detail.flow04 {
    margin-top: 40px;
}

.page--home #flow2 .flow_detail.flow05 {
    margin-top: 70px;
}

.page--home #flow2 .flow_detail.flow06 {
    margin-top: 40px;
}

.page--home #flow2 .flow_detail.flow07 {
    margin-top: 70px;
}

.page--home #flow2 .flow_detail.flow08 {
    margin-top: 10px;
}

.page--home #flow2 .flow_detail.flow09 {
    margin-top: 50px;
}

.page--home #flow2 .flow_detail.flow10 {
    margin-top: 100px;
}

.page--home #flow2 .flow_detail.flow11 {
    margin-top: 90px;
}

.page--home #flow2 .flow_detail .num {
    width: 120px;
    height: 120px;
    padding-top: 45px;
    border: 1px solid #000;
    background: #f0f0f0;
    color: #333;
    font-size: 40px;
    font-family: 'Hind Guntur', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    float: left;
    clear: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.page--home #flow2 .flow_detail .inner {
    width: 75%;
    margin-left: 150px;
    padding-top: 50px;
    position: relative;
    border-bottom: solid 3px #a9a9a9;
    ;
}

.page--home #flow2 .flow_detail .inner .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.page--home #flow2 .flow_detail .inner .txt {
    margin-top: 25px;
    font-size: 13px;
    line-height: 1.8;
}

.page--home #flow2 .flow_detail .inner .btn {
    width: 180px;
    background: #000;
    position: absolute;
    top: 42px;
    left: 150px;
}

.page--home #flow2 .flow_detail .inner .btn a {
    display: block;
    padding: 8px 50px 6px 20px;
    background: url(../img/flow/contact_arrow.png) no-repeat 90% center;
    background-size: 28px 7px;
    color: #fff;
    font-size: 15px;
    line-height: 1;
}

.flow-guide {
    width: 100%;
    margin-top: 50px;
    margin-bottom:30px;
}

.flow-guide-inner {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.flow-guide-bdbtm {
    border-bottom: none !important;
}

.flow-guide-inner p {
    font-size: 16px;
}

.flow-guide-inner span {
    background: #C83F43;
    padding: 10px;
    border: solid 1px #fff;
}

.page--home #flow2 .flow_detail .icon {
    position: absolute;
}

.page--home #flow2 .flow_detail .icon img {
    width: 100%;
    height: auto;
}

.page--home #flow2 .flow_detail.flow01 .icon {
    width: 40px;
    top: 25px;
    left: 340px;
}

.page--home #flow2 .flow_detail.flow02 .icon {
    width: 44px;
    top: 22px;
    left: 250px;
}

.page--home #flow2 .flow_detail.flow03 .icon {
    width: 57px;
    top: 95px;
    right: -90px;
}

.page--home #flow2 .flow_detail.flow04 .icon {
    width: 54px;
    top: 25px;
    left: 150px;
}

.page--home #flow2 .flow_detail.flow05 .icon {
    width: 64px;
    top: 25px;
    left: 180px;
}

.page--home #flow2 .flow_detail.flow06 .icon {
    width: 39px;
    top: 25px;
    left: 100px;
}

.page--home #flow2 .flow_detail.flow07 .icon {
    width: 55px;
    top: 30px;
    left: 140px;
}

.page--home #flow2 .flow_detail.flow08 .icon {
    width: 49px;
    top: 38px;
    left: 110px;
}

.page--home #flow2 .flow_detail.flow09 .icon {
    width: 34px;
    top: 32px;
    left: 110px;
}

.page--home #flow2 .flow_detail.flow10 .icon {
    width: 62px;
    top: 30px;
    left: 90px;
}

.page--home #flow2 .flow_detail.flow11 .icon {
    width: 26px;
    top: 35px;
    left: 190px;
}


/* work flow -----------------*/

.page--home .faq .page_ttl {
    width: 28px;
}

.page--home #faq {
    max-width: 1100px;
    background: url(../img/faq/line.png) no-repeat 60px 120px;
    background-size: 453px 2067px;
}

.page--home #faq .faq_detail {
    width: 100%;
}

.page--home #faq .faq_detail .num {
    width: 120px;
    height: 120px;
    padding-top: 45px;
    border: 1px solid #000;
    background: #f0f0f0;
    color: #333;
    font-size: 40px;
    font-family: 'Hind Guntur', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1;
    float: left;
    clear: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.page--home #faq .faq_detail .inner {
    width: 100%;
    padding-top: 50px;
    position: relative;
    border-bottom: solid 3px #a9a9a9;
    margin-top:30px;
    margin-bottom:30px;
    padding-bottom:30px;
}

.page--home #faq .faq_detail .inner .ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}

.page--home #faq .faq_detail .inner .txt {
    margin-top: 70px;
    font-size: 13px;
    line-height: 1.8;
}


/*Award受賞者*/

.page--home .content--body2 {
    padding: 0;
    height: 100%;
    background: linear-gradient(90deg, #fff, #bbe69f);
    position: relative;
    z-index: 1;
}

.page--home .content--body2::before {
    position: absolute;
    content: "";
    width: calc(35%);
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(52 119 185);
    z-index: -1;
    transform: skewX(354deg);
}

.page--home .content--body2::after {
    position: absolute;
    content: "";
    width: calc(85%);
    height: 100%;
    background: radial-gradient(#fff, rgb(52 119 185));
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.page--home .inner-block {
    padding: 0;
    position: relative;
    width: 100%;
    /* padding: 0 30px; */
    margin: 0 auto;
    height: 100%;
}

.award-img {
    width: 100%;
    display: block;
}

.award-img img {
    width: 60%;
    display: block;
    margin: 0 auto;
}


/*募集概要エリア*/

.award-area {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 90%;
    background: #fff;
    color: #666;
    border-radius: 5rem;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.award-area a:hover {
    opacity: 0.6;
    transition: 0.2s;
}

.award-inner1 {
    width: 80%;
    height: 100px;
    display: flex;
    align-items: center;
    border-top: solid 1px #fff;
}

.award-subinner1 {
    width: 50%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    color: #666;
}

.award-subinner1 p {
    font-weight: 700;
    font-size: 12px !important;
    margin-left: 3%;
}

.award-subinner2 {
    width: 70%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.award-subinner2 .font-size {
    font-size: 20px !important;
}

.award-subinner2 .font-size2 {
    font-size: 20px !important;
}

.award-subinner2 .font-size3 {
    font-size: 26px !important;
}

.award-subinner2 .fs12 {
    font-size: 20px;
}

.award-subinner2 img {
    width: 300px;
}

.award-subinner3 {
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.award-subinner3 div {
    width: 37%;
    margin-right: 3%
}

.award-subinner3 div a:hover {
    opacity: 0.8;
    transition: 0.5;
}

.award-subinner3 p {
    font-size: 16px;
    font-weight: 700;
    margin: 3px;
    text-align: center;
}

.award-subinner3 .fs12 {
    font-size: 13px;
}

.award-subinner3 .font-size {
    font-size: 15px;
    margin: 0;
}

.award-subinner3 .mb10 {
    margin-bottom: 10px;
}

.award-subinner3 .font-size2 {
    font-size: 12px;
}

.award-area .height {
    height: 300px !important;
}

.award-area .height2 {
    height: 250px !important;
}

.award-subinner2 p {
    font-weight: 700;
    font-size: 20px !important;
}

.award-subinner2 .mt5 {
    margin-top: 5px !important;
    font-size: 18px !important;
}

.award-inner1 .fxed {
    justify-content: flex-end !important;
    height: 250px !important;
}

.award-inner1:last-child {
    border-bottom: solid 1px #fff;
}

.award-inner-img {
    width: 100%;
    display: block;
    margin-top: 50px;
}

.award-inner-img img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.award-detail {
    width: 100%;
}

.award-detail-inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 3%;
}

.award-detail .healthcare {
    border-bottom: solid 1px #70ad47;
}

.award-detail .carbon {
    border-bottom: solid 1px #4472c4;
}

.award-detail-inner p {
    font-size: 14px;
}


/*Award受賞者*/

.blue {
    color: #4472c4;
}

.green {
    color: #70ad47;
}


/* footer*/

footer {
    padding: 10px;
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    background-color: #000;
    color: #fff;
}

footer .foot-inner {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-bottom: 80px;
}

footer .list--foot-link {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    order: 1;
    margin-bottom: 27px;
    padding: 0 2%;
}

footer .list--foot-link li {
    margin: 14px 0;
}

footer .list--foot-link li a {
    margin: 0 8px;
    height: 26px;
}

footer .list--foot-link li a img {
    max-height: 100%;
}

footer .block--foot-l {
    order: 3;
    width: 80%;
    margin:0 auto;
    line-height: 1.5;
}

footer .block--foot-r {
    order: 2;
    width: 100%;
}

footer .list--foot-bnr {
    width: 100%;
    margin-bottom: 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .list--foot-bnr li {
    width: 100%;
}

footer .list--foot-bnr li a {
    width: 48%;
    max-width: 240px;
    margin: 0 auto;
}

footer .block--foot-l p {
    font-size: 12px;
}

footer .nav--support {
    margin-bottom: 15px;
    text-align: left;
}

footer .nav--support li {
    font-size: 11px;
}

footer .nav--support li a {
    padding: 0 0.55em;
}

footer .nav--support li+li::before {
    left: 0;
}

footer .copyright {
    text-align: center;
}

footer .copyright small {
    font-size: 10px;
    transform: scale(0.9);
}


/*Topスクロール*/

#page_top {
    width: 24%;
    height: 65px;
    position: fixed;
    right: 0;
    bottom: 0;
    border: 3px solid #000;
    background: #000;
    z-index: 999;
}

#page_top a {
    position: relative;
    display: block;
    width: 90px;
    height: 60px;
    top: 5px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

header .header-entry {
    position: fixed;
    bottom: 0;
    background-color: #C83F43;
    width: 75%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
}

/*exhibitionエリア*/
.exhibition-container{
    display: block;
    width: 80%;
    margin: 0 auto;
}

.exhibition-container li {
    background:#000;
    color:#fff;
    padding:10px;
    font-size:12px;
}

.exhibition-container li span {
    font-size:16px;
    font-weight:700;
}

/*各種資料エリア*/
.document-container{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom:50px;
}

.document-h3{
    font-size:20px;
    width:80%;
    margin: 0 auto;
}

.document-container li {
    padding:10px;
    font-size:12px;
    text-align:center;
}

.document-container li span {
    font-size:18px;
    font-weight:700;
}


/* デザインB（タブレット:ipad air） */


/* タブレット用レイアウト 600px以上の範囲に収めるデザインはこの中に記述 */

@media screen and (min-device-width:600px) and (max-device-width: 1200px) {
    .pc {
        display: none;
    }
    .sp {
        display: none;
    }
    .tb {
        display: block;
    }
    /*ハンバーガーメニュー*/
    #wrapper nav {
        position: fixed;
        top: 0;
        right: -200px;
        width: 200px;
        height: 100%;
        padding-top: 50px;
        background: #333;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 2
    }
    #wrapper nav ul li {
        display: block;
        padding: 20px 28px
    }
    #wrapper nav ul li a {
        text-decoration: none;
        color: #ddd
    }
    #wrapper .btn-gnavi {
        position: fixed;
        top: 12px;
        right: 20px;
        width: 30px;
        height: 24px;
        z-index: 3;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms
    }
    #wrapper .btn-gnavi span {
        position: absolute;
        width: 30px;
        height: 4px;
        background: #666;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }
    #wrapper .btn-gnavi span:nth-child(1) {
        top: 0
    }
    #wrapper .btn-gnavi span:nth-child(2) {
        top: 10px
    }
    #wrapper .btn-gnavi span:nth-child(3) {
        top: 20px
    }
    #wrapper .btn-gnavi.open span {
        background: #fff;
    }
    #wrapper .btn-gnavi.open span {
        width: 24px;
    }
    #wrapper .contents section p {
        position: absolute;
        top: 50%;
        width: 30%;
        line-height: 1.4;
        font-size: 20px;
        color: #fff;
    }
    #wrapper .contents section:nth-child(odd) p {
        left: 10%
    }
    #wrapper .contents section:nth-child(even) p {
        right: 10%
    }
    .top-wrapper {
        height: 900px;
    }
    /*TOP 見出し　文章エリア*/
    .tit {
        line-height: 1.65;
    }
    .page--home .section-tit {
        text-align: left;
        font-size: 40px;
        margin-bottom: 8%;
    }
    .page--home .section-tit span {
        font-size: 100px;
        position: relative;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.5em;
        border-bottom: solid 5px #1BA6C9;
    }
    /*文字点滅*/
    .box {
        animation: flash 3s linear infinite;
        /* width: 50px; */
        height: 50px;
        /* background: #0091EA; */
        /* margin: 20px; */
    }
    @keyframes flash {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    /*=============== SVGアニメーション内の指定 =================*/
    /*SVGの横幅*/
    .svganimeblock {
        margin: 100px auto;
        text-align: center;
    }
    .svganimeblock {
        max-width: 800px;
        width: 100%;
        height: 0;
    }
    /*SVGの可変*/
    .svganimeblock svg {
        width: 90%;
        margin: 0 auto;
        position: relative;
        top: -1300px;
        height: 1200px;
        z-index: 999;
    }
    /*アニメーション前のパスの指定*/
    .svganimeblock svg path {
        fill-opacity: 0;
        /*最初は透過0で見えない状態*/
        transition: fill-opacity .5s;
        /*カラーがつく際のアニメーション0.5秒で変化*/
        fill: none;
        /*塗りがない状態*/
        stroke: #fff;
        /*線の色*/
    }
    /*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
    .svganimeblock svg.done path {
        fill: #fff;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
    }
    /*canvasの高さ*/
    .canvas-height {
        height: auto;
    }
    /*Program*/
    .page--home .section--info,
    .page--home .section--program {
        margin: 0px 7vw 6%;
        padding: 3% 0px 3%;
    }
    .page--home .section--flow {
        padding: 50px 7vw 50px;
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }
    .page--home .section--flow [class^="block--"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-around;
        padding: 50px 5px 60px;
        width: 100%;
    }
    /*Aboutエリア*/
    .page--home .section--about {
        margin: 0px 7vw 6%;
        padding: 3% 0px 3%;
    }
    .page--home .section--about .about-tit {
        text-align: left;
        font-size: 40px;
        margin-bottom: 3%;
        position: relative;
    }
    .page--home .section--about .about-tit span span:nth-child(n+1):nth-child(-n+4) {
        font-size: 50px;
        position: relative;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.5em;
        border-bottom: solid 5px #1BA6C9;
    }
    /*エントリ―エリア*/
    .entry-main{
        width:500px;
        margin:0 auto;
    }
    .entry-main-inner{
        display:flex;
        justify-content: center;
        align-items:center;
        flex-direction:column;
        width:700px;
        margin:0 auto;
        background:#C83F43;
        color:#fff;
        border:solid 1px #fff;
        padding:10px;
        margin-top:50px;
    }
    .entry-main-inner:hover {
        background: #333;
        transition: 1s;
    }
    .entry-main-inner p{
        font-size:50px;
    }
    .about-area {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .about-inner1 {
        width: 100%;
        height: 600px;
        display: block;
    }
    .about-inner2 {
        width: 100%;
        height: 600px;
        display: block;
    }
    .about-subinner1 {
        width: 100%;
        height: 300px;
        display: flex;
        color: #A7886C;
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        border: solid 1px #000;
    }
    .about-subinner1 h2 {
        rotate: -25deg;
        position: relative;
        right: 10%;
        bottom: 30px;
    }
    .about-subinner2 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #A7886C;
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        border: solid 1px #000;
    }
    .about-subinner2 h2 {
        rotate: -25deg;
        position: relative;
        bottom: 50px;
        right: 8%;
    }
    .about-subinner3 {
        width: 98%;
        height: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        border: 1px solid #fff;
    }
    .about-subinner4 {
        width: 98%;
        height: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        border: 1px solid #fff;
    }
    /*募集概要エリア*/
    .outline-area {
        display: block;
        width: 100%;
    }
    .outline-inner1 {
        display: block;
        width: 100%;
        border-top: solid 1px #fff;
    }
    .outline-subinner1 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #A7886C;
    }
    .outline-subinner1 p {
        font-weight: 700;
        font-size: 24px !important;
    }
    .outline-subinner2 {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .outline-subinner2 p {
        font-size: 20px !important;
    }
    .outline-subinner3 {
        width: 100%;
        display: block;
    }
    .outline-subinner3 div {
        width: 100%;
        margin-bottom: 5%;
    }
    .outline-subinner3 div img {
        width: 100%;
    }
    .outline-subinner3 div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .outline-subinner3 p {
        font-size: 20px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .outline-subinner3 .fs12 {
        font-size: 13px;
    }
    .outline-subinner3 .font-size {
        font-size: 15px;
        margin: 0;
    }
    .outline-subinner3 .mb10 {
        margin-bottom: 10px;
    }
    .outline-subinner3 .font-size2 {
        font-size: 12px;
    }
    .outline-inner1:nth-child(3) {
        border-bottom: solid 1px #fff;
    }
    .program-guide {
        width: 100%;
        margin-top: 30px;
    }
    .program-guide-inner {
        width: 100%;
        text-align: center;
    }
    .program-guide-inner p {
        font-size: 30px;
        margin-bottom: 50px;
    }
    .program-guide-inner .p2 a {
        font-size: 30px;
        color: #fff;
        text-decoration: underline;
    }
    .program-guide-inner span {
        background: #C83F43;
        padding: 10px;
        border: solid 1px #fff;
    }
    .program-guide-inner ul {
        display: inline-block;
        text-align: left;
        margin-bottom: 30px;
        font-size:14px;
    }
    .program-guide-inner .a-bottom {
        text-decoration: none;
        padding-bottom: 2px;
        font-size: 50px;
        position: relative;
        color: inherit;
        line-height: 1;
    }
    /*展示出展ゾーンエリア*/
    .showcase-inner {
        width: 100%;
    }
    .showcase-img {
        display: block;
        width: 100%;
        min-height: 200px;
        margin: 0 auto;
    }
    .showcase-img-inner {
        display: block;
        width: 100%;
        min-height: 400px;
        background: url(assets/img/04pv_night.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .showcase-detail {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        border: 1px solid #fff;
    }
    .showcase-detail-inner {
        width: 100%;
        height: 300px;
    }
    .showcase-guide {
        width: 100%;
        margin-top: 30px;
    }
    .showcase-guide-inner p {
        font-size: 20px;
    }
    /*支援施策エリア*/
    .page--home .section--support {
        margin: 0px 7vw 6%;
        padding: 3% 0px 3%;
    }
    .support-area {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }
    .page--home .section--support .support-tit {
        text-align: center;
        font-size: 17px;
    }
    .page--home .section--support .support-tit span {
        text-align: left;
        font-size: 17px;
        margin-bottom: 3%;
        position: relative;
    }
    .page--home .section--support .support-tit span {
        background: #000;
        background-size: auto 1.2em;
        padding: 10px;
    }
    .support-inner1 {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 2%;
    }
    .support-inner2 {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 2%;
    }
    .support-subinner1 {
        width: 97%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/01pv_eyelebel.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        margin-right: 3%;
    }
    .support-subinner2 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/02pv_birdseye.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #fff;
    }
    .support-subinner3 {
        width: 97%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/03pv_ring.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        margin-right: 3%;
    }
    .support-subinner-inner {
        width: 80%;
        background: #000;
    }
    .support-subinner4 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/04pv_night.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #fff;
    }

    .support-desc{
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }
    .support-health{
        width:44%;
        margin-right:3%;
        text-align: center;
        font-size:16px;
    }
    .support-health img{
        width:100%;
    }
    .support-health img:hover{
        opacity:0.8;
        transition:0.5s;
    }

    /*協賛企業エリア*/
    .coorg-area {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        width: 100%;
    }
    .coorg-area a:hover {
        opacity: 0.6;
        transition: 0.2s;
    }
    .coorg-inner {
        width: 100%;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .coorg-subinner {
        width: 100%;
        /* height: 300px; */
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .coorg-subinner div {
        width: 37%;
        height: 100px;
        margin-right: 3%
    }
    .coorg-subinner div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .coorg-subinner p {
        font-size: 12px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .coorg-subinner .fs12 {
        font-size: 13px;
    }
    .coorg-subinner .font-size {
        font-size: 15px;
        margin: 0;
    }
    .coorg-subinner .mb10 {
        margin-bottom: 10px;
    }
    .coorg-subinner .font-size2 {
        font-size: 12px;
    }

    /* work flow -----------------*/
    .page--home .flow .page_ttl {
        width: 28px;
    }
    .page--home #flow2 {
        max-width: 1100px;
        background: url(../img/flow/line.png) no-repeat 60px 120px;
        background-size: 453px 2067px;
    }
    .page--home #flow2 .flow_detail {
        width: 60%;
    }
    .page--home #flow2 .flow_detail.flow02 {
        margin-top: 20px;
    }
    .page--home #flow2 .flow_detail.flow03 {
        margin-top: 50px;
    }
    .page--home #flow2 .flow_detail.flow04 {
        margin-top: 40px;
    }
    .page--home #flow2 .flow_detail.flow05 {
        margin-top: 70px;
    }
    .page--home #flow2 .flow_detail.flow06 {
        margin-top: 40px;
    }
    .page--home #flow2 .flow_detail.flow07 {
        margin-top: 70px;
    }
    .page--home #flow2 .flow_detail.flow08 {
        margin-top: 10px;
    }
    .page--home #flow2 .flow_detail.flow09 {
        margin-top: 50px;
    }
    .page--home #flow2 .flow_detail.flow10 {
        margin-top: 100px;
    }
    .page--home #flow2 .flow_detail.flow11 {
        margin-top: 90px;
    }
    .page--home #flow2 .flow_detail .num {
        width: 120px;
        height: 120px;
        padding-top: 45px;
        border: 1px solid #000;
        background: #f0f0f0;
        color: #333;
        font-size: 40px;
        font-family: 'Hind Guntur', sans-serif;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        float: left;
        clear: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page--home #flow2 .flow_detail .inner {
        width: 100%;
        margin-left: 150px;
        padding-top: 50px;
        position: relative;
        border-bottom: solid 3px #a9a9a9;
        ;
    }
    .page--home #flow2 .flow_detail .inner .ttl {
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
    }
    .page--home #flow2 .flow_detail .inner .txt {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.8;
    }
    .page--home #flow2 .flow_detail .inner .btn {
        width: 180px;
        background: #000;
        position: absolute;
        top: 42px;
        left: 150px;
    }
    .page--home #flow2 .flow_detail .inner .btn a {
        display: block;
        padding: 8px 50px 6px 20px;
        background: url(../img/flow/contact_arrow.png) no-repeat 90% center;
        background-size: 28px 7px;
        color: #fff;
        font-size: 15px;
        line-height: 1;
    }
    .page--home #flow2 .flow_detail .icon {
        position: absolute;
    }
    .page--home #flow2 .flow_detail .icon img {
        width: 100%;
        height: auto;
    }
    .page--home #flow2 .flow_detail.flow01 .icon {
        width: 40px;
        top: 25px;
        left: 340px;
    }
    .page--home #flow2 .flow_detail.flow02 .icon {
        width: 44px;
        top: 22px;
        left: 250px;
    }
    .page--home #flow2 .flow_detail.flow03 .icon {
        width: 57px;
        top: 95px;
        right: -90px;
    }
    .page--home #flow2 .flow_detail.flow04 .icon {
        width: 54px;
        top: 25px;
        left: 150px;
    }
    .page--home #flow2 .flow_detail.flow05 .icon {
        width: 64px;
        top: 25px;
        left: 180px;
    }
    .page--home #flow2 .flow_detail.flow06 .icon {
        width: 39px;
        top: 25px;
        left: 100px;
    }
    .page--home #flow2 .flow_detail.flow07 .icon {
        width: 55px;
        top: 30px;
        left: 140px;
    }
    .page--home #flow2 .flow_detail.flow08 .icon {
        width: 49px;
        top: 38px;
        left: 110px;
    }
    .page--home #flow2 .flow_detail.flow09 .icon {
        width: 34px;
        top: 32px;
        left: 110px;
    }
    .page--home #flow2 .flow_detail.flow10 .icon {
        width: 62px;
        top: 30px;
        left: 90px;
    }
    .page--home #flow2 .flow_detail.flow11 .icon {
        width: 26px;
        top: 35px;
        left: 190px;
    }
    .ribbon-img img {
        width: 80%;
        display: block;
        margin: 0 auto;
        margin-top:50px;
    }
    .flow-guide {
        width: 100%;
        margin-top: 50px;
    }
    .flow-guide-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .flow-guide-bdbtm {
        border-bottom: none !important;
    }
    .flow-guide-inner p {
        font-size: 50px;
    }
    .flow-guide-inner span {
        background: #C83F43;
        padding: 10px;
        border: solid 1px #fff;
        font-size:36px;
    }
    /*Award受賞者*/
    .page--home .content--body2 {
        padding: 0;
        height: 100%;
        background: linear-gradient(90deg, #fff, #bbe69f);
        position: relative;
        z-index: 1;
    }
    .page--home .content--body2::before {
        position: absolute;
        content: "";
        width: calc(35%);
        height: 100%;
        left: 0;
        top: 0;
        background: rgb(52 119 185);
        z-index: -1;
        transform: skewX(354deg);
    }
    .page--home .content--body2::after {
        position: absolute;
        content: "";
        width: calc(85%);
        height: 100%;
        background: radial-gradient(#fff, rgb(52 119 185));
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
    .page--home .inner-block {
        padding: 0;
        position: relative;
        width: 100%;
        /* padding: 0 30px; */
        margin: 0 auto;
        height: 100%;
    }
    .award-img {
        width: 100%;
        display: block;
    }
    .award-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    /*募集概要エリア*/
    .award-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        background: #fff;
        color: #666;
        border-radius: 5rem;
        margin: 0 auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .award-area a:hover {
        opacity: 0.6;
        transition: 0.2s;
    }
    .award-inner1 {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
        border-top: solid 1px #fff;
        margin-bottom: 70px;
    }
    .award-subinner1 {
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        color: #666;
    }
    .award-subinner1 p {
        font-weight: 700;
        font-size: 16px !important;
        margin-left: 3%;
    }
    .award-subinner2 {
        width: 70%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .award-subinner2 .font-size {
        font-size: 20px !important;
    }
    .award-subinner2 .font-size2 {
        font-size: 20px !important;
    }
    .award-subinner2 .font-size3 {
        font-size: 26px !important;
    }
    .award-subinner2 .fs12 {
        font-size: 20px;
    }
    .award-subinner2 img {
        width: 300px;
    }
    .award-subinner3 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .award-subinner3 div {
        width: 37%;
        margin-right: 3%
    }
    .award-subinner3 div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .award-subinner3 p {
        font-size: 16px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .award-subinner3 .fs12 {
        font-size: 13px;
    }
    .award-subinner3 .font-size {
        font-size: 15px;
        margin: 0;
    }
    .award-subinner3 .mb10 {
        margin-bottom: 10px;
    }
    .award-subinner3 .font-size2 {
        font-size: 12px;
    }
    .award-area .height {
        height: 300px !important;
    }
    .award-area .height2 {
        height: 250px !important;
    }
    .award-subinner2 p {
        font-weight: 700;
        font-size: 20px !important;
    }
    .award-subinner2 .mt5 {
        margin-top: 5px !important;
        font-size: 18px !important;
    }
    .award-inner1 .fxed {
        justify-content: flex-end !important;
        height: 250px !important;
    }
    .award-inner1:last-child {
        border-bottom: solid 1px #fff;
    }
    .award-inner-img {
        width: 100%;
        display: block;
        margin-top: 50px;
    }
    .award-inner-img img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .award-detail {
        width: 100%;
    }
    .award-detail-inner {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 3%;
        margin-bottom: 70px;
    }
    .award-detail .healthcare {
        border-bottom: solid 1px #70ad47;
    }
    .award-detail .carbon {
        border-bottom: solid 1px #4472c4;
    }
    .award-detail-inner p {
        font-size: 16px;
    }
    /*Award受賞者*/
    .blue {
        color: #4472c4;
    }
    .green {
        color: #70ad47;
    }
    /* footer*/
    footer {
        padding: 10px;
        width: 100%;
        position: relative;
        bottom: 0;
        left: 0;
        background-color: #000;
        color: #fff;
    }
    footer .foot-inner {
        -webkit-box-pack: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        margin-bottom: 80px;
    }
    footer .list--foot-link {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        order: 1;
        margin-bottom: 27px;
        padding: 0 2%;
    }
    footer .list--foot-link li {
        margin: 14px 0;
    }
    footer .list--foot-link li a {
        margin: 0 8px;
        height: 26px;
    }
    footer .list--foot-link li a img {
        max-height: 100%;
    }
    footer .block--foot-l {
        order: 3;
        width: 100%;
        line-height: 1.5;
    }
    footer .block--foot-r {
        order: 2;
        width: 100%;
    }
    footer .block--foot-l p {
        font-size: 16px;
    }
    footer .list--foot-bnr {
        width: 100%;
        margin-bottom: 35px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    footer .list--foot-bnr li {
        width: 100%;
    }
    footer .list--foot-bnr li a {
        width: 48%;
        max-width: 240px;
        margin: 0 auto;
    }
    footer .nav--support {
        margin-bottom: 15px;
        text-align: left;
    }
    footer .nav--support li {
        font-size: 16px;
    }
    footer .nav--support li a {
        padding: 0 0.55em;
    }
    footer .nav--support li+li::before {
        left: 0;
    }
    footer .copyright {
        text-align: center;
    }
    footer .copyright small {
        font-size: 16px;
        transform: scale(0.9);
    }
    /*Topスクロール*/
    #page_top {
        width: 25%;
        height: 74px;
        position: fixed;
        right: 0;
        bottom: 0;
        border: 3px solid #000;
        background: #000;
        z-index: 999;
    }
    #page_top .page-top-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #page_top a {
        position: relative;
        display: block;
        width: 90px;
        height: 60px;
        top: 5px;
        text-decoration: none;
    }
    #page_top a::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f102';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    header .header-entry {
        position: fixed;
        bottom: 0;
        background-color: #C83F43;
        width: 75%;
        height: 50px;
        padding-top: 15px;
        padding-bottom: 15px;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 16px;
    }

    /*exhibitionエリア*/
    .exhibition-container{
        display: block;
        width: 80%;
        margin: 0 auto;
    }

    .exhibition-container li {
        background:#000;
        color:#fff;
        padding:10px;
        font-size:12px;
    }

    .exhibition-container li span {
        font-size:16px;
        font-weight:700;
    }

    /*各種資料エリア*/
    .document-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(1, 150px);
        gap: 24px 40px;
        width: 80%;
        margin: 0 auto;
        margin-bottom:70px;
    }

    .document-h3{
        font-size:30px;
        width:80%;
        margin: 0 auto;
    }

    .document-container li {
        padding:10px;
        font-size:12px;
        text-align:center;
    }

    .document-container li span {
        font-size:18px;
        font-weight:700;
    }
}


/*デザインA-2（スマホ横向き） */

@media screen and (orientation: landscape) and (min-width: 600px) and (max-width:900px) {
    #page_top {
        display: none !important;
    }
    header .header-entry {
        display: none;
    }
    .top-wrapper {
        height: 500px;
    }
    #wrapper nav ul li {
        display: block;
        padding: 5px 28px;
    }
    .svganimeblock svg {
        top: -300px;
    }
    .showcase-img-inner {
        min-height: 300px;
        background-size: cover;
    }
    footer {
        bottom: 0;
    }
    footer .foot-inner {
        margin-bottom: 0;
    }
}


/* デザインC(PC) */

@media screen and (min-width: 1201px) {
    /* PC用レイアウト 1,025px以上の範囲に収めるデザインはこの中に記述 */
    /*   ==============================================================
*  パーツ類
*  ============================================================ */
    .ml-4{
        margin-left:4%;
    }
    .pc {
        display: block;
    }
    .sp {
        display: none;
    }
    .fade {
        animation: fadein 3s forwards;
    }
    @keyframes fadein {
        0% {
            opacity: 0
        }
        25% {
            opacity: 1
        }
    }
    .slider .slide .inner img {
        margin: 0 !important;
    }
    /*文字点滅*/
    .box {
        animation: flash 3s linear infinite;
        /* width: 50px; */
        height: 50px;
        /* background: #0091EA; */
        /* margin: 20px; */
    }
    @keyframes flash {
        0% {
            opacity: 1;
        }
        50% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .mt50 {
        margin-top: 50px;
    }
    .txt-cnt {
        text-align: center;
    }
    .fixed {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 1000;
    }
    /*Topスクロール*/
    #page_top {
        width: 90px;
        height: 74px;
        position: fixed;
        right: 0;
        bottom: 0;
        border: 3px solid #000;
        background: #000;
        z-index: 999;
    }
    #page_top a {
        position: relative;
        display: block;
        width: 90px;
        height: 60px;
        top: 5px;
        text-decoration: none;
    }
    #page_top a::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f102';
        font-size: 25px;
        color: #fff;
        position: absolute;
        width: 25px;
        height: 25px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        text-align: center;
    }
    /*=============== SVGアニメーション内の指定 =================*/
    /*SVGの横幅*/
    .svganimeblock {
        margin: 100px auto;
        text-align: center;
    }
    .svganimeblock {
        max-width: 1300px;
        width: 100%;
        height: 0;
    }
    /*SVGの可変*/
    .svganimeblock svg {
        width: 100%;
        height: 1250px;
        position: relative;
        top: -1310px;
    }
    /*アニメーション前のパスの指定*/
    .svganimeblock svg path {
        fill-opacity: 0;
        /*最初は透過0で見えない状態*/
        transition: fill-opacity .1s;
        /*カラーがつく際のアニメーション0.5秒で変化*/
        fill: none;
        /*塗りがない状態*/
        stroke: #fff;
        /*線の色*/
    }
    /*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
    .svganimeblock svg.done path {
        fill: #fff;
        /*塗りの色*/
        fill-opacity: 1;
        /*透過1で見える状態*/
        stroke: none;
        /*線の色なし*/
    }
    .svganimeblock svg.done {
        width: 100%;
    }
    /*canvasの高さ*/
    .canvas-height {
        height: auto;
    }
    .txt--link a {
        text-decoration: underline;
    }
    .txt--basic {
        margin: 0 0 1em;
    }
    .txt--sub {
        font-size: 0.85em;
        line-height: 1.8em;
    }
    .right {
        text-align: right;
    }
    .center {
        text-align: center;
    }
    .bold {
        font-weight: bold;
    }
    .tit {
        line-height: 1.65;
    }
    .ftb-about {
        padding: 4px;
    }
    /* ---- reset ---- */
    body {
        margin: 0;
    }
    .page--home .wrap {
        padding-bottom: 0;
    }
    .page--home .content--body {
        padding: 0;
    }
    .page--home .wrap--info {
        display: block;
        width: 100%;
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .page--home .block--info-media {
        width: 65%;
    }
    .page--home .block--news {
        width: 100%;
    }
    .page--home .section--info {
        border-bottom: 1px solid #000;
    }
    .page--home .section--news {
        padding: 50px 4vw 150px;
        margin-top: 20px;
        margin-right: 20px;
    }
    .page--home .section--news {
        background-color: #dcdcdc;
    }
    .page--home .section--news-inner {
        margin: 0px 3vw 0%;
        padding: 3% 0px 3%;
    }
    .page--home footer {
        position: relative;
    }
    .page--home .section--top {
        opacity: 1;
        transition: opacity 0.4s;
    }
    /*ヘッダー*/
    .inner {
        margin: 0 auto;
        box-sizing: content-box;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 3;
        background: #fff;
        height: 120px;
        display: flex;
    }
    header {
        top: 0;
        left: 0;
        transition: top .4s;
    }
    header h1 {
        width: 300px;
        padding-left: 10px;
        padding-top: 10px;
    }
    header .logo-hecnos {
        height: 50px;
        transition: opacity .4s;
        background-image: url(assets/img/logo-hecnos.png);
        background-size: contain;
    }
    header .logo-hecnos a:hover {
        opacity: 0.6;
    }
    .header.change-color {
        background-color: #fff;
        transition: 0.3s;
    }
    .header-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 120px;
    }
    .header-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .header-nav-list {
        display: flex;
    }
    .header-nav-item:not(:first-child) {
        margin-left: 20px;
    }
    .header-nav-item {
        background: #000;
        width: 100px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
    }
    .header-nav-item-link {
        display: block;
        color: #fff;
        height: 80px;
        line-height: 80px;
    }
    header .header-entry {
        width: 200px;
        height: 70px;
        margin: 10px;
        background: #C83F43;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        font-size: 20px;
        position: relative;
        line-height: 1.3;
    }
    header .header-entry span:nth-child(2) {
        font-size: 16px;
    }
    header .header-entry:hover {
        background: #333;
        transition: 1s;
    }
    .top-wrapper {
        height: 900px;
    }
    .top-wrapper h1 {
        font-size: 30px;
    }
    .top-wrapper h2 {
        font-size: 18px;
    }
    .top-wrapper a,
    .top-wrapper p,
    .top-wrapper li,
    .top-wrapper span {
        font-size: 11px;
    }
    .top-wrapper .top-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        min-height: 100vh;
        background: url(assets/img/top4.png) center/cover no-repeat #36424f;
        margin-top: 120px;
    }
    .top-wrapper-award {
        position: relative;
        top: 150px;
    }
    .wrap {
        position: relative;
        overflow: hidden;
        min-height: 100%;
    }
    .section-tit {
        position: relative;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 1.2em;
    }
    .page--home .section-tit {
        text-align: left;
        font-size: 45px;
        width:80%;
        margin:0 auto;
        margin-bottom: 3%;
    }
    .page--home .section-subtit {
        text-align: left;
        font-size: 32px;
    }
    .page--home .section-tit span {
        font-size: 100px;
        position: relative;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.5em;
        border-bottom: solid 5px #1BA6C9;
    }
    .page--home .section-subtit {
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.5em;
    }
    /*エントリ―エリア*/
    .entry-main{
        width:500px;
        margin:0 auto;
    }
    .entry-main-inner{
        display:flex;
        justify-content: center;
        align-items:center;
        flex-direction:column;
        width:700px;
        margin:0 auto;
        background:#C83F43;
        color:#fff;
        border:solid 1px #fff;
        padding:10px;
        margin-top:100px;
    }
    .entry-main-inner:hover {
        background: #333;
        transition: 1s;
    }
    .entry-main-inner p{
        font-size:30px;
    }
    /*Aboutエリア*/
    .page--home .section--about .about-tit {
        text-align: left;
        font-size: 20px;
        margin-bottom: 3%;
        position: relative;
    }
    .page--home .section--about .about-tit span span:nth-child(n+1):nth-child(-n+4) {
        font-size: 40px;
        position: relative;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 0.5em;
        border-bottom: solid 5px #1BA6C9;
    }
    .page--home .section--about {
        margin: 0px 7vw 6%;
        padding: 3% 0px 3%;
        height: 600px;
    }
    .about-area {
        /* display: flex;
        justify-content: center;
        align-items: center; */
        display:block;
        width: 80%;
        margin: 0 auto;
    }
    .about-inner1 {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 0;
    }
    .about-inner2 {
        width: 100%;
        height: 300px;
        display: block;
        margin-bottom: 0;
    }
    .about-inner3 {
        width: 100%;
        height: 200px;
        display: flex;
        margin-bottom: 0;
    }
    .about-inner3:last-child {
        border-bottom:solid 1px #fff;
    }
    .about-subinner1 {
        width: 100%;
        height: 300px;
        display: flex;
        color: #A7886C;
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        justify-content: center;
        align-items: center;
        border: solid 1px #000;
    }
    .about-subinner2 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #A7886C;
        background: #fff;
        background-size: cover;
        background-repeat: no-repeat;
        border: solid 1px #000;
    }
    .about-subinner3 {
        width: 94%;
        height: 300px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        border: 1px solid #fff;
        padding-left: 3%;
        padding-right: 3%;
    }
    .about-subinner4 {
        width: 94%;
        height: 300px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        border: 1px solid #fff;
        padding-left: 3%;
        padding-right: 3%;
    }
    .about-subinner5 {
        width: 30%;
        /* height: 200px; */
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        color: #A7886C;
        border-top: 1px solid #fff;
        padding-left: 1%;
        padding-right: 1%;
    }
    .about-subinner6 {
        width: 70%;
        /* height: 200px; */
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
        border-top: 1px solid #fff;
        border-left: none;
        border-right: none;
        border-bottom:none;
        padding-left: 1%;
        padding-right: 1%;
    }
    /*募集概要エリア*/
    .outline-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .outline-area a:hover {
        opacity: 0.6;
        transition: 0.2s;
    }
    .outline-inner1 {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
        border-top: solid 1px #fff;
    }
    .viewmore{
        text-align: right;
        width: 80%;
        margin-top: 5px;
        font-weight: 700;
        font-size: 24px;
    }
    .outline-subinner1 {
        width: 30%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        color: #A7886C;
    }
    .outline-subinner1 p {
        font-weight: 700;
        font-size: 26px !important;
        margin-left: 3%;
    }
    .outline-subinner2 {
        width: 70%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .outline-subinner2 .font-size {
        font-size: 20px !important;
    }
    .outline-subinner2 .font-size2 {
        font-size: 20px !important;
    }
    .outline-subinner2 .font-size3 {
        font-size: 26px !important;
    }
    .outline-subinner2 .fs12 {
        font-size: 20px;
    }
    .outline-subinner2 img {
        width: 300px;
    }
    .outline-subinner3 {
        width: 70%;
        height: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .outline-subinner3 div {
        width: 37%;
        margin-right: 3%
    }
    .outline-subinner3 div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .outline-subinner3 p {
        font-size: 12px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .outline-subinner3 .fs12 {
        font-size: 13px;
    }
    .outline-subinner3 .font-size {
        font-size: 15px;
        margin: 0;
    }
    .outline-subinner3 .mb10 {
        margin-bottom: 10px;
    }
    .outline-subinner3 .font-size2 {
        font-size: 12px;
    }
    .outline-subinner4 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .outline-subinner4 div {
        width: 37%;
        margin-right: 3%
    }
    .outline-subinner4 div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .outline-subinner4 p {
        font-size: 12px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .outline-subinner4 .fs12 {
        font-size: 13px;
    }
    .outline-subinner4 .font-size {
        font-size: 15px;
        margin: 0;
    }
    .outline-subinner4 .mb10 {
        margin-bottom: 10px;
    }
    .outline-subinner4 .font-size2 {
        font-size: 12px;
    }
    .outline-area .height {
        height: 300px !important;
    }
    .outline-area .height2 {
        height: 250px !important;
    }
    .outline-area .height3 {
        height: 150px !important;
    }
    .outline-area .height4 {
        height: 200px !important;
    }

    .outline-subinner2 p {
        font-weight: 700;
        font-size: 20px !important;
    }
    .outline-subinner2 .mt5 {
        margin-top: 5px !important;
        font-size: 18px !important;
    }
    .outline-inner1 .fxed {
        justify-content: flex-end !important;
        height: 250px !important;
    }
    .outline-inner1:nth-child(3) {
        border-bottom: solid 1px #fff;
    }
    .outline-inner-img {
        width: 100%;
        display: block;
        margin-top: 50px;
    }
    .outline-inner-img img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    /*出展企業エリア*/
    .exhibition-area{
        display:flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin:0 auto;
        background:#fff;
        height:880px;
        padding:10px;
        border-radius:3%;
    }

    .exhibition-inner1{
        width:50%;
        height:880px;
        background:rgb(52 119 185);
        border-radius:0 0 0 1%;
    }

    .exhibition-inner1 table{
        width:100%;
        border-collapse: collapse;
    }

    .exhibition-inner1 th{
        background:#fff;
        color:#000;
        font-size: 16px;
        text-align: center;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .exhibition-inner1 th img{
        width:100px;
    }

    .exhibition-inner1 tr{
        height:50px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .exhibition-inner1 tr:nth-child(2n){
        background:rgb(76 135 197);
    }
    .exhibition-inner1 tr:nth-child(n+2):hover{
        opacity:0.8;
        transition:0.5s;
        background:#000;
    }

    .exhibition-inner1 td a{
        display:block;
        width:100%;
        height:100%;
    }

    .exhibition-inner1 td .team{
        display:inline !important;
        width:auto;
        height:auto;
    }
    .exhibition-inner1 td .team:hover{
        color:#A7886C;
    }

    .exhibition-inner2{
        width:50%;
        height:880px;
        background:#aad58f;
        margin-top:0;
        border-radius:0 0 1% 0;
    }

    .exhibition-inner2 table{
        width:100%;
        border-collapse: collapse;
    }

    .exhibition-inner2 th{
        background:#fff;
        color:#000;
        font-size: 16px;
        text-align: center;
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .exhibition-inner2 th img{
        width:100px;
    }

    .exhibition-inner2 tr{
        height:50px;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
    }
    .exhibition-inner2 tr:nth-child(2n){
        background:#85b863;
    }
    .exhibition-inner2 tr:nth-child(n+2):hover{
        opacity:0.8;
        transition:0.5s;
        background:#000;
    }
    .exhibition-inner2 td a{
        display:block;
        width:100%;
        height:100%;
    }
    .exhibition-inner2 td .team{
        display:inline !important;
        width:auto;
        height:auto;
    }
    .exhibition-inner2 td .team:hover{
        color:#A7886C;
    }

    /*協賛企業エリア*/
    .coorg-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 100%;
    }
    .coorg-area a:hover {
        opacity: 0.6;
        transition: 0.2s;
    }
    .coorg-inner {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
    }
    .coorg-subinner {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-end;
    }
    .coorg-subinner div {
        width: 37%;
        margin-right: 3%
    }
    .coorg-subinner div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .coorg-subinner p {
        font-size: 12px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .coorg-subinner .fs12 {
        font-size: 13px;
    }
    .coorg-subinner .font-size {
        font-size: 15px;
        margin: 0;
    }
    .coorg-subinner .mb10 {
        margin-bottom: 10px;
    }
    .coorg-subinner .font-size2 {
        font-size: 12px;
    }

    .ribbon-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
        /* margin-top:100px; */
    }
    .ribbon-img img:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .program-guide {
        width: 100%;
    }
    .program-guide-inner {
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .program-guide-inner p {
        font-size: 36px;
    }
    .program-guide-inner ul {
        display: inline-block;
        text-align: left;
        width: 66%;
        margin-bottom:30px;
    }
    .program-guide-inner span {
        background: #C83F43;
        padding: 10px;
        border: solid 1px #fff;
    }
    .program-guide-inner span:hover {
        background: #333;
        transition: 1s;
    }
    .program-guide-inner .a-bottom {
        text-decoration: underline;
        padding-bottom: 2px;
        font-size: 20px;
        position: relative;
        color: inherit;
        line-height: 1;
    }
    .program-guide-inner .a-bottom::after {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 4px;
        background: #fff;
        bottom: -1px;
        transform: scale(0, 1);
        transform-origin: right top;
        /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
        transition: transform 0.3s;
        /*変形の時間*/
    }
    .program-guide-inner .a-bottom:hover::after {
        transform: scale(1, 1);
        /*ホバー後、x軸方向に1（相対値）伸長*/
        transform-origin: left top;
        /*左から右に向かう*/
    }
    .program-guide-inner .p1 {
        margin-bottom: 20px;
    }
    .program-guide-inner .p2 {
        margin-bottom: 0;
    }
    .program-guide-inner .p2 a {
        font-size: 30px;
        color: #fff;
        text-decoration: underline;
    }
    .program-guide-inner2 {
        width: 65%;
        margin: 0 auto;
        text-align: left;
        margin-bottom:70px
    }
    .program-guide-inner2 p {
        font-size: 36px;
    }
    .program-guide-inner2 .p2 a {
        font-size: 24px;
        color: #fff;
        text-decoration: underline;
    }
    /*展示出展ゾーンエリア*/
    .showcase-img {
        display: block;
        width: 80%;
        min-height: 80vh;
        margin: 0 auto;
    }
    .showcase-img-inner {
        display: block;
        width: 100%;
        min-height: 80vh;
        background: url(assets/img/04pv_night.jpg);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .image_link {
        display: block;
        position: relative;
        text-decoration: none;
    }
    .image_link img {
        display: block;
        width: 100%;
    }
    .image_link:before {
        content: "";
        display: block;
        width: 100%;
        height: 77vh;
        position: absolute;
        z-index: 2;
        background: #000;
        /*好みの色に変えてください。*/
        opacity: 0;
        transition: 0.3s;
    }
    .image_link:after {
        white-space: pre;
        content: '展示・出展ゾーンについて詳しくはこちら\A※外部サイトへ遷移します。';
        /*好みの文章に変更してください。*/
        display: block;
        color: #fff;
        background: #C83F43;
        line-height: 48px;
        width: 500px;
        border: solid 1px #fff;
        border-radius: 5px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 38%;
        margin-top: -1em;
        margin-left: -90px;
        opacity: 0;
        z-index: 3;
        transition: 0.3s;
        font-weight: bold;
        letter-spacing: 0.2em;
        font-size: 20px;
    }
    .image_link:hover:before {
        opacity: 0.5;
    }
    .image_link:hover:after {
        opacity: 1;
        margin-top: -0.5em;
    }
    .showcase-detail {
        width: 80%;
        height: 300px;
        margin: 0 auto;
        border: solid 1px #fff;
        padding: 10px;
    }
    .showcase-detail-inner {
        width: 100%;
        height: 300px;
    }
    /*支援施策エリア*/
    .page--home .section--support {
        margin: 0px 7vw 6%;
        padding: 3% 0px 3%;
    }
    .support-area {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        margin: 0 auto;
    }
    .page--home .section--support .support-tit {
        text-align: center;
        font-size: 24px;
    }
    .page--home .section--support .support-tit span {
        text-align: left;
        font-size: 24px;
        margin-bottom: 3%;
        position: relative;
    }
    .page--home .section--support .support-tit span {
        background: #000;
        background-size: auto 1.2em;
        padding: 10px;
    }
    .support-inner1 {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 2%;
    }
    .support-inner2 {
        display: block;
        width: 100%;
        height: 300px;
        margin-bottom: 2%;
    }
    .support-subinner1 {
        width: 97%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/01pv_eyelebel.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        margin-right: 3%;
    }
    .support-subinner2 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/02pv_birdseye.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #fff;
    }
    .support-subinner3 {
        width: 97%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/03pv_ring.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        border: 1px solid #fff;
        margin-right: 3%;
    }
    .support-subinner-inner {
        width: 80%;
        background: #000;
    }
    .support-subinner4 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(assets/img/04pv_night.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #fff;
    }
    .support-desc{
        text-align: center;
        font-size: 24px;
        margin-bottom: 15px;
    }
    .support-health{
        width:44%;
        margin-right:3%;
        text-align: center;
        font-size:20px;
    }
    .support-health img{
        width:100%;
    }
    .support-health img:hover{
        opacity:0.8;
        transition:0.5s;
    }
    /* work flow -----------------*/
    .flow-area {
        width: 80%;
        margin: 0 auto;
    }
    .flow-area-inner {
        width: 100%;
        border: solid 1px #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .page--home .flow .page_ttl {
        width: 28px;
    }
    .page--home #flow2 {
        max-width: 1100px;
        background: url(../img/flow/line.png) no-repeat 60px 120px;
        background-size: 453px 2067px;
    }
    .page--home #flow2 .flow_detail {
        width: 60%;
    }
    .page--home #flow2 .flow_detail.flow02 {
        margin-top: 20px;
    }
    .page--home #flow2 .flow_detail.flow03 {
        margin-top: 50px;
    }
    .page--home #flow2 .flow_detail.flow04 {
        margin-top: 40px;
    }
    .page--home #flow2 .flow_detail.flow05 {
        margin-top: 70px;
    }
    .page--home #flow2 .flow_detail.flow06 {
        margin-top: 40px;
    }
    .page--home #flow2 .flow_detail.flow07 {
        margin-top: 70px;
    }
    .page--home #flow2 .flow_detail.flow08 {
        margin-top: 10px;
    }
    .page--home #flow2 .flow_detail.flow09 {
        margin-top: 50px;
    }
    .page--home #flow2 .flow_detail.flow10 {
        margin-top: 100px;
    }
    .page--home #flow2 .flow_detail.flow11 {
        margin-top: 90px;
    }
    .page--home #flow2 .flow_detail:nth-child(2n) {
        margin-left: 450px;
    }
    .page--home #flow2 .flow_detail .num {
        width: 120px;
        height: 120px;
        padding-top: 45px;
        border: 1px solid #000;
        background: #f0f0f0;
        color: #333;
        font-size: 40px;
        font-family: 'Hind Guntur', sans-serif;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        float: left;
        clear: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page--home #flow2 .flow_detail .num-top {
        width: 120px;
        height: 120px;
        padding-top: 45px;
        border: 1px solid #000;
        background: #f0f0f0;
        color: #333;
        font-size: 40px;
        font-family: 'Hind Guntur', sans-serif;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page--home #flow2 .flow_detail .inner-top {
        width: 100px;
        margin-left: 150px;
        padding-top: 50px;
        position: relative;
        border-bottom: solid 3px #a9a9a9;
        float: left;
    }
    .flow-guide {
        width: 100%;
        margin-top: 50px;
    }
    .flow-guide-inner {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .flow-guide-bdbtm {
        border-bottom: none !important;
    }
    .flow-guide-inner p {
        font-size: 40px;
    }
    .flow-guide-inner span {
        background: #C83F43;
        padding: 10px;
        border: solid 1px #fff;
    }
    .flow-guide-inner span:hover {
        background: #333;
        transition: 1s;
    }
    .page--home #flow2 .flow_detail .inner {
        width: 80%;
        margin-left: 150px;
        padding-top: 50px;
        position: relative;
        border-bottom: solid 3px #a9a9a9;
    }
    .page--home #flow2 .flow_detail .inner .ttl {
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
    }
    .page--home #flow2 .flow_detail .inner .txt {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.3;
    }
    .page--home #flow2 .flow_detail .inner .btn {
        width: 180px;
        background: #000;
        position: absolute;
        top: 42px;
        left: 150px;
    }
    .page--home #flow2 .flow_detail .inner .btn a {
        display: block;
        padding: 8px 50px 6px 20px;
        background: url(../img/flow/contact_arrow.png) no-repeat 90% center;
        background-size: 28px 7px;
        color: #fff;
        font-size: 15px;
        line-height: 1;
    }
    .page--home #flow2 .flow_detail .icon {
        position: absolute;
    }
    .page--home #flow2 .flow_detail .icon img {
        width: 100%;
        height: auto;
    }
    .page--home #flow2 .flow_detail.flow01 .icon {
        width: 40px;
        top: 25px;
        left: 340px;
    }
    .page--home #flow2 .flow_detail.flow02 .icon {
        width: 44px;
        top: 22px;
        left: 250px;
    }
    .page--home #flow2 .flow_detail.flow03 .icon {
        width: 57px;
        top: 95px;
        right: -90px;
    }
    .page--home #flow2 .flow_detail.flow04 .icon {
        width: 54px;
        top: 25px;
        left: 150px;
    }
    .page--home #flow2 .flow_detail.flow05 .icon {
        width: 64px;
        top: 25px;
        left: 180px;
    }
    .page--home #flow2 .flow_detail.flow06 .icon {
        width: 39px;
        top: 25px;
        left: 100px;
    }
    .page--home #flow2 .flow_detail.flow07 .icon {
        width: 55px;
        top: 30px;
        left: 140px;
    }
    .page--home #flow2 .flow_detail.flow08 .icon {
        width: 49px;
        top: 38px;
        left: 110px;
    }
    .page--home #flow2 .flow_detail.flow09 .icon {
        width: 34px;
        top: 32px;
        left: 110px;
    }
    .page--home #flow2 .flow_detail.flow10 .icon {
        width: 62px;
        top: 30px;
        left: 90px;
    }
    .page--home #flow2 .flow_detail.flow11 .icon {
        width: 26px;
        top: 35px;
        left: 190px;
    }
    /* FAQ -----------------*/
    .faq-area {
        width: 80%;
        margin: 0 auto;
    }
    .faq-area-inner {
        width: 100%;
        border: solid 1px #fff;
        display: block;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .page--home .faq .page_ttl {
        width: 28px;
    }
    .page--home #faq {
        max-width: 1100px;
        background: url(../img/faq/line.png) no-repeat 60px 120px;
        background-size: 453px 2067px;
        margin-top: 20px;
    }
    .page--home #faq .faq_detail {
        width: 100%;
    }
    .page--home #faq .faq_detail:nth-child(2n) {
        margin-left: 450px;
    }
    .page--home #faq .faq_detail .num {
        width: 120px;
        height: 120px;
        padding-top: 45px;
        border: 1px solid #000;
        background: #f0f0f0;
        color: #333;
        font-size: 40px;
        font-family: 'Hind Guntur', sans-serif;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        float: left;
        clear: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page--home #faq .faq_detail .num-top {
        width: 120px;
        height: 120px;
        padding-top: 45px;
        border: 1px solid #000;
        background: #f0f0f0;
        color: #333;
        font-size: 40px;
        font-family: 'Hind Guntur', sans-serif;
        font-weight: 600;
        text-align: center;
        line-height: 1;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page--home #faq .faq_detail .inner-top {
        width: 100px;
        margin-left: 150px;
        padding-top: 50px;
        position: relative;
        border-bottom: solid 3px #a9a9a9;
        float: left;
    }
    .page--home #faq .faq_detail .inner {
        width: 80%;
        margin-left: 150px;
        padding-top: 10px;
        position: relative;
        border-bottom: solid 3px #a9a9a9;
    }
    .page--home #faq .faq_detail .inner .ttl {
        font-size: 26px;
        font-weight: bold;
        line-height: 1;
    }
    .page--home #faq .faq_detail .inner .txt {
        margin-top: 25px;
        font-size: 16px;
        line-height: 1.3;
    }
    /*Award受賞者*/
    .page--home .section--program2 {
        margin: 0px 0vw 0;
        padding: 3% 0px 3%;
        margin-top: 150px;
    }
    .page--home .content--body2 {
        padding: 0;
        height: 100%;
        background: linear-gradient(90deg, #fff, #bbe69f);
        position: relative;
        z-index: 1;
    }
    .page--home .content--body2::before {
        position: absolute;
        content: "";
        width: calc(35%);
        height: 100%;
        left: 0;
        top: 0;
        background: rgb(52 119 185);
        z-index: -1;
        transform: skewX(-15deg);
    }
    .page--home .content--body2::after {
        position: absolute;
        content: "";
        width: calc(85%);
        height: 100%;
        background: radial-gradient(#fff, rgb(52 119 185));
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: -1;
    }
    .page--home .inner-block {
        padding: 0;
        position: relative;
        width: 100%;
        /* padding: 0 30px; */
        margin: 0 auto;
        height: 100%;
    }
    .award-img {
        width: 100%;
        display: block;
    }
    .award-img img {
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    /*募集概要エリア*/
    .award-area {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        width: 90%;
        background: #fff;
        color: #666;
        border-radius: 5rem;
        margin: 0 auto;
        padding-top: 30px;
    }
    .award-area a:hover {
        opacity: 0.6;
        transition: 0.2s;
    }
    .award-inner1 {
        width: 80%;
        height: 100px;
        display: flex;
        align-items: center;
        border-top: solid 1px #fff;
        margin-top: 100px;
    }
    .award-subinner1 {
        width: 50%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        color: #666;
    }
    .award-subinner1 p {
        font-weight: 700;
        font-size: 26px !important;
        margin-left: 3%;
    }
    .award-subinner2 {
        width: 70%;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    .award-subinner2 .font-size {
        font-size: 20px !important;
    }
    .award-subinner2 .font-size2 {
        font-size: 20px !important;
    }
    .award-subinner2 .font-size3 {
        font-size: 26px !important;
    }
    .award-subinner2 .fs12 {
        font-size: 20px;
    }
    .award-subinner2 img {
        width: 300px;
    }
    .award-subinner3 {
        width: 100%;
        height: 300px;
        display: flex;
        justify-content: center;
        align-items: flex-end;
    }
    .award-subinner3 div {
        width: 37%;
        margin-right: 3%
    }
    .award-subinner3 div a:hover {
        opacity: 0.8;
        transition: 0.5;
    }
    .award-subinner3 p {
        font-size: 16px;
        font-weight: 700;
        margin: 3px;
        text-align: center;
    }
    .award-subinner3 .fs12 {
        font-size: 13px;
    }
    .award-subinner3 .font-size {
        font-size: 15px;
        margin: 0;
    }
    .award-subinner3 .mb10 {
        margin-bottom: 10px;
    }
    .award-subinner3 .font-size2 {
        font-size: 12px;
    }
    .award-area .height {
        height: 300px !important;
    }
    .award-area .height2 {
        height: 250px !important;
    }
    .award-subinner2 p {
        font-weight: 700;
        font-size: 20px !important;
    }
    .award-subinner2 .mt5 {
        margin-top: 5px !important;
        font-size: 18px !important;
    }
    .award-inner1 .fxed {
        justify-content: flex-end !important;
        height: 250px !important;
    }
    .award-inner1:last-child {
        border-bottom: solid 1px #fff;
    }
    .award-inner-img {
        width: 100%;
        display: block;
        margin-top: 50px;
    }
    .award-inner-img img {
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .award-detail {
        width: 100%;
        margin-top: 100px;
    }
    .award-detail-inner {
        width: 80%;
        margin: 0 auto;
        padding-bottom: 3%;
    }
    .award-detail .healthcare {
        border-bottom: solid 1px #70ad47;
    }
    .award-detail .carbon {
        border-bottom: solid 1px #4472c4;
    }
    .award-detail-inner p {
        font-size: 16px;
    }
    footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #000;
        z-index: -1;
    }
    footer {
        padding: 20px 4% 40px;
        color: #fff;
    }
    footer .foot-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    footer .list--foot-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .list--foot-link li a {
        display: block;
    }
    footer .list--foot-bnr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    footer .list--foot-bnr li a {
        display: block;
    }
    footer .list--foot-bnr li a img {
        width: 100%;
    }
    footer .block--foot-l p {
        font-size: 16px;
    }
    footer .nav--support {
        font-size: 0;
        text-align: left;
    }
    footer .nav--support li {
        display: inline-block;
        position: relative;
        font-size: 16px;
    }
    footer .nav--support li a {
        display: block;
        font-weight: 400;
        color: #fff;
    }
    footer .nav--support li+li::before {
        display: block;
        position: absolute;
        content: "";
        width: 1px;
        height: 1em;
        top: 0;
        background-color: #fff;
    }
    footer .copyright {
        position: relative;
        color: #808080;
        text-align: left;
    }
    footer .copyright small {
        font-weight: 400;
    }

    /*exhibitionエリア*/
    .exhibition-container{
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(13, 250px);
        gap: 24px 40px;
        width: 80%;
        margin: 0 auto;
    }

    .exhibition-container li {
        background:#000;
        color:#fff;
        padding:10px;
        font-size:12px;
    }

    .exhibition-container li span {
        font-size:16px;
        font-weight:700;
    }

    /*各種資料エリア*/
    .document-container{
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(1, 150px);
        gap: 24px 40px;
        width: 80%;
        margin: 0 auto;
        margin-bottom:50px;
    }

    .document-h3{
        font-size:30px;
        width:80%;
        margin: 0 auto;
    }

    .document-container li {
        padding:10px;
        font-size:12px;
        text-align:center;
    }

    .document-container li span {
        font-size:18px;
        font-weight:700;
    }
}