@charset "utf-8";



#main_box { line-height: 2.0; }



/* side_menu ----------------- */

li.btn106 {

  background-color: rgb(218,218,218);

  border-bottom-color: rgb(204,204,204) !important;

}

li.btn106 > a {

  pointer-events:none;

  cursor: auto;

}

#side_box .side_menu .menu_grp_c > li.btn106 > a::after {

  display: none;

}







/* contents ---- */



.img01,

.img02 {

  width: calc(320 / 794 * 100%);

  margin-left: 20px;

}







.linkbox_gray::after {

    transform: translate3d(0, -50%, 0) rotate(90deg);

}





.box01 .roadmap {

  position: relative;

}

.box01 .roadmap > li {

  display: block;

  position: relative;

}

.box01 .roadmap > li.background {

  display: flex;

  flex-direction: row;

  justify-content: flex-start;

  position: absolute;

  left: 0;

  top: 10px;

  width: 100%;

  height: 80%;

}

.box01 .roadmap > li.background > div {

  width: 27%;

  border-left: 1px rgb(230,230,230) dashed;

}

.box01 .roadmap > li.background > div:last-child {

  width: 19%;

}



.box01 .roadmap > li.year {

  display: flex;

  flex-direction: row;

  justify-content: flex-start;

}

.box01 .roadmap > li.year > div {

  width: 27%;

}

.box01 .roadmap > li.year > div:last-child {

  width: 19%;

}

.box01 .roadmap > li.year > div > span {

  display: inline-block;

  padding: 0 8px;

  border: 1px rgb(247,175,11) solid;

  line-height: 1.5;

}



.box01 .roadmap > li.image_box {

  position: relative;

  width: 100%;

  font-size: 14px;

}

.box01 .roadmap > li.image_box .image {

  position: relative;

  padding-top: calc(150 / 660 * 100%);

  background-image: url(/corporate/group_mission/images/img04.svg?ud=220126);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

}

.box01 .roadmap > li.image_box .image > div {

  position: absolute;

  left: 84%;

  font-size: 13px;

  line-height: 1.5;

}

.box01 .roadmap > li.image_box .image > .text01 {

  color: rgb(247,175,11);

  top: 0;

}

.box01 .roadmap > li.image_box .image > .text02 {

  color: rgb(120,120,120);

  top: 72%;

}



.box01 .roadmap > li.image_box .image_text {

  position: absolute;

  top: 36%;

  left: 5%;

  border: 1px rgb(66,66,66) solid;

  padding-right: 4px;

  padding-left: 4px;

  background-color: rgb(255,255,255);

  line-height: 1.5;

}

.box01 .roadmap > li.image_box .image_text::after {

  display: block;

  position: absolute;

  bottom: -30px;

  left: 50%;

  width: 1px;

  height: 30px;

  background-color: rgb(66,66,66);

  content: '';

}





.box01 .roadmap > li.title {

  display: flex;

  flex-direction: row;

  justify-content: flex-start;

}

