﻿@charset "utf-8";

/* -----------------------------------------------------------
    company
-------------------------------------------------------------- */
.underline{
	text-decoration: underline;
}

.company-area{
	margin: 0 auto 0px;
	background: linear-gradient(90deg,#fff 0%, #fff 50%, #F2F9FB 50%, #F2F9FB 100%);
}
.company-area .inner{
	padding: 0 0 0;
	background: linear-gradient(90deg, #fff 0%, #fff 880px, #F2F9FB 880px, #F2F9FB 100%);
}

.company-area .cmn-secttl{
    position: relative;
	padding: 80px 0 0px;
}

#company .contents-left .image {
    padding: 20px 0 0px;
}

#company .contents-left .image img{
    width: 100%;
	border-radius: 5px;
}

#outline .group-catch {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.2;
	margin: 20px 0 0;
	color: var(--blue);
}

#outline .contents-left .basic-txt {
    font-size: 1.5rem;
}


#outline .outline {
    padding: 100px 0 80px;
}


/* table */
#company table{
    width: 100%;
	/*border-top: solid 1px #ddd;*/
    border-collapse:collapse;
	line-height: 1.7;
	margin: 30px 0 0;
}
#company table tr{
	border-bottom: solid 1px #ddd;
	display: block;
}
#company table th{
    line-height: 1.5;
	font-size: 1.6rem;
	text-align: left;
	font-weight: 500;
    position: relative;
	padding: 20px 0 20px 20px;
	width: 200px;
    vertical-align: top;
}
#company table th::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
	background: var(--blue);
	width: 8px;
	height: 2px;
}

#company table td{
    padding: 20px;
    vertical-align: top;
}

#company .access-link{
	margin: 10px 0 0;
}
#company .access-link a{
	border: solid 1px #BEBEBE;
	border-radius: 30px;
	padding: 5px 10px ;
	font-size: 1.5rem;
}
#company .access-link i{
	color: var(--blue);
	margin: 0 5px 0 0;
}
#company .box-com {
	padding: 0 0 0px;
}
/*アクセス*/
#company iframe{
	margin: 20px 0 20px;
}
#company .sub-title {
    align-items: center;
    color: var(--blue);
    display: flex;
    font-size: 2.8rem;
    gap: 10px;
    font-weight: bold;
    line-height: 1.8;
    margin: 20px 0 0px;
    white-space: nowrap;
}
#company .sub-title::after {
    content: "";
    width: 100%;
    background: var(--blue);
    height: 1px;
}

#access .basic-txt{
	margin: 20px 0 0;
}

#company .basic_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
}

#company .basic_list li {
	width: 395px;
    padding: 15px;
    background: var(--bg-blue);
	font-size: 1.4rem;
    border-radius: 3px;
}

#company .basic_list li.route {
    padding: 0px;
    background: none;
}
#company .basic_list li i {
    margin: 0 10px 0 0;
    color: var(--blue);
}

#company .route_btn {
	position: relative;
    font-size: 1.4rem;
    border-radius: 3px;
    width: 395px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: .1em;
    height: 45px;
    padding: 10px 15px;
    cursor: pointer;
    background: var(--blue);
}
#company .route_btn::after {
	position: absolute;
    top: 9px;
    right: 12px;
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 1.5rem;
    font-weight: normal;
    color: #fff;
}
#company .route_btn.active::after {
    content: "\f068";
}

#company .route_box {
	display: none;
	padding: 30px 0 0;
}

#company .route_box .route_box_list{
	display: flex;
}
#company .route_box li {
	position: relative;
	width: calc((100% - 60px) / 3);
	margin: 0 35px 0px 0;
}
#company .route_box li:nth-child(3n) {
	margin: 0 0 0px 0;
}
#company .route_box li::after {
	position: absolute;
	top: 35%;
	right: -24px;
    font-family: FontAwesome;
    font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
    content: "\f105";
    color: var(--blue);
}
#company .route_box li:nth-child(3n)::after,
#company .route_box li:last-child::after {
	display: none;
}
#company .route_box .img_box {
	position: relative;
	text-align: center;
}
#company .route_box .img_box span {
	position: absolute;
    top: 0;
    left: 0;
    font-family: var(--cat);
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    background: var(--blue);
    width: 40px;
    height: 40px;
    border-radius: 0 0 5px 0px;
    padding: 10px 0 0;
}
#company .route_box .img_box img {
	width: 100%;
}
#company .route_box .txt_box {
	margin: 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.6;
}
/*企業理念*/

