﻿@charset "utf-8";
/* CSS Document */
/*-------------------------------------------------------
			    サイト内カラー
-------------------------------------------------------*/
.txt_color1{color: #265A3C;} /* メインカラー */
.txt_color2{color: #d5e7dc;} /* サブカラー */


/* background-color */
.bg_color1{background-color: #265A3C;} /* メインカラー */
.bg_color2{background-color: #d5e7dc;} /* サブカラー */




/* border-color ※!important */
.border_color1{border-color: #265A3C}
.border_color2{border-color: #d5e7dc;}



/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color1:hover{color: #265A3C;} /* メインカラー */
.hvr_txt_color2:hover{color: #d5e7dc;} /* サブカラー */



/* background-color */
.hvr_bg_color1:hover{background-color: #265A3C;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #d5e7dc;} /* サブカラー */



/* border-color ※!important */
.hvr_border_color1:hover{border-color: #265A3C;}
.hvr_border_color2:hover{border-color: #d5e7dc;}




/* ----------　all　---------- */
.linkStyle{
	
}
.linkStyle:hover{
	
	opacity: 0.7;
	transition: all 0.5s;
}
.font-24{
    font-size: 24px!important;
}
.font-28{
    font-size: 28px!important;
}
.font-100{
    font-size: 100px!important;
}

/* ----------　TOP　---------- */
#catchCopy {
    position: absolute;
    left: 265px;
    bottom: 50px;
    max-width: 50%;
    height: 260px;
}
#catchCopy img{
    max-width: 730px;
}
#catchCopy h3{
    background-color: #265A3C;
    padding: 10px;
    color: #fefefe;
    text-align: center;
    max-width: 38.6%;
}
#main_img > div#catchCopy{
    border-radius:0;
    box-shadow: none;
    background-color: transparent;
    z-index: 10;
}
@media screen and (max-width: 1500px){
    #catchCopy {
    left: 265px;
    top: 480px;
    height: 1000px;
}
#catchCopy h3{
    max-width: 50%;
}
}
.con_txt p.pd_20px{
    padding: 20px 20px 0 20px;
}

/* ----------　下層ページ　---------- */

/*事業内容*/
#co-link{
    width: 700px;
    margin: 0 auto 150px auto;
    max-width: 80%;
    transition-duration: 0.5s;
}
#co-link:hover{
    transform: scale(1.05);
    box-shadow: 5px 5px 10px rgba(0,0,0,0.25);
    transition-duration: 0.5s;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
        #catchCopy {
    left: 60px;
    top: 320px;
}
#catchCopy h3{
    max-width: 100%;
}
    #cms_2-b .mg_b-100px_tb {
    margin-bottom:0;
}
header{
    background-color: #fff;
}
#contents2 .d_flex{
    display: block;
}
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
     #catchCopy {
    left: 40px;
    top: 220px;
}
#catchCopy h3{
    max-width: 50%;
}
#catchCopy h3.font-28{
    font-size: 0.6rem!important;
}
    
    
    #page04.pd_b-50px_sp {
    padding-bottom: 0;
}
.con_imgB-sp{
    transform: translateY(50px);
}

.con2-txt .con_txt p.font-24{
    font-size: 19px!important;
}
}