@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');

/*

-- colors --

menu: #34bcf8
menu active: #85d7fb
header, footer, h1 border: #0072c5
more page, scroll: #34bcf8
activity: #abe3fc

menu title english: #b6e6fc
menu title: #0072c5

platform: #fdf7e8

basic vision num: #117bc8
basic vision border: #b8b8b8

link: #34bcf8

table head: #ade4fc
table border: #9adefc

default text color: #000000
header, footer, menu, scroll text color: #ffffff

*/

/* -- html tags -- */

h1 {
    font-family: 'Noto Serif JP', serif;
    border: 1px solid #0072c5;
}

h2 {
    font-family: 'Noto Serif JP', serif;
    color: #0072c5;
}

h3 {
    padding: .2rem 1.1rem;
    color: #fff;
    background: #34bcf8;
}

p {
    margin: 0;
    word-break: break-all;
}

h1, h2, p, table {
    margin: 0 2rem 1.5rem;
    padding: .2rem 1.5rem;
}

a {
    color: #34bcf8;
    text-decoration: none;
}

ul {
    list-style-type: none;
}

section {
    margin: 2rem 0;
}

h3 {
    margin: 0 3.5rem;
}

table,
table th,
table td {
    border: 1px solid #9adefc;
    border-collapse: collapse;
}

table,
table th:first-of-type,
table th:last-of-type,
table td:first-of-type,
table td:last-of-type {
    border-left: 0;
    border-right: 0;
}

table > thead > tr > th {
    font-weight: 400;
    font-size: 15px;
    background: #ade4fc;
}

table td {
    padding-left: 20px;
}

table {
    width: 100%;
    margin: 0;
}

/* -- wildcard -- */

* {
    margin: 0;
    box-sizing: border-box;
}

/* -- html, body -- */

html, body {
    width: 100%;
    font-family: 'Noto Sans JP',  sans-serif;
}

/* -- header -- */

header {

}

.header-top {
    padding: .2rem 0;
    color: #fff;
    background: #0072c5;
}

.header-top strong {
    font-size: .85rem;
}

.header-middle {
    padding: .8rem 0;
}

.header-middle strong {
    font-size: 1.25rem;
}

.header-menu {
    position: relative;
    background: #34bcf8;
}

.header-menu > ul {
    display: flex;
    width: 960px;
    margin: 0 auto;
    padding: 0 .5rem;
    flex-wrap: wrap;
}

.header-menu > ul > li {
    width: 25%;
    border-left: 1px solid #fff;
}

.header-menu > ul > li:last-of-type {
    border-right: 1px solid #fff;
}

.header-menu > ul > li > a {
    display: inline-block;
    width: 100%;
    padding: 1rem 0;
    font-weight: 600;
    color: #fff;
}

.header-menu > ul:not(.sub-menu) > li:hover {
    background: #85d7fb;
}

.header-menu > ul > li > a > img {
    width: 1.5rem;
}

.header-menu > ul > li > a > p {
    font-weight: 400;
    margin: 0;
}

.header-menu-active {
    background: #85d7fb;
}

.header-menu > .sub-menu {
    display: none;
    position: absolute;
    bottom:-52px;
    width: 100%;
    background: #85d7fb;
    border-top: 1px solid #fff;
    align-items: center;
    justify-content: center;
    z-index:2;
}

.header-menu > .sub-menu > li {
    display: inline-block;
    width: auto;
    padding: 0 1rem;
    margin: .8rem 0;
}

.header-menu > .sub-menu > li > a {
    padding: .2rem 0;
    font-size: .8rem;
    color: #eee;
}

.header-menu > .sub-menu > li > a:hover {
    color: #fff;
}

/* -- main -- */

main {
    width: 100%;
}

.page-top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 20%;
    z-index: 9999;
}

