
.sp{
    display: none;
}
.title{
    text-align: center;
    margin-top: 110px;
}
.company,.other,.overview,.history{
    font-family: 'Noto Serif JP', serif;
	font-size: 35px;
	line-height:0.2;
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
    display: inline-block;
	
}
.company::before{
	content: "COMPANY";
		position: absolute;
		font-family: 'Noto Sans', sans-serif;
		color: #1C1C1C;
		font-size: 15px;
		padding-left: 0;
		text-indent: 0.2em;
		top: -26px;
        left: 31px;
}

.other::before{
	content: "OTHER";
		position: absolute;
		font-family: 'Noto Sans', sans-serif;
		color: #1C1C1C;
		font-size: 15px;
		padding-left: 0;
		text-indent: 0.2em;
		top: -26px;
        left: 45px;
}
.overview::before{
	content: "OVERVIEW";
		position: absolute;
		font-family: 'Noto Sans', sans-serif;
		color: #1C1C1C;
		font-size: 15px;
		padding-left: 0;
		text-indent: 0.2em;
		top: -26px;
        left: 32px;
}
.history::before{
	content: "HISTORY";
		position: absolute;
		font-family: 'Noto Sans', sans-serif;
		color: #1C1C1C;
		font-size: 15px;
		padding-left: 0;
		text-indent: 0.2em;
		top: -26px;
        left: 39px;
}
.company::after,.other::after,.overview::after,.history::after{
    content: "";
    position: absolute;
    top: -90px;
    left: -3px;
    background-image: url(../img/top/title_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 150px;
    height: 150px;
}
.company span,.other span,.line{
    position: relative;
}
.company span::before,.other span::after,.line::after{
    content: "";
    position: absolute;
    background-color: #1C1C1C;
    width: 1px;
    height: 50px;
    top: 60px;
    left: -68px;
}
_::-webkit-full-page-media, _:future, :root .company span::before {
    left: 71px;
}


.top_message{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 2rem;
    margin: 100px 0 30px 0;
    line-height: 2em;
}
.history_time{
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 2rem;
    padding-top: 50px;
    margin: 50px 0 30px 0;
}

.section_message{
    margin-top: 100px;
    display: flex;
    justify-content: space-around;
}
.section_message-img{
    width: 45%;
    margin-top: 20px;
}
.section_message-p{
    width: 48%;
    padding:  0 80px 0 0;
    font-size: clamp(1em, 2vw, 16px);
    position: relative;
}
.section_message-p::after{
    content: "";
    position: absolute;
    top: 150px;
    left: 220px;
    background-image: url(../img/top/bg_logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 430px;
}

/* セクションマネジメント */
.section_message02{
    background-image: url(../img/company/company_img-bg@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin: 100px 0;
    padding: 50px 0;
}
.section_message02_box{
    max-width: 1000px;
    margin: 0 auto;
}
.section_message02-management{
    margin-bottom:50px;
    max-width: 80%;
    margin: 0 auto;
}
.section_message02-management:first-of-type{
    margin: 0 auto 30px;
}
.section_message02-management,.section_message02-management02,.section_message02-management03{
    font-family: 'Noto Serif JP', serif;
    background-color: rgba(255, 255, 255, 0.664);
    text-shadow: #1C1C1C;
    padding: 40px 20px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px -2px #9E9E9E;
}
.section_message02-management_content{
    text-align: center;
    /* margin-top: 20px; */
}
.tx_lf{
    text-align: left;
    display: inline-block;
}
.section_message02-management_content li{
    padding-bottom: 20px;
    font-size: .95rem;
}
.section_message02-management_content li:last-child{
    padding-bottom: 0px;
}
.flex01{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 50px auto;
    max-width: 80%;
}
.section_message02 h4{
    padding: 0px 0 25px 0;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.3rem;
	font-weight: 700;
}
.section_message02 h5 {
  padding: 0px 0 10px 0;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.4rem;
	font-weight: 700;
}
.section_message02 h5 span{
  font-size: 1.1rem;
	font-weight: 700;
}
.section_message02-management02{
    width: 100%;
}
.section_message02-management03{
    width: 100%;
}
.indent{
    text-indent: -1rem;
   /* margin-top: 20px;*/
}
.section_message02-img02{
    width: 20%;
    min-width: 100px
}
/* セクションアザー */

.other{
    margin-bottom: 60px;
}
.other_content{
    background-color: #F2F0E6;
}
.section_other ul{
    display: flex;
    max-width: 1200px;
    gap: 50px;
    padding: 70px 40px;
    margin: 8px auto 0 auto;
}
.section_other li{
    max-width: 370px;
    margin: 0 auto;
}
.section_other img{
    border-radius: 8px 8px 0 0;
}
.other_link{
    background-color: rgba(255, 255, 255, 0.664);
    border-radius: 0 0 8px 8px;
    padding: 20px;
    min-height: 100px;
}
.other_link h4{
    font-weight: 600;
    font-size: 1.1rem;
}
.other_link p{
    font-size: 15px;
    color: #626262;
}

/* -------------930--------------- */
@media screen and (max-width: 930px){
    .section_message{
        /* flex-direction: column; */
        display: block;
    }
.section_message{
    margin-top: 20px;
}
.section_message-img {
    width: 100%;
    padding: 0 40px;
}
.section_message-p{
    width: 100%;
    padding:  60px 40px;
}
.section_message-p::after{
    background-size: contain;
    height: 450px;
}

}
/* -------------870--------------- */
@media screen and (max-width: 870px){

    .top_message {
            font-size: clamp(1.3rem,5vw,2rem);
            margin: 80px 0 0 0;
        }
    .section_message02-management, .section_message02-management02, .section_message02-management03{
        padding: 40px 
    }
    .section_message02 h4{
        font-size: clamp(18px,5vw,1.3em);
        font-weight: 600;
        padding: 0px 0 30px 0;
    }
    .flex01{
        display: block;
    }
    .indent{
        margin-top: 0;
    }
    .section_message02-img01{
        max-width: 75%;
        min-width: 350px;
        margin: 0 auto;
    }
    .section_message02-management03{
        margin-top: 50px;
    }
    .section_other ul{
        display: block;
        padding: 40px;
    }
    .section_other li {
        display: block;
        padding: 30px 20px;
    }
}

/* -------------550--------------- */
@media screen and (max-width: 550px){
    .sub_nav{
        font-size: clamp(14px,3vw,1.5rem);
        justify-content: center;
        margin-top: 100px;
    }
    .sub_nav li::after{
        left: 23px;
    }
    .section_message-img {
        padding: 0;
    }
    .section_message-p{
        padding: 40px 20px 0 20px;
        font-size: 15px;
    }
    .section_message-p::after {
        top: 140px;
        left: 160px;
    }
    .section_message02-management,.flex01{
        max-width: 85%;
    }
    .section_message02-img02{
        width: 40%;
    }
    .section_message02-management_content li{
        font-size: 15px;
    }
    .section_message02 h4{
        padding: 0 0 20px 0;
    }
    .section_message02-management, .section_message02-management02, .section_message02-management03 {
        padding: 20px;
    }
    .section_message02-img01{
        min-width: 240px;
    }
    .section_other ul{
        padding: 40px 20px;
    }
    .sp{
        display: block;
    }
    .top_message,.history_time{
        text-indent: 1rem;
        line-height: 1.8;
    }
    .tx{
        text-indent: 1rem;
    }
    .other::after{
        left: -8px;
    }
    .other::before {
        left: 40px;
}
    .other span::after{
        left: -72px;
}
    .section_other li {
        padding: 5px 20px 30px 
}
}
/********** 会社概要 ***********/

.overview{
    margin-bottom: 65px;
}
.overview_img{
padding-top: 70px;
}
.bg{
    background-color: #F2F0E6;
}
.office h4{
font-weight: 600;
}
table{
    font-size: 15px;
}

#company.outline .office{
	margin: 50px auto 0 auto;
    max-width: 850px;
    padding: 0 40px;
}

.office h4{
	font-size: 28px;
    color: #000;
    text-align: left;
    max-width: 1024px;
    margin: 20px 0;
}

#company.outline table{
	width:100%
}

#company.outline table tr td.label{
	border-bottom:1px solid #D0D0D0;
	font-weight:bold;
	width:25%;
	padding: 17px 0;
}

