@charset "UTF-8";
html, body {
  height: 100%;
}

#header #htop {
  display: block;
}


#cheader {
  display: none;
}

/***************************************************/
@keyframes mouse {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#mainvis {
  height: 100%;
}
#mainvis .mf-frame {
  height: 100%;
}
#mainvis .mf-inner {
  height: 100%;
  padding-top: 288px;
  padding-bottom: 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#mainvis h1 {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.87em;
  text-shadow: 0px 0px 9px rgba(2, 2, 2, 0.5);
  text-align: left;
}
#mainvis h1 img {
  display: block;
  margin-bottom: 36px;
  max-width: 100%;
}
#mainvis .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation: fadeSlide3 9s ease-out infinite;
  opacity: 0;
  z-index: -3;
}
#mainvis .bg:nth-of-type(1) {
  animation-delay: 6s;
  /* 表示状態からスタートするのでアニメーション開始は最後*/
  opacity: 1;
}
#mainvis .bg:nth-of-type(3) {
  animation-delay: 3s;
}
#mainvis .bg:nth-of-type(1) {
  background-image: url("../img/top/mv00.jpg");
}
#mainvis .bg:nth-of-type(2) {
  background-image: url("../img/top/mv01.jpg");
}
#mainvis .bg:nth-of-type(3) {
  background-image: url("../img/top/mv02.jpg");
}
#mainvis a {
  display: inline-block;
  border: solid 2px #fff;
  width: 23px;
  height: 47px;
  padding-top: 11px;
  border-radius: 12px;
  line-height: 5px;
}
#mainvis a:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  animation: mouse 2s infinite;
}

/***************************************************/
#main .mf-inner > *, #main .clist > .cbox, #main .mf .cboxs {
  opacity: 0;
  transform: translateY(3rem);
}
#main .mf-inner > *.fadein, #main .clist > .cbox.fadein, #main .mf .cboxs.fadein {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s ease-in,transform 0.8s ease-in;
}

#mf1 .mf-inner {
  padding-top: 96px;
}
#mf1 h2 {
  margin-bottom: 33px;
  text-align: center;
}
#mf1 h2 + .tac {
  font-size: 0.87rem;
  line-height: 2.2em;
  margin-bottom: 91px;
}
#mf1 .cbox {
  width: 33%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  cursor: pointer;
}
#mf1 .cbox:hover {
  opacity: 1;
}
#mf1 .cbox-inner {
  display: flex;
  height: 469px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}
#mf1 #cbox1 {
  background-color: #f6f6f6;
  cursor: default;
}
#mf1 .cbox a {
  font-size: 2.6rem;
  line-height: 1em;
  margin-bottom: 1.1759059275em;
  color: inherit;
}
#mf1 .cbox p {
  text-align: center;
  font-size: 1.04rem;
  line-height: 2em;
  height: 8.4em;
}
#mf1 .cbox:nth-child(2) {
  background-image: url("../img/top/mf1bg1.jpg");
}
#mf1 .cbox:nth-child(3) {
  background-image: url("../img/top/mf1bg2.jpg");
}
#mf1 .cbox:nth-child(4) {
  background-image: url("../img/top/mf1bg3.jpg");
}
#mf1 .cbox:nth-child(5) {
  background-image: url("../img/top/mf1bg4.jpg");
}
#mf1 .cbox:nth-child(6) {
  background-image: url("../img/top/mf1bg5.jpg");
}
#mf1 .cbox:nth-child(n+2):hover .cbox-inner {
  background-color: rgba(17, 39, 74, 0.8);
}
#mf1 .cbox:nth-child(n+2):hover .btn {
  background: url("../img/top/mf1btn-on.png") center center/contain no-repeat;
}
#mf1 .cbox:nth-child(n+2):hover .btn img {
  visibility: hidden;
}

