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


.contents .container section.contents00:not(:last-child) {
    text-align: center;
    margin-bottom: 60px;
}

.contents00 .title_contents h3 {
    color: var(--color-base);
}

.title_contents2 {
    display: flex;
  justify-content: flex-start;
flex-wrap: wrap;
    align-items: center;
    gap:0px 15px;
}

.title_contents3 {
    display: flex;
  justify-content: flex-end;
flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
    gap:0px 15px;
    border-bottom-style : solid;
border-color : var(--color-main);
border-width : 1px;
    padding-bottom: 30px;
}

.contents02 .title_contents3 {
    margin-bottom: 0px;
}


.title_contents2 h2, .title_contents3 h2 {
    margin-bottom: 0px;
    padding-top: 15px;
}

.title_contents2 h3 {
    color: var(--color-base);
}


/* contents04 */

.contents04 {
	width: 100%;
	position: relative;
    background-color: var(--color-main);
}

.contents04 {
   background-color: var(--color-back01);
    padding: 80px 0px;
}


/* layout01 */

.layout01 {
    padding-top: 20px;
}

.layout01 .box {
    padding: 20px;
    background-color: var(--color-back01);
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    position: relative;
}

.layout01 .box:nth-child(even) {
    background-color: #FFF;
    padding: 0px;
    flex-direction: row-reverse;
}

.layout01 .box:not(:last-child) {
    margin-bottom: 30px;
}

.layout01 .box-detail {
    padding: 5px 0px;
    padding-left: 50px;
    flex: 1;
    position: relative;
}

.layout01 .box:nth-child(even) .box-detail {
    margin-left: 30px;
    padding-left: 60px;
}

.layout01 .box-detail::before {
    content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/company/number01.svg");
background-position: left top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 60px;
	height: 60px;
    margin-top: -40px;
    mix-blend-mode: multiply;
}

.layout01 .box:nth-child(1) .box-detail::before {
	background-image: url("../../images/company/number01.svg");
}

.layout01 .box:nth-child(2) .box-detail::before {
	background-image: url("../../images/company/number02.svg");
    margin-top: 0px;
}

.layout01 .box:nth-child(3) .box-detail::before {
	background-image: url("../../images/company/number03.svg");
}

.layout01 .box-img {
    width: 25%;
}

.layout01 .box:nth-child(1) .box-img {
    width: 32%;
    position: absolute;
right: 20px;
top: 0px;
    margin-top: -80px;
}

.layout01 .box:nth-child(3) .box-img {
    position: absolute;
right: 20px;
top: 20px;
}

.layout01 .box-value {
    padding-top: 35px;
    width: 90%;
}

