@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;
    font-weight: normal;
}

#wrapper {
	width:100%;

}
.h {
    color:#9F2426;
}

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: left;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.5vw;
    font-weight: bold;
    border-left: solid 2px #000;
    padding:1.5vw 0 1.5vw 1.5vw;
}
h3 {
    display: block;
    text-align: left;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.2vw;
    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: left;
    font-size:4vw;
    line-height:8vw;
    border-left: solid 2px #000;
    padding:1.5vw 0 1.5vw 3vw;
}
h3 {
    font-size:5.5vw;
    display: block;
    margin:0 auto 6vw;
}
}
.title-underline-b {
    margin:0 auto 3vw;
    width:30px;
    border-top: solid 2px #000;
}
@media screen and (max-width: 768px) {
.title-underline-b {
    margin:0 auto 10vw;
    width:30px;
    border-top: solid 2px #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: left;
    color:#333333;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:6vw;
    font-weight: 600;
    letter-spacing: 0em;
    margin-bottom: 6vw;
    line-height:120%;
}

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





.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{

    width:80%;
    padding:100px 10% 100px;

    color:#000;
}
.philosophy {
    max-width:800px;
    color:#fff;
    margin:0 auto;
}
.philosophy-txt {
    max-width:800px;
    color:#333333;
    font-size:1.2vw;
    line-height:300%;
    margin:0 auto;
    text-align: left;
}
.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{
    width:100%;
    padding:80px 0 0;
    color:#fff;
}
.philosophy {
    width:90%;
    margin:0 5%;
}
.philosophy-txt {
    width:100%;
    font-size:3vw;
    margin:0;
    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:800px;
    margin:0 auto;
    padding:5vw 0 100px;
}
.news-title {
    width:100%;
    text-align: center;
    color:#000;
    font-family: 'Noto Sans JP', sans-serif;
    font-size:1.2vw;
    font-weight: bold;
    margin-bottom:1vw;
}
.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%;
    padding:80px 0 80px;
}
.news-title {
    font-size:4vw;
}
.date {
    color:#0085B2;
    width:100%;
    margin-bottom:1vw;
    font-size:3vw;
}
.message {
    width:100%;
    margin-bottom:1vw;
    font-size:3vw;
}
}

/* トップー会社概要 */
.company {
    padding:5vw 0 5vw 8vw;
    width:40%;
    float: left;
}
.company-image {
    padding:5vw 0;
    width:40%;
    float: right;
}
.company-image img{
    width: 100%;
    height:auto;
}
.company-profile{
    max-width:980px;
    margin:0 auto;
}


@media screen and (max-width: 768px) {
.company-profile{
    width:100%;
    margin:0;
}
.company {
    padding:80px 0 80px;
    width:90%;
    float: none;
    margin:0 auto;
}
.company-image {
    padding:5vw 0;
    width:100%;
    float: none;
}
.company-image img{
    width: 100%;
    height:auto;
}
}

/* トップーリンク */
.link-wrapper {
    background-color:rgba(255,255,255,1);
    width:80%;
    padding:80px 10% 80px;
}
.link {
    max-width:980px;
    margin:0 auto;
}
.link .banner-container {
    display: flex;
    justify-content: space-between;
}
.link .banner-container  img {
    width:auto;
    height:60px;
}
@media screen and (max-width: 768px) {
.link-wrapper {
    background-color:rgba(255,255,255,1);
    width:100%;
    padding:80px 0 80px;
}
.link {
    width:90%;
    margin:0 auto; 
}
.link .banner-container {
    display: block;
}
.link .banner-container  img {
    width:100%;
    height:auto;
    margin-right:0;
    margin-bottom:20px;
}
}

/* トップーお問い合わせ */
.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%;
}
}



/* フッター */
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;
}

.indent {
    text-indent: 0.4em;
    display: block;
}
.thanks {
width:100%;
padding:100px 0;
text-align:center;
}