/* CSSの設定（消さないこと） */

html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div {
    margin: 0;
    padding: 0;
}

body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", '游ゴシック', 'YuGothic', 'sans-serif';
    margin: 0;
}

li {
    list-style-type: decimal
}

a {
    text-decoration: none;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font: 12px/100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", 'YuGothic', sans-serif;
}

h3 {
    font-size: 300%;
    margin-bottom: .7em;
    line-height: 120%;
    color: #002063;
}

h4 {
    font-size: 150%;
    margin-bottom: .7em;
    line-height: 120%;
    color: #002063;
}

#logo {
    display: block;
    width: 80%;
    float: left;
    padding-top: 40%;
    position: absolute;
    padding-left: 20%;
    margin: 0 auto;
}

.clear {
    clear: left;
}

header {
    background: rgba(255, 255, 255, 0.8);
    height: 65px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
}

.container {
    max-width: 1170px;
    padding: 0 15px;
    margin: 0 auto;
    height: auto;
}

.global-nav {
    display: none;
}

.hamburger {
    display: none;
}

.black-bg {
    display: none;
}

.logo {
    width: 180px;
    margin-top: 12px;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
    margin-right: 25px;
}

.header-right a {
    font-size: 12px;
    line-height: 65px;
    padding: 0px 20px;
    color: #002063;
    display: block;
    float: left;
    transition: all 0.5s;
    font-weight: 300;
}

.header-right a:hover {
    background-color: rgba(72, 168, 233, 0.3);
}

a.btn {
    display: inline-block;
    width: 150px;
    margin: 10px 0;
    padding: 16px 10px;
    border: 1px solid #fff;
    background: transparent;
    color: rgb(255, 255, 255);
    text-align: center;
    text-decoration: none;
    line-height: 1;
    transition: .3s;
}

a.sample16 {
    position: relative;
    z-index: 2;
    overflow: hidden
}

a.sample16::after {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    width: 160px;
    height: 160px;
    margin: -80px 0 0 -80px;
    border: 65px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    transition: .5s
}

a.sample16:hover {
    color: #555
}

a.sample16:hover::after {
    border-width: 0;
    border-color: rgba(255, 255, 255, 1);
    background: #fff;
}

#menu-wrap {
    transition: 0.3s;
}


/* メニューここから */

#sidebar {
    font-size: 18px;
    width: 270px;
    height: 100%;
    position: fixed;
    color: #fff;
    background: #011947;
    text-align: center;
}

#global-nav {
    text-align: center;
    height: 100%;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#global-nav ul {
    width: 100%;
    list-style: none;
    margin-left: 0;
}

#global-nav>ul>li {
    position: relative;
    overflow: hidden;
    display: block;
}

#global-nav a {
    color: #bbb;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    position: relative;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
}

#global-nav a:hover {
    color: #fff;
}

#global-nav .sub-menu>a {
    position: relative;
}

#global-nav .sub-menu.is-active>a {
    color: #fff;
}


/* sub-menu icon */

#global-nav .sub-menu>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

#global-nav .sub-menu.is-active>a:after {
    border-color: #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


/* sub-menu */

#global-nav .sub-menu-nav {
    font-size: 14px;
    display: none;
}

#global-nav .sub-menu-nav a {
    padding: 6px 0;
    color: #777;
}

#global-nav .sub-menu-nav a:hover {
    color: #ddd;
}

.side-list {
    margin-top: 100px;
}

* {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    font-size: 14px;
    background: #eee;
    -webkit-text-size-adjust: 100%;
}

#main {
    background: #eee;
}

#main-in {
    padding-left: 260px;
}

#main ul {
    margin-bottom: 1em;
    line-height: 1.9;
}

#main .inner {
    padding: 60px;
}

.inner ul {
    padding-left: 60px;
}


/* main-visual */

#main-visual {
    background: url(../img/achievements_theme.jpg) center center no-repeat;
    background-size: cover;
    height: 400px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#main-visual h2 {
    font-size: 300%;
    color: #fff;
    font-family: 'Times New Roman', Times, serif;
}

.special_note{
    font-style: italic;
    font-weight: bold;
    color: #0018b2;
}