#company.outline table tr td.data{
	border-bottom:1px solid #D0D0D0;
		padding: 17px 0;
}
iframe{
    width: 100%;
    padding: 40px 0;
}
.none{
    display:none;
}
.other_link h5{
    font-size: 1.1rem;
    font-weight: 600;
}
@media screen and (max-width: 870px) {
	#company.outline figure img{
		width:100%;
	}
}

/* -------------550--------------- */
@media screen and (max-width: 550px){
    #company.outline h4{
        font-size: 23px;
    }
    #company.outline .office{
        padding: 0 20px;
    }
    .none{
        display:block;
        padding-top: 60px;
    }
    .overview_img{
        display: none;
    }
}

/********** 会社沿革 ***********/

.history_bg{
    padding-bottom: 50px;
}
.main_content{
    max-width: 820px;
    margin: 0 auto;
}
.timeline li{
    overflow: hidden;
    margin: 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}
.timeline_date{
    width: 100px;
}
.timeline_content{
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
    float: left;
    border-left: 1px #D0D0D0 solid;
    padding: 20px 0 20px 40px;
    position: relative;
}

.timeline_content::after{
    content: '';
    width: 7px;
    height: 7px;
    background: #A5605D;
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -3px;
    border-radius: 100%;
}

/* -------------870--------------- */
@media screen and (max-width: 870px){
    .main_content{
        padding: 0 40px;
    }
}
/* -------------550--------------- */
@media screen and (max-width: 550px){

.main_content{
    padding: 0 20px;
    
}
.timeline{
    font-size: 14px;
}
    .timeline_date{
        width: 80px;
    }
    .timeline_content{
        width: calc(100% - 80px);
        padding: 20px 0 20px 20px;
    }
}

.missionList{
	display: flex;
	margin-top: 15px;
	margin-bottom: 0;
}
.missionList dt{
	max-width: 200px;
	margin-right: 50px;
	width: 100%;
}
.missionList dd{
	font-weight: 700;
	background-color: rgba(253,245,138,.37);
	padding-left: 9px;
	text-align: left;
}
@media screen and (max-width: 700px){
    .section_message02 h5{
        font-size: calc(100vw * 14 / 414);
        font-weight: 600;
        padding: 0px 0 20px 0;
    }

.missionList{
	display: block;
	margin-top: 15px;
	margin-bottom: 0;
	text-align: left;
}
.missionList dt{
	max-width: 100%;
	margin-right: 0px;
	text-align: left;
	margin-bottom: 10px;
}
.missionList dd{
	padding-left: 0;
	display: inline;
}
	
}