@charset "UTF-8";
/* CSS Document */
/*****************************共通*/
.hover:hover{
    opacity: .5;
}
.mgb8{
    margin-bottom: 8px;
}
.mgb20{
    margin-bottom: 20px;
}
.red{
    color: red;
    font-weight: 500;
}
ol{
    
    margin-bottom: 25px;
}
.list_1{
    text-indent: -1.7em;
    padding-left: 2em;
    line-height: 1.5;
}
.list_2{
        text-indent: -1.3em;
    padding-left: 1.7em;
    line-height: 1.5;
}

.list_3{
        text-indent: -1em;
    padding-left: 1em;
    line-height: 1.5;
}
.flex_box{
    display: flex;
    justify-content: center;
}
.wid{
    max-width: 400px;
    width: 100%;
}
.op:hover{
    opacity: 0.5;
}
.yellow{
    color:yellow;
}
.red_line{
    color: red;
    text-decoration: underline;
}
.parent2 {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
    line-height: 150%;
    margin-bottom: 10px;
}
.parent2 dt {
    font-weight: normal;
}
.bold {
    font-weight: bold;
}
.indent_01 {
    padding-left: 4em;
}
.indent_02 {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
}
.indent_03 {
    padding-left: 2em;
    display: block;
}
.br_none {
    display: none;
}
.poster_img img {
    max-width: 400px;
}
/***************************************/


/*****************************header*/
body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
   
}
body.active{
    position: fixed;
    width: 100%;
}
.blue{
    background-color: #146FB8;
    min-height: 120px;
   
}
.h_center{
     display: flex;
    justify-content: center;
    align-items: center;
    min-height:120px;
}
.h_center img{
    width: 100%;
    max-width: 630px;
}
/***************************************/


/*****************************nav*/
/***************************************/