#philosophy.box-com{
	position: relative;
	padding: 0 0 20px;
}
#philosophy.box-com::before {
	content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/company-ill.png) center / cover, no-repeat;
    aspect-ratio: 380 / 285;
    top: 180px;
    right: 20px;
    width: 280px;
}

.list-title{
    font-size: 2.2rem;
    font-weight: 600;
    margin: 30px 0 10px 0;
    line-height: 1.4;    
	padding: 0 0 0 20px;
    position: relative;
}

.list-title::before {
    background: var(--blue);
    border-radius: 3px;
    content: '';
    display: block;
    height: calc(100% - 5px);
    left: 0;
    position: absolute;
    top: 2px;
    width: 4px;
}

#philosophy .chatch{
	font-size: 2.2rem;
	color: var(--blue);
	font-weight: 400;
}

#philosophy .basic-txt{
	font-size: 1.8rem;
}
#philosophy .basic-txt span{
	font-size: 3.2rem;
	color: var(--blue);
	font-weight: 600;
	padding: 0 3px;
}

#philosophy .txt {
    padding: 10px 0 0;
    line-height: 2;
	font-size: 1.4rem;
	font-weight: 500;
}
#philosophy .txt span{
	font-size: 1.8rem;
	color: var(--blue);
	font-weight: 500;
}
#philosophy .philosophy-list{
	margin: 10px 0 0;
}

#philosophy .philosophy-list li {
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
    width: 100%;
    border: none;
    border-radius: 0px;
    padding: 0 0 0 15px;
	font-size: 1.5rem;
}

#philosophy .philosophy-list li:has( + li ) {
    margin: 0 0 10px;
}

#philosophy .philosophy-list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--blue);
    border-radius: 4px;
}

#message .photo{
	text-align: center;
	margin: 30px auto 0;
}

#message .photo img{
	border-radius: 5px;
}

/*ご挨拶*/
.message_name {
    text-align: right;
    margin: 20px 0 0;
}

.message_name span{
    display: inline-block;
    font-size: 2.2rem;
    padding: 0 5px 0 10px;
}

#greeting .flex{
	display: flex;
	gap: 40px;
}

#greeting .image{
	width: 300px;
}

#greeting .message-txt{
	padding: 20px 0 0;
	line-height: 2;
	width: 100%;
	position: relative;
}
#greeting .message-txt::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(../img/company-career-img-pc.png) center / cover, no-repeat;
    aspect-ratio: 380 / 285;
    top: -175px;
    right: 20px;
    width: 280px;
}
#greeting .message-txt p {
    padding: 0 0 10px;
}
#greeting .txt span{
	font-size: 1.8rem;
}

#greeting .modal {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
}

#greeting .keireki-content {
  background: #fff;
  max-width: 700px;
  margin: 5% auto;
  padding: 30px 20px;
  position: relative;
	max-height: 80vh;
  overflow-y: auto;
  border-radius: 8px;
}

#greeting .close-keireki {    
	display: block;
    width: 40px;
    line-height: 40px;
    background: #898989;
    color: #fff;
    font-size: 2.0rem;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
}
#greeting .close-keireki i {
    line-height: 44px;
    vertical-align: bottom;
}

#greeting .btn {
	cursor: pointer;
    text-align: center;
    background: var(--blue);
    width: 200px;
    margin: 10px 0 0 auto;
    position: relative;
	left: 600px;
	color: #fff;
	border-radius: 3px;
	display: inline-block;
	border: 2px solid var(--blue);
    transition: all .6s ease;
}
#greeting .btn:hover {
    background: #fff;
	color: var(--blue);
}

#greeting .btn::before {    
	font-family: "Font Awesome 6 Free";
    font-style: normal;
	font-size: 1.3rem;
    font-weight: 900;
    content: "\f007";
    display: inline-block;
    color: #FFF;
    position: absolute;
    left: 55px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .6s ease;
}
#greeting .btn:hover::before {
	color: var(--blue);
}

/*グループ会社*/
#company #group-company table{
	margin: 0px 0 60px;
}

