@charset "UTF-8";
/* ----------------------------------------------------------

  ABOUT

*--------------------------------------------------------- */
.sp_only{
	display: flex;
	flex-direction: column;
}
.pc_only{
	display: none !important;
}
.history__column{
	display: flex;
	flex-direction: column;
}
.history__title{
	font-size: 22px;
	font-weight: bold;
	justify-content: left !important;
}

.history__title:last-child{
	margin-bottom: 32px !important;
}
.c-label_red{
	position: relative;
	margin-bottom: 26px;
	font-weight: bold;
}
.c-label_red::before{
	content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #AA0000 transparent transparent transparent;
  border-width: 8px 8px 0 8px;
}
.year__box{
	display: flex;
	flex-direction: column;
}
.year__label{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	border-radius: 30px;
	text-align: center;
	background-color: #005AA9;
	/* font-family: "Renner*"; */
	color: #fff;
	position: relative;
}
.year__box:nth-of-type(1) > .year__label::before{
	content: "";
	position: absolute;
	height: 4000px;
	width: 0;
	border-left: solid 5px #005AA9;
	margin: auto;
	left: 0;
	right: 0;
	z-index: -10;
	top: -564px;
}

.world, .vm, .sp_only{
	display: flex;
	margin: 0 0 0 31px;
	border-left: solid 1px #000;
	padding: 5px 0 5px 15px;
}
.world_none ul{
	display: none;
}
.month{
	word-break: keep-all;
	position: relative;
	text-indent: 1em;
	min-width: 44px;
}
.month::before{
	position: absolute;
	content: '…';
	left: -1em;
}
.world__cell{
	background-color: #EEEEEE;
	padding: 5px;
	border-radius: 5px;
	margin: 0 0 10px 0;
}
.vm__cell{
	margin: 0 0 10px 0;
}
.text{
}
@media only screen and (min-width:600px){
	.sp_only{
		display: none;
	}
	.pc_only{
		display: flex !important;
	}
	.history__column{
		display: flex;
		flex-direction: row;
	}
	.history__title{
		font-size: 21px;
		justify-content: center !important;
		margin-bottom: 66px !important;
	}
	.history__title:last-child{
		margin-bottom: 66px !important;
	}
	.history__title:first-child{
		margin-right: 150px;
	}
	.c-label_red{
		max-width: 675px;
		float: right;
		margin-bottom: 30px;
	}
	.year__box{
		position: relative;
		margin: 0 0 45px 0;
		flex-direction: row;
		clear: both;
	}

	.year__label{
		order: 1;
		min-width: 130px;
		height: 130px;
		line-height: 130px;
		font-size: 35px;
		border-radius: 65px;
		margin: 0 10px;
	}

	.world, .vm, .world_none{
		align-items: center;
		margin: 0;
		border: none;
		padding: 0;
	}
	.world, .world_none{
		width: 30%;
		text-align: right;
		justify-content: flex-end;
	}
	.world li{
		justify-content: flex-end;
	}
	.vm{
		width: calc(70% - (130px + 20px));
		order: 2;
	}
	.world ul{
		background:none;
	}
	.world .text, .vm .month{
		order: 0;
	}
	.world .month, .vm .text{
		order: 1;
	}
	.month, .text{
		padding: 5px 0px 5px 0px;
	}
	.world .month{
		margin-right: 1em;
	}
	.world .month::before{
		left: 0;
		right: -1em;
	}
}
@media only screen and (min-width: 768px) {
	.history__title{
		font-size: 27px;
	}
}
/* ★会社情報 ★★★★★★★★★★★★★★★★★★ */
.c-about .c-about__list {
    width: 100%;
}
.c-about .c-about__list .title {
    margin-bottom: 6px;
}
.c-about .c-about__list .cont {
    margin-bottom: 24px;
}
.c-about .c-about__list:last-child li p {
    position: relative;
}
.c-about .c-about__list li .textLink {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.c-about .c-about__list li .textLink a {
    color: #000;
}
.c-about .c-about__list li .textLink i {
    border: 1px solid #005AA9;
    border-radius: 50%;
    color: #005AA9;
    text-align: center;
    width: 20px;
    height: 20px;
}
@media screen and (min-width: 600px) {
    .c-about {
        display: flex;
    }
    .c-about .c-about__list:first-child {
        border-right: 1px solid #707070;
        padding-right: 40px;
    }
    .c-about .c-about__list:last-child {
        padding-left: 40px;
    }
    .c-about .c-about__list li {
        display: flex;
    }
    .c-about .c-about__list li .title {
        margin-right: 20px;
        min-width: 3em !important;
    }
    .c-about .c-about__list li .cont {
        flex-grow: 1;
    }
    .c-about .c-about__list li:last-child .title,
    .c-about .c-about__list li:last-child .cont {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1000px) {
    .c-about .c-about__list:first-child {
        padding-right: 100px;
    }
    .c-about .c-about__list:last-child {
        padding-left: 100px;
    }
    .c-about .c-about__list li .title {
        margin-right: 100px;
    }
}


/* ★アクセス ★★★★★★★★★★★★★★★★★★ */
.c-office {
    background-color: #222;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.c-office li {
    width: 100%;
}
.c-office .add {
    border-top: 10px solid #005AA9;
    color: #fff;
    padding: 24px 16px;
}
.c-office .add .name {
    font-size: 18px;
    margin-bottom: 16px;
}
.c-office .route {
    background-color: #F7F7F7;
    padding: 24px 16px;
}
.c-office .route strong {
    font-weight: bold;
}
.c-office .map {
    overflow: hidden;
    width: 100%;
    height: 180px;
}
@media screen and (min-width: 600px) {
    .c-office {
        position: relative;
    }
    .c-office .add,
    .c-office .route {
        width: 300px !important;
    }
    .c-office .route {
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .c-office .map {
        width: calc(100% - 300px) !important;
        height: 336px;
    }
}


/* ★わたしたちについて ★★★★★★★★★★★★★★★★★★ */
.renner{
    font-family: "Renner*";
    font-weight: 410 !important;
}
/* mission */
.philosophy__headline {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.philosophy__img {
    position: relative;
    padding: 30px 0;
    text-align: center;
}
.philosophy__img img {
    filter: drop-shadow(2px 3px 6px #ccc);
    max-width: 188px;
}
.philosophy__img2,
.philosophy__img3 {
    display: none;
}
.c-read strong {
    display: block;
    font-size: 18px;
    text-align: center;
}
@media screen and (min-width: 600px) {
    .c-read strong {
        text-align: left;
    }
    .c-read strong br {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .philosophy__headline {
        flex-grow: 1;
        text-align: left;
        margin-right: 50px;
    }
    .philosophy__headline p {
        border-bottom: 1px solid #222;
        padding: 24px 0;
    }
    .philosophy__box {
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .philosophy__img {
        width: 380px;
        padding: 0;
    }
    .philosophy__img img {
        display: block;
    }
    .philosophy__img .philosophy__img1 {
        width: 167px;
    }
    .philosophy__img .philosophy__img2 {
        position: absolute;
        left: 50%;
        bottom: -16px;
        width: auto;
    }
    .philosophy__img .philosophy__img3 {
        position: absolute;
        top: 20px;
        right: 0;
        width: auto;
    }
}
@media screen and (min-width: 1000px) {
    .philosophy__headline p {
        padding-top: 32px;
    }
    .philosophy__headline p br {
        display: none;
    }
    .c-read {
        margin-top: -30px;
    }
}
/* 代表メッセージ */
.topHeadline{
    margin-bottom: 150px;
    height: 200px;
    padding-top: 200px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    overflow: visible;
}
.topHeadline__box{
    padding: 23px 0;
}
.topHeadline__headline{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
}
/* PC用 */
@media screen and (min-width: 600px) {
    .topHeadline{
        margin-bottom: 60px;
        height: 0;
        padding-top: 39.2%;
        background-size: contain;
        position: relative;
        margin-right: 10%;
        overflow: visible;
    }
    .topHeadline__box{
        color: #fff;
        background-color: rgba(0,0,0,.6);
        height: 200px;
        position: absolute;
        right: -10%;
        top: 0;
        bottom: 0;
        margin: auto;
        padding: 33px 15% 33px 6%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        width: 66%;
    }
    .topHeadline__headline{
        font-size: 26px;
    }
}
