@charset "UTF-8";

header nav {
    display: none;
}

/*******************************
effect
*******************************/
.fixedBg01 {
    background-attachment: fixed;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top center;
}

.fixedBg02 {
    min-height: 20vh;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

/*******************************
mainVisual
*******************************/
#mainVisual {
    background-image: url(/top/images/mainVisual01.png);
    position: relative;
}

#mainVisual .bg01 {
    width: 100%;
    opacity: 0;
}

#mainVisual .txt01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

#mainVisual nav {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 38, 66, 0.7);
}

#mainVisual nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: inherit;
    background: rgba(0, 38, 66, 0.9);
    z-index: 100;
}

#mainVisual nav.fixed ul {
    font-size: 1rem;
}

#mainVisual nav.fixed ul li a {
    padding: 1.2rem 1.2rem;
}

#mainVisual nav.fixed ul li.secondLayer01 a {
    padding: 0.6rem 0.875rem;
}

#mainVisual nav.fixed ul li.pulldown ul li a {
    padding: 0.8rem 0.625rem;
}

#mainVisual nav.fixed ul li.en a {
    padding: 0 1rem;
}

/*******************************
message
*******************************/
#message {
    background: #fff;
}

#message section {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    align-items: flex-start;
}

#message section h2 {
    width: 18%;
    margin: -0.5em 2.2% 0 0;
}

#message section h2 strong {
    display: block;
    font-weight: bold;
    color: #005899;
    font-size: 2rem;
    white-space: nowrap;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.2em;
}

#message section h2 span {
    display: block;
    font-family: "font01";
    font-size: 1.5rem;
    color: #ccc;
    margin-top: 0.5rem;
    letter-spacing: 0.1em;
}

#message section .messageBox01 {
    display: table;
    width: 79.8%;
}

#message section .messageBox01 .txt01 {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
    padding-right: 2.5%;
}

#message section .messageBox01 .link01 {
    display: table-cell;
    vertical-align: middle;
    width: 11.25%;
    padding-left: 2.5%;
    border-left: 1px solid #005899;
    color: #005899;
}

#message section .messageBox01 .link01 a {
    position: relative;
    display: block;
    letter-spacing: 0.05em;
}

#message section .messageBox01 .link01 a span.line {
    top: 55%;
    right: 0.25em;
    background: #005899;
}

#message section .messageBox01 .link01 a:hover span.line {
    right: -0.25em;
}

/*******************************
message
*******************************/
#projects {
    background-image: url(/top/images/bg01.png);
    padding: 2.5rem 0 0;
    color: #fff;
}

#projects h2 {
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
}

#projects .projectsBox01 {
    width: 1400px;
    max-width: 95%;
    margin: 2rem auto 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#projects .projectsBox01 .txt01 {
    width: 34%;
    margin-top: 4rem;
    font-size: 1.0625rem;
}

#projects .projectsBox01 .projectsBox02 {
    width: 64%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #333;
    text-align: center;
    background: url(/top/images/messageBg04.png) no-repeat 50% 40%;
    background-size: 90%;
}

#projects .projectsBox01 .projectsBox02 dl dd a {
    display: inline-block;
    padding: 0.25em 1.2em 0.4em;
    color: #fff;
    background: #004273;
    border-radius: 100px;
    position: relative;
    line-height: 1;
    letter-spacing: 0.05em;
}

#projects .projectsBox01 .projectsBox02 dl dd a span.line {
    width: 1rem;
}

#projects .projectsBox01 .projectsBox02 .box01, #projects .projectsBox01 .projectsBox02 .box02 ,#projects .projectsBox01 .projectsBox02 .box03 {
    position: relative;
}

#projects .projectsBox01 .projectsBox02 .box01 {
    width: 25%;
    margin-top: -4rem
}

#projects .projectsBox01 .projectsBox02 .box02 {
    width: 48.5%;
}

#projects .projectsBox01 .projectsBox02 .box03 {
    width: 24.5%;
    margin-top: -4.2rem;
}

#projects .projectsBox01 .projectsBox02 .box01 dl {
    width: 100%;
    position: absolute;
    top: 56%;
    left: 53%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#projects .projectsBox01 .projectsBox02 .box02 dl {
    width: 75%;
    position: absolute;
    top: 40%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#projects .projectsBox01 .projectsBox02 .box03 dl {
    width: 100%;
    position: absolute;
    top: 52%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#projects .projectsBox01 .projectsBox02 .box01 dl dt, #projects .projectsBox01 .projectsBox02 .box03 dl dt {
    font-weight: bold;
    font-size: 1.375rem;
    line-height: 1.4;
}

#projects .projectsBox01 .projectsBox02 .box01 dl dt {
    margin-bottom: 2rem;
}

#projects .projectsBox01 .projectsBox02 .box03 dl dt {
    margin-bottom: 1.2rem;
}

#projects .projectsBox01 .projectsBox02 .box02 dl dt {
    font-weight: bold;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

#projects .projectsBox01 .projectsBox02 .box02 dl dd ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: bold;
    font-size: 1.25rem;
}

