﻿@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #646464;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #3a8ccb} /* メインカラー */
.txt_color2{color: #2acbfb} /* サブカラー */
.txt_color3{color: #6dc8e3} /* アクセントカラー1 */
.txt_color4{color: #CECACA} /* アクセントカラー2 */
.txt_color5{color: #F3F2EE} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #3a8ccb} /* メインカラー */
.bg_color2{background-color: #6dc8e3} /* サブカラー */
.bg_color3{background-color: #6dc8e3} /* アクセントカラー1 */
.bg_color4{background-color: #CECACA} /* アクセントカラー2 */
.bg_color5{background-color: #fdf7ed} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #3a8ccb}
.border_color2{border-color: #2acbfb}
.border_color3{border-color: #6dc8e3}
.border_color4{border-color: #6dc8e3}
.border_color5{border-color: #3a8ccb}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #302828;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #3a8ccb} /* メインカラー */
.hvr_txt_color2:hover{color: #2acbfb} /* サブカラー */
.hvr_txt_color3:hover{color: #D94352} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #CECACA} /* アクセントカラー2 */
.hvr_txt_color5:hover{color: #F3F2EE} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #F7CC38} /* メインカラー */
.hvr_bg_color2:hover{background-color: #2acbfb} /* サブカラー */
.hvr_bg_color3:hover{background-color: #D94352} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #ee73815e} /* アクセントカラー2 */
.hvr_bg_color5:hover{background-color: #F3F2EE} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}


/* border-color ※!important */
.hvr_border_color1:hover{border-color: #F7CC38}
.hvr_border_color2:hover{border-color: #2acbfb}
.hvr_border_color3:hover{border-color: #D94352}
.hvr_border_color4:hover{border-color: #CECACA}
.hvr_border_color5:hover{border-color: #F3F2EE}


.linkStyle{color: #646464;}


header .logo1 {
    max-width: 260px;
    padding-right: 100px;
}

#fakeloader.bg_color2{
    background-color: #fdf7ed;
}

#main_img{
    position: relative;
}

#main_img:after {
    content: "";
    position: absolute;
    background-image: url(./Dup/img/kc01.png);
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 61%;
    background-position: 50% 68%;
    background-size: 40%;
    background-repeat: no-repeat;
    z-index: 1;
}

.con1_inner p{
    padding-top: 50px;
    width: 80%;
    text-align: left;
    margin: auto;
}

#con1 .topTxt1 {
    font-size: 22px;
}

.con1_inner p{
    width: 100%;
}

#con1 .bg_color1{
    background-color: #F7CC38;
}

#con1 .bg_color2{
    background-color: #64d5f7;
}

#con1 .bg_color3 {
    background-color: #3a8ccb;
}

#con1 .posi_abs {
    color: #F7CC38;
}

#con2 .font_22 {
    font-weight: bold;
}

#con3 .title .width_50{
    width: 25px;
}

#con3 .title .en {
    font-size: 40px;
}

.cate_list li a:hover{
    transition: all 0.3s;
    background-color: #6dc8e3b8;
    color: #fff;
}

.cate_list a{
    padding-left:10px;
    padding-right:10px;
}

#banner {
    width: 20%!important;
    position: fixed;
    z-index: 4;
    bottom: 40px;
    right: 85px;
}

#banner2{
    width: 60%!important;
}

#banner3,#banner4{
    width: 35%!important;
}

#banner5{
    width: 40%!important;
}

#fakeloader .fl{
    max-width: 200px;
}

#sp_nav .sp_nav_inner .menu__header .logo3 img {
    max-width: 200px;
}

#cms_2-a .cate_box {
    padding-bottom: 0px;
}

#cms_2-a .box_item .box_txt1 {
    padding-bottom: 0%;
}

.f_contact_box h4{
    line-height:1;
}

.pagetitle.bg_color4 {
    background-color: #fff;
}

.pagetitle .pagetitle_img {
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: normal;
}

.footer .width_90per {
    width: 50%!important;
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){

#banner {
    width: 40%!important;
    bottom: 50px;
}

#banner2{
    width: 70%!important;
}

#banner3,#banner4{
    width: 50%!important;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){
#con1 .topTxt1 {
    font-size: 13px;
}

#con2 .font_20_sp {
    text-align: center;
    font-size: 18px;
}

header .logo1 {
    max-width: 190px;
    padding-left: 40px;
}

#main_img:after{
    top: 60%;
    background-size: 40%;
}

.f_contact_box h4{
    font-size: 37px;
}

.f_contact_box .font_18{
    font-size: 16px;
}

#banner {
    width: 70%!important;
    bottom: 55px;
}

#banner2{
    width: 100%!important;
}

#banner3,#banner4{
    width: 93%!important;
}
#banner5{
    width: 100%!important;
}

#cms_2-a .cate .pd_b-50px {
    padding-bottom: 0px;
}

.footer .width_90per {
    width: 70%!important;
    font-size: 16px;
}
}