@charset "utf-8";
/* CSS Document */

/* コンテンツ */
body {
	margin:0 0;
	line-height:1.7em;
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings : "palt";
    letter-spacing: 0.1em;
}

#wrapper {
	width:100%;
	position:relative;
}
.content {
    max-width:800px;
    color:#fff;
    margin:100px auto 100px;
}
@media screen and (max-width: 768px) {
.content {
    width:90%;
    color:#fff;
    margin:100px auto 100px;
}
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}
.strong {
    font-size:120%;
    font-weight: bold;
}
.small {
    font-size:60%;
}
h2 {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
}
h3 {
    display: block;
    text-align: left;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.6vw;
    font-weight: normal;
    padding:0 0 0.5vw 0;
    margin:0 auto 2vw;
}
@media screen and (max-width: 768px) {
h2 {
    width:100%;
    display: block;
    text-align: center;
    font-size:6.5vw;
    line-height:8vw;
}
h3 {
    font-size:5.5vw;
    display: block;
    margin:0 auto 6vw;
}
}
.title-underline-b {
    margin:0 auto 3vw;
    width:30px;
    border-top: solid 4px #000;
}
@media screen and (max-width: 768px) {
.title-underline-b {
    margin:0 auto 10vw;
    width:30px;
    border-top: solid 4px #000;
}
}


/* btn */
.back-to-top {
    width:100%;
    text-align: center;
}
.back-to-top a{
    padding:0.5vw 2vw;
    width:300px;
    background-color: #000;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:0.8vw;
}
.back-to-top a:hover{
    background-color: #444;
}
@media screen and (max-width: 768px) {
.back-to-top a{
    padding:1vw 2vw;
    width:50%;
    background-color: #000;
    text-align: center;
    color:#fff;
    text-decoration: none;
    font-size:3vw;
}
}


/* メニュー */
#pc-menu {
	display: block;
}
#sp-menu {
    display: none;
}
@media screen and (max-width: 768px) {
#pc-menu {
	display: none;
}
#sp-menu {
    display: block;
}
}
.catch {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:2vw;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin-bottom: 1.4vw;
}

@media screen and (max-width: 768px) {
.catch {
    width:100%;
    display: block;
    text-align: center;
    font-size:4vw;
    line-height:8vw;
}
}
.sub-catch {
    width:100%;
    display: block;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.2vw;
    font-weight: normal;
    letter-spacing: 0.3em;
    
}

@media screen and (max-width: 768px) {
.sub-catch {
    width:100%;
    display: block;
    text-align: center;
    font-size:3.6vw;
    line-height:8vw;
}
}





.sub-header {
    width:100%;
}
.sub-header img{
    width:100%;
    height:auto;
}
.sub-header-sp {
    display: none;
}
@media screen and (max-width: 768px) {
.sub-header {
    display: none;
}
.sub-header-sp {
    display: block;
    width:100%;
    padding-top:40px;
}
.sub-header-sp img{
    width:100%;
    height:auto;
}
}