#projects .projectsBox01 .projectsBox02 .box02 dl dd ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5rem;
}

#projects .projectsBox01 .projectsBox02 .box02 dl dd ul li strong {
    font-size: 2.5rem;
    color: #004273;
    font-family: bookmania, serif;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
}

#projects .projectsBox01 .projectsBox02 .box02 dl dd a {
    font-size: 1rem;
    font-weight: normal;
    margin-top: 0.25rem;
    line-height: 1;
}

/*******************************
news
*******************************/
#news {
    background: #fff;
}
#news section {
    width: 1000px;
    max-width: 95%;
    margin: 0 auto;
    padding: 4rem 0 0;
    display: flex;
}

#news section h2 {
    width: 18%;
    margin: -0.5em 2.2% 0 0;
}

#news section h2 strong {
    display: block;
    font-weight: bold;
    color: #005899;
    font-size: 2rem;
    white-space: nowrap;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0.2em;
}

#news section h2 span {
    display: block;
    font-family: "font01";
    font-size: 1.5rem;
    color: #ccc;
    margin-top: 0.5rem;
    letter-spacing: 0.1em;
}

#news section .messageBox01 {
    width: 79.8%;
}

#news section .messageBox01 ul li {
    font-size: 1.0625rem;
}

#news section .messageBox01 ul li:not(:last-child){
    margin-bottom: 3.125rem;
}

#news section .messageBox01 ul li dt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#news section .messageBox01 ul li .newsIcon01, #news section .messageBox01 ul li .newsIcon02 ,#news section .messageBox01 ul li .newsIcon03 {
    color: #fff;
    text-align: center;
    width: 14%;
    margin: 0.15rem 2% 0 0;
    font-size: 1rem;
}

#news section .messageBox01 ul li .newsIcon01 {
    background: #41b3c1;
}

#news section .messageBox01 ul li .newsIcon02 {
    background: #005899;
}

#news section .messageBox01 ul li .newsIcon03 {
    background: #db5461;
}

#news section .messageBox01 ul li .date {
    width: 12%;
    margin-right: 1.5%;
    white-space: nowrap;
}

#news section .messageBox01 ul li dt a {
    width: 70%;
    font-weight: bold;
    text-decoration: underline;
}

#news section .messageBox01 ul li dd {
    margin-top: 0.8rem;
    display: table;
    width: 100%;
}

#news section .messageBox01 ul li dd p {
    display: table-cell;
    vertical-align: middle;
    width: 85%;
    padding-right: 2.5%;
    font-size: 0.9375rem;
    color: #787878;
}

#news section .messageBox01 ul li dd .link01 {
    display: table-cell;
    vertical-align: middle;
    width: 11.25%;
    padding-left: 2.5%;
    border-left: 1px solid #005899;
    color: #005899;
}

#news section .messageBox01 ul li dd .link01 a {
    position: relative;
    display: block;
    letter-spacing: 0.05em;
}

#news section .messageBox01 ul li dd .link01 a span.line {
    top: 55%;
    right: 0.25em;
    background: #005899;
}

#news section .messageBox01 ul li dd .link01 a:hover span.line {
    right: -0.25em;
}

#news .link02 {
    margin-top: 2.5rem;
    text-align: center;
}

#news .link02 a {
    display: inline-block;
    padding: 0.2em 2em 0.3em;
    color: #fff;
    background: #004273;
    border-radius: 100px;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.05em;
}

#news .link02 a a span.line {
    width: 1rem;
}

/*******************************
link
*******************************/
#link {
    padding-top: 4rem;
    margin-bottom: -1px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

#link ul {
    width: 100%;
    display: table;
}

#link ul li {
    display: table-cell;
    width: 33%;
    overflow: hidden;
}

#link ul li a {
    display: block;
    position: relative;
}

#link ul li a img {
    width: 120%;
    max-width: 120%;
}

#link ul li a dl {
    width: 95%;
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #fff;
    text-align: center;
}

#link ul li a dl dt {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 0.8rem;
}

#link ul li a dl dd {
    font-size: 1.0625rem;
}

#link ul li a .link01 {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 1.8rem;
    text-align: center;
}

#link ul li a .link01 div {
    margin-top: 0.8rem;
    display: inline-block;
    padding: 0 1.2em 0.3em;
    background: #fff;
    border-radius: 100px;
    position: relative;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-size: 1rem;
}

#link ul li:first-child a .link01 {
    color: #005899;
}

#link ul li:nth-child(2) a .link01 {
    color: #1b8dbb;
}

#link ul li:nth-child(3) a .link01 {
    color: #1890aa;
}

#link ul li a .link01 span.line {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1rem;
    height: 1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#link ul li:first-child a .link01 span.line {
    background: #005899;
}

#link ul li:nth-child(2) a .link01 span.line {
    background: #1b8dbb;
}

#link ul li:nth-child(3) a .link01 span.line {
    background: #1890aa;
}

#link ul li a:hover .link01 span.line {
    right: -0.5em;
}
