@charset "utf-8";

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:0;}
article,aside,details,figcaption,figure,main,footer,header,hgroup,menu,nav,section{display:block;}
ol,ul,li{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
img{border:0;vertical-align:top;}
em{font-style:italic;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select,textarea{font-family:inherit;font-style:inherit;font-weight:inherit;font-size:100%;margin:0;padding:0;vertical-align:middle;}
input:focus,textarea:focus,select:focus{outline:none;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/
html{
  overflow-y: scroll;
  font-size: 62.5%;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/
body{
  color: #3E3A39;

  font-family: 'Noto Sans JP', sans-serif;

  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: 1.9;

  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;

  background: #ffffff;
  overflow-x: hidden;
}

/*
::-moz-selection{
  color:;
  background:;
}
::selection{
  color:;
  background:;
}
*/

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  outline: none;
  -webkit-tap-highlight-color: rgba(255,255,255,1);
  color: #3E3A39;
  transition: 0.5s;
}
a:link,
a:visited{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
  outline: none;
  opacity: 0.7;
}
a:active{
  outline: none;
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* clearfix
-----------------------------------------------------------------*/
.cf:before,
.cf:after{
  content: "";
  display: table;
}
.cf:after{
  clear: both;
}
.cf{
  zoom: 1;
}
.sp{
  display: none!important;
}

.go_top{
  text-align: right;
}

.en{
  font-family: 'Ubuntu', sans-serif;
	font-weight: normal;
}

/* web font
-----------------------------------------------------------------*/


/*--------------------------------------------------------------------------
   Page
---------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
   Header
---------------------------------------------------------------------------*/
#Header{
  position: fixed;
  padding: 18px 0px;
  width: 100%;
  background: #fff;
  top: 0;
  z-index: 10;
  height: 70px;
  box-sizing: border-box;
padding: 10px 90px;
	    box-shadow: 0px 0px 10px #00000082;
	    -moz-box-shadow: 0px 0px 10px #00000082;
}
#Header .logo{
}

#Header .inner{
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
	    align-items: center;
}

#Header .name{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 1.8rem;
  color: #00A5C4;
	top: 28px;
}

#Header .info_btn a{
  display: block;
  background: #f45bac;
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
}

.global_navi{
  position: fixed;
  top: 0;
  right: 0;
  width: 500px;
  z-index: 5;
}
.global_navi .global_navi_inner{
  width: 100%;
  margin: 0 auto;
}

#Header .nav_box{
  width: 70px;
  height: 70px;
  background: #00A5C4;
  position: fixed;
  top: 0px;
  right: 0px;
  text-align: center;
  font-size: 1.2rem;
  z-index: 10;
}
#Header .menu-trigger,
#Header .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}
#Header .menu-trigger{
  position: relative;
  width: 25px;
  height: 25px;
  cursor: pointer;
  padding: 20px 15px;
}
#Header .menu-trigger a:hover{
  opacity: 1;
}
#Header .menu-trigger span{
  position: absolute;
  left: 10%;
  width: 90%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
}
#Header .menu-trigger span:nth-of-type(1){
  top: 33px;
}
#Header .menu-trigger span:nth-of-type(2){
  top: 24px;
}
#Header .menu-trigger span:nth-of-type(3){
  bottom: -4px;
  width: 50%;
  left: 50%;
}
#Header .menu-trigger.active span:nth-of-type(1){
  top: 22px;
  margin-top: 10px;
  transform: rotate(-45deg);
}

#Header .menu-trigger.active span:nth-of-type(2){
  display: none;
}

#Header .menu-trigger.active span:nth-of-type(3){
    bottom: -6px;
    margin-bottom: 12px;
    transform: rotate(-135deg);
    width: 90%;
    left: 10%;
}

#Navi{
  width: 100%;
  display: none;
}
#Navi ul{
  text-align: left;
}

#Navi ul li:first-child{
  height: 70px;
}

#Navi ul li{
  text-align: left;
  border-bottom: 1px solid #fff;
}
#Navi ul li a{
  font-size: 1.6rem;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#Navi ul li a:hover{
}


#Header #Navi{
 background: linear-gradient(to bottom, #00a5c4 34%,#2cfffe 100%);
  min-width: 500px;
    box-shadow: 0px 0px 10px #00000082;	
    -moz-box-shadow: 0px 0px 10px #00000082;	
}

#Header #Navi ul{
    height: 100vh;
    overflow: scroll;
}

#Header #Navi ul li{
  background: url("../images/arrow.png") no-repeat right;
  background-size: 10px;
  background-position: calc(100% - 40px);
  font-size: 2.2rem;
}

#Header #Navi ul li a{
  color: #fff;
}

#Header #Navi ul li span{
  display: block;
  font-size: 1.6rem;
  width: 100%;
}

#Header #Navi ul li:last-child a{
	color: #fff;
}

#Navi ul li a {
    font-size: 1.6rem;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.contact_btn{
    position: fixed;
    top: 291px;
    right: 0;
    z-index: 1;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content{
}

/* Main
-----------------------------------------------------------------*/
#Main{
  position: relative;
}
#Main section{
}
#Main .inner{
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}

#Main .ttl_box h2{
  font-family: 'Ubuntu', sans-serif;
  color: #00A5C4;
  font-size: 2.2rem;
	font-weight: 400;
}

#Main .ttl_box p{
  font-size: 1.4rem;
}


/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
  background: #282588;
  color: #fff;
  position: relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
}
#Footer .footer_inner{
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#Footer .copy{
  font-size: 1.4rem;
}

@media screen and (max-width: 1120px) {
	#Main .inner{
		width: calc(100% - 30px);
		margin: 0 15px;
	}
}


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

body{
  min-width: 320px;
  font-size: 1.2rem;
}

.sp{
  display: inline-block!important;
}
.pc{
  display: none!important;
}

.go_top.sp{
  display: block !important;
  text-align: right;
  width: auto;
  margin: 15px 4%;
}
	
	


/*--------------------------------------------------------------------------
     Header
  ---------------------------------------------------------------------------*/
#Header{
	padding: 0px;
}

.global_navi{
  width: 100%;
  z-index: 5;
}

#Navi{
}
#Navi ul{
}
#Navi ul li{
  margin: 7px 0;
}
#Navi ul li a{
font-size: 2.2rem;
padding: 5px 40px 15px 40px;
}

	#Navi ul li:first-child{
	}

#Header .menu-trigger,
#Header .menu-trigger span{
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}


#Header .name{
  display: none;
}

#Header .info_btn{
  display: none;
}

	#Header h1{
		margin-left: 4%;
	}

	#Header .inner{
		    align-items: center;
    height: 70px;
	}
	
#Header #Navi {
    overflow: scroll;
    max-height: 100vh;
    min-width: 100%;
}
	
	

	.contact_btn{
		top: 154px;
	}
	
.contact_btn img{
   width: 54px;
}
	
/*--------------------------------------------------------------------------
     Content
  ---------------------------------------------------------------------------*/

/* Main
-----------------------------------------------------------------*/
#Main{
}
#Main .inner{
  width: 92%;
  margin: 0 4%;
}
#Main section{
}
#Main h2.ttl{
}
#Main h3.ttl{
}

/*--------------------------------------------------------------------------
   Footer
---------------------------------------------------------------------------*/
#Footer{
}

#Footer .footer_inner{
  width: 100%;
}

	#Footer .footer_inner{
	    text-align: center;
    display: block;
	}
	
	#Footer .footer_inner p{
		width: 100%;
	}
	
#Footer .copy{
  font-size: 1rem;
  margin-top: 8px;
	border-top: 1px solid #00505F;
}


}