/***************************************************/
#mf2 {
  padding-top: 78px;
  padding-bottom: 60px;
  background: #f6f6f6;
  overflow: hidden;
}
#mf2 .cbox1 {
  margin-bottom: 44px;
}
#mf2 .cbox1 .cbox-inner {
  position: relative;
  height: 801px;
  padding-top: 218px;
  text-align: center;
}
#mf2 .cbox1 h3 {
  position: relative;
  z-index: 1;
  width: 409px;
  height: 409px;
  background: rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#mf2 .cbox1 .cboxs {
  position: absolute;
  padding-top: 62px;
  width: 271px;
  height: 271px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin: auto;
}
#mf2 .cbox1 h4 {
  font-size: 1.74rem;
  line-height: 1em;
}
#mf2 .cbox1 h4:after {
  content: '';
  display: block;
  width: 35px;
  height: 1px;
  background: #fff;
  margin: 19px auto 15px;
}
#mf2 .cbox1 p {
  font-size: 0.87rem;
  line-height: 2em;
}
#mf2 .cbox1 .cboxs:nth-of-type(1) {
  background-color: #3b68b6;
  top: 0;
  left: 0;
  right: 0;
}
#mf2 .cbox1 .cboxs:nth-of-type(2) {
  background-color: #b63b5b;
  left: calc(50% + 145px);
  top: 198px;
}
#mf2 .cbox1 .cboxs:nth-of-type(3) {
  background-color: #ddbe54;
  left: calc(50% + 38px);
  bottom: 0;
}
#mf2 .cbox1 .cboxs:nth-of-type(4) {
  background-color: #353940;
  right: calc(50% + 38px);
  bottom: 0;
}
#mf2 .cbox1 .cboxs:nth-of-type(5) {
  background-color: #4a871e;
  right: calc(50% + 145px);
  top: 198px;
}
#mf2 .cbox2 {
  background: #fff;
  padding: 24px 0 47px;
  margin: 0 -88px;
}
#mf2 .cbox2 h3 {
  font-size: 1.56rem;
  line-height: 1em;
  margin-bottom: 44px;
  color: #1ab2c5;
  font-weight: 500;
  text-align: center;
}
#mf2 .cbox2 .clist {
  justify-content: center;
  margin: 0 -50px;
}
#mf2 .cbox2 li {
  width: 294px;
  background-color: rgba(26, 178, 197, 0.36);
  font-size: 1.56rem;
  line-height: 3em;
  text-align: center;
  margin: 0 48px;
}

/***************************************************/
#mf3 {
  padding-top: 74px;
  padding-bottom: 125px;
  border-top: solid 1px #a9a9a9;
}
#mf3 .cbox {
  border-bottom: solid 1px #a9a9a9;
}
#mf3 .cbox-inner {
  display: flex;
  align-items: center;
  padding: 38px 203px;
}
#mf3 .cbox-inner > p:first-child {
  width: 115px;
  flex-shrink: 0;
  flex-grow: 0;
  font-size: 1.04rem;
  color: #a9a9a9;
}
#mf3 .cbox-inner > p:last-child {
  font-size: 1.13rem;
}
#mf3 .cbox-inner > p:last-child a {
  color: #4895a0;
}


.mynavi{
display: flex;
justify-content: center;
align-items: center;
}
.mynavi a{
margin: 0 0.5em;
}