/*****************************main*/
.bg{
    background: linear-gradient(60deg,#E5EDF8,#1579B7);
    

    
}
.flex{
    display: flex;
    gap:28px;
}
.bg2{
    background: url("../img/bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: 0 auto;
    height: 1530px;
    display: flex;
    justify-content: center;
    margin-top: 34px;
    width: 100%;
}
.left_img{
   width: 77%;
    display: block;
    margin: 80px auto 40px;
    
}
.m_right{
    margin:80px 0;
    display: block;
}
nav ul{
    background: #FFFFFF;
    width: 300px;
    padding: 3.1em 1.3em; 
    border-top-right-radius: 50px;
    border-bottom-right-radius: 11px;
}
nav ul li{
    
   margin-left: 20px;
    position: relative;
    font-weight: 600;
    
}
nav ul li::after{
    content: "";
    width: 255px;
    position: absolute;
    right: 0;
    border-bottom: dashed 2px #2C8666;
}
.tensen_top::before{
    border-top: dashed 2px #2c8666;
    content: "";
    right: 0;
    position: absolute;
    width: 255px;
}
nav ul li a::before{
    content: "";
    position: absolute;
    margin-left: -20px;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left: 10px solid #2c8666;
  
}
nav ul li.overline a::before{
    content: "";
    position: absolute;
    margin-left: -20px;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left: 10px solid #2c8666;
    top:40%;
  
}
nav ul li a{
    position: relative;
    color: #2C8666;
    min-height: 54px;
  
     display: flex;
    align-items: center;
    margin-left: 10px;
    
}
nav ul li.overline a{
    position: relative;
    color: #2C8666;
    min-height: 54px;
     display: block;
    align-items: center;
    margin-left: 10px;
    margin:  10px 0px 8px 10px;
}
nav ul li a:hover{
    color:#146FB8;
    transition: all .3s;
}
nav ul li a:hover::before{
    border-left: 10px solid #146FB8;
    transition: all .3s;
}
.trigger{
    margin-top: 2px;
    margin-left: -10px;
	padding: 17px 0px 0 20px;
	font-weight: 500;
    cursor: pointer;
    width: 250px;
    color: #2C8666;
    min-height: 54px;
    font-weight: bold;
}
.trigger::before{
    content: "";
    position: absolute;
    margin-left: -20px;
    border-style: solid;
    border-color: transparent;
    border-width: 0.64952em 0.375em;
    border-top-color: currentColor;
    border-bottom: 0;
    top:20px;
}
.trigger:hover {
    color:#146FB8;
    transition: all .3s;
}
ul.trigger-list{
	padding: 0;
    border-radius: 0;
    margin-left: -20px;
    width: 258px;
}
.trigger-list li:first-child{
    border-top: dashed 2px #2c8666;
    margin-left: 0;
    padding-left: 20px;
}
.trigger-list li a{
	padding: 8px 0px 8px 0px;
    line-height: 130%;
}
h2{
        text-align: center;
    font-size: clamp(24px,2.4vw,32px);
}
.posutare_box{
        width: 100%;
    justify-content: center;
    display: flex;
   
}
.center{
     position: relative;
/*    width: 300px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}
.center:hover::before{
    opacity: .5;
}
.center:hover::after{
    opacity: .5;
}
.center::after{
    content: "";
    vertical-align: middle;
    position: absolute;
/*    width: 170px;*/
    width: 140px;
    height: 55px;
    background:#146FB8;
    color: #ffffff;
  
}
.center::before{
  content: "";
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 20px solid #146FB8;
    position: absolute;
    top: -19px;
}
.z{
    position: relative;
    z-index: 9999;
    text-align: center;
    color: #ffffff;
}
.posutare_box img{
    width: 135px;
    margin: 16px 0 16px;
}
.posutare_box a:hover{
    opacity: .8;
    
}

.info{
        width: 80%;
    background-color: rgba(22, 106, 181, 0.7);
    margin: 0 auto 45px;
    padding: 40px;
    color: #fff;
    height: 270px;
    border-radius: 16px;
    overflow: scroll;
}
.info_flex{
    display: flex;
/*    justify-content: center;*/
    margin-top: 30px;
    gap:25px;
}
.baner{
    display: flex;
justify-content: space-between;
    max-width:1200px;
    margin: 50px auto;
   gap:20px;
    
}
.baner div{
    background: #FFFFFF;
    width: 270px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    
    
}
a.js-modal-open {
    padding: 15px 40px 15px 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 0 auto 20px auto;
  background: linear-gradient(to bottom, #329873, #35aa80);
  border-radius: 10px;
  /*box-shadow: 0 3px 0 #2C8666;*/
  /*border: 2px solid #ff0;*/
    border: 3px solid #FF3399;
  display: block;
  width: 80%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3rem;
}
a:hover.js-modal-open {
    opacity: 0.8;
}
.modal_btn a{
  padding: 15px 40px 15px 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 0 auto 20px auto;
  background: linear-gradient(to bottom, #329873, #35aa80);
  border-radius: 10px;
  box-shadow: 0 3px 0 #2C8666;
  display: block;
  position: relative;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3rem;
}
.btn_two_rows{
  margin: 0px auto 30px auto;
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
    width: 80%;
}
.btn_two_rows a {
    max-width: 300px;
  width: 100%;
    margin: 0 auto 20px auto;
    display: block;
  position: relative;
}

.modal_btn a:hover,.btn_two_rows a:hover {
  opacity: 0.8;
}
.modal {
  display: none;
  position: fixed;
  z-index: 2010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  /*height: 50%;
  min-height: 150px;*/
  padding: 30px;
  border-radius: 10px;
  background: #fff;
  clear: both;
}
.modal_midashi {
    background: #1579B7;
    color: #fff;
    width: 100%;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 10px 20px;
    display: block;
}
.modal_txt {
    margin: 10px 0 35px 0; 
    text-align: center;
    line-height: 150%;
}
.modal_txt_left {
    margin: 10px 0 35px 0; 
    text-align: left;
    line-height: 150%;
}
.modal_close {
  width: 150px;
  margin: 50px 28px 0px auto;
}
.modal_close a:link, .modal_close a:active, .modal_close a:visited {
  background-color: #fff;
  width: 150px;
  padding: 8px;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
  box-shadow: none;
}
.modal_close a:hover {
  background-color: #E8FAFF;
}
.award_btn a {
    padding: 15px 40px 15px 30px;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.0rem;
  margin: 0 auto 20px auto;
  background: linear-gradient(to bottom, #329873, #35aa80);
  border-radius: 10px;
  /*box-shadow: 0 3px 0 #2C8666;*/
  /*border: 2px solid #ff0;*/
    border: 3px solid #FF3399;
  display: block;
  width: 80%;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  line-height: 1.3rem;
}
.award_btn a:hover {
    opacity: 0.8;
}
a.blue3 {
  color: #1579B7;
  font-weight: bold;
    display: inline-block;
    margin: 0;
    width: auto;
    
}
a.blue3:hover {
  opacity: .5;
}

/*
.bg img{
    width: 1200px;
    margin: 0 auto;
    display: block;
    position: relative;
}
*/
/***************************************/

/*****************************footer*/
.bg3{
    width: 100%;
    min-height: 120px;
    background: #146FB8;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
   
}
.test{
    display: flex;
    gap:30px;
   
}
.f_box{
    background: #fff;
    color: #146FB8;
    width: 65px;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

 .table01 {
  border-collapse: collapse;
  margin: 0px 0px 15px 0px;
  background-color: #FFF;
  width: 100%;
  line-height: 150%;
}
.table01 th {
  border: 1px solid #000;
  padding: 8px 8px;
  text-align: center;
 vertical-align: middle;
  background-color: #f2f2f2;
  font-weight: 500;
}
.table01 th.left {
  text-align: left;
}
.table01 td {
  border: 1px solid #000;
  padding: 8px 8px;
    text-align: center;
    vertical-align: middle;
}
  .flex_ws {
    display: flex;
    align-items: flex-start;
      justify-content: space-between;
      margin: 0 20px;
      gap:15px;
  }
  .flex_ws img {
    max-width: 350px;
  }
  .ws_txt {
    line-height: 150%;
      margin-left: 20px;
  }
.ws_poster img {
    width: 200px;
    text-align: right;
    display: block;
}
.ws_poster a:hover {
    opacity: 0.7;
}
.closing_remarks {
    border: 2px solid #f00;
    background-color: #fff;
    margin: 0 auto 20px auto;
    width: 80%;
    padding: 10px;
    text-align: center;
    line-height: 130%;
}
.br_none {
    display: none;
}

/***************************************/
@media(min-width:1500px){
.over1500size {
    margin: 10px 15% 35px 15%;
}
}

/*****************************レスポンシブ*/
@media(min-width:999px){
    .none{
        display: none;
    }
    .h_os_box{
        display: none;
    }
     .baner_os{
display: none;
    }
}
@media(max-width:999px){
    .h_center{
       display: none;
    }
    .h_center img{
        display: none;
    }
    .h_top_os{
        display: flex
;
    justify-content: center;
    align-items: center;
     min-height: 120px;
        padding: 0 15px;
    }
    .h_top_os img{
        width:100%;
        max-width: 400px;
    }
    .m_right{
      ;
        margin: 0;
    }
    .bg2{
        background: url("../img/bg_os.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position-y: 90%;
    }
    .bgos{
        width: 100%;
/*
        background: url("../img/bg_os.png");
        background-size: 100%;
    background-repeat: no-repeat;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    margin-top: 34px;
    width: 100%;
        background-position-y: 100%;
*/
    }
    .bg2.active{
        
        margin-top:34px;
    }
    .info{
        box-shadow: 0px 0px 29px 2px rgba(255, 255, 255, 0.75);
    }
    nav{
        margin: 0 auto;
    }
    
    .list_os.active{
        display: block;
    position: relative;
        z-index: 999;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    
    
    
    .baner{
        flex-wrap: wrap;
        justify-content: space-around;
        gap:20px;
    }
    .baner_os div{
        background: #FFFFFF;
    width: 270px;
    height: 70px;
    display: flex
;
    justify-content: center;
    align-items: center;
    }
    .baner_os{
        width: 300px;
   gap:20px;
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
       margin: 25px 0;
    }
    .posutare_os{
/*        width: 300px;*/
    display: flex
;
    justify-content: center;
    }
    .bg3{
      min-height: 140px;
        padding: 20px;
    }
    .f_box{
        margin-bottom: 8px;
        
    }
    .test{
        display: block;
       
    }
    .info_flex{
        display: block;
    }
    
/*    ハンバーガー*/
    .h_os_box{
        display: flex;
        align-items: flex-end;
        gap: 40px;
        justify-content: space-between;
        width: 100%;
        
    }
    .tyusin{
        margin: 0 auto;
    display: block;
    }
    .bg_os{

        background-color: rgba(0, 0, 0, 0.50);
        width: 100%;
        height: 100%;
        position: fixed;
        display: block;
        z-index: 99;
        position: fixed;
        left: -100%;
        transition: all 0.4s;
        top: 0;
        overflow-y: scroll;
    }
    .bg_os.panelactive{
        left: 0;
    }
    .g-nav{
             
   position: fixed;
        z-index: 999;
        height: 100%;
        transition: all .5s;
        width: 90%;
        max-width: 270px;
        background-size: cover;
        left: -100%;
        padding-top: 30px;
    }
    .g-nav.panelactive{
               left: 0;
        overflow: scroll;
        background: #fff;
    }
.btn {
    max-width: 45px;
    width: 100%;
    height: 45px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; /* 子要素の配置基準 */
    z-index: 9999;
    
}

.btn span {
    width: 25px;
    height: 2px;
    background-color: #146FB8;
    position: absolute; /* 中央基準に配置 */
    transition: 0.3s ease; /* アニメーションを滑らかに */
}

.btn span:nth-of-type(1) {
    transform: translateY(-6px); /* 上に移動 */
}

.btn span:nth-of-type(2) {
    transform: translateY(6px); /* 下に移動 */
}

.btn.panelactive span:nth-of-type(1) {
    transform: rotate(-45deg); /* 左上から右下への線 */
}

.btn.panelactive span:nth-of-type(2) {
    transform: rotate(45deg); /* 右上から左下への線 */
}

  .table01 {
    border-collapse: collapse;
    margin: 0px 0px 15px 0px;
    background-color: #FFF;
    width: 100%;
    line-height: 150%;
  }
  .table01 th {
    border: 1px solid #000;
    padding: 8px 8px;
    text-align: center;
    vertical-align: middle;
    background-color: #f2f2f2;
    font-weight: 500;
  }
.table01 td {
  border: 1px solid #000;
  padding: 8px 8px;
    text-align: center;
    vertical-align: middle;
}

}
/*

*/
@media(max-width:600px){
    .bg2{
        height: 1080px;
    }
      .table01 {
    font-size: 0.9rem;
  }
    .table01 th, .table01 td {
        padding: 5px;
    }
.br_none {
    display: block;
}
.poster_img img {
    width: 90%;
    margin: 0 auto;
    display: block;
}
  .flex_ws {
    display: block;
  }
  .ws_txt img {
    width: 100px;
    margin: 0 auto 20px auto;
      display: block;
  }
.ws_poster img {
    width: 60%;
    margin: 0 auto;
}
.indent_03 {
    padding-left: 0;
    display: block;
}
.modal__content {
  width: 85%;
}
.modal_close {
  margin: 20px 0px 0px auto;
}
.br_none {
    display: block;
}
}
@media(max-width:375px){
    .bg2{
        background-size: 380px;
        height:950px;
       background-position-y:0;
        background-repeat: no-repeat;
        
    }
    .bg3{
        padding:20px 15px;
        font-size: 14px;
    }
.closing_remarks {
    font-size: 13px;
}
    .info {
        padding: 20px;
        height: 250px;
    }
}
/***************************************/