@charset "utf-8";
/* ヘッダ */
#headBox {
    width: 100%;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.head-area {
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    color: #FFFFFF;
    font-size: 80%;
}

#headTop {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	height: 30px;
}

#main_space {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#logo-box {
    float: left;
    margin-top: 10px;
    color: #000000;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 500;
    font-size: 120%;
    font-style: normal;
}
#headBox #main_space .com {
    float: left;
    padding-left: 10px;
    margin-top: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 120%;
    line-height: 1.3em;
}
#headBox #main_space .head-menu {
    float: right;
    width: 590px;
    margin-right: 1%;

}
#main_space .head-menu #ent-but {
    float: right;
    color: #FFFFFF;
    font-size: 90%;
    background-color: #010C83;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}
#main_space .head-menu #ent-but:hover {
    background-color: #1D37D4;
}
#main_space .head-menu .hmenu {
    font-size: 80%;
    text-align: right;
    text-decoration: none;
}
.head-menu .hmenu .hvr-fade {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.pc-sp-non {
 display: none;
}

/*メニュー*/
header #nav-drawer {
    display: none;
}
/*グローバルメニュー*/
.menu {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.menu > li {
    float: left;
    line-height: 20px;
    text-align: center;
    font-size: 90%;
    color: #000000;
    margin-bottom: 10px;
    width: 140px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.menu > li a {
    display: block;
    color: #000000;
    text-decoration: none;
}

.menu > li a:hover {
    color: #58A4FF;
    text-decoration: none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
}
.menu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #FFFFFF;
}

.menu__second-level li {
    border-top: 1px solid #F2F2F2;
    text-align: center;
    width: 100%;
}
.menu__second-level li a {
    background-color: #F2F2F2;
    width: 100%;
    text-align: center;
}

.menu__second-level li a:hover {
    background-color: #BEBEBE;
}
/*コンテンツ*/
#mainBox {
    margin-right: auto;
    margin-left: auto;
	
}
.pc-tab-non {
    display: none;
}
/*フッター*/
#footBox {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.footA {
    width: 100%;
    background-color: #0C315B;
}
.footB {
    background-color: #5D5A8F;
    width: 100%;
}
#copy {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 90%;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FFFFFF;
    float: right;
    text-align: center;
}
.foot-menu-list {
    width: 16%;
    float: left;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 70%;
    line-height: 1.8em;
    border-right: 1px solid #9D9D9D;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 2%;
    color: #FFFFFF;
    margin-left: 2%;
}
.foot-menu-list-f {
    width: 14%;
    float: right;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 70%;
    line-height: 1.8em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFFFFF;
    margin-right: 3%;
}
#footBox #footCon {
	margin-top: 20px;
    width: 43%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
#footBox #footCon #ent-but {
    color: #FFFFFF;
    background-color: #0353DF;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    text-decoration: none;
    border: 2px solid #505050;
    font-size: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: 280px;
    margin-left: 20%;
    background-image: url("../../images/icon-w.png");
    background-repeat: no-repeat;
    background-position: 8px center;
}
#footBox #footCon #ent-but:hover {
    border: 2px solid #505050;
    background-color: #216CEF;
    background-image: url(../../images/icon-w.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}
.fmenu {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 90%;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 30px;
    line-height: 1.8em;
    min-width: 800px;
    font-weight: 500;
    font-style: normal;
    color: #444444;
}
.fmenu .bt-foot-left {
    width: 26%;
    float: left;
    background-color: #00A0E9;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 100%;
    line-height: 1.6em;
    font-weight: normal;
    border: 10px double #FFFFFF;
    margin-left: 20%;
    max-width: 300px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-weight: 500;
font-style: normal;

}
.fmenu .bt-foot-left:hover {
    background-color: #008DCE;
}
.fmenu .bt-foot-right {
    width: 26%;
    float: right;
    margin-right : 20%;
    background-color: #00A0E9;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 100%;
    line-height: 1.6em;
    font-weight: normal;
    border: 10px double #FFFFFF;
    max-width: 300px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
font-weight: 500;
font-style: normal;

}
.fmenu .bt-foot-right:hover {
    background-color: #008DCE;
}
.fmenu .hvr-fade {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
.contents-box {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}
.bannar-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
    margin-bottom: 30px;
    min-width: 780px;
}
.bar_but_top {
    width: 34px;
    height: 266px;
    float: right;
    top: 10%;
    position: fixed;
    -webkit-box-shadow: 0px 0px 1px 1px #646464;
    box-shadow: 0px 0px 1px 1px #646464;
    right: 0px;
    z-index: 9999;
}