#company .group-company-title{
	font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.2;
    margin: 30px 0 20px;
    padding: 20px;
    border-radius: 5px;
    background: var(--blue);
	color: #fff;
}

#company .group-company-title i{
    color: #fff;
	margin: 0 5px 0 0;
}

/* 沿革・歴史 */
#history dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 30px 0 0px;
}

#history dl dt {
	text-align: right;
	width: 8.5em;
	padding: 0.5em 2.0em 0.5em 0.5em;
	position: relative;
}

#history dl dt::after {
	content: '●';
	position: absolute;
	right: -0.55em;
	top: 10px;
	font-size: 14px;
	color: #0E6EB8;
}

#history dl dd {
	width: calc(100% - 8.5em);
	padding: 0 2.0em 3.0em;
	border-left: 2px solid #ccc;
}

#history dl dd h2 {
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 5px;
}

#history dl dd > div{
	display: flex;
}

#history dl dd p{
	line-height: 2;
}

#history dl dd p.month{
	width: 50px;
}
.keireki_box .flex-box{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	padding: 0 0 20px;
}
.keireki_box .flex-box .txt-area {
    /*width: 290px;*/
}
@media screen and (max-width: 768px){
	
	#philosophy.box-com::before {
    	top: 40px;
    	right: 20px;
		width: 150px;
	}
	
	.company-area .cmn-secttl{
		position: relative;
		padding: 0px 0 40px;
	}
	
	.company-area .cmn-secttl{
		padding: 10px 0 20px;
	}
	
	.company-area{
		margin: 0 auto;
		background: #fff;
		padding: 0 0 0px;
	}
	
	.company-area .inner{
		padding: 0;
		background: none;
	}
	
	.section-catch{
		gap: 15px;
	}
	
	#philosophy .basic-txt span {
		font-size: 3.0rem;
    	line-height: 1.6;
	}
	#philosophy .chatch{
		font-size: 2.0rem;
	}
	
	.contents-left .section-title{
		font-size: 1.5rem;
	}
	
	.company-area .en{
		font-size: 3.0rem;
	}

	.company-area .copy {
		font-size: 2.6rem;
		margin: 40px 0 10px 0;
		font-weight: bold;
	}
	#company .contents-left .image img{
		padding: 0px 0 10px;
	}
	#greeting .message-txt{
		padding: 0;
	}
	#greeting .message-txt::before{
		display: none;
	}
	
	#greeting .image{
		width: 100%;
	}
	#company .contents-left #greeting .image img{
		padding: 0px 0 20px;
	}
	#greeting .message-txt p {
		font-size: 1.5rem;
	}
    /* table */
    #company table{
		margin: 10px 0 0;
    }
    #company table tr{
        border-bottom: solid 1px #ddd;
    }
    #company table th{
        padding: 20px 0 5px 20px;
        width: auto;
        display: block;
    }
	#company table th::before {
		top: 30px;
	}
	
    #company table td{
        padding: 0 0 20px 0;;
        display: block;
    }
	
	#company .box-com {
		padding: 0 20px 40px;
		padding-top: 40px;
		margin-top: -40px;
	}
	
	#outline .outline {
		padding: 50px 0 50px;
	}
	/*ご挨拶*/
	#greeting .section-catch{
		padding: 0;
	}
	#company .contents-left .image {
		padding: 0px 0 0px;
	}
	
	#outline .group-catch{
		font-size: 2.4rem;
    	line-height: 1.8;
    	margin: 20px 0 0;
	}
	
	#company .sub-title{
		font-size: 2.0rem;
		margin: 0;
	}
	

	#greeting .btn {
		left: 0px;
		display: block;
	}

	/* アクセス */
	#company iframe{
		width: 100%;
		height: 300px;
		margin: 10px 0 15px;
	}

	#access .basic-txt{
		margin: 0px 0 0;
	}
	
	/*企業理念*/
	.list-title{
		font-size: 1.8rem;
		margin: 20px 0 10px 0;
		padding: 0 0 0 15px;
	}
	
	.message_name {
		font-size: 1.4rem;
		margin: 0px 0 0;
	}

	.message_name span{
		font-size: 2.0rem;
		padding: 0 5px 0 5px;
	}
	
	#philosophy .basic-txt{
		font-size: 1.6rem;
	}
	
	#message .photo {
		margin: 0px auto 0;
	}
	
	#company .group-company-title.first{
		margin: 0px 0 10px;
	}

	#company .group-company-title{
		font-size: 1.6rem;
		margin: 30px 0 15px;
		padding: 20px;
		
	}
	#company #group-company table{
		margin: 0;
	}
	
	#company .basic_list li{
		padding: 15px 10px;
		line-height: 1.4;
	}
	
	/* 沿革・歴史 */
	#history dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 30px 0 0;
	}

	#history dl dt {
		text-align: left;
		width: 80px;
		padding: 0.5em 1.0em 0.5em 0.5em;
		position: relative;
	}

	#history dl dt::after {
		top: 9px;
		font-size: 14px;
	}

	#history dl dd {
		width: calc(100% - 80px);
		padding: 0 0px 20px 20px;
		border-left: 2px solid #ccc;
	}

	#history dl dd h2 {
		font-size: 22px;
		font-weight: bold;
		margin: 0 0 5px;
	}

	#history dl dd > div{
		justify-content: space-between;
	}

	#history dl dd p{
		width: 180px;
		width: calc(100% - 50px);
		line-height: 1.7;
	}

	#history dl dd p.month{
		width: 40px;
	}
	

	#company .route_btn {
		width: 100%;;
	}
	#company .route_box {
		display: none;
		padding: 15px 0 0;
	}

	#company .route_box .route_box_list{
		display: block;
	}
	#company .route_box li {        position: relative;
        display: flex;
        width: 100%;
        margin: 0 0 20px 0;
	}
	#company .route_box li:nth-child(3n) {
		margin: 0 0 0px 0;
	}
	#company .route_box li::after {
		display: none;
	}
	#company .route_box li:nth-child(3n)::after,
	#company .route_box li:last-child::after {
		display: none;
	}
	#company .route_box .img_box {
		position: relative;
		text-align: center;
	}
	#company .route_box .img_box span {
        width: 30px;
        height: 30px;
		padding: 5px 0 0;
		font-size: 1.5rem;
	}
	#company .route_box .img_box img {
		width: 180px;
	}
	#company .route_box .txt_box {
		margin: 5px 0 0 10px;
		font-size: 1.4rem;
		line-height: 1.6;
		width: 200px;
	}
	#greeting .modal-keireki-content{
		padding: 30px 10px;
		margin: 10% 20px;
	}
	
	.keireki-content .keireki_box{
		margin: 0;
        padding: 0;
	}
	#greeting .close-keireki {
		position: fixed;
		top: 38px;
		right: 0;
	}
	
	.keireki_box .flex-box{
		display: block;
    	padding: 0 0 0px;
	}
	.keireki_box .flex-box .txt-area {
		width: 100%;
	}
	#company .contents-left #greeting .keireki_box .image img {
        padding: 10px 0 15px;
    }
}

