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

/* layout01 */

.layout01 {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}

.layout01 .box-img {
	width: 45%;
    position: relative;
    padding-left: 7%;
}

.layout01 .box-img::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/company/text01.svg");
background-position: left center;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 16%;
	height: 100%;
}

.layout01 .box-img img {
	border-radius: 25px;
}

.layout01 .box-detail {
	width: 46%;
}

.layout01 .box-name {
	text-align: right;
    margin-top: 60px;
    position: relative;
}

.layout01 .box-name::before {
	content: "";
	position: absolute;
left: 0px;
bottom: 0px;
	background-image: url("../../images/company/icon01.svg");
background-position: left bottom;
background-repeat: no-repeat;
	background-size: 100% auto;
	width: 55%;
	height: 120px;
    margin-bottom: -5px;
}

.layout01 h2 {
    font-size: 23px;
    font-weight: var(--base-font-weight3);
color: var(--color-main);
line-height: 1.2;
letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.layout01 h3 {
    font-family: var(--subtitle-font);
    font-weight: var(--base-font-weight3);
    background-color: var(--color-sub);
    font-size: 17px;
color: #FFF;
line-height: 0.9;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 8px;
}

.layout01 h4 {
    font-size: 35px;
    font-weight: var(--base-font-weight3);
line-height: 1.4;
letter-spacing: 0.1em;
    padding: 25px 0px 40px;
}

.layout01 h6 {
    font-size: 32px;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight);
line-height: 1.2;
letter-spacing: 0.5em;
    position: relative;
    padding-top: 30px;
    display: inline-block;
}

.layout01 h6::before {
    content: "代表取締役";
	position: absolute;
left: 0px;
top: 0px;
    font-size: 18px;
    letter-spacing: 0.1em;
}

/* layout02 */

.layout02 {
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding-left: 7%;
}

.layout02 .box-title {
    flex: 1;
}

.layout02 .box-detail {
    width: 72%;
    border-style : solid;
border-color : var(--color-main);
border-width : 7px;
    border-radius: 60px;
    padding: 30px 6% 60px;
}

.layout02 table {
    width: 100%;
}

.layout02 table td {
    border-bottom-style : solid;
border-color : #000000;
border-width : 1px;
    padding: 30px 20px;
    line-height: 1.6;
}

.layout02 table td:first-child {
   text-align: center;
    color : #5e7fb0;
    border-color : #5e7fb0;
    white-space: nowrap;
}


.sp-view {
	display: none;
}
