@charset "UTF-8";

/* ----------------------------------------------------------------------
 reset
---------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #484848; }

body {
  line-height: 1.8;
  font-family: source-han-sans-cjk-ja, sans-serif;
  overflow-x: hidden;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

fieldset {
  min-width: inherit; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

img {
  max-width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  onselectstart: return false;
  onmousedown: return false;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  touch-callout:none;
  -ms-user-select:none;
      user-select:none;
}

a:link img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

a:hover img {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

a:focus {
  outline: 2px solid #c1c1c1;
  outline: 2px solid rgba(51, 51, 51, 0.3); }

a:link {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

a:link,
a:visited,
a:active {
  color: #666;
  outline: 0;
  text-decoration: none; }

a:hover {
  color: #b3b3b3; }

a img {
  border: 0; }

::-moz-selection {
  background: #c9dffa; }

::selection {
  background: #c9dffa; }

::-moz-selection {
  background: #c9dffa; }

/* ---------- clearfix hack ---------- */
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  line-height: 0px;
  visibility: hidden;
  content: ".";
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0; }

.clearfix {
  display: block;
  /* for IE8 */ }

.clear {
  clear: both; }

/* ----------------------------------------------------------------------
 box
---------------------------------------------------------------------- */
.box10 {
  width: 10% !important; }

.box20 {
  width: 20% !important; }

.box30 {
  width: 30% !important; }

.box40 {
  width: 40% !important; }

.box50 {
  width: 50% !important; }

.box60 {
  width: 60% !important; }

.box70 {
  width: 70% !important; }

.box80 {
  width: 80% !important; }

.box90 {
  width: 90% !important; }

.box100 {
  width: 100% !important; }

/*************************************************************
font
*************************************************************/
.font10 {
  font-size: 10px; }

.font11 {
  font-size: 11px; }

.font12 {
  font-size: 12px; }

.font13 {
  font-size: 13px; }

.font14 {
  font-size: 14px; }

.font15 {
  font-size: 15px; }

.font16 {
  font-size: 16px; }

.font17 {
  font-size: 17px; }

.font18 {
  font-size: 18px; }

.font19 {
  font-size: 19px; }

.font20 {
  font-size: 20px; }

/*************************************************************
margin
*************************************************************/
.m0 {
  margin: 0 !important; }

.mt0 {
  margin-top: 0 !important; }