/* -----------------------------------------------------------
    side-nav
-------------------------------------------------------------- */
.contents-left {
	width: 800px;
	float: left;
    padding: 0 0 80px;
}

.contents-right {
	margin: -100px 0 0;
	width: 250px;
	float: right;
}

.contents-right #side-scroll {
	margin: 100px 0 100px;
    position: fixed;
    width: 250px;
    top: 55px;
}
.contents-right #side-scroll .company-logo {
	font-family: var(--lato);
    align-items: center;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    margin: 50px 0 10px 0;
    line-height: 1.4;
    background: var(--blue);
    color: #fff;
    padding: 20px 0;
    text-align: center;
    border-radius: 5px;
}
/*.contents-right #side-scroll .company-logo::after {
	content: "";
	height: 1px;
	flex-grow: 1;
	background: #432B26;
	margin: 0 0 0 1rem;
}*/

.contents-right .ttl-s span {
	color: var(--blue);
	font-family: var(--lato);
	font-size: 1.4rem;
    font-weight: 600;
	letter-spacing: 0.1em;
	display: block;
}

.contents-right .side-nav {
	margin: 0px 0 0;
}

.contents-right .side-nav li {
	font-size: 1.6rem;
    line-height: 1.4;
    font-weight: 800;
}

.contents-right .side-nav li p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	position: relative;
}

.contents-right .side-nav li a {
	border-bottom: #ddd dashed 1px;
    padding: 10px 15px 10px;
    display: block;
    width: 100%;
}

