@charset "utf-8";

/*===== PC ここから =====*/
@media screen and (min-width: 741px){
/*===== 共通 =====*/
    .img_ttl {
        margin-bottom: 80px;
    }
/*===== factory =====*/
	.greeting {
		width: 840px;
		margin: 0 auto;
		padding-bottom: 120px;
	}
	.greeting .ceo {
		position: relative;
		margin-bottom: 50px;
	}
	.greeting .ceo figcaption {
		padding: 45px 27px 30px 27px;
		position: absolute;
		background: rgba(255,255,255,0.9);
		top: 60px;
		left: 50px;
	}
	.greeting .ceo figcaption h2{
        font-size: 32px;
		color: #91732b;
		margin: 0 0 20px;
        text-align: left;
		line-height: 140%
	}
	.greeting .ceo figcaption p{
		font-size: 24px;
		text-align: left;
		line-height: 120%
	}
	.greeting .ceo figcaption p span{
		font-size: 15px;
	}
	.txt_box {
		width: 725px;
		margin: 0 auto 60px;
	}
	.txt_box p{
		font-size: 15px;
		margin-bottom: 25px;
	}
	.txt_box p:nth-of-type(3) {
		margin-bottom: 50px;
	}
	.txt_box p:last-of-type{
		margin-bottom: 80px;
	}
	.txt_box .img{
		margin: 0 auto 40px;
	}
	.council .img{
		float: left;
	}
	.council figcaption {
		padding-left: 15px;
		width: 600px;
		float: left;
	}
	.council figcaption h3{
		font-size: 18px;
		margin-bottom:10px;
	}
	.council figcaption .txt{
		line-height: 180%;
		margin-bottom: 0;
	}
	 .btn_wrap {
        text-align: center;
    }
    
    .btn_wrap .btn {
        display: inline-block;
        vertical-align: middle;
    }
    
    .btn_wrap .btn:first-child {
        margin-right: 20px;
    }
/*===== anchor =====*/

}
/*===== PC ここまで =====*/
/*===== SP ここから =====*/
@media screen and (max-width: 740px){
/*===== 共通 =====*/
    .img_ttl {
            margin-bottom: 50px;
        }
/*===== factory =====*/
	.greeting {
		width: 90%;
		padding-bottom: 60px;
		margin: 0 auto;
	}
	.greeting .ceo {
		position: relative;
		margin-bottom: 30px;
	}
	.greeting .ceo figcaption {
		padding: 0px 10px 0 10px;
		position: absolute;
		background: rgba(255,255,255,0.9);
		width: 50%;
		height: 100%;
		top: 0px;
	}
	.greeting .ceo figcaption h2{
        font-size: 15px;
        color: #91732b;
        margin: 0px 0 10px;
        padding-top: 15px;
        text-align: left;
        line-height: 140%;
 }
	.greeting .ceo figcaption p{
		font-size: 14px;
		text-align: left;
		line-height: 120%;
	}
	.greeting .ceo figcaption p span{
		font-size: 11px;
	}
	.txt_box {
		width: 100%;
		margin: 0 auto 40px;
	}
	.txt_box p{
		margin-bottom: 25px;
	}
	.txt_box txt {
		margin-bottom: 50px;
	}
	.txt_box p:last-of-type{
		margin-bottom: 40px;
	}
	.txt_box .img{
		margin: 0px auto 20px;
	}
	.council .img{
		/* float: left; */
		width: 30%;
		margin: 0 auto 20px;
	}
	.council figcaption {
		/* padding-left: 15px; */
		width: 100%;
		/* float: left; */
	}
	.council figcaption h3{
		font-size: 15px;
		margin-bottom:10px;
	}
	.council figcaption .txt{
		line-height: 180%;
		margin-bottom: 0;
	}
	 .btn_wrap {
        text-align: center;
    }
    
    .btn_wrap .btn {
        display: inline-block;
        vertical-align: middle;
    }
    
    .btn_wrap .btn:first-child {
        margin-bottom: 20px;
    }
}
/*===== SP ここまで =====*/