.mr0 {
  margin-right: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.ml0 {
  margin-left: 0 !important; }

.m5 {
  margin: 5px !important; }

.mt5 {
  margin-top: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.m10 {
  margin: 10px !important; }

.mt10 {
  margin-top: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.m15 {
  margin: 15px !important; }

.mt15 {
  margin-top: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.m20 {
  margin: 20px !important; }

.mt20 {
  margin-top: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.m25 {
  margin: 25px !important; }

.mt25 {
  margin-top: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.m30 {
  margin: 30px !important; }

.mt30 {
  margin-top: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.m35 {
  margin: 35px !important; }

.mt35 {
  margin-top: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.m40 {
  margin: 40px !important; }

.mt40 {
  margin-top: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.m45 {
  margin: 45px !important; }

.mt45 {
  margin-top: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.m50 {
  margin: 50px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.m55 {
  margin: 55px !important; }

.mt55 {
  margin-top: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.m60 {
  margin: 60px !important; }

.mt60 {
  margin-top: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.m65 {
  margin: 65px !important; }

.mt65 {
  margin-top: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.m70 {
  margin: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.m75 {
  margin: 75px !important; }

.mt75 {
  margin-top: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.m80 {
  margin: 80px !important; }

.mt80 {
  margin-top: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.m90 {
  margin: 90px !important; }

.mt90 {
  margin-top: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.m100 {
  margin: 10px !important; }

.mt100 {
  margin-top: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.m110 {
  margin: 110px !important; }

.mt110 {
  margin-top: 110px !important; }

.mr110 {
  margin-right: 110px !important; }

.mb110 {
  margin-bottom: 110px !important; }

.ml110 {
  margin-left: 110px !important; }

.m120 {
  margin: 120px !important; }

.mt120 {
  margin-top: 120px !important; }

.mr120 {
  margin-right: 120px !important; }

.mb120 {
  margin-bottom: 120px !important; }

.ml120 {
  margin-left: 120px !important; }

/**************************************************************
padding
**************************************************************/
.p0 {
  padding: 0 !important; }

.pt0 {
  padding-top: 0 !important; }

.pr0 {
  padding-right: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pl0 {
  padding-left: 0 !important; }

.p5 {
  padding: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.p10 {
  padding: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

/**************************************************************
 align
**************************************************************/
.al {
  text-align: left; }

.ar {
  text-align: right; }

.ac {
  text-align: center; }

/**************************************************************
 br
**************************************************************/

@media screen and (min-width: 768px) {

.sp-only {
  display: none !important;
}

}

@media screen and (max-width: 767px) {

  .pc-only {
    display: none !important;
  }

}


/*=============================================
 header
=============================================*/
.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #3584bb;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before {
  bottom: 8px;
}
.menu-btn span:after {
  top: 8px;
}
#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #3584bb;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
  padding: 70px 10px 0;
}
.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color:#ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0;/*メニューを画面内へ*/
}


header{
  position: relative;
  z-index: 10;
  background-color: #FFF;
}


.logo{
  width: 100%;
  max-width: 24vw;
  margin: auto;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

.logo img {
  max-width: 100%;
  height: auto;
}

.book{
  display: block;
  max-width: 13vw;
  position: absolute;
  top: 110px;
  left: -113%;
}

.main_visual{
  width: 100%;
  max-width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
}

section {
  margin: 80px auto auto;
}

@media screen and (max-width: 767px) {

  section {
    margin-top: 50px;
  }

  .logo{
    width: 100%;
    max-width: 60%;
    margin: auto auto 20px;
    padding-top: 30px;
    position: relative;
    text-align: center;
  }

  .logo img {
    max-width: 100%;
    height: auto;
  }


  .book{
  max-width: 30%;
  position: absolute;
  top: 3vh;
  left: -60px;
  z-index: 5;
  }


  .main_visual{
    width: 100%;
    max-width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }

  main {
    margin-top: 120px;
  }

}


/*=============================================
 section1
=============================================*/


.c-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1200px;
  margin: 80px auto auto;
}

.flex_1{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 80px auto auto;
}

.flex_line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  /*margin: 80px 0 0 0;*/
}

.hr1{
  display: block;
  color: #00479d;
  margin-left: 10px;
  width: 100%;
  height: 0;
  border-style: double;
  border-width: 16px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.text1{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-weight: bold;
  white-space: nowrap
}

.line_ao{
  margin: 13px 0 0 1.2vw;
  width: 100%;
}

.line_ao_4{
  margin:30px 0 0 1.2vw;
  width: 65%;
}

.line_ao_5{
  margin:40px 0 0 1.2vw;
  width: 60%;
}

.line_ao_6{
  margin:40px 0 0 1.2vw;
  width: 60%;
}

.line_ao_7{
  margin:23px 0 0 1.2vw;
  width: 70%;
}

.line_ao img{
  width: 100%;
  height: auto;
}
.text1_box{
  padding-right: 5%;
  max-width: 65%;
  height: auto;
  display: inline-block;
  overflow-wrap: break-word;
}

.text1_box2{
  padding-left: 5%;
  max-width: 65%;
  height: auto;
  display: inline-block;
  overflow-wrap: break-word;
}

.text1_1{
  font-size: 20px;
}

.waku1{
  margin: 0 0 10px 0px;
  display: block;
}

.waku1_text1{
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0 22%;
}
.waku1_text{
  font-size: 30px;
  display: inline-block;
  margin: 0 0 0 4%;
}



.block_1{
  display: block;
  width: 35%;
}

.sec01 {
  padding: 0 5%;
}

.sec02 {
  padding: 0;
}



  /*　------------------------ IE対策 ----------------------　*/
@media all and (-ms-high-contrast: none) {


  .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 90;
    background-color: #3584bb;
    padding-right: 24px;
  }


  .c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 150px auto auto;
  }

  .block_2{
    display: block;
    width: 40%;
    text-align: center;
  }


  .photo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
        -ms-flex-wrap : wrap;
            flex-wrap : wrap;
        margin: auto;
    width: 100%;
    max-width: 1200px;
    margin: auto;
  }

  .photo a {
    display: block;
    width: 32% !important;
    margin-right: 20px;
    margin-bottom: 20px;
  }

}
 /*　--------------------- IE対策　------------------------------*/


@media screen and (max-width: 767px) {



  .flex_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
  }

  .c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1200px;
    margin: 2px auto auto;
    text-align: center;
  }

  .flex_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
  }

  .flex_3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 1200px;
    margin: 30px auto auto;
  }

  .text1{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
  }

  .flex_line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    max-width: 1200px;
    width: 100%;
    /*margin: 80px 0 0 0;*/
  }

  .hr1{
    display: block;
    color: #00479d;
    margin: 10px 0 0 0px;
    width: 100%;
    height: 0;
    border-style: double;
    border-width: 16px;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-align: center;
  }




  .line_ao{
    margin: 0 0 0 0;
    width: 100%;
  }

  .line_ao_4{
    margin: 0 0 0 0;
    width: 100%;
  }
  .line_ao_5{
    margin: 0 0 0 0;
    width: 100%;
  }

  .line_ao_6{
    margin: 0 0 0 0;
    width: 100%;
  }

  .line_ao_7{
    margin: 0 0 0 0;
    width: 100%;
  }


  .line_ao img{
    width: 100%;
    height: auto;
  }
  .text1_box{
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    overflow-wrap: break-word;
  }

  .text1_box2{
    margin-bottom: 20px;
    padding-left: 0;
    max-width: 100%;
    height: auto;
    display: inline-block;
    overflow-wrap: break-word;
  }

  .text1_1{
    font-size: 1.6rem;
  }

  .waku1{
    margin: 0 0 10px 0px;
    display: block;
  }

  .waku1_text1{
    display: inline-block;
    font-size: 1.6rem;
    margin: auto 20px auto auto;
  }
  .waku1_text{
    font-size: 1.8rem;
    display: inline-block;
    margin: auto;
  }

  .block_1{
    display: block;
    width: 100%;
    text-align: center;
  }

  .block_1 img {
    display: block;
    max-width: 78%;
    height: auto;
    margin: auto auto 10px;
  }

  .block_2{
    display: block;
    width: 100%;
    text-align: center;
  }

  .block_2 img {
    display: block;
    max-width: 71%;
    height: auto;
    margin: auto auto 10px;
  }


}

@media screen and (min-width: 768px) and (max-width: 1024px) {


  .c-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 80px auto auto;
  }

  .flex_1{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 80px auto auto;
  }

  .flex_line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    width: 100%;
    /*margin: 80px 0 0 0;*/
  }

  .hr1{
    display: block;
    color: #00479d;
    margin: 0 0 0 10px;
    width: 100%;
    height: 0;
    border-style: double;
    border-width: 16px;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .text1{
    margin: 0;
    font-size: 2.4rem;
    color: #00479d;
    font-weight: bold;
  }


  .text2{
    margin: 0;
    font-size: 30px;
    color: #00479d;
    font-weight: bold;
  }

  .line_ao{
    margin: 13px 0 0 1.2vw;
    width: 100%;
  }

  .line_ao img{
    width: 100%;
    height: auto;
  }

  .line_ao_4{
    margin:30px 0 0 1.2vw;
    width: 65%;
  }

  .text1_box{
    padding-right: 5%;
    max-width: 65%;
    height: auto;
    display: inline-block;
    overflow-wrap: break-word;
  }

  .text1_box2{
    padding-left: 5%;
    max-width: 65%;
    height: auto;
    display: inline-block;
    overflow-wrap: break-word;
  }

  .text1_1{
    font-size: 1.6rem;
  }

  .waku1{
    margin: 0 0 10px 0px;
    display: block;
  }

  .waku1_text1{
    display: inline-block;
    font-size: 20px;
    margin: auto;
  }
  .waku1_text{
    font-size: 2.4rem;
    display: inline-block;
    margin: 0 0 0 4%;
  }

  .block_1{
    display: block;
    width: 35%;
    text-align: center;
  }

  .flex_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

}






/*=============================================
 section2
=============================================*/
.text2{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  white-space: nowrap
}
.flex_line{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  /*margin: 80px 0 0 0;*/
}

.flex_line2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0px 0 20px 0;
}

.flex_line3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0px 0 20px 0;
}

.flex_line4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  margin: 0px 0 0px 0;
}

.hr2{
  display: block;
  color: #00479d;
  margin: 0 0 0 10px;
  width: 100%;
  height: 0;
  border-style: double;
  border-width: 16px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.text2_1{
  font-size: 20px;
}
.waku2{
  margin: 0px 0px 10px 0px;
  display: block;
}

.waku2_text1{
  display: inline-block;
  font-size: 20px;
  margin: 0 0 0 0;
}
.waku2_text{
  font-size: 30px;
  display: inline-block;
  margin: 0 0 0 4%;
}

.line_ao2{
  margin: 13px 0 0 1.2vw;
  width: 100%;
}

.line_ao2 img{
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {

  .text2{
    margin: 0;
    font-size: 1.8rem;
    color: #00479d;
    font-weight: bold;
  }

  .hr2{
    display: block;
    color: #00479d;
    margin: 20px 0;
    width: 100%;
    height: 0;
    border-style: double;
    border-width: 16px;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  .flex_line{
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    max-width: 1200px;
    width: 100%;
    /*margin: 80px 0 0 0;*/
  }

  .flex_line2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0px 0 0 0;
  }

  .flex_line3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0px 0 20px 0;
  }

  .flex_line4{
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    max-width: 1200px;
    width: 100%;
    margin: 0px 0 0 0;
  }

  .text2_1{
    width: 100%;
    font-size: 1.6rem;
  }
  .waku2{
    margin: 0px 0px 10px 0px;
    display: block;
  }

  .waku2_text1{
    display: inline-block;
    font-size: 1.6rem;
    margin: auto;
  }
  .waku2_text{
    font-size: 1.8rem;
    display: inline-block;
    margin: 0 0 0 20px;
  }

  .line_ao2{
    margin: 0 0 0 0;
    width: 100%;
  }

  .line_ao2 img{
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .text2{
    margin: 0;
    font-size: 2.4rem;
    color: #00479d;
    font-weight: bold;
  }

  .hr2{
    display: block;
    color: #00479d;
    margin: 0 0 0 10px;
    width: 100%;
    height: 0;
    border-style: double;
    border-width: 16px;
    border-right: none;
    border-bottom: none;
    border-left: none;
  }


  .text2_1{
    width: 100%;
    font-size: 1.6rem;
  }

  .waku2{
    margin: 0px 0px 10px 0px;
    display: block;
  }

  .waku2_text1{
    display: inline-block;
    font-size: 20px;
    margin: 0;
  }
  .waku2_text{
    font-size: 2.4rem;
    display: inline-block;
    margin: 0 0 0 4%;
  }

  .line_ao2{
    margin: 13px 0 0 1.2vw;
    width: 100%;
  }

  .line_ao2 img{
    width: 100%;
    height: auto;
  }

}

/*=============================================
 section3
=============================================*/

.box3{
  max-width: 1200px;
  margin: 0 auto;
}

.space{
  padding-top: 0.1px;
}

.space1{
  padding-top: 100px;
}


.table2 {
  width: 65%;
  border-collapse: collapse;
  white-space: nowrap;
  margin: 10px auto;

}
.table2 th,
.table2 td {
  border: 2px solid #484848;
  font-size: 18px;
  text-align: center;
  padding: 5px 20px;
}

.bg{
  width: 100%;
  height: auto;
  background-color: #dfeaf8;
  padding: 80px 0;
}
.midasi{
  color: #00479d;
  font-size: 25px;
  font-weight: 700;
}

.table-wrap {
  overflow-x: scroll;
}
.table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  margin: 10px 0 10px 0;

}
.table th,
.table td {
  border: 2px solid #484848;
  text-align: center;
}

.block_2{
  display: block;
  text-align: center;
}

.text3{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}

.line_ao3{
  margin: 25px 0 0 8px;
}

.text4{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}

.text5{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}

.text6{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}

.text7{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}


.text8{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}


.text9{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}

.text10{
  margin: 0;
  font-size: 30px;
  color: #00479d;
  font-family: 'ShinGo◆',sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  white-space: nowrap
}

.flex_2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 0 0 0;
}

.flex_3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  padding: 0px 0 0 0;
}

.flex_4{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0px auto;
  padding: 20px 0 100px 0px;
}

.text3_1{
  font-size: 30px;
  padding-bottom: 60px;
}


.wrapper{
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}


.bukatu{
  font-size: 30px;
  text-align: center;
  padding-bottom: 30px;
}

.bukatu2{
  font-size: 30px;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 30px;
}


.photo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
      margin: auto;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.photo a {
  display: block;
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
  margin-bottom: 20px;
}

.photo a img {
  width: 100%;
  height: auto;
}

.photo a:nth-of-type(3n) {
  margin-right: 0;
}

.photo2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap : wrap;
      flex-wrap : wrap;
  /*justify-content:space-between;*/
  padding-bottom: 40px;
}

.photo2 a {
  display: block;
}

.photo2 a:nth-of-type(1) {
  margin-right: 150px;
}

.waku1_name{
  font-size: 24px;
  display: block;
  text-align: center;
  margin-bottom: 50px;

}

@media screen and (max-width: 767px) {

  .sec01 {
    padding: 0 5%;
  }

  .sec02 {
    padding: 0;
  }

  .space1{
    padding-top: 50px;
  }

  .bg{
    width: 100%;
    height: auto;
    background-color: #dfeaf8;
    padding: 40px 0;
  }

  .block_2{
    display: block;

  }

  .table2 {
    width: 65%;
    border-collapse: collapse;
    white-space: nowrap;
    margin: 10px auto 60px;

  }

  .midasi{
    color: #00479d;
    font-size: 18px;
  }

  .text3{
    margin: 0;
    font-size: 1.8rem;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
  }


  .text4{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text5{
    margin: 0;
    font-size: 20px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: pre-wrap;
  }

  .text6{
    margin: 0;
    font-size: 1.8rem;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: pre-wrap;
    padding-top: 60px;
  }

  .text7{
    margin: 0;
    font-size: 18px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text8{
    margin: 0;
    font-size: 20px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text9{
    margin: 0;
    font-size: 20px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text10{
    margin: 0;
    font-size: 20px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .line_ao3{
    display: none;
    margin: 25px 0 0 8px;
  }

  .flex_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 0 0 0;
  }

  .flex_3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 0 0 0;
  }

  .flex_4{
    display: block;
    margin: 0px auto;
    padding: 20px 0 0 0;
  }


  .text3_1{
    font-size: 30px;
    padding-bottom: 60px;
  }


  .wrapper{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }


  .bukatu{
    font-size: 2rem;
    text-align: center;
    padding-bottom: 30px;
  }

  .bukatu2{
    font-size: 2rem;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }


  .photo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    /*justify-content:space-between;*/
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .photo a {
    display: block;
    width: 49%;
    margin-right: auto;
    margin-bottom: 20px;
  }

  .photo a:nth-of-type(3n) {
    margin-right: auto;
  }
  .photo a:nth-of-type(2n) {
    margin-right: 0;
  }

  .photo2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    /*justify-content:space-between;*/
    padding-bottom: 40px;
  }

  .photo2 a {
    display: block;
  }

  .photo2 a:nth-of-type(1) {
    margin-right: 150px;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .bg{
    width: 100%;
    height: auto;
    background-color: #dfeaf8;
    padding: 80px 0;
  }

  .block_2{
    display: block;

  }

  .text3{
    margin: 0;
    font-size: 2.4rem;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text4{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text5{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text6{
    margin: 0;
    font-size: 20px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text7{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text8{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text9{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }

  .text10{
    margin: 0;
    font-size: 22px;
    color: #00479d;
    font-family: 'ShinGo◆',sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
  }


  .line_ao_4{
    margin:7px 0 0 1.2vw;
    width: 65%;
  }

  .line_ao_5{
    margin:7px 0 0 1.2vw;
    width: 65%;
  }

  .line_ao_6{
    margin:15px 0 0 1.2vw;
    width: 60%;
  }

  .line_ao_7{
    margin:6px 0 0 1.2vw;
    width: 65%;
  }

  .line_ao3{
    display: none;
    margin: 25px 0 0 0;
    padding: 0 5%;
  }

  .flex_2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 0 0 0;
  }

  .flex_3{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 0 0 0;
  }

  .text3_1{
    font-size: 30px;
    padding-bottom: 60px;
  }


  .wrapper{
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }


  .bukatu{
    font-size: 2rem;
    text-align: center;
    padding-bottom: 30px;
  }

  .bukatu2{
    font-size: 2rem;
    text-align: center;
    padding-top: 0;
    padding-bottom: 30px;
  }


  .photo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    /*justify-content:space-between;*/
    padding-bottom: 40px;
  }

  .photo a {
    display: block;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .photo a img {
    width: 100%;
    height: auto;
  }

  .photo a:nth-of-type(3n) {
    margin-right: 0;
  }

  .photo2{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap : wrap;
        flex-wrap : wrap;
    /*justify-content:space-between;*/
    padding-bottom: 40px;
  }

  .photo2 a {
    display: block;
  }

  .photo2 a:nth-of-type(1) {
    margin-right: 150px;
  }

}


/*=============================================
 footer
=============================================*/

footer {
  margin-top: 80px;
}

.bg_footer{
  width: 100%;
  padding: 30px 0;
  background-color: #00479d;
}
.footer_logo{
  margin: auto auto 20px;
  max-width: 15vw;
  text-align: center;
}

.footer_logo img{
  max-width: 100%;
  height: auto;
}

.footer-address {
  font-size: 1.2rem;
  line-height: 2;
  color: #FFF;
  letter-spacing: 0.1em;
  text-align: center;
}

footer a {
  color: #FFF !important;
}

@media screen and (max-width: 767px) {

  .bg_footer{
    padding: 30px 5%;
  }

  .footer_logo{
    margin: auto auto 20px;
    max-width: 20vw;
    text-align: center;
  }

}


/* 波アニメーション================================================*/

.mv-wrap {
  width: 100%;
  position: relative;
  margin-top: 100px;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.content {
  position:relative;
  height:20vh;
  text-align:center;
  background-color: white;
}

/* Animation */

.parallax > use {
  -webkit-animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
          animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
@-webkit-keyframes move-forever {
  0% {
   -webkit-transform: translate3d(-90px,0,0);
           transform: translate3d(-90px,0,0);
  }
  100% {
    -webkit-transform: translate3d(85px,0,0);
            transform: translate3d(85px,0,0);
  }
}
@keyframes move-forever {
  0% {
   -webkit-transform: translate3d(-90px,0,0);
           transform: translate3d(-90px,0,0);
  }
  100% {
    -webkit-transform: translate3d(85px,0,0);
            transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
  @-webkit-keyframes move-forever {
    0% {
             -webkit-transform: translate3d(-90px,0,0);
                     transform: translate3d(-90px,0,0);
    }
    100% {
             -webkit-transform: translate3d(85px,0,0);
                     transform: translate3d(85px,0,0);
    }
  }
  @keyframes move-forever {
    0% {
             -webkit-transform: translate3d(-90px,0,0);
                     transform: translate3d(-90px,0,0);
    }
    100% {
              -webkit-transform: translate3d(85px,0,0);
                      transform: translate3d(85px,0,0);
    }
  }}

.waves2 {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

/* Animation */

.parallax2 > use {
  -webkit-animation: move-forever2 25s cubic-bezier(.55,.5,.45,.5)     infinite;
          animation: move-forever2 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax2 > use:nth-child(1) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
}
.parallax2 > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.parallax2 > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
}
.parallax2 > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
}
@-webkit-keyframes move-forever2 {
  0% {
   -webkit-transform: translate3d(90px,0,0);
           transform: translate3d(90px,0,0);
  }
  100% {
    -webkit-transform: translate3d(85px,0,0);
            transform: translate3d(85px,0,0);
  }
}
@keyframes move-forever2 {
  0% {
   -webkit-transform: translate3d(-90px,0,0);
           transform: translate3d(-90px,0,0);
  }
  100% {
    -webkit-transform: translate3d(85px,0,0);
            transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
  .waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:50px;
    max-height:50px;
  }
  .waves2 {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px; /*Fix for safari gap*/
    min-height:50px;
    max-height:50px;
  }

}

/* 葉っぱ================================================*/

.leaf2 {
  position: absolute;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          z-index: 5;
          overflow: hidden;
}


.leaf2 li{
  position: absolute;
  list-style: none;
  top: -50px;
  background: #00479D;
  border-radius: 0% 70%;
}


@-webkit-keyframes fall {
  to {
    top: 200%;
    opacity: 0;
  }
}


@keyframes fall {
  to {
    top: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(180px) rotate(-45deg);
            transform: translateX(180px) rotate(-45deg);
  }
}

@keyframes sway1 {
  from {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
  to {
    -webkit-transform: translateX(180px) rotate(-45deg);
            transform: translateX(180px) rotate(-45deg);
  }
}

@-webkit-keyframes sway2 {
  from {
    -webkit-transform: translateX(180px) rotate(-45deg);
            transform: translateX(180px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

@keyframes sway2 {
  from {
    -webkit-transform: translateX(180px) rotate(-45deg);
            transform: translateX(180px) rotate(-45deg);
  }
  to {
    -webkit-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg);
  }
}

.leaf2 li:nth-child(1){
  left: 0%;
  top: -60px;
  width: 42px;
  height: 28px;
  background-color: #00479D;
  -webkit-animation: fall 20s linear infinite,
             sway1 3s ease-in-out infinite alternate;
          animation: fall 20s linear infinite,
             sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.leaf2 li:nth-child(2){
          left: 5%;
          top: -70px;
          width: 42px;
          height: 28px;
          background-color: #8FC31F;
          -webkit-animation: fall 18s linear infinite, sway1 2s ease-in-out infinite alternate;
          animation: fall 18s linear infinite, sway1 2s ease-in-out infinite alternate;
          -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.leaf2 li:nth-child(3){
  left: 15%;
  top: -50px;
  width: 42px;
  height: 28px;
  background-color: #00479D;
  -webkit-animation: fall 18s linear infinite,
             sway1 3.5s ease-in-out infinite alternate;
          animation: fall 18s linear infinite,
             sway1 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 13s;
          animation-delay: 13s;
}

.leaf2 li:nth-child(4){
  left: 30%;
  top: -70px;
  width: 42px;
  height: 28px;
  background-color: #8FC31F;
  -webkit-animation: fall 16s linear infinite,
             sway2 4s ease-in-out infinite alternate;
          animation: fall 16s linear infinite,
             sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.leaf2 li:nth-child(5){
  left: 40%;
  top: -60px;
  width: 42px;
  height: 28px;
  -webkit-animation: fall 12s linear infinite,
             sway1 4s ease-in-out infinite alternate;
          animation: fall 12s linear infinite,
             sway1 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.leaf2 li:nth-child(6){
  left: 55%;
  top: -50px;
  width: 42px;
  height: 28px;
  background-color: #00479D;
  -webkit-animation: fall 15s linear infinite,
             sway2 3s ease-in-out infinite alternate;
          animation: fall 15s linear infinite,
             sway2 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.leaf2 li:nth-child(7){
  left: 65%;
  top: -40px;
  width: 42px;
  height: 28px;
  -webkit-animation: fall 20s linear infinite,
             sway2 3.5s ease-in-out infinite alternate;
          animation: fall 20s linear infinite,
             sway2 3.5s ease-in-out infinite alternate;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.leaf2 li:nth-child(8){
  left: 50%;
  top: -60px;
  width: 42px;
  height: 28px;
  background-color: #8FC31F;
  -webkit-animation: fall 16s linear infinite,
             sway1 3s ease-in-out infinite alternate;
          animation: fall 16s linear infinite,
             sway1 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.leaf2 li:nth-child(9){
  left: 80%;
  top: -70px;
  width: 42px;
  height: 28px;
  -webkit-animation: fall 15s linear infinite,
             sway2 4s ease-in-out infinite alternate;
          animation: fall 15s linear infinite,
             sway2 4s ease-in-out infinite alternate;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}




@media screen and (max-width: 767px) {

  .mv-wrap {
    margin-top: 60px;
   margin-bottom: -100px;
  }


  .leaf2 li:nth-child(1){
    left: 0%;
    top: -60px;
    width: 24px;
    height: 16px;
    background-color: #00479D;
    -webkit-animation: fall 10s linear infinite,
               sway1 3s ease-in-out infinite alternate;
            animation: fall 10s linear infinite,
               sway1 3s ease-in-out infinite alternate;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }

  .leaf2 li:nth-child(2){
    left: 5%;
    top: -70px;
    width: 24px;
    height: 16px;
    background-color: #8FC31F;
    -webkit-animation: fall 15s linear infinite,
               sway1 2s ease-in-out infinite alternate;
            animation: fall 15s linear infinite,
               sway1 2s ease-in-out infinite alternate;
    -webkit-animation-delay: 8s;
            animation-delay: 8s;
  }

  .leaf2 li:nth-child(3){
    left: 15%;
    top: -50px;
    width: 24px;
    height: 16px;
    background-color: #00479D;
    -webkit-animation: fall 9s linear infinite,
               sway1 3.5s ease-in-out infinite alternate;
            animation: fall 9s linear infinite,
               sway1 3.5s ease-in-out infinite alternate;
    -webkit-animation-delay: 13s;
            animation-delay: 13s;
  }

  .leaf2 li:nth-child(4){
    left: 30%;
    top: -70px;
    width: 24px;
    height: 16px;
    background-color: #8FC31F;
    -webkit-animation: fall 8s linear infinite,
               sway2 4s ease-in-out infinite alternate;
            animation: fall 8s linear infinite,
               sway2 4s ease-in-out infinite alternate;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }
  .leaf2 li:nth-child(5){
    left: 40%;
    top: -60px;
    width: 24px;
    height: 16px;
    -webkit-animation: fall 10s linear infinite,
               sway1 4s ease-in-out infinite alternate;
            animation: fall 10s linear infinite,
               sway1 4s ease-in-out infinite alternate;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .leaf2 li:nth-child(6){
    left: 55%;
    top: -50px;
    width: 24px;
    height: 16px;
    background-color: #00479D;
    -webkit-animation: fall 11s linear infinite,
               sway2 3s ease-in-out infinite alternate;
            animation: fall 11s linear infinite,
               sway2 3s ease-in-out infinite alternate;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .leaf2 li:nth-child(7){
    left: 65%;
    top: -40px;
    width: 24px;
    height: 16px;
    -webkit-animation: fall 7s linear infinite,
               sway2 3.5s ease-in-out infinite alternate;
            animation: fall 7s linear infinite,
               sway2 3.5s ease-in-out infinite alternate;
    -webkit-animation-delay: 7s;
            animation-delay: 7s;
  }
  .leaf2 li:nth-child(8){
    left: 50%;
    top: -60px;
    width: 24px;
    height: 16px;
    background-color: #8FC31F;
    -webkit-animation: fall 7s linear infinite,
               sway1 3s ease-in-out infinite alternate;
            animation: fall 7s linear infinite,
               sway1 3s ease-in-out infinite alternate;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .leaf2 li:nth-child(9){
    left: 80%;
    top: -70px;
    width: 24px;
    height: 16px;
    -webkit-animation: fall 10s linear infinite,
               sway2 4s ease-in-out infinite alternate;
            animation: fall 10s linear infinite,
               sway2 4s ease-in-out infinite alternate;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
}

/* 部活紹介リンク================================================*/

@media screen and (min-width: 1025px) {

.club-wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;}

.club-wrap div {
  width: 100%;
  max-width: 380px;
  margin-right: 30px;
  margin-bottom: 30px;
  background: #00479d;
  outline: 2px solid rgb(255, 255, 255);
	outline-offset: -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.club-wrap div:nth-of-type(3n) {
    margin-right: 0;
}
.club-wrap div a {
  width: 100%;
  max-width: 380px;
  padding: 20px 5px;
  display: block;
  color: #FFF;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
}

.club-wrap div a span {
  font-size: 1.2rem;
}

.club-txt {
  font-size: 2rem;
  margin-bottom: 30px;
  text-align: center;
}

}

@media screen and (max-width: 767px) {

  .club-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .club-wrap div {
    width: 100%;
    max-width: 48%;
    margin-right: 2%;
    margin-bottom: 10px;
    background: #00479d;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .club-wrap div:nth-of-type(2n) {
      margin-right: 0;
  }

  .club-wrap div a {
    width: 100%;
    max-width: 380px;
    padding: 20px 5px;
    display: block;
    color: #FFF;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
  }

  .club-wrap div a span {
    font-size: 1.2rem;
  }

  .club-txt {
    font-size: 1.6rem;
    margin: 20px 0;
    text-align: left;
  }

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

  .club-wrap {
    width: 100%;
    max-width: 1024px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .club-wrap div {
    width: 100%;
    max-width: 49%;
    margin-right: auto;
    margin-bottom: 30px;
    background: #00479d;
    outline: 2px solid rgb(255, 255, 255);
    outline-offset: -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .club-wrap div:nth-of-type(2n) {
      margin-right: 0;
  }
  .club-wrap div a {
    width: 100%;
    padding: 20px 5px;
    display: block;
    color: #FFF;
    font-size: 2rem;
    line-height: 1;
    text-align: center;
  }

  .club-wrap div a span {
    font-size: 1.2rem;
  }

  .club-txt {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
  }

}

/* 2022追記 =============================*/

.flex4 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex4 a {
  display: block;
  width: calc((100% - 60px) / 5);
  margin-right: 20px;
  margin-bottom: 20px;
}

.flex2 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex2 a {
  display: block;
  width: 100%;
  max-width: 300px;
}

.flex3 {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex3 a {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: 20px;
}

.flex3 a:nth-of-type(3n) {
  margin-right: 0;
}

.flex2 a:nth-of-type(2) {
  margin-left: 30px;
}

.line01 {
  display: block;
  width: 100%;
  margin: 20px 0;
  background: none;
  border: none;
  border-bottom: 2px dashed #00479d;
}

.flex5 {
  width: 100%;
  max-width: 1200px;
  margin: 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
}

.flex5 a {
  display: block;
  width: calc((100% - 80px) / 5);
  margin-bottom: 20px;
  margin-right: 20px;
}

.flex5 a:nth-of-type(5n) {
  margin-right: 0;
}

.scroll{
  margin-bottom: 50px;
  overflow: auto;
  white-space: nowrap;
}

.scroll table{
  width:100%;
}

.scroll::-webkit-scrollbar{
   height: 5px;
}

.scroll::-webkit-scrollbar-track{
   background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
   background: #BCBCBC;
}

.scroll table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.scroll table tr {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: .35em;
}
.scroll table th,
.scroll table td {
  width: auto;
  font-size: 15px;
  padding: 10px;
  border-right: 1px solid #bbb;
}

.scroll table th {
  background: #e9e8e8;
  text-align: center;
}

.scroll table thead tr{
  background-color: #eee;
}
.txt{
   text-align: left;
   font-size: .85em;
}
.price{
   text-align: right;
}

@media screen and (max-width: 767px) {

  .flex5 {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
  }

  .flex5 a {
    display: block;
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .flex5 a:nth-of-type(2n) {
    margin-right: 0;
  }

}

.btn02 {
  position: relative;
  display: block;
  width:100%;
  max-width: 250px;
  height: 50px;
  margin: 100px auto;
  line-height: 50px;
  text-align: center;
  font-size: 1.8rem;
  outline: none;
}

.btn02 span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #00479d;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.table01{
  width: 100%;
  max-width: 1200px;
  margin: auto;
  border-collapse:separate;
  border-spacing: 0;
  overflow-x: scroll;
  white-space: nowrap;
}


.table01 th:first-child{
  border-radius: 5px 0 0 0;
}

.table01 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.table-wrap {
  width: 100%;
  overflow: auto;
}

.table-wrap::-webkit-scrollbar{　　
  height: 5px;heightheightheightheightheightheightheightheightheightheightheightheight
 }
 .table-wrap::-webkit-scrollbar-track{
  background: #333;
 }
 .table-wrap::-webkit-scrollbar-thumb {
  background: #999;
 }

.table01 th{
  text-align: center;
  color:white;
  background: -o-linear-gradient(#829ebc,#225588);
  background: -webkit-gradient(linear,left top, left bottom,from(#829ebc),to(#225588));
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
          box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 20%;
  padding: 10px 0;
  font-size: 1.8rem;
}

.table01 td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  -webkit-box-shadow: 0px -3px 5px 1px #eee inset;
          box-shadow: 0px -3px 5px 1px #eee inset;
  width: 20%;
  padding: 10px 0;
  font-size: 1.5rem;
  vertical-align: middle;
}

.table01 td:last-child{
  border-right: 1px solid #a8b7c5;
}

.table01 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.table01 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.title-gakunen {
  margin: 80px auto 30px;
  font-size: 2.4rem;
  color: #00479d;
  font-weight: 700;
  text-align: center;
}

.table02{
  width: 100%;
  max-width: 1000px;
  margin: auto;
  border-collapse:separate;
  border-spacing: 0;
  overflow-x: scroll;
  white-space: nowrap;
}

.table02 th:first-child{
  border-radius: 5px 0 0 0;
}

.table02 th:last-child{
  border-radius: 0 5px 0 0;
  border-right: 1px solid #3c6690;
}

.table02 th{
  text-align: center;
  color:white;
  background: -o-linear-gradient(#829ebc,#225588);
  background: -webkit-gradient(linear,left top, left bottom,from(#829ebc),to(#225588));
  background: linear-gradient(#829ebc,#225588);
  border-left: 1px solid #3c6690;
  border-top: 1px solid #3c6690;
  border-bottom: 1px solid #3c6690;
  -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
          box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
  width: 25%;
  padding: 10px 0;
  font-size: 1.8rem;
}

.table02 td{
  text-align: center;
  border-left: 1px solid #a8b7c5;
  border-bottom: 1px solid #a8b7c5;
  border-top:none;
  -webkit-box-shadow: 0px -3px 5px 1px #eee inset;
          box-shadow: 0px -3px 5px 1px #eee inset;
  width: 25%;
  padding: 10px 0;
  font-size: 1.5rem;
  vertical-align: middle;
}

.table02 td:last-child{
  border-right: 1px solid #a8b7c5;
}

.table02 tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.table02 tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}

.kakomi-tab1 {
  position: relative;
  margin: 100px auto auto;
  padding: 1.2em 1em 1em;
  width: 100%;
  font-size: 1.4rem;
  max-width: 600px;
  background-color: #f7f7f7;
  border: 3px double #3683BA;
  text-align: center;
 }

 .title-tab1 {
  position: absolute;
  display: inline-block;
  top: -33px;
  left: 50%;
  width: 60%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 10px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #3683BA;
  border: 1px solid #3683BA;
  border-radius: 5px 5px 0 0;
  z-index: -1;
 }

 @media screen and (max-width: 768px) {

  .table01{
    width: 100%;
    max-width: 100%;
    min-width: 800px;
    margin: auto;
    border-collapse:separate;
    border-spacing: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }

  .table02{
    width: 100%;
    max-width: 100%;
    min-width: 800px;
    margin: auto;
    border-collapse:separate;
    border-spacing: 0;
    overflow-x: scroll;
    white-space: nowrap;
  }
}


