@charset "utf-8";
/* CSS Document */
/*============================
#topPanelArea
============================*/
#topPanelArea {}
#topPanelArea h1 {}
#topPanelArea div.en {}

/*============================
#businessArea
============================*/
#businessArea { padding-bottom: 120px; }
#businessArea .topCopy { font-size: 1.375em; line-height: 2; font-weight: 500; }
#businessArea ul { display: flex; flex-wrap: wrap; justify-content: space-between; margin-top: 100px; gap: 80px; }
#businessArea ul li { width: 46%; }
#businessArea ul li .name { font-weight: 600; font-size: 1.75em; }
#businessArea ul li .image { margin-top: 20px; width: 540px; hegiht: 334px; }
#businessArea ul li .image img { width: 100%; height: auto; }
#businessArea ul li .title { margin-top: 20px; font-size: 1.375em; font-weight: 600; line-height: 1.5; }
#businessArea ul li .copy { margin-top: 30px; line-height: 1.75; }
#businessArea ul li .button { margin-top: 70px; }
#businessArea ul li .button a.md_btn_line { padding: 30px 15px 28px 0; }
#businessArea ul li .button a.md_btn_line:after { background-image: url("../../imageFile/global/icon_blank_bl.svg"); right: 115px; width: 15px; height: 15px; }
#businessArea ul li .button a.md_btn_line:hover::after { right: 110px; }