.box01 .roadmap > li.title > div {

  display: flex;

  flex-direction: row;

  flex-wrap: wrap;

  align-items: center;

  justify-content: center;

  width: 27%;

  padding-right: 12px;

  padding-left: 12px;

  background-image: url(/corporate/group_mission/images/bg_arrow.svg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: contain;

  font-size: 14px;

  line-height: 1.2;

}

.box01 .roadmap > li.title > div > span {

  display: inline-block;

  background-color: rgb(255,255,255);

}

.box01 .roadmap > li.title > div > span:first-child {

  padding-left: 4px;

}

.box01 .roadmap > li.title > div > span:last-child {

  padding-right: 4px;

}



.box01 .roadmap > li.year_box {

  display: flex;

  flex-direction: row;

}

.box01 .roadmap > li.year_box > div {

  width: 27%;

  line-height: 1.2;

  color: rgb(77,77,77);

  text-align: center;

  font-size: 12px;

}



.box01 .roadmap > li.text_box {

  display: flex;

  flex-direction: row;

}



.box01 .roadmap > li.text_box .text_body {

  display: flex;

  flex-direction: column;

  width: 27%;

  position: relative;

  padding: 16px 24px 16px 8px; 

  background-color: rgb(249,237,215);

  font-size: 81.25%;

}

.box01 .roadmap > li.text_box .text_body::before,

.box01 .roadmap > li.text_box .text_body::after {

  display: block;

  position: absolute;

  right: 0;

  top: 0;

  width: 16px;

  height: 100%;

  content: '';

}

.box01 .roadmap > li.text_box .text_body::before {

  background-color: rgb(255,255,255);

}

.box01 .roadmap > li.text_box .text_body::after {

  background:

    linear-gradient(to bottom left, rgba(255,255,255,0) 50%, rgb(249,237,215) 50.5%) no-repeat top left/100% 50%,

    linear-gradient(to top left, rgba(255,255,255,0) 50%, rgb(249,237,215) 50.5%) no-repeat bottom right/100% 50%;

}



.box01 .roadmap > li.text_box .text_body > li {

  line-height: 1.5;

  margin-bottom: 1em;

}



.box01 .roadmap > li.text_box .slogan {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  width: 19%;

  height: auto;

  line-height: 1.5;

  font-weight: 700;

}



@media screen and (max-width:767px) {

  .box01 .roadmap > li.image_box .image_text {

    top:inherit;

    bottom:60%;

    font-size: 10px;

  }

  .box01 .roadmap > li.image_box .image_text::after {

    bottom: -40px;

    height: 40px;

  }

  .box01 .roadmap > li.text_box .text_body {

    padding: 8px 16px 8px 2px;

  }

}





.box02_01 {

  display: flex;

  justify-content: space-around;

}



.box02_01 > div {

  width: calc(360 / 794 * 100%);

}

.box02_01 > div > div {

  position: relative;

  text-align: center;

}

.box02_01 > div > .image {

}

.box02_01 > div > .text01 {

  padding-left: 15px;

  font-size: 87.5%;

  line-height: 1.5;

  margin-top: 6px;

}

.box02_01 > div > .text02 {

  padding-left: 15px;

  font-size: 75%;

  text-align: left;

  padding-left: 1em;

  text-indent: -1em;

    

}

@media screen and (max-width:767px) {

  .box02_01 {

    flex-wrap: wrap;

  }

  .box02_01 > div {

  width: 100%;

}

}



.comp_box .comp_txt {

    padding-left: 65px;

    margin-top: 15px;

    background-repeat: no-repeat;

    background-size: 48px 48px;

    background-position: 5px center;

    min-height: 58px;

    display: table;

    width: 100%;

}



.comp_box .comp_txt:nth-child(2n+1){

    background-color: #f4f4f4;

}



.comp_box .comp_txt p {

    display: table-cell;

    vertical-align: middle;

    font-size: 90%;

}



.comp_box .comp_txt.comp01_01{background-image:url(../images/icon01_01.png);}

.comp_box .comp_txt.comp01_02{background-image:url(../images/icon01_02.png);}

.comp_box .comp_txt.comp01_03{background-image:url(../images/icon01_03.png);}

.comp_box .comp_txt.comp02_01{background-image:url(../images/icon02_01.png);}

.comp_box .comp_txt.comp02_02{background-image:url(../images/icon02_02.png);}

.comp_box .comp_txt.comp02_03{background-image:url(../images/icon02_03.png);}

.comp_box .comp_txt.comp02_04{background-image:url(../images/icon02_04.png);}

.comp_box .comp_txt.comp03_01{background-image:url(../images/icon03_01.png);}

.comp_box .comp_txt.comp03_02{background-image:url(../images/icon03_02.png);}

.comp_box .comp_txt.comp03_03{background-image:url(../images/icon03_03.png);}

.comp_box .comp_txt.comp03_04{background-image:url(../images/icon03_04.png);}