@charset "utf-8";
/* ============================ 
common
===============================*/
html { 
    font-size: 62.5%;   /* 1remを10pxにする下処理 */
}

body {
    font-family: 
        "Noto Sans JP", 
        Arial, 
        sans-serif;
    font-style: normal;
    color: #3c3e64;
    font-size: 1.5rem;
    background-color: #55a2cf;/* ★サイト背景の色★*/
    line-height: 1.7;  /* 通常の行間 */
}

h1 {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight:700; 
    font-size: 2rem;
    color: #FFF;
}

h2 {
    font-weight:700;
    font-size: 1.7rem;
}

h3 {
    font-weight:700;
    font-size: 1.5rem;
    color:  #3c3e64;
}

h4 {
    margin-left: 30px;
}

.flame_area { /*　★ベースの枠組み★　*/
    width: 1060px;
    margin: 0 auto;
    display:flex; /* menuとcontentsを横並び　*/
}

/* ============================ 
menu
===============================*/
.nav_area {
    background-color: #FFF;
    width: 200px;
}
.menu_UParea {
    text-align: center;
    height: 170px;
    margin: 5px 0;
}

.show {
    height: 30px; 
    background-color: #0050AC; 
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 170px;
    padding: 10px 25px;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    font-size: 1.5rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;/* 左右の向きpx  上下の向きpx ぼかしpx 広がりpx (色)*/
}

.show:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
}

.show:hover {
    background: #007E65;
    color: #FFF;
}

.show:hover:after {
    right: 1.4rem;
}


/* ============================ 
contents
===============================*/

.contents_area {
    float: left;
    background: #b6e8fc url("https://www.gakkai-p.jp/jges40/test/assets/images/background.jpg") no-repeat; 
    margin: 0 0 0 auto;
    width: 860px;
    height: auto;
    flex-shrink: 0;
}

.main_title_s {   /* タイトル画像スペース　*/ 
 /*    text-align: right;*/ 
    margin-left: 60px;
     margin-top: 10px;
    margin-bottom: 20px;
}

.wording_area {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 0 10px 0;
    background:rgba(255, 255, 255, 0.9);
    box-shadow: 3px 3px 8px rgba(0,76,104,1.00);
    width:85%;
    border-radius: 0 20px 0 0;
}

.title {
    background-color: #0050AC;
    border-radius: 0 20px 0 0;
    padding: 14px 30px;
}

.wording_text {
    padding: 0px 50px 40px;
}

.text{
    margin-top: 10px;
}

.text_zyunbichu {
    margin-top: 10px;
    margin-bottom: 300px;
}

@media screen and (max-width:768px) {

 .main_title_s {   /* タイトル画像スペース　*/ 
  margin-left: 15px;
     margin-top: 10px;
    margin-bottom: 10px;
}

.wording_area {
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 0 0 10px 0;

    width:95%;
    border-radius: 0 20px 0 0;
}

.wording_text {
    padding: 0px 25px 20px;
}

.text{
    margin-top: 8px;
}

}

/* ============================ 
 プログラム
============================ */
.sp-only {/* スマホ時だけ改行 */
    display: none;
  }

.heading-number {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 2px solid #0050AC;
  color: #02346e;

   font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight:700; 
    font-size: 1.6rem;
}

.heading-number .number {
  display: inline-block;
  margin: 0 0 0 auto;/*右寄り*/
  padding: 2px 10px;
   font-size: 1.4rem;
  background: #0050AC;
  color: #fff;
}

.p_01 {
		padding: 0 30px;
        font-weight:700; 
        font-size: 1.5rem;
}

.p_02 {
		padding: 0 0 0 70px;
        font-weight:700; 
        font-size: 1.4rem;
}


.space{
		padding: 10px;
}


@media screen and (max-width:768px) {

    .sp-only {/*スマホの時に改行 */
        display: block;
    }

    .heading-number .number {
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  width: 30px;

  background: #0050AC;
  color: #fff;
}


.p_01 {
		padding: 0 10px;
        font-size: 1.5rem;
}

.p_02 {
		padding: 0 0 0 50px;
        font-size: 1.3rem;
}


.space{
		padding: 5px;
}




}


/* ============================ 
footer
===============================*/


.footer {/*固定（親要素） */
    position: relative;	 
    width: 1060px;
    height: 150px;
    margin: 0 auto;
}

.footer_area {
    background-color: #fff;
}

.b_left {
    padding: 20px 30px;
}

.b_right {/*固定（子要素１） */
    position: absolute;
    top: 20px;
  	left: 300px;
}

.footer_img {/*固定2（子要素）イラスト */
    position: absolute;
    top: 95px;
    right: -60px;
}

.footer_img img {/*イラストサイズ */
    width: 85%;
}

.footer_text1 {
    border-bottom: solid 2px #0077FF ;  /*アンダーライン */
    width: 200px;
    font-size: 1.5rem;
    font-weight: 700;
}
.footer_text2 {
    font-size: 1.5rem;
    font-weight: 700;
}

