@charset 'UTF-8';
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP);
@import url(//fonts.googleapis.com/css?family=Zen+Kaku+Gothic+New);

body{
  max-width: 100%;
  margin:0;
  padding:0;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
  line-height:1.6;
  font-size: 16px;
  color: #000;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,section{
  margin: 0px;
  padding: 0px;
  display: block;
}

input,textarea,select {
  font-size: 1em;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul{
  list-style-type: none;
}

li {
  list-style-type: none;
}

img{
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  vertical-align:bottom;
}

p{
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-type: none;
}

input,textarea,select {
  font-size: 1em;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

a {
  outline:none;
}

.overimg:hover img {
  filter:alpha (opacity=70);
  -moz-opacity:0.80;
  opacity:0.80;
}

/* link
-------------------------------------------------- */
a {
  text-decoration: none;
  outline:none;
  color:#5C5B5C;
}

a:hover {
  color : #5C5B5C;
  text-decoration	: none;
}

/* .line
-------------------------------------------------- */
hr {
  display : none;
}

.clr {
  height : 0;
  clear : both;
}

/* #wrapper
------------------------------------------------- */
#wrapper {
  width: 100%;
  line-height:1.6;
  min-height: 60vh;
}

@media only screen and  (max-width: 568px) {
#wrapper {
  min-height: initial;
}
}

.bg_sub {
  padding-top:150px;
}

@media only screen and  (max-width: 810px) {
.bg_sub {
  padding-top:60px;
}
}

@media only screen and  (max-width: 568px) {
.bg_sub {
  padding-top:60px;
}
}

/* p_navi
---------------------------------------------------------------------------*/
.p_navi{
  width: 100%;
  box-sizing: border-box;
  padding:1%;
  text-align: left;
  font-size :0.80em;
  font-weight:400;
  color: #8C8C8C;
  margin:0 auto;
}

.p_navi a {
  color : #8C8C8C;
  text-decoration: none;
}

.p_navi a:hover {  
  color: #8C8C8C;
  text-decoration: underline;
}

/* #container
------------------------------------------------- */
#container {
  width: 100%;
  max-width:1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 2%;
  position:relative;
}

@media screen and (max-width: 568px) {
#container {
  padding: 0;
}
}

/* global_nav
---------------------------------------------------------------------------*/
#g_nav{
  width:100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  box-sizing: border-box;
  padding: 0 1%;
  box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
}

#g_nav #logo{
  width:20%;
  height:60px;
  display:inline-block;
  margin-top:10px;
  margin-bottom:10px;
  vertical-align: middle;
}

#g_nav #logo img{
  width:auto;
  height:60px;
}

@media screen and (max-width: 568px) {
#g_nav #logo{
  width:50%;
  height:45px;
  margin-top:7px;
  margin-bottom:7px;
  margin-left:7px;
}

#g_nav #logo img{
  height:45px;
}
}

#g_nav .navi{
  display:inline-block;
  font-size:0.9em;
  width:78%;
  text-align: right;
  vertical-align: middle;
  box-sizing: border-box;
  padding-right:70px;
}

@media screen and (max-width: 1300px) {
#g_nav .navi{
  padding-right:55px;
}
}

@media screen and (max-width: 810px) {
#g_nav .navi{
  display:none;
}
}

#g_nav li{
  display: inline-block;
  padding:5px 40px;
  border-right:1px dashed #868686;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:500;
  line-height:1.4;
  position: relative;
  color:#03539D;
  text-align: center;
}

@media screen and (max-width: 1500px) {
#g_nav li{
  padding:5px 30px;
}
}

@media screen and (max-width: 1300px) {
#g_nav li{
  padding:5px 20px;
}
}

#g_nav li:hover span  {
  background: linear-gradient(transparent 50%, #FFF100 50%);
  transition: all .4s ease-in;
}

#g_nav li small{
  font-family: 'Pangolin', sans-serif;
  text-transform: uppercase;
  font-size:13px;
  color:#0FA5ED;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

#g_nav li:last-child {
  border-right: none;
}

#g_nav li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: 100%;
}

#g_nav li a:hover {
  background-color: #fff;
  opacity: 0.1;
  z-index: 1;
}


/* footer
--------------------------------------------------*/
footer{
  position:relative;
  background-color: #D6E8FA;
  box-sizing: border-box;
  width:100%;
  margin:0 auto;
  padding:5% 0 0;
}

@media only screen and  (max-width: 810px) {
footer {
padding:5% 0 0;
}
}

.footerArea {
  width:100%;
  max-width:1200px;
  box-sizing: border-box;
  padding:0.5% 2% 1%;
  margin:0 auto;
}

.footerL{
  width: 50%;
  vertical-align:top;
  display:inline-block;
  box-sizing: border-box;
  padding:0 3% 0 0;
  text-align: left;
}

@media only screen and  (max-width: 1280px) {
.footerL{
  width: 55%;
}
}

@media only screen and  (max-width: 810px) {
.footerL{
  width: 100%;
  padding:1% 2%;
  text-align: center;
}
}

.ftr_ttl{
  margin:0 auto;
  font-size:0.9em;
  color:#000;
}

