@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

body{
    margin: 0;
  }
	

  body {
      font-family: 'Noto Sans JP','Noto Sans JP', sans-serif;
      font-weight: 500;
      }

  ul, li {
    list-style: none;
    margin-block-start: 0em;
      margin-block-end: 0em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 0px;
  }

  p{
    display: block;
      margin-block-start: 0em;
      margin-block-end: 0em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
  }

  h2{
    display: block;
    font-size: 34px;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
  }

  html, body, div, span, object, iframe,
h1, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

  a{
    color:;
  }

  a:active{
    color:;
  }

  a:checked{
    color:;
  }


  footer  a{
    color:#fff;
  }

  footer  a:checked{
    color:#fff;
  }

  footer  a:active{
    color:#fff;
  }

  footer  a:checked{
    color:#fff;
  }
  

  .mainposi a:-webkit-any-link {
    color:#000;
    cursor: pointer;
    text-decoration: none;
}


  h2 {
    font-family: 'Noto Sans JP', Arial, sans-serif;
    color: #fff;
    opacity: 1;
    transition: opacity 1s;
  }


  .topview{
    width:100%;
    margin: 0 auto;
    padding-top: 100vh;
    overflow: hidden;
    background-color: #fff;
    background-size: 100%;
    position: relative;
  }

  .topview_img{
    display: block;
    position: absolute;
    top: 0%;
    left: 50%;
    background: url(JPG/image_photo_top1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:10;
  }
  .topview__txt{
    display: block;
    position: absolute;
    bottom:35%;
    right:7%;
    z-index: 15;
    color: #fff;
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: right;
    -moz-text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.46);
    -webkit-text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.46);
    -ms-text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.46);
    text-shadow: 0px 0px 22px rgba(0, 0, 0, 0.46);
  }

  .topview__txt__small{
    display: block;
    position: absolute;
    background: url(SVG2/Top_eijitxt.svg);
    background-repeat: no-repeat;
    background-size: cover;
    width:320px;
    height: 110px;
    bottom:10%;
    left:8%;
    z-index: 15;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.2em;
    font-weight: bold;
    text-align: left;
  }


  .topview__logo{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 392px;
    max-height: 200px;
    bottom:6%;
    right:5%;
    z-index: 15;
  }

  .message_sect{
    height: 660px;
    background-color: #fff;

    position: relative;
  }

  .message_sect .learnmore{
    width: 60px;
    height: 44px;
    position: absolute;
    top: 32px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .message__h2{
    padding-top: 140px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 52px;
    font-weight: bold;
    color:#001c77;
  }
  .message__p{
    font-family: 'Noto Sans JP','Noto Sans JP';
    padding-top:70px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 32px;
    color:#001c77;
  }


  .news_sect{
    height: 435px;
    background-color: #fff;
    position: relative;
  }
  .news_sect .news_wrap{
    width:940px;
    margin: 0 auto;
    padding-top: 100px;
  }
  .news_sect .news_wrap .news_title{
    margin:0px auto 8px auto;
     width: 1000px;
      font-weight:bold;
       font-size:22px;
    }

  .news_sect .gradient_border{
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%);
  }

  .news_content{
    margin-top: 8px;
    box-sizing: content-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    color: #333;
    align-items: center;
  }

  .news_content p{
    box-sizing: content-box;
    padding-top: ;
  }

  .newsdate{
    margin-top: 18px;
    padding-right: 20px;
    font-weight: 400;
    font-size: 14px;
    color:#666;
  }

.newscat{
    margin-top: 18px;
    display: inline-block;
    padding:1px 8px;
    background: #00C6C1;
    border-radius: 9999px;
    color: #fff;
    text-align: center;
    font-size: 10px;
}

.newstxt{
  width:97%;
  font-size: 14px;
}

.newstxt a{
  display: inline-block;
  cursor: pointer;
  color: #333;
  border-bottom: 1px solid #fff;
}
.newstxt a:hover{
  display: inline-block;
  color:#001c77;
  border-bottom: 1px solid #001c77;
}
.newstxt a:active{
  color:#001c77;
}

.newstxt a:checked{
  color:#001c77;
}

.news_more{
  text-align: center;
  margin: 40px auto;
}

.news_more p{
  width:200px;
  color: #808080;
  font-size: 16px;
  border: 1px solid #808080;
  padding:6px 10px;
  margin: 20px auto;
  position:relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.14s;
}

