@charset "UTF-8";
/* 
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ホーム
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/
/* 
---------------------------------------
kv
---------------------------------------
*/
#kv {
  overflow: hidden;
  position: relative; }

#kv .ttl img {
  display: inline-block; }

#kv .inner {
  position: relative; }

#kv .bx-wrapper {
  margin: 0; }

@media screen and (max-width: 999px) {
  #kv .ttl {
    position: absolute;
    top: 120px;
    left: 3%;
    padding: 3% 5% 3%;
    width: 70%;
    height: auto;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.9);
    background-size: contain;
    text-align: center;
    z-index: 100; }

  /*スライダー画像をSPでもそのまま使うための小細工*/
  #container #kv .bx-wrapper {
    }

  #container #kv .bx-wrapper li {
    display: block;
    width: 100%;
    position: relative; }

  #container #kv .bx-wrapper li > img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    width: auto;
    height: 100%; } }
@media screen and (min-width: 1000px) {
  #kv .ttl {
    position: absolute;
    top: 12vw;
    left: 0px;
    width: 50%;
    height: 23vw;
    box-sizing: border-box;
    padding: 3vw 6vw 0;
    background: url("../img2/kv/kv_bg.svg") no-repeat;
    background-size: 100% auto;
    color: #004ea2;
    font-size: 20px;
    text-align: center; } }
@media screen and (min-width: 1100px) {
  #kv .ttl {
    position: absolute;
    top: 10vw;
    left: -90px;
    width: 585px;
    height: 383px;
    box-sizing: border-box;
    padding: 3vw 0 0;
    background: url("../img2/kv/kv_bg.svg") no-repeat;
    background-size: contain;
    color: #004ea2;
    font-size: 20px;
    text-align: center; } }
/* 
---------------------------------------
スライダー部カスタマイズ
---------------------------------------
*/
#container .bx-wrapper .bx-controls-direction a {
  text-indent: 0; }

#container .bx-wrapper .bx-pager.bx-default-pager a {
  background: #91d3fc;
  margin: 0 7px; }

#container .bx-wrapper .bx-pager.bx-default-pager a:hover, #container .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #fff;
  margin: 0 7px; }

#container #kv .bx-wrapper .bx-pager {
  position: absolute;
  bottom: 6px;
  width: 100%; }

@media screen and (min-width: 1000px) {
  #container .bx-wrapper .bx-prev {
    left: -50px;
    background: none; }

  #container .bx-wrapper .bx-next {
    right: -50px;
    background: none; }

  #container .bx-wrapper .bx-controls-direction a {
    width: 41px;
    height: 41px;
    font-size: 20px; }

  #container #kv .bx-viewport {
    max-height: 330px !important; }

  #container #kv .bx-viewport ul {
    position: absolute;
    top: -80px;
    left: 0;
    width: 100%; } }
@media screen and (min-width: 1100px) {
  #container #kv .bx-viewport {
    max-height: 550px !important; } }
@media screen and (max-width: 999px) {
  #container .bx-wrapper .bx-prev {
    left: -7%;
    background: none; }

  #container .bx-wrapper .bx-next {
    right: -7%;
    background: none; }

  #container .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 20px;
    font-size: 10px; }

  #container #kv .bx-viewport {
}

  /*#container #kv .bx-viewport ul{
      position: absolute;
      top: -80px;
      left: 0;
      width: 100%;
  }*/
  /*#container #kv .bx-wrapper li > img{
  	max-width: none;
  	width: auto !important;
  	max-height: 100%;
  	height: 500px !important;
  }*/ }
#container .bx-wrapper .bx-controls-direction a {
  background: #00a2e6;
  border-radius: 50%;
  text-align: center;
  display: table;
  color: #fff; }

#container .bx-wrapper .bx-controls-direction a i {
  display: table-cell;
  vertical-align: middle; }

/* 
---------------------------------------
home01
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #home01 {
    padding: 10% 0 8%;
    text-align: center; }

  #home01 .pic img {
    width: 100%;
    height: auto; } }
@media screen and (min-width: 1000px) {
  #home01 {
    padding: 100px 0 70px;
    text-align: center; } }
/*PC・スマホ共通*/
#home01 .pic img {
  border: 1px solid #eeeded; }

