/* Information CSS */
/* _setting CSS */
/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .sp {
    display: none;
  }
  html, body {
    min-width: 1150px;
  }

  main {
    line-height: 1.7;
  }

  .sec_title {
    font-size: 3.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #121764;
    text-align: center;
  }

  .inner {
    width: 1060px;
    margin: 0 auto;
  }

  .pdf {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  .pdf:before, .pdf:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #212121;
  }
  .pdf:before {
    top: 15px;
    left: 5px;
    width: 10px;
    height: 1px;
  }
  .pdf:after {
    top: 6px;
    left: 5px;
    width: 1px;
    height: 10px;
  }
  .pdf a,
	.pdfs a{
    font-size: 1.5rem;
  }
  .pdf a:hover {
    text-decoration: underline;
  }
	.pdfs{
		position: relative;
	}
	.pdfs::after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 1px;
		height: 98px;
		background-color: #212121;
		top: 0;
		left: 5px;
	}
	.pdfs .pdf_desc{
		position: relative;
		padding-left: 18px;
	}
	.pdfs .pdf_desc::after {
		position: absolute;
		content: '';
		display: inline-block;
		width: 10px;
		height: 1px;
		background-color: #212121;
		top: 15px;
		left: 5px;
	}

  .pdf_icon {
    position: relative;
    top: -1px;
    display: inline-block;
    background-color: #fe0200;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .05em;
    padding: 3px 5px 2px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-left: 8px;
  }

  #mv {
    background: url("../images/information/mv.jpg") center center/cover no-repeat #121764;
  }
  #mv .mv_title span {
    width: 104px;
    height: 10px;
    background: url("../images/information/mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }

  #greeting {
    margin: 75px 0 180px;
  }
  #greeting .sec_title {
    position: relative;
    padding-top: 70px;
    margin-bottom: 70px;
  }
  #greeting .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/information/greeting_title.png") center center/cover no-repeat;
    width: 56px;
    height: 51px;
  }
  #greeting .lead {
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
    letter-spacing: 0.1em;
    margin-bottom: 75px;
  }
  #greeting .lead span {
    font-weight: bold;
    color: #121764;
  }
  #greeting .wrap {
    display: flex;
    justify-content: space-between;
  }
  #greeting .wrap .text_area {
    width: 590px;
  }
  #greeting .wrap .text_area .desc {
    font-size: 1.6rem;
    text-align: justify;
    margin-bottom: 15px;
  }
  #greeting .wrap .text_area .name {
    display: block;
    font-size: 1.5rem;
    text-align: right;
  }
  #greeting .wrap .img_wrap img {
    margin-bottom: 15px;
  }
  #greeting .wrap .img_wrap span {
    display: block;
    font-size: 16px;
    text-align: center;
  }

  #vision {
    margin-bottom: 150px;
  }
  #vision .sec_title {
    position: relative;
    padding-top: 68px;
    margin-bottom: 65px;
  }
  #vision .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/information/vision_title.png") center center/cover no-repeat;
    width: 50px;
    height: 53px;
  }
  #vision ul {
    width: 696px;
    height: 646px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background: url("../images/information/vision_vision_bg.jpg") center center/100% no-repeat;
  }
  #vision ul li {
    font-size: 3.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  #vision ul li span {
    display: block;
    font-size: 1.8rem;
    color: #2f2725;
    line-height: 1.7;
    margin-top: 10px;
  }
  #vision ul .vision01 {
    width: 335px;
    padding-top: 80px;
    color: #121764;
    order: 1;
  }
  #vision ul .vision02 {
    width: 334px;
    color: #23aae9;
    order: 3;
    padding-top: 85px;
    padding-right: 25px;
    padding-left: 95px;
  }
  #vision ul .vision03 {
    width: 334px;
    color: #f58a00;
    order: 2;
    padding-top: 120px;
    padding-right: 100px;
    padding-left: 45px;
    margin-right: 28px;
  }

  #history {
    margin-bottom: 160px;
  }
  #history .sec_title {
    position: relative;
    padding-top: 70px;
    margin-bottom: 80px;
  }
  #history .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/information/history_title.png") center center/cover no-repeat;
    width: 51px;
    height: 51px;
  }
  #history .history_area {
    padding-bottom: 25px;
  }
  #history .history_area dl {
    position: relative;
    width: 740px;
    margin: 0 auto;
  }
  #history .history_area dl dt {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 220px;
  }
  #history .history_area dl dd {
    width: 600px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 10px;
    padding-left: 87px;
    padding-bottom: 55px;
    margin-left: 133px;
    border-left: 2px solid #121764;
  }
  #history .history_area dl dd span {
    display: block;
    font-size: 1.8rem;
    margin-top: 10px;
  }
  #history .history_area dl dd img {
    display: block;
    margin: 10px 0;
  }
  #history .history_area dl.line01 dd {
    padding-bottom: 65px;
  }
  #history .history_area .year1980 dt {
    background: url("../images/information/year_1980.png") center 0/100% no-repeat;
    height: 79px;
  }
  #history .history_area .year1990 dt {
    background: url("../images/information/year_1990.png") center 0/100% no-repeat;
    height: 78px;
  }
  #history .history_area .year1994 dt {
    background: url("../images/information/year_1994.png") center 0/100% no-repeat;
    height: 78px;
  }
  #history .history_area .year1998 dt {
    background: url("../images/information/year_1998.png") center 0/100% no-repeat;
    height: 78px;
  }
  #history .history_area .year2004 dt {
    background: url("../images/information/year_2004.png") center 0/100% no-repeat;
    height: 78px;
  }
  #history .history_area .year2006 dt {
    background: url("../images/information/year_2006.png") center 0/100% no-repeat;
    height: 78px;
  }
  #history .history_area .year201501 dt {
    background: url("../images/information/year_201501.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year201511 dt {
    background: url("../images/information/year_201511.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year2016 dt {
    background: url("../images/information/year_2016.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year201708 dt {
    background: url("../images/information/year_201708.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year2020 dt {
    background: url("../images/information/year_2020.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202010 dt {
    background: url("../images/information/year_202010.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202012 {
    position: relative;
  }
  #history .history_area .year202012 dt {
    background: url("../images/information/year_202012.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202012:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 133px;
    background: url("../images/information/history_stick_dots.png") center 0/100% no-repeat;
    width: 2px;
    height: 8px;
  }
  #history .history_area .year202110 {
    position: relative;
  }
  #history .history_area .year202110 dt {
    background: url("../images/information/year_202110.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202110:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 133px;
    background: url("../images/information/history_stick_dots.png") center 0/100% no-repeat;
    width: 2px;
    height: 8px;
  }
  #history .history_area .year202201 {
    position: relative;
  }
  #history .history_area .year202201 dt {
    background: url("../images/information/year_202201.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202201:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 133px;
    background: url("../images/information/history_stick_dots.png") center 0/100% no-repeat;
    width: 2px;
    height: 8px;
  }
  #history .history_area .year202402 {
    position: relative;
  }
  #history .history_area .year202402 dt {
    background: url("../images/information/year_202402.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202402:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 133px;
    background: url("../images/information/history_stick_dots.png") center 0/100% no-repeat;
    width: 2px;
    height: 8px;
  }
  #history .history_area .year202411 {
    position: relative;
  }
  #history .history_area .year202411 dt {
    background: url("../images/information/year_202411.png") center 0/100% no-repeat;
    height: 77px;
  }
  #history .history_area .year202411:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 133px;
    background: url("../images/information/history_stick_dots.png") center 0/100% no-repeat;
    width: 2px;
    height: 8px;
  }

  #group_summary {
    margin-bottom: 150px;
  }
  #group_summary .inner {
    width: 1100px;
  }
  #group_summary .sec_title {
    position: relative;
    padding-top: 70px;
    margin-bottom: 40px;
  }
  #group_summary .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/information/group_summary_title.png") center center/100% no-repeat;
    width: 50px;
    height: 58px;
  }

  #comp_summary {
    margin-bottom: 150px;
  }
  #comp_summary .sec_title {
    position: relative;
    padding-top: 60px;
    margin-bottom: 55px;
  }
  #comp_summary .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/information/company_summary_title.png") center center/cover no-repeat;
    width: 60px;
    height: 50px;
  }
  #comp_summary h4 {
    position: relative;
    width: 1060px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 20px;
  }
  #comp_summary h4:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
  }

  .table_summary {
    width: 1100px;
    border-collapse: separate;
    border-spacing: 20px;
    font-size: 1.6rem;
    margin: 0 auto 70px;
  }
  .table_summary th {
    width: 250px;
    border-radius: 10px;
    background: #121764;
    vertical-align: middle;
    color: #fff;
  }
  .table_summary td {
    width: 790px;
    padding: 25px 30px;
    border-radius: 10px;
    background: #eee;
  }
  .table_summary td a {
    text-decoration: underline;
  }
  .table_summary td a:hover {
    text-decoration: none;
  }
  .table_summary td .img1 {
    width: 200px;
    margin-top: 8px;
  }
  .table_summary td .img1 img {
    width: 100%;
  }
  .table_summary td .img1:hover {
    opacity: .8;
    cursor: pointer;
  }
  .table_summary td .img2 {
    width: 200px;
    margin-top: 8px;
  }
  .table_summary td .img2 img {
    width: 100%;
  }
  .table_summary td .img2:hover {
    opacity: .8;
    cursor: pointer;
  }
	.link_btn_wrap{
		text-align: center;
	}
	.link_btn {
    display: inline-block;
		border-radius: 40px;
		overflow: hidden;
		margin: 0 auto;
  }
	.link_btn a{
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 1.6rem;
		letter-spacing: .01em;
    color: #fff;
		background-color: #751d36;
		text-align: center;
		padding: 20px 30px;
		margin-top: 0;
  }
	.link_btn a:hover{
    text-decoration: none;
		opacity: .8;
  }

  .gc h4 {
    color: #121764;
  }
  .gc h4:after {
    width: 880px;
    height: 3px;
    background-color: #121764;
  }
  .gc h5:before {
    background-color: #121764;
  }
  .gc .area {
    border-bottom: 1px dotted #121764;
  }
  .gc .area:last-child {
    border-bottom: none;
  }

  .buturyu h4 {
    color: #23aae9;
  }
  .buturyu h4:after {
    width: 729px;
    height: 5px;
    background-color: #23aae9;
  }
  .buturyu table th {
    background-color: #23aae9;
  }
  .buturyu h5:before {
    background-color: #23aae9;
  }
  .buturyu .area {
    border-bottom: 1px dotted #23aae9;
  }
  .buturyu .area:last-child {
    border-bottom: none;
  }

  .iq h4 {
    color: #f58a00;
  }
  .iq h4:after {
    width: 729px;
    height: 5px;
    background-color: #f58a00;
  }
  .iq table th {
    background-color: #f58a00;
  }
  .iq h5:before {
    background-color: #f58a00;
  }
  .iq .area {
    border-bottom: 1px dotted #f58a00;
  }
  .iq .area:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .nichiei h4 {
    color: #751d36;
  }
  .nichiei h4:after {
    width: 950px;
    height: 5px;
    background-color: #751d36;
  }
  .nichiei table th {
    background-color: #751d36;
  }
  .nichiei h5:before {
    background-color: #751d36;
  }
  .nichiei .area {
    border-bottom: 1px dotted #751d36;
  }
  .nichiei .area:last-child {
    border-bottom: none;
  }

  .new_nichiei h4:after {
    width: 800px;
  }

  #office {
    margin-bottom: 120px;
  }
  #office .sec_title {
    position: relative;
    padding-top: 70px;
    margin-bottom: 55px;
  }
  #office .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/information/office_title.png") center center/cover no-repeat;
    width: 50px;
    height: 50px;
  }
  #office h4 {
    position: relative;
    width: 1060px;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 35px;
  }
  #office h4:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    content: '';
    display: inline-block;
  }
  #office .area {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #office .area:last-child {
    margin-bottom: 45px;
  }
  #office .wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #office .wrap .map_wrap {
    width: 530px;
  }
  #office .wrap .map_wrap iframe {
    display: block;
    border-radius: 10px;
  }
  #office .wrap .detail {
    width: 500px;
  }
  #office .wrap h5 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 5px 0 25px;
  }
  #office .wrap h5:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 30px;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 20px;
  }
  #office .wrap p {
    font-size: 1.6rem;
  }
	#office .map_detail {
    	display: flex;
		justify-content: space-between;
		margin-top: 50px;
  }
	#office .map_detail .image{
    	width: 530px;
  }
	#office .map_detail .image img{
    	width: 100%;
  }
	#office .map_detail .detail{
    	width: 500px;
		font-size: 1.6rem;
  }

  .modal_item {
    text-decoration: underline;
  }
  .modal_item:hover {
    text-decoration: none;
  }

  #modal {
    position: fixed;
    top: 0;
    height: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: none;
  }
  #modal #modal_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 400px;
    height: 600px;
  }
  #modal #modal_image img {
    width: 100%;
  }
  #modal #modal_image #modal_close {
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    appearance: none;
    background-color: transparent;
  }
  #modal #modal_image #modal_close:before, #modal #modal_image #modal_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 20px;
    background-color: #fff;
  }
  #modal #modal_image #modal_close:before {
    transform: rotate(45deg);
  }
  #modal #modal_image #modal_close:after {
    transform: rotate(-45deg);
  }
  #modal #modal_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(28, 45, 80, 0.9);
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .pc {
    display: none;
  }
  .inner {
    width: 92%;
    margin: 0 auto;
  }

  header .inner {
    width: 100%;
  }

  main {
    line-height: 1.7;
  }

  .pdf {
    position: relative;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  .pdf:before, .pdf:after {
    position: absolute;
    content: '';
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #212121;
  }
  .pdf:before {
    top: 15px;
    left: 5px;
    width: 10px;
    height: 1px;
  }
  .pdf:after {
    top: 6px;
    left: 4px;
    width: 1px;
    height: 10px;
  }
  .pdf a {
    font-size: 1.4rem;
    text-decoration: underline;
  }
  .pdf a:hover {
    text-decoration: underline;
  }
	.pdfs{
		position: relative;
	}
	.pdfs::after{
		position: absolute;
		content: '';
		display: inline-block;
		width: 1px;
		height: 97px;
		background-color: #212121;
		top: 0;
		left: 5px;
	}
	.pdfs .pdf_desc{
		position: relative;
		padding-left: 18px;
	}
	.pdfs .pdf_desc::after {
		position: absolute;
		content: '';
		display: inline-block;
		width: 10px;
		height: 1px;
		background-color: #212121;
		top: 15px;
		left: 5px;
	}

  .pdf_icon {
    display: inline-block;
    background-color: #fe0200;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .05em;
    padding: 3px 5px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    margin-left: 8px;
  }

  .sec_title {
    font-size: 2.2rem;
    font-weight: bold;
    letter-spacing: .5rem;
    color: #121764;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 15px;
  }

  #mv {
    background: url("../images/sp/information/sp_mv.jpg") center center/cover no-repeat #121764;
  }
  #mv .mv_title span {
    width: 105px;
    height: 10px;
    background: url("../images/sp/information/sp_mv_eng.png") center center/cover no-repeat;
    margin: 0 auto;
  }

  #greeting {
    margin: 0 0 70px;
  }
  #greeting .sec_title {
    position: relative;
  }
  #greeting .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sp/information/sp_greeting_title.png") center center/cover no-repeat;
    width: 37px;
    height: 33px;
  }
  #greeting .lead {
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.35;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
  }
  #greeting .lead span {
    font-weight: bold;
    color: #121764;
  }
  #greeting .wrap {
    display: flex;
    flex-direction: column;
  }
  #greeting .wrap .text_area {
    margin-bottom: 25px;
  }
  #greeting .wrap .text_area .desc {
    font-size: 1.5rem;
    text-align: justify;
    margin-bottom: 13px;
  }
  #greeting .wrap .text_area .name {
    display: block;
    font-size: 1.4rem;
    text-align: right;
  }
  #greeting .wrap .img_wrap img {
    margin-bottom: 10px;
  }
  #greeting .wrap .img_wrap span {
    display: block;
    font-size: 1.6rem;
    text-align: center;
  }

  #vision {
    margin-bottom: 70px;
  }
  #vision .sec_title {
    position: relative;
    margin-bottom: 15px;
  }
  #vision .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sp/information/sp_vision_title.png") center center/cover no-repeat;
    width: 39px;
    height: 36px;
  }
  #vision ul {
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 92%;
    height: 0;
    padding-top: 92.81%;
    background: url("../images/sp/information/sp_vision_desc.png?id=20220221") center center/100% no-repeat;
    margin: 0 auto;
  }

  #history {
    margin-bottom: 60px;
  }
  #history .sec_title {
    position: relative;
  }
  #history .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sp/information/sp_history_title.png") center center/cover no-repeat;
    width: 33px;
    height: 33px;
  }
  #history .history_area dl {
    position: relative;
  }
  #history .history_area dl dt {
    position: absolute;
    top: -3px;
    left: 0;
    display: block;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 93px;
    height: 41px;
  }
  #history .history_area dl dd {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    margin-left: 71px;
    padding-top: 5px;
    padding-left: 40px;
    padding-bottom: 30px;
    border-left: 2px solid #121764;
  }
  #history .history_area dl dd span {
    display: block;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-top: 10px;
  }
  #history .history_area .year1980 dt {
    background: url("../images/sp/information/sp_year_1980.png") center 0/100% no-repeat;
  }
  #history .history_area .year1980 dd span {
    margin-top: 0;
  }
  #history .history_area .year1990 dt {
    background: url("../images/sp/information/sp_year_1990.png") center 0/100% no-repeat;
  }
  #history .history_area .year1994 dt {
    height: 42px;
    background: url("../images/sp/information/sp_year_1994.png") center 0/100% no-repeat;
  }
  #history .history_area .year1998 dt {
    height: 42px;
    background: url("../images/sp/information/sp_year_1998.png") center 0/100% no-repeat;
  }
  #history .history_area .year2004 dt {
    background: url("../images/sp/information/sp_year_2004.png") center 0/100% no-repeat;
  }
  #history .history_area .year2004 dd {
    line-height: 1.5;
  }
  #history .history_area .year2006 dt {
    background: url("../images/sp/information/sp_year_2006.png") center 0/100% no-repeat;
  }
  #history .history_area .year2006 dd {
    line-height: 1.5;
  }
  #history .history_area .year201501 dt {
    background: url("../images/sp/information/sp_year_201501.png") center 0/100% no-repeat;
  }
  #history .history_area .year201501 dd {
    padding-top: 2px;
    line-height: 1.5;
  }
  #history .history_area .year201511 dt {
    background: url("../images/sp/information/sp_year_201511.png") center 0/100% no-repeat;
  }
  #history .history_area .year201511 dd {
    line-height: 1.5;
    padding-top: 2px;
  }
  #history .history_area .year2016 dt {
    background: url("../images/sp/information/sp_year_2016.png") center 0/100% no-repeat;
  }
  #history .history_area .year201708 dt {
    background: url("../images/sp/information/sp_year_201708.png") center 0/100% no-repeat;
  }
  #history .history_area .year2020 dt {
    background: url("../images/sp/information/sp_year_2020.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year2020 dd img {
    display: block;
    width: 41px;
    margin: 5px 0;
  }
  #history .history_area .year202010 dt {
    background: url("../images/sp/information/sp_year_202010.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year202012 dt {
    background: url("../images/sp/information/sp_year_202012.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year202012 dd {
    position: relative;
  }
  #history .history_area .year202012 dd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: -2px;
    width: 2px;
    height: 13px;
    background: url("../images/sp/information/sp_history_stick_bottom.png") center 0/100% no-repeat;
  }
  #history .history_area .year202110 dt {
    background: url("../images/sp/information/sp_year_202110.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year202110 dd {
    position: relative;
  }
  #history .history_area .year202110 dd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: -2px;
    width: 2px;
    height: 13px;
    background: url("../images/sp/information/sp_history_stick_bottom.png") center 0/100% no-repeat;
  }
  #history .history_area .year202201 dt {
    background: url("../images/sp/information/sp_year_202201.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year202201 dd {
    position: relative;
  }
  #history .history_area .year202201 dd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: -2px;
    width: 2px;
    height: 13px;
    background: url("../images/sp/information/sp_history_stick_bottom.png") center 0/100% no-repeat;
  }
  #history .history_area .year202402 dt {
    background: url("../images/sp/information/sp_year_202402.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year202402 dd {
    position: relative;
  }
  #history .history_area .year202402 dd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: -2px;
    width: 2px;
    height: 13px;
    background: url("../images/sp/information/sp_history_stick_bottom.png") center 0/100% no-repeat;
  }
  #history .history_area .year202411 dt {
    background: url("../images/sp/information/sp_year_202411.png") center 0/100% no-repeat;
    z-index: 1;
  }
  #history .history_area .year202411 dd {
    position: relative;
  }
  #history .history_area .year202411 dd:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -12px;
    left: -2px;
    width: 2px;
    height: 13px;
    background: url("../images/sp/information/sp_history_stick_bottom.png") center 0/100% no-repeat;
  }

  #group_summary {
    margin-bottom: 50px;
  }
  #group_summary .inner {
    width: 100%;
  }
  #group_summary .sec_title {
    position: relative;
  }
  #group_summary .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sp/information/sp_group_summary_title.png") center center/100% no-repeat;
    width: 33px;
    height: 39px;
  }

  #comp_summary {
    margin-bottom: 50px;
  }
  #comp_summary .sec_title {
    position: relative;
  }
  #comp_summary .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sp/information/sp_company_summary_title.png") center center/cover no-repeat;
    width: 39px;
    height: 33px;
  }
  #comp_summary h4 {
    position: relative;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.1;
    letter-spacing: 0.1em;
    padding: 0 15px;
  }
  #comp_summary h4:after {
    content: '';
    display: inline-block;
    height: 2px;
    width: 100%;
  }

  .table_summary {
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px;
    font-size: 1.6rem;
    margin: 0 auto 30px;
  }
  .table_summary tr:las-child td {
    margin-bottom: 0;
  }
  .table_summary th {
    width: 100%;
    display: block;
    border-radius: 10px;
    text-align: left;
    background: #121764;
    color: #fff;
    padding: 13px 22px;
    margin-bottom: 5px;
  }
  .table_summary td {
    width: 100%;
    display: block;
    padding: 13px 22px;
    border-radius: 10px;
    background: #eee;
  }
  .table_summary td a {
    text-decoration: underline;
  }
  .table_summary td a:hover {
    text-decoration: none;
  }
  .table_summary td .img1 {
    width: 60%;
    margin: 6px auto 0;
  }
  .table_summary td .img1:hover {
    opacity: .8;
  }
  .table_summary td .img2 {
    width: 60%;
    margin: 6px auto 0;
  }
  .table_summary td .img2:hover {
    opacity: .8;
  }
	.link_btn_wrap{
		text-align: center;
	}
	.link_btn {
    display: inline-block;
		border-radius: 40px;
		overflow: hidden;
		margin: 0 auto;
  }
	.link_btn a{
		position: relative;
		display: inline-block;
		width: 100%;
		font-size: 1.4rem;
		letter-spacing: .01em;
    color: #fff;
		background-color: #751d36;
		text-align: center;
		padding: 15px 20px;
		margin-top: 0;
  }
	.link_btn a:hover{
    text-decoration: none;
		opacity: .8;
  }

  .gc h4 {
    color: #121764;
  }
  .gc h4:after {
    background-color: #121764;
  }
  .gc h5:before {
    background-color: #121764;
  }
  .gc .area {
    border-bottom: 1px dotted #121764;
  }
  .gc .area:last-child {
    border-bottom: none;
  }

  .buturyu h4 {
    color: #23aae9;
  }
  .buturyu h4:after {
    background-color: #23aae9;
  }
  .buturyu table th {
    background-color: #23aae9;
  }
  .buturyu h5:before {
    background-color: #23aae9;
  }
  .buturyu .area {
    border-bottom: 1px dotted #23aae9;
  }
  .buturyu .area:last-child {
    border-bottom: none;
  }

  .iq h4 {
    color: #f58a00;
  }
  .iq h4:after {
    background-color: #f58a00;
  }
  .iq table th {
    background-color: #f58a00;
  }
  .iq h5:before {
    background-color: #f58a00;
  }
  .iq .area {
    border-bottom: 1px dotted #f58a00;
  }
  .iq .area:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .nichiei h4 {
    color: #751d36;
  }
  .nichiei h4:after {
    background-color: #751d36;
  }
  .nichiei table th {
    background-color: #751d36;
  }
  .nichiei h5:before {
    background-color: #751d36;
  }
  .nichiei .area {
    border-bottom: 1px dotted #751d36;
  }
  .nichiei .area:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  #office {
    margin-bottom: 50px;
  }
  #office .sec_title {
    position: relative;
  }
  #office .sec_title:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: url("../images/sp/information/sp_office_title.png") center center/cover no-repeat;
    width: 33px;
    height: 34px;
  }
  #office h4 {
    position: relative;
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.4;
    margin: 0 auto 20px;
  }
  #office h4:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
  }
  #office .area {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #office .area:last-child {
    margin-bottom: 0;
  }
  #office .wrap {
    display: flex;
    flex-direction: column;
  }
  #office .wrap .map_wrap {
    width: 100%;
  }
  #office .wrap .map_wrap iframe {
    display: block;
    border-radius: 10px;
  }
  #office .wrap .detail {
    margin-bottom: 20px;
  }
  #office .wrap h5 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.1em;
    margin: 5px 0 20px;
  }
  #office .wrap h5:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 20px;
    border-radius: 10px;
    vertical-align: top;
    margin-right: 15px;
  }
  #office .wrap p {
    font-size: 1.6rem;
  }
	#office .map_detail {
		margin-top: 40px;
  }
	#office .map_detail .detail{
		font-size: 1.6rem;
		margin-top: 10px;
  }
  .modal_item {
    text-decoration: underline;
  }
  .modal_item:hover {
    text-decoration: none;
  }

  #modal {
    position: fixed;
    top: 0;
    height: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
  }
  #modal #modal_image {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 80%;
    max-height: 400px;
    height: auto;
    background-color: rgba(28, 45, 80, 0.9);
  }
  #modal #modal_image img {
    transform: translate(0, -30px);
  }
  #modal #modal_image #modal_close {
    position: absolute;
    right: 0;
    top: -60px;
    width: 30px;
    height: 30px;
    outline: 0;
    border: none;
    appearance: none;
    background-color: transparent;
  }
  #modal #modal_image #modal_close:before, #modal #modal_image #modal_close:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 3px;
    height: 25px;
    background-color: #fff;
  }
  #modal #modal_image #modal_close:before {
    transform: rotate(45deg);
  }
  #modal #modal_image #modal_close:after {
    transform: rotate(-45deg);
  }
  #modal #modal_bg {
    width: 100vw;
    height: 100vh;
    background-color: rgba(28, 45, 80, 0.9);
  }
}
