@charset 'UTF-8';
/*=============================================================
 home トップページ
=============================================================*/
#home { position: relative;}
#home #contents { padding: 0;}
#home .mod_photoLink .item { height: 360px;}
#home .mod_photoLink .item .link .en { font-size: 4rem;}
#home .mod_photoLink .item .link .ja { font-size: 2rem;}
#home #service { padding: 60px 0 90px;background: #edf1f5;}
#home #service .mod_colum01 .imgSet { position: relative;overflow: hidden;}
#home #service .mod_colum01 .ico { position: absolute;top: 50%;left: 50%;width: 231px; -webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
#home #service .mod_colum01 .detail .txt { padding: 26px 30px 36px;}
#home #service .mod_colum01 .detail .btn { display: -webkit-box;display: -ms-flexbox;display: flex;border-top: 2px solid #edf1f5; -ms-flex-pack: distribute;justify-content: space-around;}
#home #service .mod_colum01 .detail .btn a { display: block;position: relative;width: 100%;padding: 16px 0;color: #333;text-align: center;-webkit-transition: all 0.35s;transition: all 0.35s;}
#home #service .mod_colum01 .detail .btn a + a { border-left: 2px solid #edf1f5;}
#home #service .mod_colum01 .detail .btn a:before { position: absolute;top: 50%;right: 10%;width: 8px;height: 14px;background: url(../img/common/ico_arwR01.png) no-repeat center;background-size: contain; content: '';-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#home #service .mod_colum01 .detail .btn a[target='_blank']:before { width: 16px;height: 13px;background-image: url(../img/common/ico_blank.png);}
#home #service .mod_colum01 .detail .btn a:hover { background: #f5f9fc;}
#home #advantage { overflow: hidden;padding: 84px 0 90px;background: url(../img/home/advantage_bg01.png) no-repeat center;background-size: cover;color: #fff;}
#home #advantage .leftColum { float: left;width: 400px;}
#home #advantage .leftColum .mod_tit01 { margin-bottom: 21px; text-align: left;}
#home #advantage .leftColum .mod_tit01 .en,
#home #advantage .leftColum .mod_tit01 .ja { color: #fff;}
#home #advantage .leftColum .copy { line-height: 1.5; margin-bottom: 14px;font-weight: bold;font-size: 3.6rem;}
#home #advantage .leftColum .txt { margin-bottom: 25px;}
#home #advantage .leftColum .btn { width: 330px;}
#home #advantage .leftColum .btn a { padding: 21px; font-weight: normal;}
#home #advantage .leftColum .btn a:before { position: absolute;top: 50%;right: 30px;width: 8px;height: 14px;background: url(../img/common/ico_arwR02.png) no-repeat center;background-size: cover; content: '';-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#home #advantage .leftColum .btn a:hover:before { background-image: url(../img/common/ico_arwR01.png);}
#home #advantage .rightColum { float: right;width: 730px;}
#home #advantage .rightColum .aboutBox { overflow: hidden;background: #fff;}
#home #advantage .rightColum .aboutBox:first-child { margin-top: 5px;}
#home #advantage .rightColum .aboutBox + .aboutBox { margin-top: 20px;}
#home #advantage .rightColum .aboutBox a { display: block;width: 100%;height: 200px;}
#home #advantage .rightColum .aboutBox a:hover .img img { overflow: hidden;-webkit-transition: all 0.8s;transition: all 0.8s;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
#home #advantage .rightColum .aboutBox .img { float: left;width: 330px;overflow: hidden;}
#home #advantage .rightColum .aboutBox .img img { -webkit-transition: all 0.8s;transition: all 0.8s;}
#home #advantage .rightColum .aboutBox .detail { float: left;width: -webkit-calc(100% - 330px);width: calc(100% - 330px);padding: 56px 30px 0;}
#home #advantage .rightColum .aboutBox .detail .tit { line-height: 1;margin-bottom: 15px;}
#home #advantage .rightColum .aboutBox .detail .tit .en { display: inline-block;margin-right: 8px;color: #4d8fd1; font-family: 'Roboto Condensed', sans-serif;font-weight: bold;font-size: 1.8rem;vertical-align: middle;}
#home #advantage .rightColum .aboutBox .detail .tit .num { display: inline-block;margin-right: 16px;color: #4d8fd1;font-weight: bold; font-size: 3rem;vertical-align: middle;}
#home #advantage .rightColum .aboutBox .detail .tit .ja { display: inline-block;color: #333;font-weight: bold; font-size: 2.7rem;vertical-align: middle;}
#home #advantage .rightColum .aboutBox .detail .txt { color: #333;}
#home #news { padding: 90px;background: #fff;}
#home #news .newsList { width: 1000px;margin: 0 auto;}
#home #news .newsList .item { padding: 18px 0 18px 5px; border-top: 1px solid #e6e6e6;}
#home #news .newsList .item:last-child { border-bottom: 1px solid #e6e6e6;}
#home #news .newsList .item .newsLink { position: relative;}
#home #news .newsList .item .newsLink:before { position: absolute;top: 50%;right: 23px;width: 8px;height: 14px;background: url(../img/common/ico_arwR01.png) no-repeat center; content: '';-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#home #news .newsList .item .tit { padding-right: 30px;}
#home #news .btn { width: 330px;margin: 0 auto; padding-top: 40px;}