@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}
img {
 max-width: 100%;
 height: auto;
}
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",sans-serif;
  font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	letter-spacing: 0.07em;
	background: #fff;
}

@media screen and (max-width: 767px){
  body {
    font-size: 1.4rem;
    letter-spacing: 0.03em;
  }
}

* {
    box-sizing: border-box;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}


@media screen and (min-width: 768px){

}

@media screen and (min-width:768px) and ( max-width:1024px) {
}

@media screen and (max-width: 767px){


}
/* mv
---------------------------------------------------------------------------- */
.p-fv {
    height:100vh;
    background: #fff;
    
}
.main_head {
    background-image: url("../images/p-fv.jpg") ;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}

@media screen and (max-width: 767px){
	.main_head {
		background-size:cover;
	}
}


/* scrolldown
---------------------------------------------------------------------------- */
.scrolldown {
    text-align: center;
    margin: 50px 0;
}
div.scrolldown img {
    width: 50px;
}
@media screen and (max-width: 767px){

}
/* m-content
---------------------------------------------------------------------------- */
.m-content {
  max-width: 750px;
  margin: 0 auto;
/*  padding: 0 30px;*/
}

.en {
font-family: 'Roboto', sans-serif;
}


@media screen and (max-width: 767px){

  .m-content {
/*      padding: 0 20px;*/
  }
}

/* p-about
---------------------------------------------------------------------------- */
    .p-about {
    max-width: 80%;
    margin: 100px auto;
    padding: 0 50px;
}

@media screen and (max-width: 767px){
    .p-about {
    padding: 0px;

    }	
}
/* p-plan
---------------------------------------------------------------------------- */
.p-plan {
  margin: 100px auto 0;
  max-width: 96%;
}

@media screen and (min-width: 768px){

}

@media screen and (max-width: 767px){
    .p-plan {
  margin-top: 50px;
  max-width: 100%;
}

}

@media screen and (max-width: 767px){

}

/* p-service
---------------------------------------------------------------------------- */
.p-service {
  margin-top: 100px;
}
p.itto-link {
  margin: 5px auto 30px;
  text-align: center;
    }
p.itto-link a{
  font-size: 18px;
  text-decoration: none;
  color: #000;
  outline: none;
}
@media screen and (min-width: 768px){
p.itto-link a:hover {
    text-decoration: none;
    color: #4488C9;
}
}

@media screen and (max-width: 767px){
.p-service {
  margin-top: 50px;
}
p.itto-link a{
  font-size: 14px;
}
}
@media screen and (max-width: 767px){

}
/* p-flow
---------------------------------------------------------------------------- */
.p-flow {
  margin-top: 100px;
}

@media screen and (min-width: 768px){

}

@media screen and (max-width: 767px){
.p-flow {
  margin-top: 50px;
}
}

@media screen and (max-width: 767px){

}
/* l-footer
---------------------------------------------------------------------------- */
.l-footer {
    margin: 100px auto 10px;
    text-align: center;
    max-width: 750px;

}
.btn-contact {
    margin: auto;
    max-width: 400px;
}
p.btn-contact a{
  background: #000;
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-logo {
	margin: 150px auto 50px;
    max-width: 70%;
}
@media screen and (min-width: 768px){
p.btn-contact a:hover {
    text-decoration: none;
    color: #000;
    background:#C65294;
}
}
@media screen and (max-width: 767px){
	.l-footer {
	font-size: 1rem;
    margin-top: 70px;
	}
    .btn-contact {
    margin: auto;
    max-width: 250px;
}
    p.btn-contact a{
    padding: 5px 0;
  }
    .footer-logo {
	margin: 100px auto 30px;
    max-width: 80%;
  }
 }