/* 
---------------------------------------
home02
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #home02 {
    padding: 10vw 0;
    background: url(../img2/home/02_bg.png) no-repeat left top;
    background-size: 50% auto; }

  #home02 .boxarea {
    padding: 0;
    width: 95%;
    margin: 0 auto;
    box-sizing: border-box; }

  #home02 .box {
    width: 100%;
    position: relative; }

  #home02 .box a {
    position: relative;
    display: block;
    box-sizing: border-box;
    height: 215px;
    /*height: 48vw;*/
    padding-top: 100px;
    margin: 0 0 30px;
    font-size: 14px; }

  #home02 .box a .bBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px 0;
    background: #004ea2ed;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 11px;
    box-sizing: border-box;
    overflow: hidden; }

  #home02 .box a .bBox h4 {
    font-size: 16px;
    letter-spacing: 0.1em; }

  #home02 .box:nth-child(1) a {
    background: url(../img2/home/02_pic_01.jpg) no-repeat center bottom 50px;
    background-size: auto 100%; }

  #home02 .box:nth-child(2) a {
    background: url(../img2/home/02_pic_02.jpg) no-repeat center;
    background-size: auto 100%; }

  #home02 .box:nth-child(3) a {
    background: url(../img2/home/02_pic_03.jpg) no-repeat center bottom 30px;
    background-size: auto 100%; }

  #home02 .box:nth-child(4) a {
    background: url(../img2/home/02_pic_04.jpg) no-repeat center;
    background-size: auto 100%;
    margin: 0 0 10px; } }
@media screen and (min-width: 1000px) {
  #home02 {
    padding: 75px 0 80px;
    background: url(../img2/home/02_bg.png) no-repeat left top; }

  #home02 .boxarea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  #home02 .box {
    width: 49%; }

  #home02 .box a {
    position: relative;
    display: block;
    box-sizing: border-box;
    /*width: 520px;*/
    height: 290px;
    margin: 0 0 30px;
    font-size: 16px; }

  #home02 .box a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;}

  #home02 .box:nth-child(1) a {
    background: url(../img2/home/02_pic_01.jpg) no-repeat;
    background-size: auto 180px; }

  #home02 .box:nth-child(2) a {
    background: url(../img2/home/02_pic_02.jpg) no-repeat;
    background-size: auto 180px; }

  #home02 .box:nth-child(3) a {
    background: url(../img2/home/02_pic_03.jpg) no-repeat;
    background-size: auto 180px;
    margin: 0; }

  #home02 .box:nth-child(4) a {
    background: url(../img2/home/02_pic_04.jpg) no-repeat;
    background-size: auto 180px;
    margin: 0; }

  #home02 .box a .bBox {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
    background: #004ea2d9;
    color: #fff;
    text-align: center;
    overflow: hidden; }

  #home02 .box a .bBox h4 {
    font-size: 20px;
    margin-bottom: 5px;
    letter-spacing: 0.2em; } }
#home02 .box a .bBox i {
  color: #0fa7e7;
  position: absolute;
  top: 50%;
  z-index: 0;
  width: 100%;
  transform: translate(45%, -50%);
  transition: 0.2s; }

@media screen and (max-width: 999px) {
  #home02 .box a .bBox i {
    font-size: 20px;
    right: 0px; } }
@media screen and (min-width: 1000px) {
  #home02 .box a:hover .bBox i {
    right: 0px; }

  #home02 .box a .bBox i {
    font-size: 30px;
    right: 10px; } }
/* 
---------------------------------------
home03
---------------------------------------
*/
#home03 {
  padding: 95px 0 70px;
  background: url(../img2/home/03_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center; }

#home03 .pic {
  margin-bottom: 50px; }

@media screen and (max-width: 999px) {
  #home03 {
    padding: 10% 0 9%;
    background: url(../img2/home/03_bg.jpg) no-repeat;
    background-size: cover;
    text-align: center; }

  #home03 .boxArea {
    width: 92%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }

  #home03 .box {
    /*margin: 0 0 5vw;*/
    /*font-size: 14px;*/
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    padding: 15px 5px 15px; }

  #home03 .box + .box {
    margin-top: 3vw; }

  #home03 .box:nth-of-type(2), #home03 .box:nth-of-type(4) {
    padding: 15px 5px 15px; }

  #home03 .box h4 {
    margin-bottom: 8%;
    position: absolute;
    left: 10px;
    top: 0.5em; }

  #home03 .box h4 img {
    width: 50px; }

  #home03 .box p {
    padding-left: 70px;
    text-align: left; } }