.page-top button {
    width: 100px;
    height: 68px;
    background: url('../img/pagetop.png');
    background-size: 100% 100%;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.main-container {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

.main-container-top {
    
}

.main-top-image {
    display: flex;
    position: relative;
    padding: 4rem;
    background: rgba(255,255,255,0.5) url('../img/top/top.png') no-repeat;
    background-size: cover;
    background-position: center bottom;

}

.main-top-image:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    background-color: inherit;
    z-index: 0;
}

.main-top-image .main-container {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

.main-top-image .main-container div {
    width: 50%;
    height: 100%;
    text-align: center;
    z-index: 1;
}

.main-top-image .main-container div:first-of-type {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.main-top-image .main-container div:first-of-type p {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;

}

.main-top-image .main-container div:first-of-type strong {
    width: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
    text-align: left;
}

.main-top-image .main-container div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-top-image p {
    display: flex;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 2.7rem;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.main-top-image strong {
    font-weight: 600;
    font-size: 3.5rem;
    color: #0072c5;
}

.main-top-image img {
    width: 90%;
}

.main-top-startup {
    position: relative;
    display: flex;
    margin: 6rem 0;
    padding: 2rem 0;
    align-items: center;
    justify-content: middle;
    flex-wrap: wrap;
}

.main-top-startup img {
    position: absolute;
    height: 300px;
}

.main-top-startup p {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    margin: 0 auto;
}

.main-top-startup p span {
    font-size: 16px;
}

.main-top-startup {
    text-align: center;
}

.main-greeting {
    display: flex;
    margin: 0 3.5rem;
    flex-wrap: wrap;
}

.main-greeting-left p {
    margin: 0;
    padding: 0;
}

.main-greeting-left strong {
    display: block;
    margin: 1rem 0;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500;
    font-size: 20px;
    text-align: right;
}

.main-greeting-left strong span {
    font-size: 16px;
}

.main-greeting-left {
    width: 25%;
}

.main-greeting-right {
    width: 75%;
}

.main-greeting-right p {
    line-height: 32px;
}

.main-platform {
    width: 100%;
    margin-top: 4rem;
    padding: 4rem 0;
    background: #fdf7e8;
    text-align: center;
}

.main-platform-wrap {
    text-align: center;
}

.main-platform img {
    height: 900px;
}

.main-platform-flex {
    display: flex;
    flex-wrap: wrap;
}

.main-platform-section p {
    line-height: 32px;
}

.main-academic h1,
.main-academic p,
.main-academic div {
    margin-bottom: 2rem;
}

.main-academic p:last-of-type {
    text-align: right;
}
.main-academic-text {
    font-size: 0.8rem;
}
.main-platform-list {
    width: 50%;
}

.main-platform-list li {
    margin: 1.6rem 0;
    padding-left: 2rem;
    text-indent: -2rem;
}

.main-platform-list strong {
    color: #0072c5;
}

.main-platform-list span {
    font-size: 20px;
}

.main-platform-list img {
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: bottom;
}

.main-table-wrap {
    margin-bottom: 2rem;
    padding: 0 3.5rem;
}

.main-regulation-list li {
    margin-bottom: .6rem;
}

.fa-file-pdf {
    color: #dc0404;
}

.fa-caret-down {
    margin-right: .4rem;
    color: #9adefc;
}

.main-vision-list {
    display: flex;
    padding: 0 3.5rem;
    flex-wrap: wrap;
}

.main-vision-list li {
    width:25%;
    padding: 1.5rem 1rem 4rem;
    text-align: center;
}

.main-vision-list strong {
    font-size: 22px;
}

.main-vision-list hr {
    margin: .4rem 0;
}

.main-vision-list strong {
    color: #0072c5;
}

.main-view {
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
    background: url('../img/plan/view.png') no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.main-activity-view {
    width: 100%;
    height: 300px;
    margin-bottom: 2rem;
    background: url('../img/activity/view.png') no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.main-table-plan {
    margin-bottom: 2rem;
}

.main-table-plan th:first-of-type {
    width: 20%;
    border-right: 1px solid #9adefc;
}

.main-table-plan th:last-of-type {
    width: 80%;
    border-left: 1px solid #9adefc;
}

.main-table-plan td:first-of-type {
    vertical-align: top;
    border-right: 1px solid #9adefc;
}

.main-table-plan td:last-of-type {
    line-height: 32px;
    border-left: 1px solid #9adefc;
}

.main-top-list {
    display: flex;
    margin-bottom: 4rem;
    flex: wrap;
}

.main-top-list {
    display: flex;
    flex-wrap: wrap;
}

.main-top-list > li {
    width: 20%;
    height: 85px;
    padding: 0 .5rem;
}

.main-top-list > li > a {
    display: inline-flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.main-top-list > li > a > img {
    width: 100%;
}

.menu-title {
    margin-bottom: 60px;
}

.menu-title > p {
    margin: 0;
    padding: 0;
    color: #b6e6fc;
}

.menu-title > h1 {
    display: inline-block;
    margin: 0 0 0 0.2rem;
    padding: 0;
    color: #0072c5;
    border: 0;
    vertical-align: bottom;
    font-family: 'Noto Sans JP', sans-serif !important;
}

.menu-title > img {
    width: 2rem;
}

.more {
    display: none;
    width: 70%;
    margin: 0 auto;
    padding: .4rem 0;
    font-size: 1rem;
    color: #34bcf8;
    background: #fff;
    border: 1px solid #34bcf8;
    border-radius: 4px;
    cursor: pointer;
    z-index: 2;
}

.page-navi {
    display: none;
}

.lineheight {
    line-height: 32px;
}
.main-pdf-list {
    margin-bottom: 2rem;
}

.main-pdf-list li {
    padding-left: 1rem;
    text-indent: -1rem;
}

.main-table-wrap > .main-table-plan .table-border-none {
    border-left: 0;
    border-right: 0;
}

#chart img {
    padding: 0 2rem;
}

.biwako {
    position: absolute;
    top: 0;
    right: 0;
    width: 125px;
}

/* -- footer -- */

footer {
    margin-top: 6rem;
}

.footer-info {
    padding: 3rem 0;
    line-height: 1.8rem;
    font-size: 11px;
    color: #fff;
    background: #0072c5;
}

.footer-copy {
    font-size: 9px;
    padding: .8rem 0;
}

/* --  -- */

header, footer {
    text-align: center;
}

.page-scroll {
    color: #fff;
    background: #34bcf8;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

/* -- add20190927-- */
.elem {
    word-break: normal;
}