@charset "UTF-8";
body {
    margin: 0;
    padding: 0;
    font-family: Noto Sans Japanese, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
    background: #000;
    color: #000;
    -webkit-text-size-adjust: 100%
}

input, textarea {
    font-family: ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif
}

img {
    max-width: 100%
}

.container {
    width: 40pc;
    margin: 0 auto;
    position: relative
}

a {
    transition-duration: .3s;
    color: #444;
    text-decoration: none
}

a:hover {
    opacity: .7
}

h1, h2, h3, li, ol, p, ul {
    margin: 0;
    padding: 0
}

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

#fv {
    background: #000
}

#fv .container {
    background: #000 url("../imgs/fv_bg.jpg")no-repeat center center;
    background-size: cover;
    height: 740px
}

#fv .logo {
    left: 20px;
    top: 20px
}

#fv .logo, #fv h1 {
    position: absolute
}

#fv h1 {
    left: 5pc;
    top: 70px
}

#sec01 {
    background: #161616;
    text-align: center;
    padding: 50px 0
}

#sec01 h2 {
    display: inline-block;
    padding-bottom: 20px
}

#sec02 {
    background: url("../imgs/sec02_bg.png")no-repeat center top;
    text-align: center;
    height: 860px;
    box-sizing: border-box;
    padding: 60px 0;
    z-index: 9;
    position: relative
}

#sec02 h2 {
    margin-bottom: 5pc
}

#sec02 p {
    margin-top: -5pc;
    padding: 0 20px
}

#sec03 {
    background: url("../imgs/sec03_bg.png")no-repeat center top;
    text-align: center;
    box-sizing: border-box;
    margin-top: -50px;
    padding: 5pc 0;
    height: 580px;
    z-index: 8;
    position: relative
}

#sec03 h2 {
    padding-bottom: 20px
}

#sec04 {
    background: url("../imgs/sec04_bg.png")no-repeat center top;
    text-align: center;
    box-sizing: border-box;
    margin-top: -30px;
    height: 740px;
    z-index: 7;
    position: relative
}

#sec04 h2 {
    padding: 70px 0
}

#sec04 .copies p {
    position: absolute
}

#sec04 .copies p:nth-child(1) {
    top: 11pc;
    left: 74px
}

#sec04 .copies p:nth-child(2) {
    top: 180px;
    left: 5in
}

#sec04 .copies p:nth-child(3) {
    top: 545px;
    left: 340px
}

#sec04 .copies p:nth-child(4) {
    top: 330px;
    left: 130px
}

#sec05 {
    background: url("../imgs/sec05_bg.png")no-repeat center top;
    text-align: center;
    box-sizing: border-box;
    margin-top: -70px;
    padding: 5pc 0;
    height: 473px;
    z-index: 6;
    position: relative
}

#sec05 p {
    padding: 6px 0
}

#sec06 {
    background: #f9f8ea;
    box-sizing: border-box;
    padding: 50px 0;
    z-index: 5;
    position: relative;
    text-align: center
}

#sec06 h2 {
    padding-bottom: 75pt
}

#sec06 .tabs {
    position: relative;
    width: 600px;
    margin: 0 auto;
    background: #fff;
    text-align: left
}

#sec06 .tabs .tab {
    display: block;
    position: absolute;
    padding: 0 20px;
    border: 1px solid #fff;
    z-index: 1
}

#sec06 .tabs .tabLabel {
    position: absolute;
    width: 198px;
    text-align: center;
    top: -51px;
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    background: #eee;
    border-radius: 10px 10px 0 0;
    left: 0;
    cursor: pointer;
    transition: opacity .5s
}

#sec06 .tabs .tab .tabContent {
    padding: 30px 0 50px
}

#sec06 .tabs .tabLabel:hover {
    opacity: .6
}

#sec06 .tabContent p {
    font-size: 26px
}

#sec06 .tabs h3 {
    color: #d3293d;
    font-size: 26px
}

#sec06 .tabs .name {
    color: #d3293d;
    font-size: 18px;
    padding: .2em 0 1em
}

#sec06 .tabs .tab.current {
    display: block;
    border: 1px solid #dbc663;
    background: #fff;
    z-index: 9
}

#sec06 .tabs .tab.current .tabContent {
    display: block
}

#sec06 .tabs .tab.current .tabLabel {
    background: #dbc663
}

#sec07 {
    background: url("../imgs/sec07_bg.png")no-repeat center top;
    padding: 10px 0;
    height: 5in;
    z-index: 4
}

#sec07, #sec08 {
    text-align: center;
    box-sizing: border-box;
    position: relative
}

#sec08 {
    background: #fff url("../imgs/sec08_bg.png")no-repeat center top;
    padding: 70px 0;
    height: 500px;
    z-index: 3
}

#sec08 .medals {
    text-align: center;
    margin-top: 25px
}

#sec08 .medals li {
    display: inline-block;
    margin: 0 10px
}

#sec09 {
    background: #fff url("../imgs/sec09_bg.jpg")no-repeat center top;
    text-align: center;
    box-sizing: border-box;
    padding: 75pt 0;
    height: 950px;
    z-index: 2;
    position: relative
}

#sec09 h2 {
    padding: 20px 0 50px
}

#birthY, #birthM {
    margin-right: 10px;
}

footer.global {
    background: #d4f6f5;
    color: #000000;
    padding-top: 4%
}

footer.global a {
    color: #000000;
}

footer.global p {
    color: #000000;
}

footer .privacy {
    text-align: center;
    padding: 30px 10px 10px 10px;
}

footer.global .copyright {
    font-size: 1pc;
    text-align: center;
    padding: .8em 0;
    line-height: 25px
}

.txtCenter {
    text-align: center;
}

#footnavContainer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    background: #ccc
}

#footnav {
    width: 40pc;
    margin: 0 auto;
    text-align: center;
    padding: 15px 0 10px
}

#footnav a {
    margin: 0 10px
}





#sec05{
  height:316px;
}
#sec08{
  height:593px;
  padding:50px 0;
}
#sec09{
  padding:75pt 0 0;
  height:753px;
}
#sec01 div.container img:nth-child(2) , #sec08 div.container img:nth-child(2){
  width:95%;
  margin-top:5%;
  margin-bottom:5%;
}
#sec01 div.container a img , #sec08 div.container img{
  width:95%;
}