.ftr_ttl img{
  width:100%;
  max-width:300px;
  height:auto;
  margin-bottom:10px;
}

@media only screen and  (max-width: 568px) {
.ftr_ttl img{
  margin-bottom:5px;
  max-width:240px;
}
}

.ft_tx{
  margin:1%;
  color:#000;
  line-height:1.8;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.05em;
}


@media only screen and  (max-width: 568px) {
.ft_tx{
  line-height:1.8;
}

.ft_tx strong{
  font-size:1.4em;
}
}

footer .fa{
  color:#192B4F;
  margin-right:10px;
}

.ft_tx a {
  text-decoration: none;
  color:#FFF;
}

.ft_tx a:hover {
  color:#FFF;
  text-decoration:none;
}

footer .f_contact{
  width: 50%;
  vertical-align:top;
  display:inline-block;
  box-sizing: border-box;
  padding:1px;
  margin-bottom:1%;
}

@media only screen and  (max-width: 1280px) {
footer .f_contact{
  width: 45%;
}
}

@media screen and (max-width: 810px) {
footer .f_contact{
  width: 92%;
  margin: 10px 4% 0;
  text-align: center;
}
}

footer .f_contact .fa{
  color:#F1F8FF;
  margin-right:10px;
}

footer .f_contact p{
  font-size:14px;
  margin:0 0 10px;
  color:#000;
}

footer .f_contact ul{
  width:100%;
  max-width:400px;
  margin: 2% 0;
  font-family: 'Zen Kaku Gothic New', serif;
  font-weight:400;
  font-size:1.1em;
}

@media only screen and  (max-width: 810px) {
footer .f_contact ul{
  text-align: center;
  margin: 2% auto ;
}
}

footer .f_contact li{
  margin:3% 0;
  text-align: center;
}

footer .f_contact .line a {
  display:block;
  padding:10px 0 10px;
  border:1px solid #0D2875;
  background:#0D2875;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
}

footer .f_contact .line a:hover {
  color:#FFF;
  background:#456AA1;
  border:1px solid #456AA1;
  text-decoration: none;
}

footer .f_contact .line a .fa {
  color:#FFF;
}
footer .f_contact .line a:hover .fa {
  color:#FFF;
}

footer .f_contact .web a {
  display:block;
  padding:10px 0 10px;
  border:1px solid #918000;
  color:#FFF;
  text-decoration: none;
  -webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
  background:#918000;
}

footer .f_contact .web a:hover {
  color:#FFF;
  background:#736605;
  border:1px solid #736605;
  text-decoration: none;
}

footer .f_contact .web a:hover .fa {
  color:#FFF;
}

footer .copy{
  text-align: center;
  font-size:13px;
  margin-top:2%;
  color:#000;
  padding:10px 0;
  width:100%;
  background:#BDDCFA;
  font-family: Roboto,sans-serif;
  font-weight:400;
  letter-spacing : 0.03em;
}

@media only screen and  (max-width: 568px) {
footer .copy{
  font-size:12px;
  margin-top:0;
  letter-spacing : 0em;
}
}

footer .copy a {
  text-decoration: none;
  color:#000;
}
footer .copy a:hover {
  color:#000;
}

footer .cloud{
 position: absolute;
 left:2%;
 top:50px;
 width:80px;
}

footer .cloud img{
 height:auto;
 width:100%;
}

footer .sea{
 position: absolute;
 left:4%;
 bottom:10%;
 width:200px;
}

footer .sea img{
 height:auto;
 width:100%;
}

footer .kamome{
 position: absolute;
 right:3%;
 top:50px;
 width:140px;
}

footer .kamome img{
 height:auto;
 width:100%;
}

footer .ningyo{
 position: absolute;
 right:5%;
 bottom:10%;
 width:180px;
}

footer .ningyo img{
 height:auto;
 width:100%;
}

@media only screen and  (max-width: 1350px) {
footer .cloud{
 display:none;
}
footer .sea{
 display:none;
}

footer .kamome{
 display:none;
}

footer .ningyo{
 display:none;
}
}

#social-icon {
  margin:2% auto 0;
  text-align: center;
  font-size:1.2em;
}

@media only screen and  (max-width: 810px) {
#social-icon  {
  margin:3% auto 5%;
}
}

#social-icon p {
  display: inline-block;
  margin: 0 7px;
}

@media only screen and  (max-width: 810px) {
#social-icon p {
  margin: 0 1px;
}
}

#social-icon i {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #FFF;
  line-height: 40px;
  text-align: center;
  color:#323955;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

@media only screen and  (max-width: 568px) {
#social-icon i {
  width: 40px;
  height: 40px;
  line-height: 30px;
}
}

#social-icon i:before { padding 5px; line-height: 40px; }
#social-icon a { text-decoration: none;}
#social-icon a:hover i { background: #505252;color:#FFF;}

@media only screen and  (max-width: 568px) {
#social-icon i:before { padding 5px; line-height: 30px; }}

#social-icon .fline {
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
}

@media only screen and  (max-width: 810px) {
#social-icon .fline {
  margin: 0 1px;
}
}

