@charset "utf-8";

html{ font-size: 62.5%; padding-top: 5rem;}
body { background: #f3ffff; 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;
}

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

/*logo -------------------
.tts_logo{
  width: 15%;
  position:  absolute;
  top: 1.5rem;
  left: 3rem;
}*/

/* メインビジュアル -------- */
.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 bottom;
}

/* h2 文言 --------------
.main_h2{
  position:  absolute;
  font-size: 410%;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333;
  top: 12rem;
  left: 47%;
  line-height: 1.25;
}
.top_moji{
  color: #ffc709;
  font-size: 250%;
  padding-right: 0.5rem;
}*/
/* メイン画像文言 --------------
.main_p1{
  position:  absolute;
  font-size: 170%;
  color: #ffffff;
  text-shadow: 1px 1px 2px #333;
  top: 29rem;
  left: 47%;
  border-bottom: 2px dotted #fff;
  letter-spacing: 0.1rem;
}*/

/* フッター　----------------------------------------- */
.copy{
  width: 100%;
  padding: 1.35rem 0;
  text-align: center;
  background: #ffff99;
  color: #666;
}
/* フッターの固定 */
div#footer_fixed {
    position: fixed; 
    bottom: 0px; 
    left: 50%; 
    transform: translateX(-50%);
    bottom: 7%;
}
@media only screen and ( max-width : 768px ) {
  div#footer_fixed {
    width: 100%;
    bottom: 3%;
  }
}
div#footer_fixed a{
  color: #fff;
  font-size: 1.5rem;
 }
div#footer-bk{
  max-width:1200px; 
  margin: auto;
}

/*  光るボタン　 -------------------*/
.shiny_btn {
  font-size: 110%;
  position: relative;
  display: block;
  width: 50vh;
  padding: 1.8rem 0;
  margin: 2rem auto;
  text-align: center;
  border-radius: 7px;
  color: #666;
  background-color: #FFA024;
  overflow: hidden;
  box-shadow: 2px 2px 1px #ffff99;
}
.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: #fff000;
  text-decoration: none;
  color: #666;
 width: 82px;
height: 112px;
border-radius : 80% 80% 80% 80% / 100% 100% 65% 65%;
  padding: 30px 10px;
  text-align: center;
  display: block;
  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: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 13px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #ebf9ff 0%, #ace0f9 100%);
}
@media only screen and ( max-width : 768px ) {
  #header {
    padding: 10px 0;
    height: 60px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    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 print, screen and ( min-width : 769px ) {
  #header {
    height: 80px;
    
  }
  #header .container {
    padding: 0 1rem;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
  }
  .h_logo img {
    width: 200px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 3em;
  }
  #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;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -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;
  }
  #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: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    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;
  }
}

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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  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;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 30px 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){
/*.tts_logo{ width: 25%;}*/
.rwd_02{display: none;}
/*.main_h2{  font-size: 380%;  top: 20rem;}*/
/*.main_p1{  font-size: 150%;  top: 37rem;}*/
}

@media screen and (max-width:949px){
/*.main_h2{ top: 17rem; left: 44%; font-size: 370%; }*/
/*.main_p1{ top: 34rem; left: 44%;}*/
}

@media screen and (max-width:914px){
.rwd_01{display: block;}
.rwd_02{display: none;}
/*.main_h2{ top: 17rem; font-size: 370%; }*/
/*.top_moji{padding-left: 0.5rem;}*/
/*.main_p1{ top: 34rem;}*/

@media screen and (max-width:888px){
/*.main_h2{ top: 8.5rem; left: 44%; font-size: 370%; }*/
/*.top_moji{ top: 12.5rem;  font-size: 180%; }*/
/*.main_p1{ top: 22rem; left: 44%;}*/
.main_visual img.main_png { height: 400px;}
}

@media screen and (max-width:768px){ /* ipad */
.br_rwd{display: block;}
/*div#footer_fixed { min-height: 5%;}*/
.container-flex { display: block;}
 #page-top a{  display: none;}
.shiny_btn{ width: 100%;  margin-right: auto; font-size: 100%;}
/*.main_h2{ top: 8.5rem; font-size: 300%; line-height: 1.14;}*/
/*.main_p1{ top: 18rem; padding: .5rem; width: 50%; font-size: 170%; font-weight: 900;}*/
}

@media screen and (max-width:666px){ /* Nexus 7 */
/*.main_h2{ top: 6rem;}*/
/*.main_p1{ top: 18rem;}*/
}

@media screen and (max-width:606px){ /* 600 Nexus 7 */
/*.top_moji{ font-size: 135%; }*/
/*.main_p1{ top: 15rem;}*/
}

@media screen and (max-width:559px){ /*  */
.rwd_01{display: block;}
/*.main_h2{top: 10rem; }*/
/*.main_p1{ top: 18rem; font-size: 140%;}*/
}

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

@media screen and (max-width:540px){ /* 529 540 */
.rwd_01{display: none;}
.rwd_02{display: block;}
/*.main_h2{ font-size: 210%; top: 4.5rem; left: 45%; line-height: 1.3;}*/
/*.top_moji{  font-size: 200%; padding-left: 0.5rem;}*/
.main_visual img.main_png { height: 250px;}
/*.main_p1{
  width: 48%;
  font-size: 135%;
  top: 13rem;
  left: 45%;
  text-align: center;
  border-bottom: none;
  letter-spacing: 0.1rem;
  background: #00000055;
  border-radius: 11px;
  padding: 0.5rem 1rem;
}*/
}

@media screen and (max-width:440px){/* iPhone 678 */
.rwd_01{display: none;}
.main_visual img.main_png{filter: brightness(90%);}
/*.main_h2{ top: 2.7rem; font-size: 210%; left: 44%;}*/
/*.top_moji{ font-size: 160%;}*/
/*.main_p1{
  width: 48%;
  font-size: 120%;
  top: 11rem;
  left: 44%;
  letter-spacing: 0rem;
  background: #00000055;
  border-radius: 0px;
  padding: 0.5rem 1rem;
}*/
}

@media screen and (max-width:375px){ /* iPhoneX　678plus */
/*.tts_logo{ width: 25%; top: 4rem; left:1rem;}*/
.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;}
/*.main_h2{ top: 3rem; font-size: 180%; line-height: 1.35;}*/
/*.main_p1{ top: 10rem;line-height: 1.3; padding: 0.5rem;width: 50%;}*/
}

@media screen and (max-width:320px){ /* iPhoneX　5 */
.rwd_01{display: none;}
/*.main_h2{ top: 0.1rem; font-size: 160%; line-height: 1.14;}*/
/*.main_p1{ top: 6rem; padding: 0.5rem; width: 50%; text-align: left;}*/
}

@media screen and (max-width:280px){ /* Galaxy fold */
.rwd_01{display: none;}
/*.main_h2{ top: 4rem; left: 40%; font-size: 150%; line-height: 1.14;}*/
/*.top_moji{ font-size: 170%;}*/
/*.main_p1{
  top: 11rem;
  padding: 0.5rem;
  left: 35%;
  width: 58%;
  text-align: left;
}*/
.shiny_btn { font-size: 85%;}
}


/*  nav  */
@media screen and (max-width: 768px) {
/*.tts_logo{ width: 35%;}*/
}