/* ボタン */
.bt-dl {
    padding-right: 30px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #0068B7;
    border-radius: 25px;
    margin-top: 10px;
    z-index: 999;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 1px 1px 2px 1px #444444;
    box-shadow: 1px 1px 2px 1px #444444;
}
.bt-dl:hover {
    background-color: #3FB5EC;
}
.dl-tx {
    font-size: 110%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.6em;
    float: left;
    color: #FFFFFF;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bt-dl-im {
    width: 80px;
    float: right;
    position: relative;
    top: -20px;
    -webkit-box-shadow: 1px 1px 2px 1px #444444;
    box-shadow: 1px 1px 2px 1px #444444;
    margin-bottom: -20px;
}
.bt-dl-im img {
	width: 100%;
	height: auto;
}
.met-waku-b {
    border: 1px solid #265EAA;
    color: #265EAA;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
}

/*トップ*/
.main-slide{
    z-index: 5;
    height: 500px;
}
.top-ban {
    width: 520px;
    margin-left: 13%;
    margin-top: 10px;
	animation-name: LeftToRight;
	animation-duration: 2s;
}
.main-win .top-ban img {
    width: 100%;
    height: auto;
}

.mod-ph {
    float: left;
    width: 20%;
}
.impact {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 230%;
    border-bottom: 1px solid #161616;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #444444;
	
}
.ad-no-box {
    width: 100%;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ad-no-box a {
	display: block;
    width: 100%;
    float: left;
    text-align: center;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 15px;
}
.ad-no-box:hover {
    background-color: #E6F0FA;


}
.contents-box .ad-no-box h5 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    line-height: 1.5em;
    text-align: center;
    padding-top: 20px;
}
.arrow-inf {
    padding-left: 40px;
    font-size: 80%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    background-image: url(../../images/arrow-blue.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 6px;
    padding-bottom: 3px;
    color: #0068B7;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
}

#index .block02 .block02-img {
    height: 600px;
    background-image: url(../../images/advance-img.jpg);
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.act-box {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    top: -80px;
    position: relative;
    margin-bottom: -50px;
}
.main-h2 {
    font-family: "Times New Roman", Times, serif;
    color: #0068B7;
    font-size: 280%;
    font-weight: normal;
    margin-left: 13%;
    padding-top: 100px;
}

.ad-box {
    margin-bottom: 20px;
    width: 32%;
    float: left;
}
.contents-box .ad-box .ad-box-core {
    float: left;
    width: 100%;
}
.ban-l   {
    width: 45%;
    float: left;
}
.ban-r   {
    width: 45%;
    float: right;
}
.p-blue {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0068B7;
    font-size: 90%;
}
.p-n {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #444444;
    font-size: 80%;
    line-height: 1.5em;
    text-align: left;
}
.ad-h4 {
    font-size: 160%;
    text-align: left;
    line-height: 1.2em;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 600;
    color: #26288F;
    padding-top: 30px;
    padding-left: 40px;
    padding-bottom: 20px;
}
.ad-num {
    float: right;
    margin-right: 10px;
    width: 250px;
}
.ad-num img {
    width: 100%;
    height: auto;
}


.ad-box .ad-box-right img {
    width: 100%;
    height: auto;
}

.contents-box .ad-box .ad-box-right {
    float: right;
    width: 35%;
}
#accordion .accordion-content p {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 90%;
    line-height: 1.6em;
    font-weight: normal;
    text-align: left;
}
.ad-title-bt {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    border-left: 2px solid #26288F;
    border-right: 2px solid #26288F;
    border-bottom: 1px solid #0068B7;
    border-top: 2px solid #26288F;
    border-radius: 25px;
    width: 250px;
    color: rgba(0,104,183,1.00);
    font-size: 90%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.ad02-title {
    width: 20%;
    float: left;
    text-align: right;
    margin-right: 1%;
    color: #0068B7;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
}
.ad02-conte {
    width: 79%;
    float: left;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    line-height: 1.6em;
    color: rgba(68,68,68,1.00);
}

.main-bg{
    background-image: url(../../images/main-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    z-index: 5;
    background-size: 100% auto;
    height: 500px;
}
.top-h2 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 200%;
    color: #0068B7;
    word-spacing: 1px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}
.top-h3 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 140%;
    word-spacing: 1px;
    text-align: center;
    line-height: 1.6em;
}