.contents-right .side-nav li a:hover {
	background-color: #FFF;
	transition: 0.5s;
}


@media screen and (max-width: 768px){
	.contents-left {
		width: 100%;
        padding: 0 0 0px;
	}

	.contents-right {
		margin: 0;
		width: 100%;
		float: none;
        display: none;
	}

}
/* -----------------------------------------------------------
   経歴
-------------------------------------------------------------- */
.keireki-content .message_txt p {
	padding: 0 0 10px;
}

.keireki-content .keireki_box{
	margin: 20px 0 0;
	/*padding: 30px 20px;
	border: 1px solid #DDD;*/
	
}
.keireki-content .keireki_box .message_txt p {
	font-size: 1.5rem;
	line-height: 1.6;
}
.keireki-content .keireki_box .message_txt p.name {
	    font-size: 2.2rem;
    color: var(--blue);
    font-weight: 400;
}
.keireki-content .keireki_box .message_txt p.name span{
	font-size: 1.6rem;
}
.keireki-content .keireki_box h4{
	font-size: 2.0rem;
    font-weight: 600;
    margin: 0px 0 15px 0;
    line-height: 1.4;
    padding: 0 0 0 20px;
    position: relative;
}

.keireki-content .keireki_box h4::before {
    background: var(--blue);
    border-radius: 3px;
    content: '';
    display: block;
    height: calc(100% - 5px);
    left: 0;
    position: absolute;
    top: 2px;
    width: 4px;
} 

#company .keireki-content .basic_list {
	display: block;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
	background: var(--bg-blue);
	padding: 15px 20px 20px;
	margin: 10px auto 0;
	border-radius: 5px;
}

#company .keireki-content .basic_list p{
	color: var(--blue);
}

#company .contents-left .keireki-content .image{
	padding: 0;
}

#company .keireki-content .basic_list li {
    width: inherit;
    padding: 10px 0 0 10px;
    background: none;
    font-size: 1.5rem;
    border-radius: 0px;
	position: relative;
}
#company .keireki-content .basic_list li::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--blue);
    border-radius: 4px;
}
#company .keireki-content .basic_list li a::after {
	content: "\f35d";
    font-family: "Font Awesome 6 Free";
    font-size: 1.3rem;
    font-weight: bold;
    color: var(--blue);
    padding: 0 0 0 5px;
    position: absolute;
}