@media screen and (min-width: 1000px) {
  #home03 .boxArea {
    display: flex;
    justify-content: center;
    background: url(../img2/home/03_box_bg.png) no-repeat;
    background-size: contain; }

  #home03 .box {
    /*width: 310px;*/
    width: 25%;
    padding-top: 40px;
    font-size: 17px;
    height: 240px; }

  #home03 .box:nth-of-type(1) .sbox {
    position: absolute;
    left: 3.5vw; }

  #home03 .box:nth-of-type(3) .sbox {
    position: absolute;
    right: 20%; }

  #home03 .box:nth-of-type(4) .sbox {
    position: absolute;
    left: 5%; }

  #home03 .box h4 {
    font-size: 24px;
    margin-bottom: 25px; }

  #home03 .box h4 img {
    width: 68px; } }
@media screen and (min-width: 1100px) {
  #home03 .box {
    font-size: 20px; }

  #home03 .box:nth-of-type(1) .sbox {
    position: absolute;
    left: 2.5vw; }

  #home03 .box:nth-of-type(4) .sbox {
    position: absolute;
    left: -2%; } }
/*PC・スマホ共通*/
#home03 .box {
  box-sizing: border-box;
  text-align: center;
  color: #006699;
  font-weight: bold;
  position: relative; }

#home03 .box p {
  font-weight: bold; }

/* 
---------------------------------------
home04
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #home04 {
    padding: 10vw 0;
    background: url(../img2/home/04_bg.png) no-repeat right top;
    background-size: 70% auto; }

  #home04 .inner {
    width: 85%;
    margin: 0 auto; }

  #home04 .box {
    font-size: 9px; }

  #home04 .box .pic {
    height: 30vw;
    overflow: hidden; }

  #home04 .box ul {
    padding: 3% 0; } }
@media screen and (min-width: 1000px) {
  #home04 {
    padding: 75px 0 80px;
    background: url(../img2/home/04_bg.png) no-repeat right top; }

  #home04 .inner {
    width: 960px; }

  #home04 .box {
    height: 360px;
    font-size: 16px; }

  #home04 .box .pic {
    height: 220px;
    overflow: hidden; }

  #home04 .box .pic img {
    min-height: 100%;
    width: 100%; }

  #home04 .box ul {
    padding: 30px 0; } }
/*PC・スマホ共通*/
#home04 .box {
  overflow: hidden;
  line-height: 1.8;
  border: 1px solid #eeeeee;
  text-align: center;
  box-sizing: border-box; }

/* 
---------------------------------------
home05
---------------------------------------
*/
@media screen and (max-width: 999px) {
  #home05 {
    padding: 10vw 0; }

  #home05 .inner {
    width: 96%;
    padding: 0 2%;
    margin: 0 auto;
    box-sizing: border-box; }

  #home05 .inner > section {
    position: relative;
    width: 100%;
    font-size: 14px;
    height: 50vw;
    overflow: hidden;
    border: 1px solid #fff; }

  #home05 .inner > section:first-of-type {
    margin: 0 0 4vw; }

  #home05 .inner > section:first-of-type .box {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    margin: 0 0 4vw;
    /*padding: 3vw 0;*/
    /*margin: 0 0;*/
    text-align: center; }

  #home05 .inner > section .box {
    position: absolute;
    right: 0;
    top: 20px;
    width: 60%;
    box-sizing: border-box;
    /*padding: 3vw 0;*/
    margin: 0 0;
    /*background: rgba(255,255,255,1.0);*/
    text-align: center; }

  #home05 .inner > section .box img {
    width: 100%;
    /*margin: 0 0 5px;*/ }

  #home05 a .btn {
    display: block;
    box-sizing: border-box;
    margin: 10px auto 0;
    width: 150px;
    height: 35px;
    padding: 6px 0 0;
    background: #0090d4;
    border-radius: 22px;
    color: #fff;
    font-size: 15px;
    text-align: center; }

  #home05 a:hover .btn {
    background: rgba(0, 144, 212, 0.7); }

  #home05 .inner > section figure img {
    width: 100%; } }