.top-h3w {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 800;
    font-size: 200%;
    color: #FFFFFF;
    word-spacing: 1px;
    text-align: center;
}
.top-h5 {
    text-align: center;
    font-size: 90%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.8em;
    color: #161616;
}
.top-title-box .top-title-rbox p {
    text-align: justify;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
    font-size: 100%;
    line-height: 1.6em;
}

.logo-cm {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.logo-cm img {
    width: 100%;
    height: auto;
}
.top-title-rbox {
    width: 50%;
}
.block04 .bannar-box.bg-com .co-list-title {
    text-align: center;
    font-size: 120%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #0068B7;
    border-top: 1px solid #0068B7;
}

.block04 .bannar-box.bg-com .co-list {
    width: 33%;
    float: left;
    font-size: 80%;
    line-height: 1.7em;
    padding-top: 10px;
    padding-bottom: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #444444;
}
.block04 .bannar-box .award-title {
    text-align: center;
    font-size: 200%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    color: #26288F;
}
.block04 .bannar-box .award-ca {
    width: 52%;
    float: left;
    margin-left: 10%;
    font-size: 130%;
    line-height: 1.7em;
    padding-top: 10px;
    padding-bottom: 30px;
    font-weight: 600;
}
.block04 .bannar-box.award-grad .award-mov {
    width: 25%;
    float: right;
    margin-right: 10%;
}
.bannar-box.award-grad .award-mov img {
    width: 100%;
    height: auto;
}
.contents-box .top-title-rbox p {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 80%;
    line-height: 1.8em;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #444444;
}
.modal-card {
    width: 72%;
    background: #fff;
    filter: drop-shadow(0 0 10px rgba(0 ,0, 0, 0.4));
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    position: absolute;
    z-index: 1;
    transform: translate3d(0, 48px, 0);
    opacity: 0; /* 初期状態で非表示 */
    visibility: hidden; /* 初期状態で非表示 */
    transition: opacity .6s ease, visibility .6s ease, transform .3s ease-in-out;
    overflow-y: scroll;
    max-width: 1000px;
    height: 70%;
}
.modal-r-box {
    float: right;
    width: 75%;
}
.modal-l-box {
    float: left;
    width: 65%;
}
.mod-ph-r {
    width: 30%;
    float: right;
}
.mod-no {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 300%;
    width: 60px;
    color: rgba(0,104,183,1.00);
    float: left;
    padding-top: 10px;
}
.mod-h3 {
    color: #0068B7;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 130%;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 1.5em;
}

/*page-top*/
#page-top {
    position: fixed;
    font-size: 77%;
    right: 10px;
    bottom: 100px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    width: 37px;
    text-align: center;
    display: block;
    border-radius: 5px;
    padding-right: 0;
    padding-left: 0;
    height: 37px;
}
#page-top a:hover {
    text-decoration: none;
}

/* コンテンツ */
#conteBox {
	width: 100%;
	background-color: #FFF;
	padding-bottom: 50px;
}

.head-menu .menu .menu__single.en {
    float: right;
    border-radius: 20px;
    border: 2px solid #FFFFFF;
}
.head-menu .menu .menu__single.metx {
    font-weight: bold;
    background-color: #FFFFFF;
    margin-right: 1%;
}

