@charset "utf-8";

html{ font-size: 72%; }
body { background: #F1F3F7; margin: 0;}
a {text-decoration: none;}
.br_rwd{display: none;}
.rwd_02{display: none;}
h2,h3{ line-height: 1.35; font-weight: bold;}
div,p{line-height: 1.65;}

/*ヘッダー固定----------------------------------------------*/
.site_header{
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.nav_header{
  width: 100%;
  position: fixed;
  z-index: 9;
}

/*ロゴとメイン画像----------------------------------------------*/

/* メインビジュアル -------- */
.main_visual{
  position: relative;
  max-width: 100%;
  margin: 0 auto 5rem; 
}
.main_visual img.main_png{
  width: 100%;
  height: 500PX;
  filter: brightness(105%);
  object-fit: cover;
  object-position: center middle;
}


/* フッター　----------------------------------------- */
.copy{
  width: 100%;
  padding: 1.35rem 0;
  text-align: center;
  background: #747a7a;
  color: #FFFFFF;
	font-size:130%;
}
/* フッターの固定 */
div#footer_fixed {
position: fixed; 
bottom: 0px; 
left: 50%; 
transform: translateX(-50%);
bottom: 5%;
width: 100%;
}
@media only screen and ( max-width : 768px ) {
  div#footer_fixed {
width: 100%;
bottom: 3%;
  }
}
div#footer_fixed a{
  color: #fff;
  font-size: 1.25rem;
 }
div#footer-bk{
  max-width:1200px; 
  margin: auto;
  width: 100%;
}
div#footer-bk.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div#footer-bk.flex p {
  width: 48%;
}  
div#footer-bk.flex p .shiny_btn{
  width: 35%;
  display: block;
  line-height: 1.25;
}

/*  光るボタン　 -------------------*/
.shiny_btn {
  font-size: 110%;
  position: relative;
  display: block;
  width: 50vh;/*
  padding: 1.8rem 0;*/
  padding: 1.1rem 0;
  margin: 2rem auto;
  text-align: center;
  border-radius: 7px;
  color: #ffffff;
  background-color: #2789FF;
  overflow: hidden;
  box-shadow: 2px 2px 1px #1b61b5;
}
.shiny_btn:hover{ transform: translate3d(3px, 3px, 0); box-shadow: 0px 0px 0px; }
.shiny_btn::after {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
  /* アニメーション */
  animation-name: shiny;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@keyframes shiny {
0% { left: -20%; }
10% { left: 120%; }
100% { left: 120%; }
}

/**/  /**/  /**/  /**/  /**/

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 14px;
  line-height: 1;
  z-index: 99;
}
#page-top a {
  background: #6cafff;
  text-decoration: none;
  color: #fff;
  width: 77px;
  padding: 30px 10px;
  text-align: center;
  display: block;
  border-radius: 90px;
  opacity: 0.9;
  transition: all .3s ease;
}
#page-top a:hover {
  text-decoration: none;
  opacity: .5;
}



/* rootにあったstyle.css マージ */
  
#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background:#ffffff;
  background-image: linear-gradient( 315deg, #a0fff654 30%, #a0cfff54 70%, #ffffff 100%); 
}
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 1.4rem;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #f1f3f7 20%, #c8d2e7 100%);
}
@media only screen and ( max-width : 768px ) {
  #header {
padding: 10px 0;
height: 60px;
}
.h_logo {
  width: 255px;
  position: absolute;
  top: 9px;
  left: 10px;
  z-index: 100;
}
.h_logo img {
width: 100%;
height: auto;
}
#gNav .nav {
overflow-y: auto;
height: 100vh;
}
.mean-nav .container {
padding: 0;
}
nav li .fa {
display: none;
}
}

@media only screen and ( min-width : 769px ) {
  #header {
height: 140px;
  }
  #header .container {
    padding: 0 1rem;
    box-sizing: border-box;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }  
  #header #h_top {

    }
#header .h_logo{
  width:100%;
  padding-top: 1.5rem;
      display: flex;
    justify-content: space-between;
}
#header .h_logo h1 {
  width: 400px;
}
.bx-wrapper {
  margin-top: 60px;
 }
.header_nav {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}
.header_nav li {
  margin-left: 10px; 
}
.header_nav a {
  display: block;
  background: #fff;
  text-align: center;
  width: 200px;
  padding: 10px 0;
}
#gNav ul {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
#gNav > ul {
  height: 50px;
}

  #gNav li {
    position: relative;
    margin-right: 1.2rem;
    text-align: center;
  }
 #gNav > ul > li {
    
    position: relative;
    width: 20%;
  }
  #gNav > ul > li::after {
    content: "";
    width: 1px;
    height: 25px;
    background: #053732;
    display: block;
    position: absolute;
    right: 0;
    top : 2px;
  }
  #gNav > ul > li:first-child::before {
    content: "";
    width: 1px;
    height: 25px;
    background: #053732;
    display: block;
    position: absolute;
    left: 0;
    top : 2px;
  }
  
  #gNav li:last-child {
  margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    height: 50px;
	color: #000;
  }
  #gNav .sub-menu {

    visibility: hidden;
    opacity: 0;

  
    z-index: 1;
    display: block;
    position: absolute;
    top: 0px;
    width: 180px;
    

    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
    box-sizing: border-box;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
  display: block;
  font-size: 16px;
  padding: 0;
  margin: 0;
  }
  #gNav .sub-menu li:last-child {
