@charset "utf-8";

/*=============== 背景動画設定のCSS ===============*/

/*header設定*/
#headertop{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
    height: 100vh;/*高さを全画面にあわせる*/
}

#video-area{
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}

#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}

/*見出し設定*/
h1{
    /*要素の配置*/
    position:absolute;
    height: 50px;
    background-color: #65c0a1;
    min-width: 100%;
    margin: auto;
}
h1 img{
    vertical-align: middle;
}

/*=============== レイアウトのためのCSS ===============*/
@import url(https://fonts.googleapis.com/css?family=Lato);

#header{
}

body {
    font-family: sans-serif, system-ui, "Meiryo", "Meiryo UI";
    height: 100%;
    }

#container{
	background:#fff;
	padding:50px 0;
	text-align: center;
  min-height: 100%;
}

div.inner{
    margin: 0 15% 5% ;
}

div.iframe{
  margin: 0;
  padding: 0;
}

p.title{
    font: 400 18px/1 'Lato', sans-serif;
    font-size: 38px;
    color: #ce1c58;
    font-weight: bold;
    margin: 0 5% 20px;
}

p.subtitle{
    font: 400 18px/1 'Lato', sans-serif;
    font-size: 28px;
    font-weight: bold;
    margin: 0 5% 20px;
}

p.txt {
    text-align: left;
    font-size: 20px;
    line-height: 34px;
    margin: 5% auto;
}

/* レスポンシブ画像 */
.resizeimage {
  min-width: 360px;
  margin-bottom: 20px;
}
.resizeimage img {
   width: 79.5%;
}


/*========= ドロップダウンメニュー(TOP) ==========*/
nav {
  background-color: #222; /* グローバルナビの背景色 */
  width: 100%;
  margin-top: -50px;
  margin-bottom: 50px;
}
nav,nav a {
  color: #ffffff; /* 文字の色 */
}
nav ul li {
  list-style: none;
}
nav ul li .blogicon-chevron-down {
  padding-left: 10px;
  color: #999999; /* 矢印アイコンの色 */
  vertical-align: text-bottom;
}
nav > ul {
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 0 auto;
  max-width: 1174px; /* ページの幅に合わせて調整 */
}
nav > ul > li {
  text-align: center;
  width: 100%;
}
nav > ul > li dl dd ul li a,
nav > ul > li > a,
nav > ul > li dl dt {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 46px;
  padding: 0 3px;
  font-size: 15px;
  background-color: #222; /* メニュー・親カテゴリ(リンク)の背景色 */
  text-decoration: none;
  transition: 0.3s;
  cursor: pointer;
}
nav > ul > li > a br {
  display: none;
}
nav > ul > li dl dd ul li a br {
  display: none;
}
nav > ul > li dl {
  margin: 0;
}
nav > ul > li dl dd {
  display: none;
  margin: 0;
}
nav > ul > li dl dd ul {
  padding: 0;
}
nav > ul > li dl dd ul li a {
  background-color: #65c0a1; /* 子カテゴリの背景色 */
}
nav > ul > li > a:hover,nav > ul > li dl dt:hover {
  color: #fff;
  background-color: #666666; /* メニュー・親カテゴリにマウスを乗せたときに背景色を変更 */
}
nav > ul > li dl dd ul li a:hover {
  color: #fff;
  background-color: #474747; /* 子カテゴリにマウスを乗せたときに背景色を変更 */
}
nav > ul > li dl dt:hover .accBtn .accIcon::after,
nav > ul > li dl dt:hover .accBtn .accIcon::before {
  background-color: #cccccc; /* 親カテゴリの横にあるアイコンの色 */
}

.accBtn {
  cursor: pointer;
  position: relative;
}
.accBtn.active .accIcon {
  margin-top: -3px;
}
.accBtn .accIcon {
  width: 15px;
  height: 3px;
  margin-top: -8px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}
.accBtn.active .accIcon::before,
.accBtn.active .accIcon::after {
  width: 15px;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.accBtn.active .accIcon::after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.accBtn .accIcon::before {
  width: 15px;
  height: 3px;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background-color: #999999; /* +アイコンの色(MENUの横) */
}
.accBtn .accIcon::after {
  height: 15px;
  width: 3px;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 6px;
  background-color: #999999; /* 〃 */
}
nav .spMenu {
  display: none;
  margin: 0;
}
/* タブレット・PC(幅1200px以下) */
@media screen and (max-width: 1200px) {
  nav > ul > li dl dd {
      width:110%;
  }
  nav > ul > li dl dd ul li a br {
      display:block;
  }
}
/* タブレット(幅760px以下) */
@media screen and (max-width: 760px) {
  nav > ul > li > a br {
      display: block;
  }
  nav ul li small {
      font-size: 100%;
  }
  nav > ul > li dl dd {
      width: 200%;
  }
}
/* スマホ(幅480px以下) */
@media screen and (max-width: 480px) {
  h1 img{
	  vertical-align: middle;
    width: 370px;
  }

  nav .spMenu {
      display: block;
      padding: 15px;
      line-height: 30px;
      background-color: #333333; /* メニューの背景色(閉じた状態) */
  }
  nav > ul{
      display: none;
  }
  nav > ul li {
      width: 100%;
  }
  nav > ul > li dl dt,nav > ul > li > a {
      background-color: #222; /* メニュー・親カテゴリの背景色 */
      border-bottom: 1px solid #111; /* 〃 の下にある線 */
  }
  nav > ul > li dl dd ul li a br {
      display: none;
  }
  nav > ul > li > a br {
      display: none;
  }
  nav > ul > li dl dd {
      width: 100%;
  }
  nav > ul > li dl dd ul li a {
      background-color: #171717; /* 子カテゴリの背景色 */
  }
  nav > ul > li dl dt:hover .accBtn .accIcon::after,
  nav > ul > li dl dt:hover .accBtn .accIcon::before {
      background-color: #cccccc; /* +アイコンの色(MENUの横) */
  }
}

/*========= フッタ ==========*/
ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #footer01 {
    position: relative;
    background: #222;
  }

  #footer01 .logo {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #111;
  }

  #footer01 .logo a {
    display: inline-block;
  }

  #footer01 .logo img {
    width: 200px;
  }

  #footer01 .nav a {
    display: block;
    padding: 0 10px;
    color: #ccc;
  }

  @media only screen and (min-width: 641px) {
    /* PCのみ */
    #footer01 .nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 20px 0;
    }
    #footer01 .nav a:hover {
      color: #ca353b;
    }

    .copyright {
        color: #ccc;
        background-color: #222;
        font-size: 12px;
        letter-spacing: 0.05em;
        line-height: 1.3;
        text-align: center;
        padding: 18px 0;
    }
  }