.news_more p::after{
  content: '+';
  font-size: 22px;
  color:#808080;
  position: absolute;
  top:50%;
  left:20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news_more p:hover{
  background: #eeeeee;
}

  .news_content img{
    padding-top: 8px;
  }

  .introhead_sect{
    background: #001c77;
    height: 480px;
    text-align: center;
    position: relative;
    z-index: 18;
  }

  .mgtop16{
    margin-top: 16px;
  }

  .intro_qenest{
    width:1000px;
    margin: 0 auto;
  }

    .intro_qenest h2{
      padding-top: 90px;
      letter-spacing: 0.2em;
    }
    .line_white{
      width: 100%;
      padding-top: 90px;
    }

  .h2big{
    font-size: 58px;
  }

  .intro_text{
    padding: 54px 0 20px 0;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
  }

  .intro_sect{
    height: 1970px;
    background: transparent;
    position: relative;
  }

  .intro_sect .bgsticky{
    background-image: url(JPG/image_photo_004_sample.jpg);
    background-position: center;
    background-size:  cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    top:0;
    z-index:1;
  }


  .oversticky0{
    position: absolute;
    top:0;
    left:50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    z-index:14;
  }
  .oversticky{
    position: absolute;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:15;
  }

  .about_wraper{
    width:1000px;
    margin: 0 auto;
    padding-top:100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about_wraper2{
    width:1000px;
    margin: 0 auto;
    padding-top:146px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .about_text{
  width: 500px;
  float:left;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.1em;
  }
  .about_logo{
    float:left;
    width:451px;
    height:230px;
  }
  .about_logo_pd{
    padding-left: 60px;
  }
  .about_ene{
    width:;
    height:80px;
    transition: all 0.8s;
    transition-delay: 0.1s;
  }
  .about_nex{
    width:280px;
    height:86px;
    transition: all 0.8s;
    transition-delay: 0.1s;
  }
  .about_est{
    width:280px;
    height:86px;
    transition: all 0.8s;
    transition-delay: 0.1s;
  }



  .about_text2{
    width: 500px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0.1em;
  }

  .about_boxtext{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0px 50px;
    width: 1000px;
    height:240px;
    border: 1px solid #fff;
    color:#fff;
    background: rgba(0,28,119,0.6);
    font-size: 20px;
    text-align: center;
    margin-top:76px;
    margin-left:auto;
    margin-right:auto;
    line-height: 42px;
    letter-spacing: 0.1em;
  }

  .about_boxtext__box{
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0px 50px;
    width: 1000px;
    height:300px;
    color:#fff;
    background: rgba(0,0,0,0.4);
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 32px;
    position: relative;
  }
  .about_boxtext__box::after{
    position: absolute;
    content: '';
    width:60px;
    height:64px;
    background-image: url(SVG2/Arrow_down_white_01.svg);
    top: -60px;
    opacity: 0;
    transition: all .4s;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .oversticky .arrow_plusanime::after{
    top:0px;
    opacity: 1;
  }
  .about_boxtext__title{
    margin-bottom: 32px;
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about_boxtext__box_img{
    width: 50px;
    height: 50px;
    margin-right: 24px;
  }
  .about_boxtext__box p:nth-child(2){
    text-align: center;
  }


  /*0524add-start*/

  .fullsize{
    height: 580px;
    margin: 30px calc(50% - 49.2vw) 0px calc(50% - 49.2vw);
    padding: 110px calc(49.2vw - 50%);
    background: rgba(255, 255, 255, 0.6);
    position: relative;
  }
  .about_boxtext2_copy{
    padding:80px 50px 0px 50px;
    width: 1000px;
    height:360px;
    color:#001C77;
    background: #fff;
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:0px;
    line-height: 38.5px;
  }
  .about_boxtext2_copy .before_gradi{
      letter-spacing: 0.1em;
      line-height: 42px;
      font-weight: bold;
      margin-bottom: 20px;
    }
  @media screen and (max-width: 768px) {
    .about_boxtext2_copy{
      height: 630px;
      padding:10px 20px 0px 20px;
      width: 90%;
    }
    .about_gradient{
      font-size: 30px;
      margin: 0px calc(50% - 50vw) 0px calc(50% - 50vw);
      padding: 0px calc(50vw - 50%);
    }
    .about_boxtext2_copy .before_gradi{
      margin-bottom: 66px;
      margin-top: 66px;
    }
  }

  /*0524add-end*/

.intro_sect .oversticky2{
  width: 100%;
  height: 580px;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom:0;
  left:50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index:15;
  overflow: hidden;
}

  .about_boxtext2{
    padding:80px 50px 0px 50px;
    width: 1000px;
    height:360px;
    color:#001C77;
    background: #fff;
    font-size: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top:110px;
    line-height: 38.5px;
  }
  .about_boxtext2 .before_gradi{
    letter-spacing: 0.1em;
    line-height: 42px;
    font-weight: bold;
  }
  .about_gradient_wrap{
    width: 1350px;
    height: 120px;
    text-align: center;
    background: transparent;
    position: absolute;
    bottom:195px;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:15;
  }

  .about_gradient{
    margin: 0px calc(50% - 49.2vw) 0px calc(50% - 49.2vw);
    padding: 0px calc(50vw - 50%);
    height: 120px;
    margin-top: 0px;
    color:#fff;
    font-size: 30px;
    letter-spacing: 0.2em;
    font-weight: bold;
    background:  ;
    position: relative;
    overflow: hidden;
  }
  .about_gradient::before{
  }
  .about_gradient::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%) ;
    transition: all 0.62s cubic-bezier(0.165, 0.84, 0.44, 1  );
    z-index: 10;
    transform: translateX(-100%);
  }
  .fade::after{
    content: '';
    transform: translateX(0%);
  }

  .about_gradient .whitetxt{
    width:100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 20;
  }
  .about_gradient .whiteline{
    width:100%;
    max-width: 770px;
    background-color: #fff;
    height: 2px;
    display: inline-block;
    margin-top: 44px;
    margin-left: -16px;
    position: inherit;
    z-index: 20;
  }


  .strength_sect{
    height: 2560px;
    background: #001c77;
    position: relative;
    z-index: -2;
  }

  .strength_sect .bgsticky{
    position: absolute;
    background-image: url(JPG/image_panel.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    min-height:720px;
    top:0;
    z-index:-1;
  }

  .strength_absolute__wrap{
    position: absolute;
    width: 100%;
    top:0;
    z-index:15;
  }

  .strength_sect .oversticky{
    position: absolute;
    top:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index:15;
    
  }

  .strength_wrap{
    position: relative;
    top:0;
    width:100%;
    height: 800px;
    display: flex;
    z-index:16;
  }

  .strength_img{
    padding:120px 50px 0 8.4vw ;
    width: 40vw;
    z-index:17;
  }
  .strength_img img{
    width: 487px;
    height: 326px;
  }
  .strength_black{
    position: absolute;
    background: rgba(0,0,0,0.4);
    top:0;
    right:0;
    width: 50vw;
    height: 800px;
    z-index:19;
    padding:100px 90px 0 40px;
    color:#fff;
  }

  .strength_black .strength__title{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.1em;
  padding-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 520px;
  }

  .strength__title .smallfont{
    font-size: 10px;
    line-height: 32px;
    letter-spacing: 0.4em;
    font-weight: 400;
  }

  .strength_black p{
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
    padding:24px 0 80px 0;
    font-weight: 400;
    width: 100%;
    max-width: 520px;
  }

  .strength_black .gradient_border{
    height: 2px;
    width: 120px;
    background: linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%);
  }





  .vision_head{
    position: relative;
    width: 100%;
    background: rgba(255,255,255,0.75);
    height: 420px;
    text-align: center;
    z-index:19;
  }

  .vision_head::after{
    content: '';
    position: absolute;
    width:60px;
    height:64px;
    background-image: url(SVG2/Arrow_down_white_01.svg);
    bottom:0px;
    opacity: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: .8s;
    z-index:25;
  }

  .arrow_plusanime::after{
    bottom: -52px;
    opacity: 1;
  }

  .vision_head .vision_head__arrow{
    position: absolute;
    top:0px;
    opacity: 0;
    transition: .4s;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index:25;
  }
  .vision_head .arrow_plusanime{
    top:56px;
    opacity: 1;
  }

  .white__tri__left{
    position: absolute;
    top:0;
    left:0;
    width:120px;
    height:420px;
    z-index:25;
  }
  .white__tri__right{
    position: absolute;
    top:0;
    right:0;
    width:120px;
    height:420px;
    z-index:25;
  }

  .vision_head h2{
    padding-top: 168px;
    letter-spacing: 0.2em;
    color:#001c77;
  }


  


  .vision__blackgradi{
    position: relative;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.5),rgba(255, 255, 255, 0));
    background-size: 100% 560px;
    background-repeat: no-repeat;
    padding:420px 0 0 0;
    text-align: center;
    z-index:18;
  }

  .vision_caption{
    width: 1000px;
    position: absolute;
    top:60px;
    opacity: 0;
    transition: .4s;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    color: #fff;
   text-align: center;
   font-size: 30px;
   letter-spacing: 0.2em;
   line-height: 50px;
   font-weight: bold;
   text-shadow: 2px 2px 8px rgba(0,0,0,0.5), 2px 2px 19px rgba(0,0,0,0.1);
   z-index:19;
  }
  .vision__blackgradi .arrow_plusanime{
    top:128px;
    opacity: 1;
  }

  .vision__contents{
    margin: 0 auto;
    width: 100%;
    background: linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%),linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%),rgba(0, 0, 0, 0.6);
    background-position: left 0px bottom 0px,left 0px bottom 24px,left 0px top 0px;
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-size: 100% 20px,100% 2px,100%;
    width: 1000px;
    height: 700px;
    text-align: center;
    z-index:19;
  }

  .gradient_border{
    background: linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%);
  }

  .vision__contents .gradient_border{
    display: inline-block;
    height: 20px;
    width: 100%;
    position: relative;
    z-index:19;
  }

  .vision__contents .gradient_border::after{
    content: '';
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, rgba(136,221,187,1) 0%, rgba(102,221,221,1) 40%, rgba(0,17,153,1) 100%);
    position: absolute;
    bottom:-6px;
    left:0;
  }

  .vision__contents_wrap{
    width: 780px;
    margin:53px auto 134px auto;
  }

  .vision__contents_wrap li{
    text-align: left;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .vision__contents_wrap li div{
    width:660px;
  }

  .vision__contents_wrap li img{
    display: inline-block;
    margin-left: 10px;
    margin-right: 48px;
    width:70px;
    height:70px;
  }

  .vision__contents_wrap li h3{
    width: 660px;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 12px;
  }
  .vision__contents_wrap li:nth-of-type(1) h3{
    margin-top: 18px;
  }

  .vision__contents_wrap li p{
    width: 660px;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 400;
  }

  .vision__contents_wrap li:nth-of-type(-n+2)::after {
    content: '';
    position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #fff, #fff 3px, transparent 3px, transparent 8px);
    background-size: 8px 2px;          /* グラデーションの幅・高さを指定 */
    background-position: left bottom;  /* 背景の開始位置を指定 */
    background-repeat: repeat-x;       /* 横向きにのみ繰り返す */
  }


  .detail__head{
    width: 100%;
    height:430px;
    background: url(SVG2/blue_black_border.svg),#000;
    background-size: 1180px 150px,100%;
    background-repeat: repeat-x,repeat;
    position: relative;
    z-index: 3;

  }
  .detail__head::after{
    content: '';
    width: 60px;
    height: 44px;
    position: absolute;
    background: url(SVG2/Arrow_down_green_01.svg);
    background-repeat: no-repeat;
    background-size: 60px 44px;
    top:31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .detail__logo{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    max-width: 392px;
    max-height: 200px;
    top:180px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .detail__body{
    width: 100%;
    min-width: 1000px;
    height:105%;
    min-height: 1160px;
    background: url(JPG/image_photo_003.jpg);
    background-size: cover;
    background-attachment: fixed; 
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    z-index: 3;
  }
  .detail__body__head{
    width:100%;
    height: 160px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
  }
  .detail__body__head::after{
  content: '';
  width: 60px;
  height: 24px;
  position: absolute;
  background: url(SVG2/arrow_gray.svg);
  background-repeat: no-repeat;
  background-size: 60px 24px;
  bottom:-24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  }
  .detail__body__head h2{
  padding-top: 60px;
  font-size: 34px;
  line-height: 52px;
  letter-spacing: 0.2em;
  color: #fff;
  }


  .detail__body_position_calc{
width: 100%;
display: flex;
align-items: stretch
  }
  .detail__body_position_calc:first-of-type{
  margin-top: 108px;
  }
  .detail__calc_left{
    width: calc((100vw - 1000px) / 2);
    height:70px;
    border: 0px #fff solid;
  }
  .detail__body__wrap{
    text-align: right;
    margin: 0 0 0 0;
    width: 100%;
    max-width: 1000px;
  }
  .detail__body__borderbox{
    border: #fff solid;
    border-width:2px 0px 2px 2px;
    height: 104px;
    width: 100%;
    
    text-align: left;
  }
  .detail__body__logo1{
    width: 610px;
    height: 100px;
    background: rgba(255, 255, 255, 0.7);
  }
  .detail__body__logo2{
    width: 287px;
    height: 70px;
  }
  .detail__body__logo3{
    width: 317px;
    height: 70px;
  }
  .detail__body__logo4{
    width: 320px;
    height: 70px;
  }
  .detail__body__borderbox2{
    height: ;
  }
  .detail__body__borderbox3, .detail__body__borderbox4{
    height: ;
  }
  .detail__body__borderbox2, .detail__body__borderbox3, .detail__body__borderbox4{
    border: #fff solid;
    border-width:0px 0px 2px 2px;
    width: 100%;
    position: relative;
    text-align: left;
  }
  .detail__body__group{
    padding-left: 40px;
    height: 130px;
    border-left: solid 40px #00c6c1;
  }
  .detail__body__flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail__body__title{
    display: inline-block;
    padding-top: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .detail__body__minititle:first-of-type{
    margin-top: 0px;
  }
  .detail__body__minititle{
  margin-top: 24px;
  display: inline-block;
  height: 50px;
  width: 100%;
  max-width: 460px;
  padding: 8px 0 8px 72px;
  background: rgba(0,28,119,0.5);
  font-size: 14px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #fff;
  }
  .smallfont{
  font-size: 0.6em;
  }
  .detail__body__text{
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.1em;
    color: #fff;
  }

  .detail__body__button{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width:630px;
    height: 70px;
    background: url(SVG2/opacity_bg.svg);
    background-size: 430px 70px;
    background-repeat: no-repeat;
    background-position: left;
    bottom: 0;
    right: 0;
    border: solid #fff;
    border-width: 2px 0px 0px 2px;
  }
  .detail__body__button_a{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width:630px;
    height: 70px;
    background: url(SVG2/opacity_bg.svg);
    background-size: 430px 70px;
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    right: 0;
    border: solid #fff;
    border-width: 2px 0px 0px 2px;
  }
  .detail__body__button_b{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width:630px;
    height: 70px;
    background: url(SVG2/opacity_bg.svg);
    background-size: 430px 70px;
    background-repeat: no-repeat;
    background-position: left;
    top: 0;
    right: 0;
    border: solid #fff;
    border-width: 0px 0px 0px 2px;
  }
  .detail__body__button_more{
    width: 199px;
    height: 69px;
    cursor: pointer;
  }
  .detail__body_banner_area{
    text-align: right;
    padding-top: 16px;
    padding-right: 88px;
    position: relative;
  }
  .detail__body_banner_area a{
  position: relative;
  height: 100%;
  display: inline-block;
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1 );
  opacity: 1;
  }
  .detail__body_banner_area img{
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1 );
    opacity: 1;
  }
  .detail__body_banner_area a:hover img{
    opacity: 0.6;
   }
  .detail__body_banner_area span{
    width: 20px;
    height: 20px;
  }
  .detail__body_banner_area a::after{
    content: '';
    background: url(SVG2/icons8-external-link.svg);
    background-size: contain;
    width: 20px;
    height: 20px;
    top:2px;
    right: 2px;
    position: absolute;
    z-index: 10;
  }


  .sample3 {
    position      : relative;
    margin        : auto;
    max-width     : 100%;
    padding       : 0 0px;
    background    : url(SVG2/bg_black.svg);
    background-position: 70px 70px;
    background-size: cover;
    background-repeat: repeat-x;
    text-align    : left;
    line-height   : 1.3;
    font-size     : 13pt;
    height        : 70px;
    overflow      : hidden;                       /* hidden */
    transition    : .5s;
   }
   
   .sample3 #doc03{
   height: 540px;
   }
   .sample3 #doc04{
   height: 480px;
   }
   .sample3 #doc05{
   height: 520px;
   }
   
   .detail__body__button_a > input {
    display       : none;
   }
   .detail__body__button_b > input {
    display       : none;
   }
   
   
   /* === チェックボックスのlabel（＝ボタンに見せる） =============== */
   .detail__label {
    position      : absolute;
    display       : inline-block;
    top        : 0px;
    right         : 0px;
    background    : rgba(255,255,255,0.0);
    border        : 0px solid #008000;
    font-size     : 9pt;
    font-weight   : bold;
    cursor: pointer;
    transition: all 2.0s ease;
   }
   .detail__label::after {
   }
   
   /* --- ボタンにカーソルが乗った時 -------------------------------- */
   input[type="checkbox"] + .detail__label:hover {
    background    : linear-gradient(90deg, rgba(136,221,187,0.4) 0%, rgba(102,221,221,0.4) 40%, rgba(0,17,153,0.4) 100%);
   }
   
   /* --- ボタンに表示する文字（閉じているとき） -------------------- */
   input[type="checkbox"]:not(:checked) + .detail__label::after {
    content       : url(SVG2/company_MORE_01.svg);
    width: 140px;
    height:90px;
   }
   
   /* --- ボタンに表示する文字（開いているとき） -------------------- */
   input[type="checkbox"]:checked + .detail__label::after {
    content       : url(SVG2/company_CLOSE_01.svg);
    width: 140px;
    height:90px;
   }

   .detail__body__blackarea1 {
     width: calc((100vw - 1000px) / 2); border: #fff solid; border-width: 0px 0 2px 0;
     background : url(SVG2/bg_black.svg);
     background-position: 70px 250px;
     background-size: cover;
     background-repeat: repeat-x;
   }
   .detail__body__blackarea2 {
   width: calc((100vw - 1000px) / 2); border: #fff solid; border-width: 0px 0 2px 0;  background  : url(SVG2/bg_black.svg);
   background-position: 70px 70px;
   background-size: cover;
   background-repeat: repeat-x;
   }






    .detail__end{
    width: 100%;
    height:150px;
    background: url(SVG2/footer_before.svg),#000;
    background-size: 1180px 150px,100%;
    background-repeat: repeat-x,repeat;
    position: relative;

  }


  .intro_caption{
    position: absolute;
    top:-35px;
    left:55px;
  }

  .intro_capsvg{
    width:450px;
    height:200px;
  }

  .intro_explain{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    top:110px;
    left:55px;
  }

  .spce{
    width: 100%;
    height:50px;
  }

  .service_sect{
    height: 120px;
    background: ;
    background-size: 300px;
    position: relative;
  }

  .nest_bar{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .service_h3{
    padding-top: 24px;
    font-size: 38px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .enest_sect{
    width:100%;
    margin: 0 auto;
    padding-top: 550px;
    overflow: hidden;
    background:linear-gradient(-90deg, #88ddbb 0%, #66dddd 40%, #001199 100%), #001c77;
    background-size: 100% 150px,100% 100%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 15;
  }


  .st_sect1{
    width:100%;
    margin: 0 auto;
    padding-top: 810px;
    overflow: hidden;
    background-color: #001c77;
    background-size: 100%;
    position: relative;
  }

  .st_sect1 .ene1{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100.5%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index:10;
  }

  .st_sect2{
    width:100%;
    margin: 0 auto;
    padding-top: 720px;
    padding-bottom: 30px;
    overflow: hidden;
    background-color: #001c77;
    background-size: 100%;
    position: relative;
  }

  .st_sect2 .ene2{
	display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 104%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index:10;
}


.space_sect1{
  width:100%;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.space_sect2{
  width:100%;
  margin: 0 auto;
  padding-top: 20px;
  overflow: hidden;
  background-color: #00c6c1;
  position: relative;
}


  .enehead{
    position: absolute;
    top:0;
    left:0;
    padding:20px 0 0 40px;
    z-index: 19;
  }
  .enehead_svg{
       width:480px; height:145px;
  }

  .entx1{
    color:#fff;
    padding-top:30px;
    padding-left:30px;
  }

 

  header{
    position: relative;
    overflow: hidden;
  }

  footer{
    position: relative;
    background-color: #001c77;
    margin-top: 0px;
    height:280px;
  }

  .footer_logo{
   position: absolute;
   bottom:0;
   right:0;
   padding:40px 32px 96px 20px;
   background-color: #001c77;
   width: 100%;
   text-align: right;
   z-index: 10;
  }
  .footer_logo img{
    width:196px;
    height:100px;
  }

  .footer__scrolltop{
    position: absolute;
    top:30px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 60px;
    height:48px;
    z-index: 15;
  }
  .footer__scrolltop_a{
  position: absolute;
  background: url(SVG2/to-TOP_01.svg) 0 0 / 100% no-repeat;
  width: 60px;
  height:48px;
  }
  .footer__scrolltop_a:hover{
    background: url(SVG2/to-TOP_hover_01.svg) 0 0 / 100% no-repeat;
  }

  footer p:first-child{
    position: absolute;
   bottom:0;
   left:0;
   padding:32px 24px 116px 24px;
   color: #fff;
   text-align: left;
   width: 100%;
   z-index: 15;
  }

  .footer__copy{
    position: absolute;
    bottom:16px;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    letter-spacing: 0.1em;
    font-weight: 300;
    font-size: 10px;
    margin-top: 24px;
    text-align: center;
    color: #fff;
    z-index: 15;
   }

  .footer__item{
   display:inline-block;
   font-size: 12px;
   line-height: 32px;
   margin-left:4.0em;
   letter-spacing: 0.1em;
   font-weight: 300;
   padding-bottom: 15px;
   border-bottom: 2px transparent solid;
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1 );
  }
  .footer__item:hover{
    border-bottom: 2px #fff solid;
   }



  /*ナビゲーション*/
  #logo img {
    max-width:50%;
  }

  nav{
   width: 100%;
   height: 90px;
   position: absolute;
   top:0;
   left:0;
   background: rgba(255,255,255,0.45);
   z-index: 99;
  }

  .mail{
    position: absolute;
   top:24px;
   right:30px;
   z-index: 101;
  }


  .mail_f{
position: absolute;
top:50%;
left:50%;
font-size: 14px;
color:#001c77;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
   z-index: 101;
  }

  .drawer{
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
   position: relative;
   height: 90px;
   width:18.8vw;
   max-width: 220px;
   background: rgba(0,0,0);
   border-radius: 0 0 0px 0;
  }

  .headerlogo{
    max-width:176.5px;
    width: 18vw;
    height:90px;
    transition: .4s;
  }

  /**/

  .menu ul li a {
  display:block;
    font-weight:bold;
  padding: 2em;
  border-bottom: 1px dotted #CCC;
    color:#000;
    text-decoration:none;
  }


  .menu ul li a:hover
  {background-color:rgba(0,0,0,0.75);
  color:#fff;}

  .menu ul .menu__li{
    transition: background 0.24s ease-in;
  }
  .menu ul .menu__li:hover{
    background: rgba(255,255,255,0.8);
  }

  .menuparent{
   text-align:center;
   
   -webkit-transform: translateX(0%);
   transform: translateX(0%);/**/
   -webkit-backface-visibility:hidden;
   backface-visibility:hidden;
   z-index: 350;
  }

  .menuparent.open {
   -webkit-transform: translateX(0%);
   transform: translateX(0%);/**/

  }


  /**/
  .Toggle {
      display: block;
      position: fixed;    /* body */
      width: 42px;
      height: 42px;
      cursor: pointer;
      z-index: 3;
    right:15px;
  }

  .Toggle span {
      display: block;
      position: absolute;
      width: 50px;
      border-bottom: solid 4px #333;
      -webkit-transition: .35s ease-in-out;	/**/
      -moz-transition: .35s ease-in-out;		/**/
      transition: .35s ease-in-out;			/**/

  }
   /**/
  .Toggle span:nth-child(1) {
      top:5px;
  }
   .Toggle span:nth-child(2) {
      top: 18px;
  }
   .Toggle span:nth-child(3) {
      top: 32px;
  }
  .Toggle.active span:nth-child(1) {
      top: 18px;
  /*  */
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }

  /*  */
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
      top: 18px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
  }


  /*----------------menu-PC------------------*/
  @media screen and (min-width: 769px) {

    .menuhidden{
      z-index:33;
      color:#000;
    }

  /**/
  .sp_only{display: none !important;}
  #logo img{max-width:250px;}

  nav{
   display: flex;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 2;
   transition: .4s;
  }
  .drawer{
    transition: .4s;
  }

  .is-animation {
    height: 72px;
  }

  .Toggle{
    display: none;
  }

  .menuparent{
    display: flex;
    flex-direction: row;
  }



  .menu{
  width: 90vw;
  font-size:0.9em;
  background-color: transparent;
  margin:0 10px;

  }
  .menu ul{
   height: 90px;
   padding-left: 6vw;
   display: flex;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
  }
  .menu ul li{
    position:relative;
    height: 90px;
  }

  .menu ul .menu__li::after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 6px;
    background: transparent;
    }
  
    .menu ul li:hover::after {
      background: #001c77;
    }

  .menu ul li a{
  font-size:min(1.5vw,18px);
   width: 13vw;
   margin: 0 1.5vw;
   padding: 0 0vw;
   border-bottom: none;
   position:relative;
   display: inline-block;
  }

  .menu ul li .mlink{
  font-size:min(1.5vw,18px);
   width: 13vw;
   margin: 0 1.5vw;
   padding: 30px 0vw 15px 0;
   border-bottom: none;
   position:relative;
   display: inline-block;
  }


  .menu ul li .mlink:hover{
  background-color:transparent;
  color:#001C77;
  }

  .menu ul li a:hover{
  background-color:transparent;
  color:#000;
  }

  .menuhidden{
  width: 100%; height:180px;
  position: absolute;
  
  left:0;
  }

  /*--PC--megamenu-second--*/

  .menu ul{
    position: relative;
  }
  .menu ul li ul.mega_menu-second {
    position: absolute;
    top: 80px;
    left: 0px;
    margin: 0px calc(50% - 50vw) 0px calc(50% - 50vw);
    width: 120vw;
    background: #001c77;
    color:#fff;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
  
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  .menu ul li ul.mega_menu-second a{
    color: #fff;
    font-size:min(1.5vw,15px);
    padding-top:34px;
  }
  
  ul.mega_menu-second {
    visibility: hidden;
    opacity: 0;
  }


  }


  @media screen and (max-width: 768px) {
    /*-----------------スマホ-------------------*/

  .news_sect{
      padding:0 20px;
    }
  .introhead_sect{
      padding:0 20px;
    }
  .introsvg{
       width:330px;
       height:145px;
    }
    .intro_text{
    font-size: 14px;  
    line-height: 24.5px;
    }

  .intro_caption{
    left:10px;
  }
  .intro_capsvg{
      width:260px;
      height:200px;
    }
    .intro_explain{
      color: #fff;
      font-size: 16px;
      font-weight: normal;
      position: absolute;
      top:110px;
      left:10px;
    }

/*-----------------0420スマホ-------------------*/
    .service_h3{
      padding-top: 24px;
      font-size: 32px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }

    .enest_sect{
      width:100%;
      margin: 0 auto;
      padding-top: 550px;
      overflow: hidden;
      background:linear-gradient(-90deg, #88ddbb 0%, #66dddd 40%, #001199 100%), #001c77;
      background-size: 100% 150px,100% 100%;
      background-repeat: no-repeat;
      position: relative;
      z-index: 15;
    }



    .enehead{
      position: absolute;
      top:0;
      left:0;
      padding:20px 0 0 5px;
      z-index: 19;
    }
.enehead_svg{
     width:280px; height:145px;
}
    .entx1{
      width:450px;
      color:#fff;
      padding-top:30px;
      padding-left:30px;
    }
    .comp_flex{
      margin: 0 1%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      width: 98%;
      max-width: 600px;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 25%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      z-index:10;
    }
    .cmp_left{
      color:#fff;
      font-size: 14px;
      font-weight: normal;
      text-align: center;
      width:100%;
      margin: 5px 0;
      background: #001c77;
      padding: 5px;
    }
    .cmp_right{
      color:#fff;
      font-size: 14px;
      font-weight: normal;
      width: 100%;
      margin: 5px 0 5px 0%;
      background: #001c77;
      padding: 5px 0 5px 25px;
    }

    .cmp_height{
      display: inline-block;
      padding: 0;
    }

    .cmp_height2{
      height: 100%;
    }

/*-----------------0420スマホend-------------------*/

.intro_sect .bgsticky{
  background-size: auto 100vh;
}
.strength_sect{

}
/*-----------------0504スマホ-------------------*/

.h2big{
  font-size: 40px;
}

.pc_only_opening{
  display: none;
}
.pc_only{
  display: none !important;
}

.topview{
  padding-top: 600px;
}
.topview_img{
  background-position: right -150px bottom 0px;
}

.topview__logo{
display: block;
position: absolute;
width: 200px;
height: 100px;
bottom: 6%;
right: 0%;
z-index: 15;
}

.topview__txt{
  right: 0%;
  width: 100%;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
}
.letterspace{
  letter-spacing: 0.12em;
}
.topview__txt__small{
  display: none;
  left:4%;
  bottom:2.4%;
}

.message_sect{
  height: 840px;
}
.message__h2{
  font-size: 26px;
  line-height: 46px;
  padding-left: 20px;
}
.message__p{
  font-family: 'Noto Sans JP';
  padding:40px 20px 0 20px;
  width: 100%;
  margin: 0 auto;
}

.intro_sect{
  height: 2880px;
}

.intro_qenest{
  width:100%;
  margin: 0 auto;
}
.line_white{
  width: 100%;
  padding-top: 45px;
}

.oversticky{
  width:100%;
}

.about_wraper{
  width:100%;
  flex-direction: column;
  padding-top: 42px;
}
.about_wraper2{
  width:100%;
  flex-direction: column;
  padding-top: 88px;
}
.fade::before{
  width:100%;
}

.about_text, .about_text2{
  width:100%;
  padding:0 20px;
  order: 1;
}
.about_logo{
  width:335px;
  height:170.7px;
}
.about_logo_pd{
  padding-left: 0px;
}
.about_ene{
  width:200px;
}
.about_nex{
  width:200px;
}
.about_est{
  width:200px;
}

.about_boxtext{
  padding: 32px 48px;
  height: 100%;
}

.intro_sect .oversticky2{
 bottom: 40px;
}
.about_boxtext, .about_boxtext2{
  width:calc(100% - 40px);
  margin: 0 20px;
  min-width: 300px;
}
.about_boxtext2{
  height:435px;
  padding: 0px 24px;
}
.about_gradient_wrap{
  width:100%;
}
.about_gradient{
  height: 260px;
  margin: 0 calc(50% - 50vw);
  line-height: 48px;
}
.about_gradient::after{
  height:260px;
}
.about_gradient .whiteline{
  display: none;
  margin-top: 154px;
  margin-left: -1px;
}

.about_boxtext__box{
  width: calc(100% - 40px);
  margin: 0 20px;
  height: 100%;
  padding: 88px 16px;
}
.fullsize{
  height: 850px;
}

.strength_sect{
  background: url(JPG/image_panel_sp.jpg);
  background-attachment:scroll;
  background-repeat: no-repeat;
  background-position: left top;
  height: 2950px;
}

.strength_black{
  width: 100vw;
  padding:100px 20px 0 20px;
  margin-top: 390px;
}
.strength_wrap{
  height: 1190px;
}
.strength_img{
  padding:8px 50px 0 8.4vw ;
}

.vision_head h2{
  font-size: 30px;
}


.vision__blackgradi .arrow_plusanime{
  top: 88px;
  opacity: 1;
}
.vision_caption{
  width: 100%;
  font-size: 26px;
  line-height: 46px;
  width: calc(100% - 40px);
}

.vision__contents{
  width: calc(100% - 40px);
  height: 900px;
}

.vision__contents_wrap{
  width: 100%;
  margin: 24px auto 0px auto;
}
.vision__contents_wrap li{
  text-align: center;
  height: 268px;
  flex-direction: column;
}
.vision__contents_wrap li img{
  float: none;
  margin-right:24px;
}
.vision__contents_wrap li div{
  width:100%;
}
.vision__contents_wrap li h3{
  width: 100%;
}
.vision__contents_wrap li p{
  width: 100%;
  padding: 0 20px;
}

.detail__logo{
  max-width: 335px;
  max-height: 170.7px;
}
.detail__body{
  min-width: 100%;
}
.detail__body__wrap{
  width:calc(100% - 40px);
  margin: 0px auto 0 auto;
}
.detail__body__group{
  padding-left:14px;
  border-left:solid 20px #00c6c1;
}
.detail__body__button{
 width: 100%;
}
.detail__body__button_a,
.detail__body__button_b{
  width: 100%;
  background: linear-gradient(270deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 70px, rgba(255,255,255,0.7) 70px, rgba(255,255,255,0.7) 100%);
  background-size: 100% 100%;
}

.detail__body__borderbox{
  height: ;
  border-width: 2px 2px 2px 2px;
}
.detail__body__borderbox2, .detail__body__borderbox3, .detail__body__borderbox4{
  border-width: 0px 2px 2px 2px;
}
.detail__body__logo1{
  width:100%;
  height: 100%;
}
.detail__body__logo2{
  width: 50%;
}
.detail__body__logo3,
.detail__body__logo4{
  width: 56%;
}
.detail__body__title{
  padding-top: 16px;
}
.detail__body__minititle{
  font-size: 11px;
}
.detail__body__text{
  font-size: 14px;
}

.detail__body__button_more{
  width:70px;
}
   /* --- ボタン--- */
   input[type="checkbox"]:not(:checked) + .detail__label::after {
    content       : url(SVG_sp/company_MORE_sp01.svg);
    width: 70px;
    height:70px;
   }
   input[type="checkbox"]:checked + .detail__label::after {
    content       : url(SVG_sp/company_CLOSE_sp01.svg);
    width: 70px;
    height:70px;
   }

.sample3 #doc03,.sample3 #doc05{
  height: 800px;
}
.sample3 #doc04{
  height: 820px;
}

.news_sect .news_wrap{
  width:100%;
}
.news_sect .news_wrap .news_title{
margin:0px auto 8px auto;
 width: 100%;
  font-weight:bold;
   font-size:22px;
}

.strength_img img{
  width: 100%;
  min-width: 300px;
}

.yellow{
  height: 560px;
  width: calc(100vw - 4px);
}

.footer_logo{
  background-color: transparent;
  padding: 40px 8px 173px 20px;
}

.footer_logo img{
  width:96px;
  height:100px;
}
footer p:first-child{
  padding:32px 4px 48px 4px;
}


/*-----------------0504スマホend-------------------*/

  .menuhidden{
    position:fixed;
    z-index:9999;
  }

  .drawer{
  background: transparent;
  padding:0;
  }

  .headerlogo{
    width:176.5px;
    height:90px;
    display: none;
  }

   .menuparent{
     display: block;
     position:absolute;
     top:0;
     transition: 0.4s ease;
     -webkit-transform: translateX(105%);
     transform: translateX(105%);/**/
   }
   .sp_menuhead{
     height: 120px;
     width: 80vw;
     background: #001c77;
     margin: 0 0 0 auto;
     text-align: left;
   }
   .sp_menuhead img{
     width: 153px;
     height: 77px;
     margin-top: 14px;
   }




   .menu{
   width: 80vw;
   font-size:0.9em;
   background-color: transparent;
   margin:0 0px;

   }
   .menu{
     text-align:center;
   }

   .Toggle {
       width: 60px;
       height: 60px;
       cursor: pointer;
       z-index: 999;
       right:0px;
       top:0px;
       background:rgba(255,255,255,0.6);
       box-shadow: -7px 7px 20px -10px rgba(0, 0, 0, 0.4);
   }

   .Toggle span {
       width: 30px;
       border-bottom: solid 3px #001C77;
   }
    /**/
   .Toggle span:nth-child(1) {
       top: 18px;
       left: 16px;
   }
    .Toggle span:nth-child(2) {
       top: 26px;
       left: 16px;
   }
    .Toggle span:nth-child(3) {
       top: 35px;
       left: 16px;
   }
   .Toggle.active{
     background: transparent;
     box-shadow: -7px 7px 20px -10px rgba(0, 0, 0, 0);
   }
   .Toggle.active span:nth-child(1) {
       top: 26px;
       border-bottom: solid 3px #fff;
   /* span45 */
       -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
   }

   /* 23span45 */
   .Toggle.active span:nth-child(2),
   .Toggle.active span:nth-child(3) {
       top: 26px;
       border-bottom: solid 3px #fff;
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       transform: rotate(45deg);
   }

 

   /*--スマホ--megamenu-second--*/
   .sp_menuhead_wrap{
     height: 110vh;
     background: #001c77;
     width: 80vw;
     margin: 0 0 0 20vw;
     box-shadow: -10px 0 8px -8px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
   }

   .menu ul{
    position: relative;
    width:80vw;
    background: #001c77;
    margin: 0 0 0 auto;
    text-align: left;
  }
  .menu ul li a{
  border-bottom: 1px solid rgba(255,255,255,0.5);
  }
  .menu ul li a:-webkit-any-link{
    color: #fff;
    font-size: 16px;
    padding: 16px 2em 16px 1em;
    width: 200px;
    margin-left:20px;
  }
  .menu ul li ul.mega_menu-second {
    position: relative;
    left: 0px;
    width: 80vw;
    background: rgba(0,28,119,0.85);
    color:#fff;
    padding: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
  }
  .menu ul li ul.mega_menu-second li{
    width: 80vw;

  }
  .menu ul li ul.mega_menu-second a{
    color: #fff;
    font-size:min(3.8vw,15px);
    padding:16px 2em 16px 2em;
  }
  
  ul.mega_menu-second {
    visibility: visible;
    opacity: 1;
  }
  .menu ul .menu__li:hover{
    background: transparent;
  }
  .menu ul li:hover ul.mega_menu-second {
    visibility: visible;
    opacity: 1;
  }
  .menu ul li a:hover{
    background: rgba(0, 0, 0, 0.3);
  }

  .menu__sp_ul{
    display: flex;
    flex-direction: column;
    margin: 60px 0 0 auto !important;
  }
  .menu__sp_ul li{
    height: 30px;
    margin-bottom: 30px;
  }
  .menu__sp__item{
   display:inline-block;
   padding: 8px 0px;
   margin-left: 24px;
   font-size: 12px;
   line-height: 32px;
   letter-spacing: 0.1em;
   font-weight: 300;
   border-bottom: 2px transparent solid;
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1 );
  }
  .menu__sp_ul li .menu__sp__item a:-webkit-any-link{
    font-size: 12px !important;
    height: 24px;
    padding: 0px !important;
    margin-left: 0px !important;
    border-bottom: 0px solid #fff;
    background: transparent !important;
    border-bottom: 2px transparent solid;
   transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1 );
  }

  .menu__sp__item:hover {
    border-bottom: 2px #fff solid;
   }
  }
  /* スマホ用end */
  
  @media (max-width: 1100px) and (min-width: 769px) {
    /* タブレット用レイアウト */
    .menu ul li ul.mega_menu-second {
      left: -620px;
    }
  }