@media screen and (max-width: 850px) {
  #smpmenu .fix a {
    pointer-events: none;
  }

  /***************************************************/

  #mainvis .mf-inner {
    padding-top: 35.67%;
    padding-bottom: 12.67%;
  }
  #mainvis h1 {
    padding-top: 39.06vw;
    background: url("../img/top/mvt1s.png") left top /79.84vw no-repeat;
    font-size: 0.87rem;
    text-shadow: 0px 0px 1.41vw rgba(2, 2, 2, 0.5);
  }
  #mainvis h1 img {
    display: none;
  }
  #mainvis .bg:nth-of-type(1) {
    background-image: url("../img/top/mv00s.jpg");
  }
  #mainvis .bg:nth-of-type(2) {
    background-image: url("../img/top/mv01s.jpg");
  }
  #mainvis .bg:nth-of-type(3) {
    background-image: url("../img/top/mv02s.jpg");
  }
  #mainvis a {
    width: 4.84vw;
    height: 10vw;
    padding-top: 2.34vw;
    border-radius: 2.5vw;
  }
  #mainvis a:before {
    width: 1.09vw;
    height: 1.09vw;
  }

  /***************************************************/
  #mf1 .mf-inner {
    padding-top: 9.38vw;
  }
  #mf1 h2 {
    margin-bottom: 6.41vw;
    background: url("../img/top/mf1t1s.png") center/contain no-repeat;
    height: 30.78vw;
  }
  #mf1 h2 img {
    display: none;
  }
  #mf1 h2 + .tac {
    font-size: 0.81rem;
    margin-bottom: 9.38vw;
  }
  #mf1 .cbox {
    width: 100%;
  }
  #mf1 .cbox-inner {
    height: 62.5vw;
  }
  #mf1 #cbox1 img {
    width: 39.38vw;
  }
  #mf1 #cbox1 .cbox-inner {
    height: 54.69vw;
  }
  #mf1 .cbox a {
    font-size: 1.74rem;
  }
  #mf1 .cbox p {
    font-size: 0.87rem;
    height: 25vw;
  }
  #mf1 .cbox:nth-child(2) {
    background-image: url("../img/top/mf1bg1s.jpg");
  }
  #mf1 .cbox:nth-child(3) {
    background-image: url("../img/top/mf1bg2s.jpg");
  }
  #mf1 .cbox:nth-child(4) {
    background-image: url("../img/top/mf1bg3s.jpg");
  }
  #mf1 .cbox:nth-child(5) {
    background-image: url("../img/top/mf1bg4s.jpg");
  }
  #mf1 .cbox:nth-child(6) {
    background-image: url("../img/top/mf1bg5s.jpg");
  }
  #mf1 .cbox .btn {
    height: 8.75vw;
    background: url("../img/top/mf1btn-on.png") center center /contain no-repeat;
  }
  #mf1 .cbox .btn img {
    visibility: hidden;
  }

  /***************************************************/
  #mf2 {
    padding-top: 14.53vw;
    padding-bottom: 7.19vw;
  }
  #mf2 .cbox1 {
    margin-bottom: 0;
  }
  #mf2 .cbox1 .cbox-inner {
    height: auto;
    padding-top: 0;
  }
  #mf2 .cbox1 h3 {
    width: auto;
    height: 91.88vw;
    background: url("../img/top/mf2t1s.png") center/contain no-repeat;
    border-radius: 0;
    display: block;
    margin-bottom: 9.22vw;
  }
  #mf2 .cbox1 h3 img {
    z-index: -1;
    width: 1px;
  }
  #mf2 .cbox1 .cboxs {
    position: static;
    padding: 0 6.72vw;
    width: auto;
    height: auto;
    border-radius: 0;
    text-align: left;
    color: inherit;
    margin-bottom: 9.38vw;
    background: none !important;
  }
  #mf2 .cbox1 h4 {
    font-size: 1.55rem;
    line-height: 1em;
    display: flex;
    align-items: center;
    margin-bottom: 3.59vw;
  }
  #mf2 .cbox1 h4:after {
    order: -1;
    width: 4.69vw;
    height: 4.69vw;
    margin: 0 3.13vw 0 0;
    border-radius: 50%;
  }
  #mf2 .cbox1 p {
    font-size: 0.81rem;
    padding-left: 7.81vw;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(1) h4 {
    color: #3b68b6;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(1) h4:after {
    background: #3b68b6;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(2) h4 {
    color: #b63b5b;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(2) h4:after {
    background-color: #b63b5b;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(3) h4 {
    color: #ddbe54;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(3) h4:after {
    background-color: #ddbe54;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(4) h4 {
    color: #353940;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(4) h4:after {
    background-color: #353940;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(5) h4 {
    color: #4a871e;
  }
  #mf2 .cbox1 .cboxs:nth-of-type(5) h4:after {
    background-color: #4a871e;
  }
  #mf2 .cbox2 {
    padding: 7.19vw 0 7.19vw;
    margin: 0 30px;
  }
  #mf2 .cbox2 h3 {
    font-size: 1.16rem;
    line-height: 1em;
    margin-bottom: 7.34vw;
  }
  #mf2 .cbox2 .clist {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #mf2 .cbox2 li {
    display: inline-block;
    width: 45.94vw;
    height: 11.72vw;
    font-size: 1.04rem;
    margin: 0 auto 3.44vw;
  }
  #mf2 .cbox2 li:last-child {
    margin-bottom: 0;
  }

  /***************************************************/
  #mf3 {
    padding-top: 9.69vw;
    padding-bottom: 15.63vw;
  }
  #mf3 .cbox-inner {
    display: block;
    padding: 4.22vw 0;
  }
  #mf3 .cbox-inner > p:first-child {
    width: auto;
    font-size: 0.81rem;
    margin-bottom: 3.59vw;
    line-height: 1em;
  }
  #mf3 .cbox-inner > p:last-child {
    font-size: 0.87rem;
    line-height: 1em;
  }
}