.keireki-content .license_area {
	border-top: 1px solid #ddd;
	padding: 30px 0 0;
	margin: 20px 0 0;
	align-items: center;
}
.keireki-content .writing_area {
	border-top: 1px solid #ddd;
	padding: 30px 0 0;
	margin: 30px 0 0;
}
.keireki-content .writing_area .flex {
	display: flex;
	align-items: center;
	padding: 10px 0 0 20px;
}
.keireki-content .writing_area .img-box {
	margin: 0 40px 0 0;
	width: 160px;
}
.keireki-content .writing_area .img-box img {
	width: 100%;
}
.keireki-content .writing_area .txt-box .sub_ttl {
	color: var(--blue);
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.6;
}
.keireki-content .writing_area .txt-box .ttl {
	font-size: 2.2rem;
	font-weight: bold;
	padding: 0 0 10px;
	line-height: 1.6;
}
.keireki-content .writing_area .btn_area {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.keireki-content .writing_area .buy_btn {
	width: 49%;
}
.keireki-content .writing_area .buy_btn a {
	font-size: 1.2rem;
    display: block;
    height: 50px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: .1em;
    background: var(--blue);
    padding: 20px;
    line-height: 1;
    text-align: center;
    position: relative;
    border-radius: 50px;
	transition: all .6s ease;
}
.keireki-content .writing_area .buy_btn a::after {
    position: absolute;
    font-family: "Font Awesome 6 Free";
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
    content: "\f105";
    top: 20px;
    right: 15px;
	transition: all .6s ease;
}
.keireki-content .writing_area .buy_btn a:hover::after {
    right: 9px;
}

.keireki-content .basic_list li.logo-box img.logo-img {
	width: 220px;
	object-fit: cover;
	object-position: center;
	margin: 10px 0 0 0;
}


@media screen and (max-width: 667px){
	
	.keireki-content .message_catch {
		font-size: 2rem;
		margin: 0 0 15px;
	}

	.keireki-content .message_txt p {
		padding: 0 0 10px;
	}
	.keireki-content .message_txt .name {
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.keireki-content .keireki_box{
		margin: 20px 0 0;
		padding: 0px 0 0;
	}
	.keireki-content .keireki_box h4 {   
		margin: 0px 0 10px 0;
    	line-height: 1.4;
		font-size: 1.8rem;
    	padding: 0 0 0 15px;
	}
	.keireki-content .keireki_box h4 span{
		padding: 0 0 0px;
	}
	
	.keireki-content .license_area {
		padding: 20px 0 0;
		margin: 10px 0 0;
	}
	.keireki-content .writing_area {
		padding: 20px 0 0;
		margin: 20px 0 0;
	}
	#greeting .keireki-content .writing_area .flex {
		display: block;
	}
	
	.keireki-content .writing_area .flex {
		display: block;
		padding: 10px 0 0 0px;
	}
	.keireki-content .writing_area .img-box {
		margin: 0 auto 10px;
		width: 160px;
	}
	.keireki-content .writing_area .btn_area {
		display: block;
		margin: 10px 0 0;
	}
	.keireki-content .writing_area .buy_btn {
		margin: 10px 0 0;
		width: 100%;
	}
	.keireki-content .writing_area .buy_btn a {
		font-size: 1.4rem;    
		padding: 18px 10px;
		height: 50px;
	}
	.keireki-content .writing_area .buy_btn a::after {
		font-size: 1.4rem;
		top: 19px;
	}

	/*20250116 追加*/
	.keireki-content .basic_list li.logo-box img.logo-img {
		width: 180px;
	}

}

.keireki-content  .history_area .history_list {
    padding: 10px 0 10px;
}
.keireki-content  .history_area .history_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.keireki-content  .history_area .history_list li .history_list_year {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 115px;
	font-size: 1.5rem;
}
.keireki-content  .history_area .history_list li .history_list_year .year_txt {
	/*font-family: 'Catamaran', sans-serif;*/
}
.keireki-content  .history_area .history_list li .history_list_year .year_list .year01 {
	
}
.keireki-content  .history_area .history_list li .history_list_year .year_list .year02 {
}
.keireki-content  .history_area .history_list li .history_list_txt {
    padding: 0 0 25px;
    border-left: 1px solid #bbb;
}
.keireki-content  .history_area .history_list li:last-child .history_list_txt {
    padding: 0 0 20px;
}
.keireki-content  .history_area .history_list li .history_list_txt .txt_list {
    position: relative;
    padding: 4px 0 0 20px;
	line-height: 1.3;
	font-size: 1.5rem;
}
.keireki-content  .history_area .history_list li .history_list_txt .txt_list:before {
    position: absolute;
    top: 7px;
    left: -5px;
    width: 10px;
    height: 10px;
    margin: auto;
    content: '';
    border-radius: 50%;
    background: #2191e5;
}
@media screen and (max-width: 667px) {
	.keireki-content  .history_area {
		padding: 20px 0 0;
        margin: 10px 0 0;
	}
	.keireki-content  .history_area .history_list {
		padding: 10px 0;
	}
	.keireki-content  .history_area .history_list li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	#company .keireki-content .basic_list li::before {
		top: 18px;
		left: 0;
		width: 5px;
		height: 5px;
	}
	.keireki-content  .history_area .history_list li .history_list_year {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 85px;
		max-width: 85px;
		min-width: 85px;
		font-size: 1.6rem;
	}
	.keireki-content .history_area .history_list li .history_list_txt {
		padding: 0 0 25px;
	}
	.keireki-content  .history_area .history_list li .history_list_year .year_list {
		font-size: 1.5rem;
	}
	.keireki-content .history_area .history_list li .history_list_txt .txt_list {
		position: relative;
		padding: 6px 0 0 20px;
		line-height: 1.3;
	}
	.keireki-content .history_area .history_list li .history_list_txt .txt_list:before {
		position: absolute;
		top: 10px;
		left: -5px;
		width: 10px;
		height: 10px;
		margin: auto;
		content: '';
		border-radius: 50%;
	}
	.keireki-content .writing_area .txt-box .sub_ttl {
	    margin: 10px 0 0;
	}
}