@media screen and (min-width: 1000px) {
  #home05 {
    padding: 75px 0 80px; }

  #home05 .inner {
    display: flex;
    justify-content: space-between; }

  #home05 .inner > section {
    position: relative;
    width: 49%;
    font-size: 18px; }

  #home05 .inner > section:first-of-type .box {
    left: 0;
    width: 66%; }

  #home05 .inner > section .box {
    position: absolute;
    right: 0;
    top: 60px;
    width: 66%;
    height: 178px;
    box-sizing: border-box;
    /*padding: 30px 0 0;*/
    margin: 0 0;
    /*background: rgba(255,255,255,1.0);*/
    text-align: center; }

  #home05 .inner > section .box h4 {
    font-size: 24px;
    font-weight: bold; }

  #home05 .inner > section .box img {
    width: 100%;
    /*margin: 0 0 5px;*/ }

  #home05 a .btn {
    display: block;
    box-sizing: border-box;
    margin: 10px auto 0;
    width: 180px;
    height: 45px;
    padding: 8px 0 0;
    background: #0090d4;
    border-radius: 22px;
    color: #fff;
    font-size: 18px;
    text-align: center; }

  #home05 a:hover .btn {
    background: rgba(0, 144, 212, 0.7); }

  #home05 .inner > section figure img {
    border: 1px solid #fff;
    width: 100%; } }
/*PC・スマホ共通*/
#home05 {
  background-color: rgba(199, 235, 249, 0.4); }

/* 
---------------------------------------
news_area info_area　共通
---------------------------------------
*/
[id$="_area"] ul li a {
  padding: 20px 0; }

[id$="_area"] ul li:nth-child(odd) {
  background-color: #f6f5f6; }

[id$="_area"] ul li:nth-child(even) {
  background-color: #eeeded; }

@media screen and (max-width: 999px) {
  [id$="_area"] {
    padding: 8% 0 0; }

  #info_area {
    padding: 8% 0 7%; }

  [id$="_area"] ul li a {
    width: 95%;
    margin: 0 auto;
    display: block;
    text-indent: -9em;
    padding-left: 9em;
    box-sizing: border-box; }

  [id$="_area"] ul li a time {
    margin-right: 1em; } }
@media screen and (min-width: 1000px) {
  [id$="_area"] {
    padding: 90px 0 0; }

  #info_area {
    padding: 90px 0 70px; }

  [id$="_area"] ul li:hover {
    background: rgba(246, 245, 246, 0.5); }

  [id$="_area"] ul li a {
    width: 880px;
    margin: 0 auto;
    display: block;
    font-size: 14px; }

  [id$="_area"] ul li a time {
    margin-right: 55px; }

  [id$="_area"] [class^="btn_"] a {
    margin: 30px auto 0; } }
/* 
---------------------------------------
media
---------------------------------------
*/
#media {
  background-color: rgba(199, 235, 249, 0.4); }

@media screen and (max-width: 999px) {
  #media {
    padding: 8% 0 7%; }

  #media a {
    display: block; }

  #media dl {
    margin-bottom: 3%; }

  #media dl:last-of-type {
    margin-bottom: 0; } }
@media screen and (min-width: 1000px) {
  #media {
    padding: 90px 0 70px; }

  #media .ttl {
    margin-bottom: 50px; }

  #media .inner {
    display: flex;
    justify-content: space-between; }

  #media dl a:hover {
    display: block;
    opacity: 0.6; }

  /*#media a:hover img,#media a:hover dl dt{
  	opacity: 0.6;
  }*/
  #media dl {
    width: 31%; }

  #media dl dd.date {
    font-size: 16px; }

  #media dl dd.text {
    font-size: 14px; } }
#media dl dt {
  clear: both;
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  padding: 0 0 0 0;
  margin: 0 0 0;
  background: #f5f5f5; }

#media dl dt img {
  width: 100%;
  height: auto; }

#media dl dd.date {
  margin: 0 0 0 140px;
  height: 20px;
  color: #666;
  font-weight: bold;
  margin-bottom: 5px; }

#media dl dd.text {
  margin: 0 0 0 140px;
  padding: 0 0 0 0px;
  /*text-indent: 15px;*/
  min-height: 80px;
  text-align: justify;
  text-justify: inter-ideograph; }
