/****************************************
Resetting
*****************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, main,hgroup, menu, nav, section {
    display: block;
}
ol,ul,li{
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="submit"],
input[type="button"],
input[type="reset"]{
    appearance: button;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
}
a{
    text-decoration: none;
}
/******************************************
normarise
******************************************/
*{
    box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

html {
    -webkit-font-smoothing: antialiased;
}
body
{ 
    font-size: 16px;
    line-height: 1.6;
}
/**********************************************
layout
**********************************************/
.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex--bet{
    justify-content: space-between
}
.flex--end{
    justify-content: flex-end
}
.flex--start{
    justify-content: flex-start;
}
/**********************************************
site-header
**********************************************/
.site-header{
    padding: 30px;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.site-header__site-logo img{
    height: auto;
    width: 50%;
}
/*gnav
********************************************/
.gnav__menu__item{
    margin-left: 20px;
}
.gnav__menu__item a{
    color: #000;
    font-weight: bold;
}
/*sp-menu
********************************************/
.sp-menu{
    display: none;
}
/**********************************************

**********************************************/
.split{
background-color: #03212b;
    display: table;
    padding-top: 150px;
    width: 100%;
background-image: url("../img/magu2.png");
background-size:50% auto;
background-repeat: no-repeat;
background-attachment: fixed;
background-position:right;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
.split{
    padding-top: 145px;
}
}
@media all and (-ms-high-contrast:none) {
.split{
    padding-top: 12px;
}
}
@supports (-ms-ime-align:auto) {
.split{
    padding-top: 56px;
}
}
.split-item{
    display: table-cell;
    width: 50%;
}
/**********************************************
.split-left
**********************************************/
.split-left{
    color: #fff;
    left: 0;
    overflow: hidden;
    position: relative;
}
.split-left__inner{
    margin-top: -145px;
background-image: url("../img/magu.png");
background-size:100% auto;
background-repeat: no-repeat;
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 50%;
}

@-moz-document url-prefix(){
.split-left__inner{
    margin-top: -245px;
}
}

/*split-left__content-wrap
********************************************/
.split-left__content-wrap{
    color: #fff;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}
.split-left__content__inner{
    left: 85%;
    position: absolute;
    top: 80%;
}
.split-left__content__inner__center{
    transform: translate(-50%,-50%);
}
.split-left__content__center__title{
    font-family: 'Quicksand','M PLUS 1p', sans-serif;
    font-size: 18px;
    background: linear-gradient(-45deg, rgba(255,255,255,0.5), rgba(255,255,255,0.0));
    padding: 30px;
}
/**********************************************
.split-right
**********************************************/
.split-right{
}
.split-right__box{
    color: #fff;
    font-family: 'Noto Serif JP', sans-serif;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    width: 100%;
    padding: 60px 0px 60px 0px;
}
.article-list__item{
    margin-bottom: 60px;
}
  .st {
	margin:0px 80px 0px 80px;
}

.iframe-content {
   position: relative;
 width: 100%;
    height: 100%;
    padding: 100% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}


  .p1 {
	margin:0px 0px 10px 0px;
}
  .p2 {
	margin:0px 0px 20px 0px;
}
  .p3 {
	margin:0px 0px 30px 0px;
}
  .p4 {
	margin:0px 0px 40px 0px;
}
  .p5 {
	margin:0px 0px 50px 0px;
}


.title2 {
  color:#afeeee;
  position: relative;
  padding: .25em .35em .35em 0.5em;
  margin: 0em 0em 1em 0em;
}
.title2::after {
  position: absolute;
  top: .5em;
  left: .0em;
  content: '';
  width: 3px;
  height: -webkit-calc(100% - 1em);
  height: calc(100% - 1em);
  background-color: #afeeee;
}


 a:link {
color: #001e43;
}
 a:visited {
color: #001e43;
}
 a:hover {
color: #fff;
}
 a:active {
color: #001e43;
}

.mozimozi1 {
        overflow:auto;
        height:300px;
 background: linear-gradient(rgba(0,104,136,0.7), rgba(0,30,67,0.5));
  color: #fff;
  padding: 2em;
  margin: 0.5em 2em 2em 2em;
  border-radius: 10px;
}

.poi {
  cursor : pointer;
}

.cyu1 {
  font-size: 80%;
  color: #888;
}
