@charset 'UTF-8';
/*----------------------------------------------------
  basic
----------------------------------------------------*/

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

html{
	margin-top: 0 !important;
}

body {
/*	background-color: #595757;*/
	color: #4b4b4b;
  font-family: 'Noto Sans JP', sans-serif;
}

.wrap{
	overflow: hidden;
}
.prl-0{
	padding-right: 0;
	padding-left: 0;
}
.cap{
  font-size: 0.95rem;
	line-height: 1.8;
	letter-spacing: .1rem;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}

p{
  margin-bottom: 0;
}


@media (min-width: 960px) {
	.pc_none{
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.sp_none{
		display: none;
	}
  	.prl-0-sp{
    	padding-right: 0;
    	padding-left: 0;
  	}
}

/*----------------------------------------------------
  margin
----------------------------------------------------*/

.mt10{
  margin-top: 10px;
}
.mt20{
  margin-top: 20px;
}
.mt30{
  margin-top: 30px;
}
.mt40{
  margin-top: 40px;
}
.mt50{
  margin-top: 50px;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px;
}
.mb40{
  margin-bottom: 40px;
}
.mb50{
  margin-bottom: 50px;
}

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

  .mb10sp{
    margin-bottom: 10px;
  }
  .mb20sp{
    margin-bottom: 20px;
  }
  .mb30sp{
    margin-bottom: 30px;
  }
  .mb40sp{
    margin-bottom: 40px;
  }
  .mb50sp{
    margin-bottom: 50px;
  }

}

/*----------------------------------------------------
  img
----------------------------------------------------*/

.img-box img{
  width: 100%;
  height: auto;
}

.img-box-z{
  width: 100%;
  height: 240px;
  background: #444;
}

.img-box-bgz{
  width: 100%;
  min-height: 280px;
  background: #444;
}

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

  .img-box-z{
    width: 100%;
    height: 180px;
    background: #444;
  }

}

/*----------------------------------------------------
  header
----------------------------------------------------*/

.none{
  display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
}

nav {
    background: #FFF;
}

.navbar-nav{
  float: right !important;
  display: table;
  max-width: 750px;
  margin-right: 132px;
}

.navbar .nav li {
  font-weight: 500;
  display: table-cell;
  float: none;
}
.navbar .nav li a {
  display: block;
  text-align: center;
  letter-spacing: .2rem;
  font-weight: 600;
}
.navbar .nav li:last-child a {
  border-right: 0;
}

/* ---[bsデフォルト設定変更]--- */

nav a{
  color: #4b4b4b !important;
}

.navbar{
  min-height: auto;
  margin-bottom: 0;
  border: none;
  padding: 0 !important;
}

.navbar-default {
     background-color: transparent; 
     border-color: transparent; 
}

.navbar-nav>li>a {
  padding: 40px;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
     margin-left: 0; 
}

.brand-logo{
  position: absolute;
/*  width: 100%;*/
  height: 100%;
  top: 0;
  display: inline-block;
  padding: 20px 30px;
}

.navbar-nav>li>a{
  line-height: normal;
}

.navbar-collapse{
  padding-right: 0;
  padding-left: 0;
}

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

  .navbar-nav>li>a {
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .clone-nav {
    position: absolute;
  }

}

@media (min-width: 960px) {

/*  .nav-margin{
    margin-right: 10px !important;
  }
*/
}

/* ---[hover effect]--- */

.nav-item a {
  position: relative;
  display: block;
  text-decoration: none;
}
.nav-item a::after {
  position: absolute;
  z-index: 99999;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #00dcad;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}
.nav-item a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.mail-box{
  position: absolute;
  top: 0;
  right: 0;
  padding: 28px 30px;
  background: #00dcad !important;
  color: #FFF !important;
  transition: .5s;
  font-size: 32px;
}

.mail-box:hover{
  background: #33d3f3 !important;
  color: #FFF !important;
}

.mail-box-sp a{
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  color: #0055A6 !important;
  width: 60px;
  height: 60px;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 60px;
}

/*----------------------------------------------------
  sp-header
----------------------------------------------------*/

.logo{
  width: 80px;
  height: 80px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
* {
  box-sizing: border-box;
  font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
h1 {
  font-family: 'Pacifico', cursive;
  font-weight: 400;
  font-size: 3em;
  text-align: center;
}
.outer-menu {
  position: fixed;
/*  top: 2vh;
  right: 4vw;*/
  top: 0;
  right: 0;
  z-index: 3;
}
.outer-menu .checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 80px;
  height: 80px;
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
  opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
  pointer-events: auto;
  visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
  -webkit-transform: scale(1);
          transform: scale(1);
  transition-duration: .75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
  opacity: 1;
  transition: opacity 0.4s ease 0.4s;
}
.outer-menu .checkbox-toggle:hover + .hamburger {
/*  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);*/
}
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.outer-menu .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 80px;
  height: 80px;
  padding: .5em 1.4em;
  /*background: rgba(33, 150, 243, 0.75);*/
  background: #FFF;
/*  border-radius: 50%;*/
/*  box-shadow: 2px 2px 0px 0px #ddd;*/
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background: #231815;
  transition: all 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
  top: 10px;
}
.outer-menu .menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div {
  width: 250vw;
  height: 250vw;
  color: #FEFEFE;
  background: rgba(34, 34, 34, 0.9);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div {
  text-align: center;
  max-width: 90vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.4s ease;
  overflow-y: auto;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-menu .menu > div > div > ul {
  list-style: none;
  padding: 0 1em;
  margin: 0;
  display: block;
  max-height: 100vh;
  letter-spacing: .2em;
}
.outer-menu .menu > div > div > ul > li {
  padding: 0;
  margin: 1em;
  font-size: 24px;
  display: block;
}
.outer-menu .menu > div > div > ul > li > a {
  position: relative;
  display: inline;
  cursor: pointer;
  transition: color 0.4s ease;
  font-weight: 400;
}
.outer-menu .menu > div > div > ul > li > a:hover {
  color: #e5e5e5;
}
/*.outer-menu .menu > div > div > ul > li > a:hover:after {
  width: 100%;
}*/
.outer-menu .menu > div > div > ul > li > a:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -0.15em;
  right: 0;
  width: 0;
  height: 2px;
  background: #e5e5e5;
  transition: width 0.4s ease;
}

/*----------------------------------------------------
  pagetop
----------------------------------------------------*/

.fa-chevron-up{
  font-size: 32px;
}
.position-box{
  position: absolute;
  right: 15px;
  bottom: 15px;
}
.position-box span{
  display: block;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .1rem;
}

#pageTop {
  position: fixed;
  z-index: 9;
  bottom: 22px;
  right: 2.5%;
  bottom: 15%;
}

#pageTop a {
  display: block;
  z-index: 9999;
/*  padding: 11px 0 0 0;*/
/*  border-radius: 30px;*/
  width: 120px;
  height: 120px;
/*  background-color: #005fBB;*/
  border-top: 120px solid transparent;
  border-right: 120px solid #f6da69;
  color: #4b4b4b;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  transition: .3s;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

  #pageTop {
    bottom: 115px;
  }
  #pageTop a {
    width: 80px;
    height: 80px;
    border-top: 80px solid transparent;
    border-right: 80px solid #f6da69;
  }
  .position-box{
    right: 15px;
    bottom: 15px;
  }
  .position-box span{
    display:  none;
  }
  .fa-chevron-up{
    font-size: 24px;
  }

}

/*----------------------------------------------------
  footer
----------------------------------------------------*/

.footer_contents{
  color: #FFF;
  letter-spacing: .1rem;
	padding: 30px 0;
	background-color: #00bcee;
}