.copy_area {
    background-color: #0050AC;
}

.copy_text {
    color: #FFF;
    text-align: center;
    padding: 5px 0;
}

/* ============================ 
その他
===============================*/
/* ページを読み込んだ時のフェード表示　*/
body.pagefade {
    animation: pagefade 1s;
    transition-property:all;
  }
  
  @keyframes pagefade {
    0%   { opacity:0%;}
    15%  { opacity:15%;}
    30%  { opacity:30%;}
    50%  { opacity:70%;}
    70%  { opacity:80%;}
    100% { opacity:100%;}
  }	
  

@media screen and (max-width:768px) {
    
    .flame_area { 
        max-width: 100%;
    }
    .nav_area {
        display: none;
    }
    .contents_area {
        max-width: 100%;
    }
    .main_title_s img {   /* タイトル画像　*/
        width: 80%
    }
    .contents_area {    /* 背景画像　*/
        background-size: 100%;
    }
    .footer {
        max-width: auto;
        height: auto; /*初期値に戻す */
        margin: 0 auto;
    }
    .b_left {
        padding: 10px 10px;
    }
    .b_right {
        position: initial;/* 初期値に戻して縦組にする　*/
        padding: 10px 10px;
    }
    .footer {
        max-width: 100%;
    }
    .footer_img {/* 下部イラスト　*/
        display: none;
    }
        .footer_text3{
        font-size: 1.3rem;
    }
}


/*　ハンバーガーメニューボタン　*/
.hamburger {
    margin: 20px auto 0;
    width: 100%;
    max-width: 900px;
    display: flex;
    justify-content: space-between;
}

.hamburger .btn-gNav  {
    position: fixed; /*　画面固定　*/
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #0050AC;      /*　ハンバーガーボタン(三）の色　*/
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn_box {
    position: fixed; /*　画面固定　*/
    top: 14px;
    right: 16px;
    width: 38px;
    height: 37px;
    border-radius: 3px 3px ;
    background-color: #FFF;
    z-index: 12;


    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 0;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 10px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 20px;
}

.hamburger {
    display: none;
}

@media screen and (max-width:768px)  {
    .hamburger  {
        display: block;
    }

    .gNav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);     /*　メニュー背景色　*/
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: 86%;
        padding: 15px;
        border-bottom: #82888d 1px solid;
    }

    .gNav .gNav-menu a {
        color: #FFF;
    }
    .gNav .gNav-menu a:hover {
        color: #5cb3e6; 
    }

}
  
 
/*==========================
scrollTop (上に戻るボタン）
==========================*/

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #ef3f98;
  opacity: 0.8;/*透け */
  border-radius: 50%;

    margin-right: 10px;
    box-shadow: 2px 2px 4px 2px rgba(99, 25, 80, 0.281);
}

#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102'; /*　ボタンの中　*/
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
/*==========================
scrollTop (上に戻るボタン）
==========================*/

/*==========================
 ボタン
==========================*/
.btn-icon-external {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: .9em 2em;
  width: 250px;
  margin: 0 auto 32px;
  border-radius: 5px;
  background-color: #2589d0;
  color: #fff;
  font-weight: 600;
  font-size: 1em;
  white-space: nowrap;
}
.btn-icon-external::after {
  content: '';
  width: 1.25em;
  height: 1.25em;
  margin-left: 8px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10 6V8H5V19H16V14H18V20C18 20.5523 17.5523 21 17 21H4C3.44772 21 3 20.5523 3 20V7C3 6.44772 3.44772 6 4 6H10ZM21 3V11H19L18.9999 6.413L11.2071 14.2071L9.79289 12.7929L17.5849 5H13V3H21Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-icon-external:hover { background-color: #1175bc; }

/*==========================
 ボタン
==========================*/
.button {
  flex-shrink: 0;
  margin-right: 5px;
}
.button a {
  position: relative;/* >マーク */
    background: #ffaf02;
    color: #313131;
    font-weight: 700;
    width: 400px;
    padding: 10px 0; /* パディング */
    text-align: center; /* 文字のアライメント */
    text-decoration: none; /* 文字装飾 */
    display: inline-block; /* ボタンの表示方法 */
    font-size: 1.6rem; /* フォントサイズ */
    margin: 4px 2px; /* 外側の余白 */
    cursor: pointer; /* カーソル */
    border: none; /* ボーダーなし */
    border-radius: 5px; /* ボタンの角丸 */
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3); /* 影 */
}
.button a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button a:hover {
  background: #ff5c1c;
  color: #FFF;
}
.button a:hover:after {
  right: 1.4rem;
}



@media screen and (max-width: 768px){ /*スマホ対応 */

       .button a {
            width: 200px;
        margin: 10px 0;
        margin-left: 30px;
        padding: 10px 30px;
         font-size:1.4rem;
    }
  }
  