.fline a {
  width: 50px;
  height: 50px;
  margin: 0;
  border-radius: 50%;
  background: #FFF;
  line-height: 40px;
  text-align: center;
  color:#6A6A36;
  display: flex;
  justify-content: center;
  align-items: center;
  text-indent:-9999px;
}

@media only screen and  (max-width: 568px) {
.fline a {
  width: 40px;
  height: 40px;
  line-height: 30px;
}
}

#social-icon .fline: before { padding 5px; line-height: 40px; }
#social-icon .fline a:hover { background: #505252;color:#FFF;}

@media only screen and  (max-width: 568px) {
#social-icon .fline: before { padding 5px; line-height: 30px; }}

#social-icon .fline span{
  background-size:auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/line-logo2.png);
  width: 30px;
  height: 30px;
}

@media only screen and  (max-width: 568px) {
#social-icon .fline span{
  background-size:auto 25px;
  width: 25px;
  height: 25px;
}
}

#social-icon .fline:hover span{
  background-image: url(../images/common/line-logo.png);
}

/* wavett
================================================== */
.wavet {
    background-image: url(../images/top/wavet.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    position: absolute;
    z-index: 1;
    -webkit-animation: waveAnimet 4s linear infinite;
    animation: waveAnimet 4s linear infinite;
}
@-webkit-keyframes waveAnimet {
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}
@keyframes waveAnimet { 
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}

@media screen and (max-width: 568px) {
.wavet {
  height: 10px;
  bottom: -9px;
  background-size: 640px 10px;
}
@-webkit-keyframes waveAnimet {
0% {background-position: 0 0}
100% {background-position: 640px 50%;}
}
@keyframes waveAnimet { 
0% {background-position: 0px 50%;}
100% {background-position: 640px 50%;}
}
}

/* wave2t
================================================== */
.wave2t {
    background-image: url(../images/top/wave2t.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    position: absolute;
    z-index: 2;
    -webkit-animation: waveAnime2t 4s linear infinite;
    animation: waveAnime2t 4s linear infinite;
}
@-webkit-keyframes waveAnime2t {
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}
@keyframes waveAnime2t { 
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}

@media screen and (max-width: 568px) {
.wave2t {
  height: 10px;
  bottom: -9px;
  background-size: 640px 10px;
}
@-webkit-keyframes waveAnime2t {
0% {background-position: 0 0;}
100% {background-position: 640px 50%;}
}
@keyframes waveAnime2t { 
0% {background-position: 0px 50%;}
100% {background-position: 640px 50%;}
}
}

/* wave3t
================================================== */
.wave3t {
    background-image: url(../images/top/wave3t.png);
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-repeat: repeat-x;
    background-size: 1920px 30px;
    position: absolute;
    z-index: 2;
    -webkit-animation: waveAnime3t 3.5s linear infinite;
    animation: waveAnime3t 3.5s linear infinite;
}
@-webkit-keyframes waveAnime3t {
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}
@keyframes waveAnime3t { 
0% {background-position: 0px 50%;}
100% {background-position: 1920px 50%;}
}

@media screen and (max-width: 568px) {
.wave3t {
  height: 10px;
  bottom: -9px;
  background-size: 640px 10px;
}
@-webkit-keyframes waveAnime3t {
0% {background-position: 0 0;}
100% {background-position: 640px 50%;}
}
@keyframes waveAnime3t { 
0% {background-position: 0px 50%;}
100% {background-position: 640px 50%;}
}
}
/* #spt_navi
--------------------------------------------------------- */
#spt_navi{display:none;}

@media screen and (max-width: 568px) {
#spt_navi{
  width:100%;
  height:28px;
  position:fixed;
  top:0;
  left:0;
  background: #000;
  z-index: 110;
  padding:0;
  margin:0;
  display:block;
  overflow: hidden;
}
}

#spt_navi ul {
  width:100%;
  height:auto;
  display:block;
  border-collapse: separate;
  border-spacing: 0 0;
  padding:0 0;
  text-align: center;
}

#spt_navi ul li {
  width:20%;
  height:28px;
  display:inline-block;
  text-align:center;
  padding:0;
  border-right:0.05em solid #595959;
  vertical-align:middle;
  box-sizing: border-box;
}

#spt_navi ul li:last-child {
  width:25%;
  border-right: none;
  box-sizing: border-box;
  display:inline-block;
}

#spt_navi li img{
  width:auto;
  height:16px;
  margin:0 auto;
  padding:0;
  vertical-align:middle;
}

#spt_navi li a { display:block;}
#spt_navi li a:hover { opacity: 0.8; }

/* page_top
------------------------------------------------- */
#page_top {
position: fixed;
bottom: 1.8%;
right: 1.5%;
z-index:3;
}

#page_top img {
 width:50px;
 height:auto;
}

/* .デスクトップ
------------------------------------------------- */
.pcHide{display: none;}

/* タブレット
------------------------------------------------- */
@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/* スマホ
------------------------------------------------- */
@media screen and (max-width: 568px) {
.pcHide{display: block;}
.tbHide{display: block;}
.spHide{display: none;}
}