extarea@charset "utf-8";
/* CSS Document */
body {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
body {
  font-family: "Hiragino Kaku Gothic Pro""メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0px;
  padding: 0px;
  top: -20px;
  min-height: 100vh;
  position: relative; /*←相対位置*/
  line-height: 140%;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.5;
}
menu a {
  font-size: 18px;
  font-weight: bold;
}
h2 {
 
  font-size: 24x;
  text-align: center;
  font-weight: bold;
  background-color: #0D47A1;
}
.fon {
  font-family: 'Lora', serif;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 25px;
  padding-left: 20px;
}
h3 {
  margin: 0px;
  padding: 15px 30px;
  background-color: #0D47A1;
  color: #fff;
  padding-bottom: 12px;
  border-bottom: solid 6px skyblue;
  position: relative;
}
h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 6px pink;
  bottom: -6px;
  right: 0px;
  width: 30%;
}
#box {
  width: 1000px;
  margin: 0px auto;
}
#box_t {
  width: 1000px;
  margin: 50px auto 80px;
}
#box_t p {
  line-height: 200%;
  margin-left: 40px;
  margin-right: 40px;
}
#box_t blockquote {
  margin-left: 70px;
  margin-right: 70px;
}
#box_t ul {
  margin-left: 40px;
  margin-right: 40px;
}
#box_t2 {
  width: 1000px;
  margin: 50px auto 50px;
}
#box_t23 {
  width: 1000px;
  margin: 50px auto 50px;
}
#box_t2 p {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 200%;
}
#box_t2 dt {
  padding-left: 30px;
  padding-right: 30px;
}
#box_t2 dd {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  line-height: 180%;
}
#box_t2 h4 {
  padding-left: 20px;
  padding-right: 20px;
}
#box_t2 ol {
  padding-left: 40px;
  padding-right: 15px;
}
#box_t2 li {
  margin-left: 30px;
  margin-right: 20px;
  line-height: 180%;
  margin-bottom: 30px;
}
#box_t li {
  margin-left: 20px;
  padding-right: 15px;
}
#box_t2 dl {
  padding-left: 20px;
  padding-right: 20px;
}
.ric_box_a {
  width: 450px;
  margin: 0px auto;
}
.ric_box_b {
  width: 450px;
  margin: 0px auto;
  float: left;
}
.ric_box_c {
  width: 450px;
  margin: 0px;
  float: right;
}
.ab_lis {
  margin-left: 120px;
}
#box_tp {
  width: 45%;
  float: left;
  height: 250px;
  border: 1px solid rgba(197, 197, 197, 1.00);
  border-radius: 5px;
  padding: 0px;
  margin: 20px;
}
menu {
  font-size: 14px;
  padding-top: 90px;
}
menu a {
  color: #2c75bc;
  text-decoration: none;
}
menu a:hover {
  color: #000000;
  text-decoration: underline;
}
.air {
  padding: 0px 20px;
  color: rgba(1, 1, 1, 1.00);
  font-weight: bold;
  line-height: 180%
}
.l_img {
  float: left;
}
.l_logo {
  float: left;
}
.img100 {
  width: 230px;
  margin: 5px auto;
  padding: 10px;
}
.img_r {
  float: right;
  margin: 20px;
  width: 260px;
}
#mainvisualwrap {
  margin: 0px;
  width: 100%;
  padding: 0px
}
.img_r2 {
  margin: 0px;
  width: 100%;
}
.read {
  font-size: 18px;
  padding: 20px;
  margin-left: 30px;
  margin-right: 30px;
  line-height: 200%
}
footer {
  background-color: #0D47A1;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  padding: 25px 0px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
.copy {
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  padding: 25px;
}
.fon200 {
  line-height: 160%;
}
.go_top {
  background-color: rgba(195, 214, 232, 1.00);
  padding: 10px;
  color: #333333;
  text-decoration: none;
}
@media only screen and (min-width: 321px) and (max-width: 768px) {
  .l_img {
    float: none;
  }
  #box {
    width: 100%;
    margin: 0px auto;
  }
}
#loader-bg {
  background-color: #fff;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 100;
}
#loader-bg img {
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}
.ft_18 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.img-wrapper {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
}
.img-wrapper img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}
.img-wrapper:hover img {
  transform: scale(1.4); /* 拡大 */
}
#box_t_bt {
  width: 800px;
  margin: 50px auto 150px;
}
#box_t_bt a:hover {
  opacity: 1;
}
#box_t_btt {
  width: 1000px;
  margin: 50px auto 150px;
}
#box_t_btt a:hover {
  opacity: 1;
}
.sp_bt5 {
  width: 200px;
  height: 188px;
  overflow: hidden;
  margin: 0px;
  position: relative;
  float: left;
}
.sp_bt5 .caption {
  font-size: 130%;
  text-align: center;
  color: #fff;
  padding-top: 60px;
}
.sp_bt5 .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0); /* 大きさを０にして表示しない */
  transform: scale(0);
}
.sp_bt5:hover .mask {
  -webkit-transform: scale(1); /* 大きさを１にして表示する */
  transform: scale(1);
}
/* btn */
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
.btn, a.btn, button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  border-radius: 0.5rem;
}
a.btn-custom01 {
  margin-bottom: 0.5rem;
  padding: 0;
  border-radius: 0.75rem;
}
a.btn-custom01:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate3d(0, 0.75rem, -1rem);
  transform: translate3d(0, 0.75rem, -1rem);
  border: 2px solid #000;
  border-radius: inherit;
  background: #001DFF;
  -webkit-box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.6rem 0 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  left: 1.5rem;
  margin: 0;
  padding: 0;
  content: "";
}
.btn-custom01-front {
  position: relative;
  display: block;
  padding: 1.5rem 5rem 1.5rem 5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid #000;
  border-radius: inherit;
  background: #001DFF;
  background-color: #001DFF;
}
.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}
.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}
a.btn-custom01:hover {
  -webkit-transform: translate(0, 0.25rem);
  transform: translate(0, 0.25rem);
  background: #001DFF;
}
a.btn-custom01:hover:before {
  -webkit-transform: translate3d(0, 0.5rem, -1rem);
  transform: translate3d(0, 0.5rem, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:hover:after {
  content: "";
}
a.btn-custom01:active {
  -webkit-transform: translate(0rem, 0.75rem);
  transform: translate(0rem, 0.75rem);
}
a.btn-custom01:active:before {
  -webkit-transform: translate3d(0, 0, -1rem);
  transform: translate3d(0, 0, -1rem);
  -webkit-box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0.35rem 0 0 rgba(0, 0, 0, 0.2);
}
a.btn-custom01:active:after {
  content: "";
}
.int_q {
  background-color: #DCDAFF;
  padding: 20px 20px 20px 40px;
  border-radius: 10px;
  width: 80%;
  font-size: 20px;
  margin-bottom: 30px;
}
.int_a {
  background-color: #E1E1E1;
  padding: 20px;
  border-radius: 10px;
  width: 80%;
  float: right;
  line-height: 180%;
  font-size: 16px;
  margin-bottom: 50px;
}
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  color: #000000;
}
a.btn-border:hover {
  color: #fff;
  background: #000;
}
.mob_on {
  display: none;
}
.pc_on {
  display: block;
}
/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
}
.eachTextAnime.appeartext span {
  animation: text_anime_on 2s ease-out forwards;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_com_r {
  background-color: rgba(135, 184, 217, 0.70);
  top: 25px;
  right: 25px;
  width: 491px;
  height: 165px;
  position: absolute;
}
.top_com_r2 {
  background-color: rgba(135, 184, 217, 0.70);
  top: 140px;
  right: 25px;
  width: 491px;
  height: 165px;
  position: absolute;
}
.top_com_l {
  background-color: rgba(135, 184, 217, 0.70);
  top: 25px;
  right: 464px;
  width: 491px;
  height: 165px;
  position: absolute;
  text-align: left;
}
.top_com_l2 {
  background-color: rgba(135, 184, 217, 0.70);
  top: 140px;
  right: 464px;
  width: 491px;
  height: 165px;
  position: absolute;
  text-align: left;
}
.top_com_l3 {
  background-color: rgba(135, 184, 217, 0.70);
  top: 25px;
  right: 25px;
  width: 491px;
  height: 165px;
  position: absolute;
  text-align: left;
}
.con_box {
  position: relative;
  width: 1000px;
  margin: auto;
  margin-bottom: 100px;
}
div#slider {
  height: 960px;
}
.ric_hum {
  float: left;
}
.ric_ic {
  float: right;
  padding: 20px;
  width: 125px;
}
.gmap {
  margin: 10px 20px 30px 30px;
  float: right;
}
.ggm {
  width: 560px;
}
.flo_r {
  float: right;
}
.bd {
  border: 1px solid #969696;
}
@media screen and (max-width: 896px) { /* forSMP */
  #box {
    width: 98%;
    margin: 0px auto;
  }
  .ab_lis {
    margin-left: 0px;
  }
  #box_t {
    width: 98%;
    margin: 58px auto 50px;
  }
  #box_t2 {
    width: 98%;
    margin: 50px auto 50px;
  }
  #box_t23 {
    width: 95%;
    margin: 50px auto 50px;
  }
  #box_t_bt {
    width: 95%;
    margin: 50px auto 150px;
  }
  .ric_ic {
    float: right;
    padding: 10px;
    width: 100px;
  }
  .top_com_r {
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: inherit;
    padding-bottom: 0px;
    position: absolute;
  }
  .top_com_r2 {
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: inherit;
    padding-bottom: 0px;
    position: absolute;
  }
  .top_com_l {
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    position: absolute;
  }
  .top_com_l2 {
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    position: absolute;
  }
  .top_com_l3 {
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    position: absolute;
  }
  .top_com_l4 {
    background-color: rgba(255, 255, 255, 0.6);
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    position: absolute;
  }
  .con_box {
    position: relative;
    width: 100%;
    height: inherit;
    margin: auto;
    margin-bottom: -10px;
  }
  .sp_bt5 {
    width: 280px;
    height: 188px;
    overflow: hidden;
    margin: 0px auto;
    position: relative;
    float: none;
  }
  .mob_on {
    display: block;
  }
  .pc_on {
    display: none;
  }
  .read {
    font-size: 18px;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    line-height: 200%
  }
  .gmap {}
  .img_r {
    float: none;
    margin: 20px 5%;
    width: 90%;
  }
  .ric_box_a {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
  }
  .ric_box_b {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    float: none;
  }
  .ric_box_c {
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
    float: none;
  }
  .ric_hum {
    width: 80px;
    float: left;
  }
  .l_logo {
    width: 80%;
  }
  .flo_r {
    float: none;
  }
  .gmap {
    margin: 10px auto;
    float: none;
    width: 90%
  }
  .ggm {
    width: 100%;
  }
  .h2_t {
    margin-top: 0px;
    padding: 10px 10px;
    color: rgba(255, 255, 255, 1.00);
    line-height: 100%;
    font-size: 24px;
  }
  .mob_i {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
.h2_t {
  margin-top: 0px;
  padding: 20px 20px 16px;
  color: rgba(255, 255, 255, 1.00);
}
dd {
  margin-left: 15px;
}
#box_t p {
  margin-left: 10;
  margin-right: 10;
}

#box_t2 p {
  margin-left: 10;
  margin-right: 10;
}
#box_t2 h4 {
  padding-left: 15px;
  padding-right: 15px;
}
#box_t2 ol {
  padding-left: 35px;
  padding-right: 15px;
}
#box_t li {
  margin-left: 15px;
  padding-right: 15px;
}
#box_t2 dl {
  padding-left: 15px;
  padding-right: 15px;
}
}
textarea {
  width: 80%;
  display: block;
  border-radius: 3px;
  padding: 5px;
}
input {
  width: 80%;
  display: block;
  border-radius: 3px;
  padding: 5px;
}
select {
  display: block;
  border-radius: 3px;
  padding: 5px;
}
  {
  display: block;
  border-radius: 3px;
  padding: 5px;
}
.ric_box_ft {
  width: 300px;
  margin: 10px;
  float: left;
}