@media only screen and (max-width: 640px) {
    /* スマホのみ */
    #footer01 {
      text-align: center;
    }

    #footer01 .nav li {
      border-top: 1px solid #555555;
    }

    #footer01 .nav li:last-child {
      border-bottom: 1px solid #555555;
    }

    #footer01 .nav li a {
      padding: 12px 20px;
      text-align: left;
    }

    .copyright {
        color: #ccc;
        font-size: 10px;
        letter-spacing: 0.1em;
        line-height: 1.3;
        text-align: center;
        padding: 10px 0;
    }
  }
/*========= 1列の横並び ==========*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_1{
  width: 80%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_1 > div{
  width: 100%;
  padding: 10px;
  border-style: solid;
  border-color: #fff;
  background-color: #bf9d87;
  color: #e3fc00;
  text-align: center;
  font-size: 20px;
}
.col_1 span{
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.col_1 a{
  color: #e3fc00;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .col_1 > div{
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .col_1 > div{
    width: 100%;
  }
}
/*========= 2列の横並び ==========*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_2{
  width: 80%;
  margin: 0 auto;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
  width: 50%;
  padding: 10px;
  border-style: solid;
  border-color: #fff;
  background-color: #65c0a1;
  color: #e3fc00;
  text-align: center;
  font-size: 20px;
}
.col_2 span{
  font-size: 26px;
  color: #fff;
  text-align: center;
}
.col_2 a{
  color: #e3fc00;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .col_2 > div{
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .col_2 > div{
    width: 100%;
  }
}
/*========= 3列の横並び ==========*/
  *, *:before, *:after {
    box-sizing: border-box;
  }
  .col_3{
    width: 80%;
    margin: 0 auto;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
  }
  .col_3 > div{
    width: 33.33333%;
    padding: 10px;
    border-style: solid;
    border-color: #fff;
    background-color: #65c0a1;
    color: #e3fc00;
    text-align: center;
    font-size: 20px;
  }
  .col_3 span{
    font-size: 26px;
    color: #fff;
    text-align: center;
  }
  .col_3 a{
    color: #e3fc00;
    display: block;
    text-decoration: none;
  }
  @media screen and (max-width: 960px) {
    .col_3 > div{
      width: 50%;
    }
  }
  @media screen and (max-width: 480px) {
    .col_3 > div{
      width: 100%;
    }
  }
/*========= 4列の横並び ==========*/
*, *:before, *:after {
  box-sizing: border-box;
}
.col_4{
  width: 96%;
  margin: 0 auto 20px;
  display: flex;
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
  width: 25%;
  padding: 10px;
  border-style: solid;
  border-color: #fff;
  background-color: #65c0a1;
  font-size: 26px;
  color: #e3fc00;
  text-align: center;
  font-size: 20px;
}
.col_4 a{
  color: #e3fc00;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 960px) {
  .col_4 > div{
    width: 33.33333%;
  }
}
@media screen and (max-width: 480px) {
  .col_4 > div{
    width: 50%;
  }
}
/*========= 5列の横並び ==========*/
  *, *:before, *:after {
    box-sizing: border-box;
  }
  .col_5{
    width: 100%;
    display: flex;
    display: -ms-flexbox; /* IE10 */
    flex-wrap: wrap;
    -ms-flex-wrap: wrap; /* IE10 */
  }
  .col_5 > div{
    width: 20%;
    padding: 10px;
  }
  .col_5 > div > div{
    position: relative;
    overflow: hidden
  }
  @media screen and (max-width: 960px) {
    .col_5 > div{
      width: 25%;
    }
  }
  @media screen and (max-width: 480px) {
    .col_5 > div{
      width: 33.33333%;
    }
  }

/*========= ▲マーク ==========*/
.triangle{ /* 上 */
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #e3fc00;
}
.triangle1{ /* 右 */
  width: 0;
  height: 0;
  border-left: 10px solid #65c0a1;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.triangle2{ /* 左 */
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-right: 30px solid #e3fc00;
  border-bottom: 30px solid transparent;
}
.triangle3{ /* 下 */
  margin: 20px auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e3fc00;
}

/*========= リンクボタン ==========*/
.btn{
  width:340px;
  height:70px;
  line-height:70px;
  margin: 20px auto;
}
.btn a{
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  background:#72A1F7;
  text-align:center;
  color:#FFFFFF;
  font-size:28px;
  font-weight:bold;
  border-radius:50px;
  -webkit-border-radius:50px;
  -moz-border-radius:50px;
}
.btn a:hover{
  background:#5F87CF;
  color:#FFFFFF;
  margin-left:0px;
  margin-top:0px;
  box-shadow:none;
}

/*========= スペース ==========*/
.m_top80{
 margin-top: 80px;
}
.m.bottom80{
 margin-bottom: 80px;
}
