/*
Theme Name: yobikou
Author: tokka
Author URI: http://tokkaweb.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */

html {
    font-size: 62.5%;
}
body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    color: #595757;
}
a {
    color: #595757;
}

/* ------------------------------------- /
/   header
/* ------------------------------------- */
.header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #043f59;
    z-index: 9999;
}
.header .header_inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
}
.header .header_menu_pc {
    max-width: 570px;
    width: 100%;
}
.header .header_menu_pc ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.header .header_menu_pc ul li a{
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #fff;
}
.header .header_menu_pc ul li a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
@media (max-width: 1024px){
.header .header_inner {
    padding: 15px 20px;
}
}
@media (max-width: 768px){
.header .header_menu_pc{
    display: none;
}
}

.flexslider {
    margin-top: 75px;
}


/* ------------------------------------- /
/   common
/* ------------------------------------- */
.inner {
    max-width: 1080px;
    margin: 0 auto;
}
.sub_inner{
    max-width: 600px;
    margin: 0 auto;
}
.bk_c {
    background-color: #f0f9fc;
}
.flex {
    display: flex;
}
.jc-sb {
    justify-content: space-between;
}
.jc-c {
    justify-content: center;
}
.fw-w {
    flex-wrap: wrap;
}

.title {
    margin-bottom: 50px;
}
.title h2{
    padding: 0 0 30px;
    position: relative;
    font-size: 2.6rem;
    text-align: center;
}
.title h2:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 1px;
    background-color: #043f59;
}

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

@media (max-width: 1024px){
.inner,
.sub_inner {
    padding: 0 20px;
}

}
@media (max-width: 500px){
.inner,
.sub_inner {
    padding: 0 10px;
}
.pc{
    display: none!important;
}
.sp{
    display: block!important;
}
}


/* ------------------------------------- /
/   top_cp_area
/* ------------------------------------- */
.top_cp_area {
    padding: 90px 0;
}
.top_cp_area .txt_box {
    line-height: 2;
}
.top_cp_area .txt_box .point{
    margin-bottom: 30px;
    font-size: 2.2rem;
    text-align: center;
}
@media (max-width: 500px){
.top_cp_area .concept_inner{
    padding: 0 10px;
}
}


/* ------------------------------------- /
/   top_greeting_area
/* ------------------------------------- */
.top_greeting_area {
    padding: 90px 0;
}
.top_greeting_area .txt_box {
    line-height: 2;
}


/* ------------------------------------- /
/   top_business_area
/* ------------------------------------- */
.top_business_area {
    padding: 90px 0;
}
.top_business_area .business_box {
    width: 31%;
    height: auto;
    padding: 40px;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #043f59;
    background-color: #fff;
}
.top_business_area .business_box h3{
    font-size: 1.8rem;
    line-height: 1.8;
    color: #043f59;
    text-align: center;
}
.top_business_area .business_box:nth-child(3) {
    margin-right: 0;
}
.top_business_area .business_box a,
.top_business_area .business_box span{
   font-size: 1.5rem;
}

@media (max-width: 1024px){

}
@media (max-width: 768px){
.top_business_area .business_box {
    width: 45%;
}
.top_business_area .business_box:nth-child(2n) {
    margin-right: 0;
}
.top_business_area .business_box:nth-child(3) {
    margin-right: 30px;
}
}
@media (max-width: 500px){
.top_business_area .business_box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-right: 0;
    margin-bottom: 20px;
}
.top_business_area .business_box:nth-child(3) {
    margin-right: 0;
}
}


/* ------------------------------------- /
/   top_company_area
/* ------------------------------------- */
.top_company_area {
    padding: 90px 0;
}
.top_company_area .business_box table{
    width: 100%;
    border-collapse: collapse;
}
.top_company_area .business_box table th{
    padding: 15px 0;
    width: 25%;
    border-bottom: 1px solid #043f59;
}
.top_company_area .business_box table td{
    padding: 15px 0;
    width: 75%;
    border-bottom: 1px solid #043f59;
}
@media (max-width: 500px){
.top_company_area .business_box table th{
    width: 100px;
}
.top_company_area .business_box table td{
    width: auto;
}
}


/* ------------------------------------- /
/   top_contact_area
/* ------------------------------------- */
.top_contact_area {
    padding: 90px 0;
}
.top_contact_area .contact_box {
    max-width: 800px;
    margin: 0 auto;
}
.top_contact_area .contact_box table{
    width: 100%;
    border-collapse: collapse;
}
.top_contact_area .contact_box table th{
    padding: 10px 0;
    width: 30%;
    vertical-align: top;
}
.top_contact_area .contact_box table th span{
    display: inline-block;
    padding: 3px;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background-color: #bc1339;
}
.top_contact_area .contact_box table td{
    padding: 10px 0;
    width: 70%;
}
.top_contact_area .contact_box table td input{
    padding: 5px;
    width: 100%;
    height: 30px;
}
.top_contact_area .contact_box table td textarea{
    padding: 5px;
    width: 100%;
}
.top_contact_area .contact_box .submit {
    max-width: 250px;
    margin: 50px auto 0;
}
.top_contact_area .contact_box .submit .submit_btn {
    display: block;
    width: 100%;
    padding: 15px 0;
    color: #fff;
    background-color: #043f59;
    border: 1px solid #043f59;
}
.top_contact_area .contact_box .submit .submit_btn:hover {
    color: #043f59;
    background-color: #fff;
    transition: 0.3s;
}
@media (max-width: 500px){
.top_contact_area .contact_box table th{
    display: inline-block;
    padding: 10px 0 5px;
    width: 100%;
}
.top_contact_area .contact_box table td{
    display: inline-block;
    padding: 5px 0 10px;
    width: 100%;
}
}


/* ------------------------------------- /
/   footer
/* ------------------------------------- */
.footer {
    padding: 20px 0;
    background-color: #595757;
}
.footer .copy {
    font-size: 1rem;
    text-align: center;
    color: #fff;
}
.footer .copy a{
    color: #fff;
}


/*---------------------------------  /
/*  page-top
/*--------------------------------- */
#page-top{
    width: 50px;
    height: 50px;
    display: none;
    position: fixed;
    right: 30px;
    bottom: 10%;
    z-index: 9999;
}
#move-page-top{
    cursor: pointer;
}
#move-page-top img{
    width: 100%;
    height: 100%;
}
@media (max-width: 500px){
#page-top{
    right: 10px;
}
}





