@charset "utf-8";
/* Copyright 2023 design hack. */

/* ------------------------------------------------------------

GREETING

------------------------------------------------------------ */
/* グローバルナビアクティブ
---------------------------------------------- */
nav ul#nav_main li:nth-child(1) a img {opacity: 0;}

/* コンテンツ
---------------------------------------------- */
div#greeting{overflow: hidden;}
dl#dl_greeting {float: left;width: 66.667%;}
dl#dl_greeting dt {font-size: 30px;font-weight: bold;background:url(/greeting/img/ttl_message_pc.png) no-repeat 0 0;background-size:130px 14px;padding-top: 34px;line-height: 1.0;margin-bottom: 60px;}
dl#dl_greeting dd p#sign_greeting{text-align: right;margin-top: 35px;}
div#box_greeting{float: right;width: 25%;}
div#box_greeting img{width: 100%;}

div#wrap_philo{background:url(/greeting/img/bg_philosophy_pc.png) no-repeat right 0;background-size:100%;padding-top: 80px;overflow: hidden;}
div#wrap_philo p#img_philo{float: left;width: 41.667%; margin-right: 8.333%;}
div#wrap_philo p#img_philo img{width: 100%;}
div#wrap_philo div#box_philo{float: left;width: 50%;}
div#wrap_philo div#box_philo h2{font-size: 30px;line-height: 1.0;margin-bottom: 35px;}

ul#list_greeting{overflow: hidden;}
ul#list_greeting li{float: left;width: 46.667%;background: #FFFFFF;padding: 40px 40px 35px;box-sizing: border-box;}
ul#list_greeting li:first-child{margin-right: 6.667%;}
ul#list_greeting li h3{padding-top: 80px;font-size: 30px;line-height: 1.0;text-align: center;margin-bottom: 40px;}
ul#list_greeting li:first-child h3{background:url(/greeting/img/greeting_ico_01.png) no-repeat center 0;background-size:60px 60px;color: #2B9C51;}
ul#list_greeting li:last-child h3{background:url(/greeting/img/greeting_ico_02.png) no-repeat center 0;background-size:60px 60px;color: #2861AD;}

@media print, screen and (max-width: 767px){
div#greeting{overflow: visible;}
dl#dl_greeting {float: none;width: 100%;}

dl#dl_greeting {display: inline;}
dl#dl_greeting dt {width: 100%;font-size: 22px;background:url(/greeting/img/ttl_message_sp.png) no-repeat 0 0;background-size:103px 11px;padding-top: 26px;margin-bottom: 25px;}
dl#dl_greeting dd {width: 100%;}
dl#dl_greeting dd p#sign_greeting{margin-top: 25px;}
dl#dl_greeting dd p#sign_greeting img{width: 100%;margin-bottom: 40px;}

div#box_greeting{float: none;width: 100%;}
div#box_greeting img{width: 100%;}

div#wrap_philo{background:url(/greeting/img/bg_philosophy_sp.png) no-repeat 0 0;background-size:100%;padding-top:30px;overflow: visible;}
div#wrap_philo p#img_philo{float: none;width: 100%; margin:0 0 30px 0;}
div#wrap_philo p#img_philo img{width: 100%;}
div#wrap_philo div#box_philo{float: none;width: 100%;}
div#wrap_philo div#box_philo h3{font-size: 22px;margin-bottom: 25px;}

ul#list_greeting{overflow: visible;}
ul#list_greeting li{float: none;width: 100%;padding: 20px 20px 15px;}
ul#list_greeting li:first-child{margin:0 0 30px 0;}
ul#list_greeting li h3{padding-top: 60px;font-size: 22px;margin-bottom: 25px;}
ul#list_greeting li:first-child h3{background:url(/greeting/img/greeting_ico_01.png) no-repeat center 0;background-size:40px 40px;}
ul#list_greeting li:last-child h3{background:url(/greeting/img/greeting_ico_02.png) no-repeat center 0;background-size:40px 40px;}  
}