/* Hero */
.hero {
    width:100%;
    height:100vh;
    background-image: url("../img/kv_top.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;

}
.head {
    position: absolute;
    top: 40vh;
    left: 15vw;
    width: 50%;
}
.sp-hero{
    display: none;    
}
@media screen and (max-width: 768px) {
.pc-hero{
    display: none;    
}
.sp-hero{
    position: relative;
    display: block; 
    height:100vh;
    background-image: url("../img/kv-top-sp.jpg");
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
}


/* トップー理念 */
.philosophy-wrapper{
    background-color:rgba(255,255,255,1);
    width:80%;
    padding:100px 10% 100px;
    background-attachment: fixed;
    color:#000;
}
.philosophy {
    max-width:800px;
    color:#fff;
    margin:0 auto;
}
.philosophy-txt {
    max-width:800px;
    color:#000;
    font-size:0.9vw;
    line-height:180%;
    margin:0 auto;
    text-align: center;
}
.philosophy-txt span{
    font-size:1.2vw;
    display: block;
    margin:3vw 0 0.6vw;
    color:#007CBC;
}
.philosophy-txt a{
    color:#000;
}

@media screen and (max-width: 768px) {
.philosophy-wrapper{
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:80px 0;
    color:#fff;
}
.philosophy {
    width:90%;
    margin:0 5%;
}
.philosophy-txt {
    width:100%;
    font-size:3vw;
    margin:0 0 24vw;
    line-height:8vw;
}
.philosophy-txt span{
    font-size:4.5vw;
    display: block;
    margin:6vw 0 0.6vw;
    color:#007CBC;
}
.philosophy-txt a{
    color:#000;
}
}

/* トップーnews */

.news{
    max-width:980px;
    margin:0 auto;
    padding:100px 0;
}
.date {
    color:#0085B2;
    width:10%;
    float:left;
    margin: 1vw 0;
}
.message {
    width:90%;
    float:left;
    margin: 1vw 0;
}
hr {
    border-width: 1px 0 0 0; 
    border-style: solid; 
    border-color: #eee;
}
@media screen and (max-width: 768px) {
.news{
    width:90%;
    margin:0 5%;
    min-width: 90%;
}
.date {
    color:#0085B2;
    width:100%;
    margin-bottom:1vw;
    font-size:3vw;
}
.message {
    width:100%;
    margin-bottom:1vw;
    font-size:3vw;
}
}

/* トップー作品 */

.works-profile{
    max-width:980px;
    margin:0 auto 100px;
}


.works {
  width: 100%;
  padding:10px;
  display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
}

.works p {
  width: 300px;
}

.works p::after{
  content:"";
  display: block;
  width:30%;
}
.works p img{
  height: auto;
  width: 100%;
}

/* トップー会社概要 */

.company-profile{
    max-width:980px;
    margin:0 auto;
}


@media screen and (max-width: 768px) {
.company-profile{
    width:90%;
    margin:0 5%;
    min-width: 90%;
}
}

/* トップーお問い合わせ */
.contact-wrapper {
    background-color:rgba(255,255,255,1);
    width:80%;
    padding:80px 10% 80px;
}
.contact {
    max-width:980px;
    margin:0 auto;
}
.caution {
    font-size:50%;
    color:#000;
    display: inline-block;
    margin-left:5px;
    vertical-align:bottom;
}
@media screen and (max-width: 768px) {
.contact-wrapper {
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:80px 0 80px;
}
.contact {
    width:90%;
    margin:0 auto; 
}
.caution{
    font-size:80%;
    color:#000;
    display:inline;
    margin-left:5px;
    vertical-align:bottom;
    width:100%;
}
}


/* service */
.service-wrapper {
    margin:0 auto 6vw;
}
.service-image {
    width:100%;
    margin-bottom:3vw;
}
.service-image img{
    width:100%;
    height:auto;
}
.service-title {
    width:100%;
    font-size:1.5vw;
    text-align: center;
    color:#000;
    margin-bottom:3vw;
}
.service-txt {
    max-width:800px;
    color:#000;
    font-size:0.9vw;
    line-height:180%;
    margin:0 auto 4vw;
    text-align: left;
}
@media screen and (max-width: 768px) {
.service-title  {
    font-size:5vw;
    line-height: 8vw;
    margin:15vw 0;
}
.service-txt {
    width:100%;
    font-size:3vw;
    margin:0 0 24vw;
    line-height:8vw;
}
}

/* 個人情報保護方針 */
.privacy-wrapper {
    margin:0 auto 6vw;
}
.privacy-title {
    width:100%;
    font-size:1.3vw;
    text-align: left;
    color:#000;
    margin-bottom:3vw;
}
.privacy-txt {
    max-width:800px;
    color:#000;
    font-size:0.9vw;
    line-height:180%;
    margin:0 auto 4vw;
    text-align: left;
}
@media screen and (max-width: 768px) {
.privacy-title  {
    font-size:5vw;
    line-height: 8vw;
    margin:15vw 0;
}
.privacy-txt {
    width:100%;
    font-size:3vw;
    margin:0 0 24vw;
    line-height:8vw;
}
}


/* フッター */
footer {
	background-color: #000;
	width:100%;
	padding:40px 0;
    font-size:0.8vw;
    color:#ECECEC;
    text-align: center;
}
footer #wrap{
	margin:0 auto;
    
}
@media screen and (max-width: 768px) {
footer{
	font-size:3vw;
}
}
.footer-link {
    width:100%;
    color:#fff;
    text-align: center;
    margin-bottom:40px;
    font-size:60%;
}
.footer-link a {
    color:#fff;
    text-decoration: none;
}