.layout01 .box-value .item {
   border-bottom-style : solid;
border-color : #FFF;
border-width : 2px;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout01 .box-value .item:not(last-child) {
   margin-bottom: 10px;
}

.layout01 h4 {
    font-size: 34px;
line-height: 1.2;
    font-family: var(--title-font);
    font-weight: var(--base-font-weight3);
    color: var(--color-main);
}

.layout01 h5 {
    font-size: 22px;
line-height: 1.4;
    letter-spacing: 0.15em;
    font-weight: var(--base-font-weight2);
    padding: 10px 0px;
}

.layout01 h6 {
    font-size: 18px;
line-height: 1.2;
    letter-spacing: 0.25em;
    font-weight: var(--base-font-weight2);
    padding: 5px 0px;
    background-color: #FFF;
    text-align: center;
    width: 80px;
}

.layout01 .box-value p {
   flex: 1;
    padding-left: 20px;
    font-size: 18px;
    letter-spacing: 0.15em;
    line-height: 1.4;
}


/* layout02 */

.layout02 {
    padding-top: 10px;
}

.layout02 table {
    width: 100%;
}

.layout02 table td {
    border-bottom-style : solid;
border-color : var(--color-main);
border-width : 1px;
    padding: 20px 5px;
    font-size: 22px;
    line-height: 1.6;
}

.layout02 table td span {
    font-size: 19px;
}

.layout02 table td:first-child {
    font-size: 24px;
    color: var(--color-main);
    font-weight: var(--base-font-weight3);
    white-space: nowrap;
    width: 27%;
    letter-spacing: 0.05em;
}


/* layout03 */

.layout03 {
    width: 100%;
    text-align: center;
    padding-bottom: 50px;
}

.layout03 ul {
    padding-top: 40px;
    display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout03 ul li {
    width: 20%;
}

    
/* layout04 */

.layout04 .box-group {
     display: flex;
  justify-content: space-between;
flex-wrap: wrap;
    padding-top: 20px;
}

.layout04 .box {
      width: 48.5%;
    position: relative;
    padding-top: 40px;
}

.layout04 .box::before, .layout04 .box::after {
      content: "";
	position: absolute;
top: 0px;
    font-size: 20px;
line-height: 1.2;
    font-weight: var(--base-font-weight2);
    color: var(--color-main);
}

.layout04 .box::before {
    font-size: 20px;
    left: 5px;
}

.layout04 .box::after {
    font-size: 16px;
    top: 5px;
    right: 0px;
}

.layout04 .box:nth-child(1)::before {
	content: "PT.ZERO NEXT INDONESIA";
}

.layout04 .box:nth-child(2)::before {
	content: "台灣傑洛有限公司";
}

.layout04 .box:nth-child(1)::after {
	content: "（インドネシア）";
}

.layout04 .box:nth-child(2)::after {
	content: "（台湾）";
}





.layout04 .title_contents {
  justify-content: center;
    background-image: url("../../images/common/line-title03.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 100% auto;
}

.layout04 .title_contents h3 {
    font-size: 30px;
    position: relative;
}

    


/* layout05 */

.layout05 {
    width: 800px;
    height: 1500px;
    position: relative;
}

.layout05::before {
    content: "";
	position: absolute;
left: 49%;
top: 30px;
	width: 2%;
	height: 100%;
    display: block;
    background : -moz-linear-gradient(50% 0% -90deg,rgba(191, 169, 169, 1) 0%,rgba(191, 169, 169, 0.52) 84.93%,rgba(191, 169, 169, 0) 100%);
  background : -webkit-linear-gradient(-90deg, rgba(191, 169, 169, 1) 0%, rgba(191, 169, 169, 0.52) 84.93%, rgba(191, 169, 169, 0) 100%);
  background : -webkit-gradient(linear,50% 0% ,50% 100% ,color-stop(0,rgba(191, 169, 169, 1) ),color-stop(0.8493,rgba(191, 169, 169, 0.52) ),color-stop(1,rgba(191, 169, 169, 0) ));
  background : -o-linear-gradient(-90deg, rgba(191, 169, 169, 1) 0%, rgba(191, 169, 169, 0.52) 84.93%, rgba(191, 169, 169, 0) 100%);
  background : -ms-linear-gradient(-90deg, rgba(191, 169, 169, 1) 0%, rgba(191, 169, 169, 0.52) 84.93%, rgba(191, 169, 169, 0) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#BFA9A9', endColorstr='#BFA9A9' ,GradientType=0)";
  background : linear-gradient(180deg, rgba(191, 169, 169, 1) 0%, rgba(191, 169, 169, 0.52) 84.93%, rgba(191, 169, 169, 0) 100%);
}

.layout05 .box {
    display: flex;
flex-wrap: wrap;
    justify-content: flex-end;
    gap:0px 40px;
    position: absolute;
    left: 0px;
    width: 100%;
}

.layout05 .box:nth-child(even) {
    flex-direction: row-reverse;
}

.layout05 .box:nth-child(1) {
    position: relative;
}

.layout05 .box:nth-child(2) {
   top:45px;
}

.layout05 .box:nth-child(3) {
   top:110px;
}

.layout05 .box:nth-child(4) {
   top:210px;
}

.layout05 .box:nth-child(5) {
   top:250px;
}

.layout05 .box:nth-child(6) {
   top:330px;
}

.layout05 .box:nth-child(7) {
  bottom: 850px;
}

.layout05 .box:nth-child(8) {
   bottom: 720px;
}

.layout05 .box:nth-child(9) {
   bottom: 580px;
}

.layout05 .box:nth-child(10) {
   bottom: 530px;
}

.layout05 .box:nth-child(11) {
   bottom: 480px;
}

.layout05 .box:nth-child(12) {
   bottom: 400px;
}

.layout05 .box:nth-child(13) {
   bottom: 130px;
}

.layout05 .box:nth-child(14) {
   bottom: 0px;
}

.layout05 .box-year {
    width: 60px;
    padding-top: 12px;
}

.layout05 .box-detail {
    width: 330px;
    background-color: #FFF;
    padding: 18px 12px;
    border-radius: 10px;
    position: relative;
    box-shadow: 1px 1px 10px rgba(35,24,21,0.5);
}

.layout05 .box-detail::before {
    content: "";
	position: absolute;
top: 25px;
	width: 100%;
	height: 1px;
    display: block;
    background-color: var(--color-main);
    z-index: -1;
}

.layout05 .box:nth-child(odd) .box-detail::before {
    left: 0px;
    margin-left: -40px;
}

.layout05 .box:nth-child(even) .box-detail::before {
    right: 0px;
    margin-right: -40px;
}

.layout05 .box-box {
    display: flex;
  justify-content: space-between;
    align-items: flex-start;
flex-wrap: wrap;
}

.layout05 .box-box:not(:last-child) {
    margin-bottom: 10px;
}

.layout05 h4, .layout05 h5, .layout05 p {
    font-weight: 300;
}

.layout05 h4 {
color: #FFF;
line-height: 1.2;
letter-spacing: 0em;
    background-color: var(--color-main);
    display: inline-block;
    padding: 5px 0px;
    text-align: center;
    width: 100%;
}

.layout05 h5 {
color: var(--color-main);
    font-size: 13px;
line-height: 1.2;
letter-spacing: 0em;
    background-color: #E9E2E2;
    display: inline-block;
    padding: 3px 0px;
    width: 40px;
    text-align: center;
}

.layout05 p {
    flex: 1;
    padding-left: 10px;
    line-height: 1.4;
    font-size: 15px;
    letter-spacing: 0em;
}

.layout05 p span {
    font-size: 12px;
    line-height: 1.4;
}

.sp-view {
	display: none;
}