border-bottom: none;
  }
  #gNav ul > li:hover {
-webkit-transition: all .5s;
transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
color: #a5a8ad;
  }
  #gNav li:hover ul.sub-menu {
top: 52px;
visibility: visible;
opacity: 1;
z-index: 9999;
  }
  #gNav li ul li:after {
content: none;
  }
 #gNav li:hover ul.sub-menu a {
color: #111;
  }
  #gNav .sub-menu li a:hover {
background: #fff;
  }
  #gNav .contact_btn a:hover {
color: #fff;
  }
}


/* -------------------------------------------------------------------------------------------

    Banner

----------------------------------------------------------------------------------------------*/
.link_banner{margin: 2rem auto; text-align: center; width: 100%; overflow: hidden;}
.link_banner div{ float: left; width: 31%;}
.link_banner img{ margin-right: 2%;}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
padding: 40px 0 0;
  }
.f_logo {
padding: 0 20px;
text-align: center;
  }
.f_logo p {
text-align: center;
  }
  .f_logo img {
margin-bottom: 20px;
width: 150px;
  }
  div#footer-bk{
    margin: auto;
    width: 95%;
  }
  div#footer-bk .sp_none{
    display: none;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 769px ) {
  #footer {
padding: 30px 0 0;
  }
  .f_logo {
  }
  .f_logo img {
margin-bottom: 20px;
width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

/* section {
  text-align: center;
} */

#sec01 {
  background: #cadffa;
}
#sec02 {
  background: #99c1f3;
}
#sec03 {
  background: #7ea7d9;
}
#sec04 {
  background: #618bbe;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 768px ) {
  #main {
padding-top: 58px;
  }
  .btn {
width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
padding-top: 80px;
  }
  .btn {
width: 300px;
  }
}



/* RWD ------------------------------ */
/* ---------------------------------  */
/* ---------------------------------  */
@media screen and (max-width:1079px){
.menu { width: calc(100% - 17%);}
  }
@media screen and (max-width:1079px){
.rwd_02{display: none;}
}

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

@media screen and (max-width:914px){
.rwd_01{display: block;}
.rwd_02{display: none;}
}

@media screen and (max-width:888px){
.main_visual img.main_png { height: 400px;}
}

@media screen and (max-width:768px){ /* ipad */
.br_rwd{display: block;}
.container-flex { display: block;}
#page-top a{  display: none;}
div#footer-bk.flex p .shiny_btn{ width: 100%;  margin-right: auto; font-size: 95%;}
.header_nav {
  display: none;
}
}

@media screen and (max-width:666px){ /* Nexus 7 */
}

@media screen and (max-width:606px){ /* 600 Nexus 7 */
}

@media screen and (max-width:559px){ /*  */
.rwd_01{display: block;}
}

@media screen and (max-width:500px){ /* 500 */
.main_h2{ top: 2rem; }
}

@media screen and (max-width:540px){ /* 529 540 */
.rwd_01{display: none;}
.rwd_02{display: block;}
.main_visual img.main_png { height: 250px;}

}

@media screen and (max-width:440px){/* iPhone 678 */
.rwd_01{display: none;}
.main_visual img.main_png{filter: brightness(90%);}
}

@media screen and (max-width:375px){ /* iPhoneX　678plus */
.rwd_01{display: block;}
.rwd_01{display: none;}
.main_bt{ top: 19rem;  font-size: 147%;}
}

@media screen and (max-width:360px){ /* Galaxy Note */
.rwd_01{display: none;}
}

@media screen and (max-width:320px){ /* iPhoneX　5 */
.rwd_01{display: none;}
}

@media screen and (max-width:280px){ /* Galaxy fold */
.rwd_01{display: none;}
.shiny_btn { font-size: 85%;}
}


/*  nav  */
@media screen and (max-width: 768px) {
}


/*　フッター　ナビ付 ----------------*/
#footer {
  position: relative;
  margin-top: 40px;
  color: #fff;
}
#footer a {
  text-decoration: none;
  color: #fff;
}
#footer a:hover {
  text-decoration: underline;
}
#footer .primary {
  padding: 40px 20px;
  background: #747a7a;
}
#footer .f_secondary {
  display: flex;
  padding: 40px 20px;
	background-color: #333;
}

@media screen and (max-width: 767px) {
  #footer .primary {
    padding: 20px 20px;
    background: #747a7a;
  }
  #footer .f_secondary {
    display: block;
    padding: 20px 20px;
  }
}

/* footer-logo */

#footer .logo {
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #footer .logo {
    font-size: 16px;
  }
}

/* address */
.address {
  margin: 10px 0 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .address {
    font-size: 12px;
  }
}

/* navi */

.navi-row {
  display: flex;
  margin-top: 40px;
}
#footer .navi {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .navi li {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
}
#footer .navi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .navi-row {
    display: block;
    margin-top: 15px;
  }
  #footer .navi {
    font-size: 12px;
  }
  #footer .navi li {
    margin-top: 5px;
    font-size: 12px;
  }
}

/* sitenavi */

#footer .sitenavi {
  width: 50%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .sitenavi li {
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 0;
}
#footer .sitenavi li:first-child {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .sitenavi {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
}

/* copyright */

#footer .copyright {
  width: 50%;
  margin: 0;
  padding: 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    width: 100%;
    margin: 20px 0 0;
    text-align: center;
    font-size: 12px;
  }
}