.t-box {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.mov-box {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.you {
    width: 700px;
    aspect-ratio: 16 / 9;
    margin-left: auto;
    margin-right: auto;
}
.you iframe {
  width: 100%;
  height: 100%;
}
.you img {
  width: 100%;
  height: auto;
}
.n-p {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 90%;
    line-height: 1.6em;
    color: #444444;
    font-style: normal;
    font-weight: 500;
}

/*ランディング*/
.main-im01 {
    width: 80%;
    float: right;
    max-width: 1200px;
    position: absolute;
    top: 0px;
    right: 0px;
}
.h2-ja {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 230%;
    writing-mode: vertical-rl;
    width: 7%;
    float: left;
    min-width: 80px;
    padding-top: 20px;
    margin-top: 100px;
    margin-left: 5%;
    line-height: 1.3em;
}
.top-h4-ryu {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 130%;
    color: #303030;
    word-spacing: 1px;
    text-align: center;
    padding-top: 40px;
    line-height: 1.8em;
}
.main-im02 {
    width: 40%;
    float: right;
    margin-top: 450px;
    margin-bottom: 150px;
    max-width: 800px;
    margin-right: 2%;
}
.h2-ja-r {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 230%;
    writing-mode: vertical-rl;
    width: 150px;
    float: right;
    margin-right: 18%;
    margin-left: 2%;
    margin-top: 400px;
    height: 450px;
    line-height: 1.3em;
}
.menu-box {
    float: left;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.93);
    margin-left: 10%;
}
.slide-tx {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 120%;
    writing-mode: vertical-rl;
    padding-top: 15px;
    text-align: center;
    background-color: #6EB047;
    padding-bottom: 15px;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 100px;
    float: left;
    margin-left: 3%;
}
.jirei-ph-area {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
}
.jirei-box {
    width: 32%;
    float: left;
    margin-left: 1%;
}
.jirei-be {
    width: 50%;
    float: left;
    padding-bottom: 0px;
}
.jirei-af {
    width: 50%;
    float: right;
}
.arr-im {
    width: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
	animation: fuwafuwa 2s infinite;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.st-h3 {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 180%;
    color: #008EF9;
    word-spacing: 1px;
    text-align: left;
    line-height: 1.6em;
}
.txt-box {
    width: 100%;
    float: left;
}
.txt-box p {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    line-height: 1.8em;
    padding-bottom: 20px;
    color: #444444;
}
.txt-box-h {
    width: 55%;
    float: left;
    max-width: 700px;
}
.txt-box-h p {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    line-height: 1.8em;
    padding-bottom: 20px;
    color: #444444;
}
.img-idea {
    width: 20%;
    float: left;
    margin-left: 10%;
    max-width: 450px;
}
.img-obj {
    width: 30%;
    float: left;
    margin-left: 8%;
    max-width: 350px;
    position: relative;
    padding-top: 0px;
    top: -50px;
    margin-bottom: -50px;
}
.img-good {
    width: 15%;
    float: right;
    max-width: 300px;
    position: relative;
    right: 30%;
    top: -50px;
    margin-bottom: -50px;
}
@keyframes pikopiko {
  0% {
    transform: rotate(10deg);
  }
  to {
    transform: rotate(-10deg);
  }
}
.img-award {
    width: 30%;
    float: left;
    margin-left: 5%;
    max-width: 500px;
    position: relative;
    top: -70px;
    margin-bottom: -50px;
}
.link-area {
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.link-box {
    float: left;
    width: 25%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 90%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 10px;
}
.link-pad {
    margin-left: 10%;
    margin-right: 10%;
}
.wrapper {
}
.sticky {
  position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */
  top: 0; /* 縦方向の閾値 */
  left: 0; /* 横方向の閾値 */
}
.inf-h5 {
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 100%;
    color: #008EF9;
}
.pdf-cs {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}
.pdf-txt {
    font-size: 80%;
    width: 410px;
    float: right;
    padding-top: 0px;
    margin-top: 15px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: normal;
    text-align: left;
}
.ani-box {
    width: 740px;
    height: 640px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
.sup-map-img {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    height: 750px;
}
@media screen and (max-width:950px) {
.sup-map-img {
    width: 100%;
    height: 700px;
}
}
