@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Amiri&display=swap');

/* kv高さ調整 */
@media only screen and (min-width: 1440px){
  #mainContents .image-innertext {
    height: 560px;
  }
}

#mainContents.cp h2 {
  margin-top: 48px;
  margin-bottom: 16px;
}
#mainContents.cp section + section h2 {
  margin-top: 64px;
}
#mainContents.cp .mainMap {
  margin-top: -1px;
  background-image: -webkit-linear-gradient(120deg, rgb(133,172,226) 0%, rgb(131,142,230) 100%);
  background-image:    -moz-linear-gradient(120deg, rgb(133,172,226) 0%, rgb(131,142,230) 100%);
  background-image:         linear-gradient(120deg, rgb(133,172,226) 0%, rgb(131,142,230) 100%);
}
#mainContents.cp .mainMap .showBox {
  position: relative;
  padding: 0;
}
#mainContents.cp .mainMap img + img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
#mainContents.cp .mainMap a {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF7FF;
  background-image: -webkit-linear-gradient(-135deg, #FFF7FF 0%, #FFFCFF 100%);
  background-image:    -moz-linear-gradient(-135deg, #FFF7FF 0%, #FFFCFF 100%);
  background-image:         linear-gradient(-135deg, #FFF7FF 0%, #FFFCFF 100%);
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.05);
  border-radius: 3px;
  border: 1px solid #5D0F84;
  overflow: hidden;
  text-align: center;
}
#mainContents.cp .mainMap a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #5D0F84;
  background-image: -webkit-linear-gradient(135deg, #5D0F84 0%, #871D97 100%);
  background-image:    -moz-linear-gradient(135deg, #5D0F84 0%, #871D97 100%);
  background-image:         linear-gradient(135deg, #5D0F84 0%, #871D97 100%);
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  transition        : opacity 200ms linear;
}
#mainContents.cp .mainMap a:after {
  display: none;
}
.ua-pc #mainContents .mainMap a:hover {
  color: #fff;
}
.ua-pc #mainContents .mainMap a:hover:before {
  opacity: 1;
}
#mainContents.cp .mainMap a > span {
  position: relative;
  display: block;
  background-image: url('/assets/images/cp/map_link.png');
  background-repeat: repeat-y;
  background-position: right;
  background-size: 15px 25px;
  font-size: 1.3rem;
  padding: 0.461538461538462em 0.461538461538462em  0.461538461538462em 0;
  width: 72px;
}
#mainContents.cp .mainMap a > span:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 100%;
  left: 0;
  background-image: url('/assets/images/cp/map_link_hover.png');
  background-repeat: repeat-y;
  background-position: right;
  background-size: 15px 25px;
}
.ua-pc #mainContents.cp .mainMap a:hover > span {
  background-position-y: 25px;
  -webkit-transition: all 350ms cubic-bezier(0, 0, 0.5, 1.3);
  transition        : all 350ms cubic-bezier(0, 0, 0.5, 1.3);
  text-decoration: none;
}
.ua-pc #mainContents.cp .mainMap a:hover > span:before {
  bottom: 0;
  -webkit-transition: bottom 350ms cubic-bezier(0, 0, 0.5, 1.3);
  transition        : bottom 350ms cubic-bezier(0, 0, 0.5, 1.3);
}
#mainContents.cp .mainMap a:nth-of-type(6) {
  margin: 16.424418604651163% 0 0 9.466666666666667%;
}
#mainContents.cp .mainMap a:nth-of-type(5) {
  margin: 23.691860465116279% 0 0 28.488372093023256%;
}
#mainContents.cp .mainMap a:nth-of-type(7) {
  margin: 23.982558139534884% 0 0 45.930232558139535%;
}
#mainContents.cp .mainMap a:nth-of-type(8) {
  margin: 17.005813953488372% 0 0 67.732558139534884%;
}
#mainContents.cp .mainMap a:nth-of-type(9) {
  margin: 37.936046511627907% 0 0 81.686046511627907%;
}

@media only screen and (max-width: 768px){
  #mainContents.cp .mainMap {
    background: #F5F6F7;
    padding: 4.8vmin 5.333333333333333vmin;
    white-space: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #mainContents.cp .mainMap img {
    display: none;
  }
  #mainContents.cp .mainMap a {
    position: relative;
    display: inline-block;
    top: auto;
    left: auto;
    margin: 0 4.266666666666667vmin 0 0 !important;
  }
  #mainContents.cp .mainMap a span {
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    font-size: 3.466666666666667vmin;
    line-height: 1.3;
    color: #840D84;
    background-repeat: no-repeat;
    background-size: 4vmin;
    background-position: right 1.5vmin bottom 50%;
  }
  #mainContents.cp .mainMap a span:before {
    display: none;
  }
  #mainContents.cp .mainMap a > span {
    display: table;
    width: 32vmin;
    height: 13.333333333333333vmin;
    text-align: center;
  }
  #mainContents.cp h2 {
    margin-top: 6.4vmin;
    margin-bottom: 4.266666666666667vmin;
  }
  #mainContents.cp section + section h2 {
    margin-top: 12.8vmin;
  }
  .cp-03 #mainContents .tbl_type01 th {
    width: 19.333333333333333vmin !important;
  }
  .cp-03 #mainContents .tbl_type01 .colo-ppl {
    white-space: nowrap;
  }
  .cp-03 #mainContents .addition {
    font-size: 2.933333333333333vmin;
  }
}

/* cp-message */
.cp-message #mainContents [class*="clm"] > *:first-child {
  width: 37.5%;
}
.cp-message #mainContents [class*="clm"] > *:first-child + * {
  width: -webkit-calc(100% - 37.5% - 48px);
  width:         calc(100% - 37.5% - 48px);
}
.cp-message #mainContents [class*="clm"] figcaption {
  font-size: 1.4rem;
  margin-top: 8px;
  line-height: 1;
}
.cp-message #mainContents figcaption .big {
  font-size: 128.571428571428571%;
}
@media only screen and (max-width: 768px){
  .cp-message #mainContents [class*="clm"] > *:first-child ,
  .cp-message #mainContents [class*="clm"] > *:first-child + * {
    width: 100%;
  }
}

/* .cp-03 */
.cp-03 #mainContents .tbl_type01 li {
  line-height: 1.714285714285714;
}

/* .cp-15 */
.cp-15 #mainContents .search_results a {
  display: block;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.05);
  border-radius: 4px;
  padding: 24px;
  overflow: hidden;
  -webkit-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
  color: #263238;
}
.ua-pc .cp-15 #mainContents .search_results a:hover {
  box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.03);
}
.ua-pc .cp-15 #mainContents .search_results a:hover .title {
  text-decoration: underline;
}
.cp-15 #mainContents .search_results a:after {
  display: none;
}
.cp-15 #mainContents .search_results a + a {
  margin-top: 16px;
}
.cp-15 #mainContents .search_results .title {
  font-size: 1.6rem;
  line-height: 1.7;
  max-height: 3.4em;
  overflow: hidden;
}
.cp-15 #mainContents .search_results .bodyBox {
  margin-top: 16px;
  border-top: 1px solid #D2D2D2;
  padding-top: 16px;
}
.cp-15 #mainContents .search_results .body {
  position: relative;
  max-height: 5.25em;
  overflow: hidden;
}
.cp-15 #mainContents .search_results .body:before {
  content: '';
  top: -16px;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #D2D2D2;
}
.cp-15 #mainContents .search_results .body .highlight {
  background: #E6CEE6;
}
.cp-15 #mainContents #link03 .imageBox img {
  width: 312px;
}
.cp-15 #mainContents #link03 .imageBox + p {
  margin-top: 16px;
}
.cp-15 #mainContents .otherwiseBox {
  margin: 24px 0;
  padding: 32px 0 24px 0;
  background-color: #F5F6F7;
}
.cp-15 #mainContents .otherwiseBox .showBox {
  padding-right: 0;
}
.cp-15 #mainContents .otherwise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  padding-bottom: 16px;
}
.cp-15 #mainContents .otherwise:after {
  content: '';
  display: block;
  width: 32px;
  min-width: 32px;
  height: 1px;
}
.cp-15 #mainContents .otherwise a {
  direction: inline-block;
  background-color: #fff;
  width: 250px;
  min-width: 250px;
  color: #333;
  border-radius: 3px;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.05);
  border-radius: 3px;
  border: 1px solid #CDD0D4;
  margin: 0 16px 0 0;
  padding: 16px;
  -webkit-transition: box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
}
.cp-15 #mainContents .otherwise a:last-child {
  margin-right: 0;
}
.ua-pc .cp-15 #mainContents .otherwise a:hover {
  box-shadow: 1px 1px 8px 0 rgba(0,0,0,0.03);
}
.ua-pc .cp-15 #mainContents .otherwise a:hover .title01 {
  text-decoration: underline;
}
.cp-15 #mainContents .otherwise a:after {
  display: none;
}
.cp-15 #mainContents .otherwise .title01 {
  font-size: 1.6rem;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
}
.cp-15 #mainContents .otherwise .title02 {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-top: 8px;
  color: #7C7E80;
}
.cp-15 #mainContents .otherwise .title03 {
  font-size: 1.4rem;
  line-height: 1.285714285714286;
  color: #263238;
}
.cp-15 #mainContents .otherwise .body {
  margin-top: 16px;
  border-top: 1px solid #D2D4D8;
  padding-top: 16px;
}
.cp-15 #mainContents .otherwise .body01 {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #7C7E80;
}
.cp-15 #mainContents .otherwise .body02 {
  font-size: 1.4rem;
  line-height: 1.285714285714286;
  color: #263238;
}
.cp-15 #mainContents .otherwise .body03 {
  font-size: 1.4rem;
  line-height: 1.75;
  color: #263238;
  margin-top: 8px;
}
@media only screen and (min-width: 969px){
  .cp-15 #sidebar > .innerBox {
    padding: 80px 0 24px;
  }
  .cp-15 #sidebar .innerBox02 {
    height: 100%;
  }
  .cp-15 #sidebar header {
    max-height: 100%;
    max-height: -webkit-calc(100% - 24px);
    max-height:         calc(100% - 24px);
    overflow-y: auto;
    padding: 0 24px 32px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 768px){
  .cp-15 #mainContents .otherwise:after {
    width: 6.4vmin;
    min-width: 6.4vmin;
  }
  .cp-15 #mainContents .otherwiseBox .showBox {
    padding-right: 0;
    padding-left: 0;
  }
  .cp-15 #sidebar .sidebar-header ,
  .cp-15 #sidebar .innerBox02 header {
    width: 100%;
    padding: 0;
    background: transparent;
  }
  .cp-15 #sidebar .innerBox02 header h1 {
    width: 100%;
    padding: 6.4vmin 5.333333333333333vmin;
    font-size: 3.466666666666667vmin;
    background-image: linear-gradient(-135deg, #212A53 0%, #2262A1 100%);
    height: auto;
    margin: 0;
  }
  .cp-15 #sidebar .site_search {
    padding: 0;
  }
  .cp-15 #sidebar .site_search form {
    color: #2D2D2E;
    font-weight: 400;
    border-radius: 3px;
    padding: 6.4vmin 5.333333333333333vmin;
    border-bottom: 1px solid #D2D4D8;
  }
  .cp-15 #sidebar .site_search p.label {
    margin-bottom: 3.2vmin;
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0;
  }
  .cp-15 #sidebar .site_search .input_button_box {
    border-radius: 0.8vmin;
    padding-right: 22.133333333333333vmin;
  }
  .cp-15 #sidebar .site_search .input_button_box input {
    font-size: 3.2vmin;
    line-height: 1.25;
    padding: 5.333333333333333vmin 4.266666666666667vmin;
    width: 100%;
  }
  .cp-15 #sidebar .site_search .input_button_box button {
    font-size: 3.066666666666667vmin;
    width: 22.133333333333333vmin;
  }
  .cp-15 #sidebar .site_search .sp.ac {
    font-size: 3.733333333333333vmin;
    margin-top: 6.4vmin;
  }
  .cp-15 #sidebar .site_search .sp.ac a {
    position: relative;
    color: #840D84;
  }
  .cp-15 #sidebar .site_search .sp.ac a i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 6.933333333333333vmin;
    height: 6.933333333333333vmin;
    border: 1px solid #840D84;
    border-radius: 50%;
    margin-left: 2.266666666666667vmin;
  }
  .cp-15 #sidebar .site_search .sp.ac a i:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 3.2vmin;
    background-color: #840D84;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform        : translate(-50%,-50%);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition        :         transform 0.25s ease-out;
  }
  .cp-15 #sidebar .site_search .sp.ac a i:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 3.2vmin;
    background-color: #840D84;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform        : translate(-50%,-50%);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition        :         transform 0.25s ease-out;
  }
  .cp-15 #sidebar .site_search .sp.ac a.slideToggleActionSP-on i:before {
    margin: 0;
    -webkit-transform: translate(-50%,-50%) rotate(90deg);
    transform        : translate(-50%,-50%) rotate(90deg);
  }
  .cp-15 #sidebar .site_search .sp.ac a.slideToggleActionSP-on i:after {
    margin: 0;
    -webkit-transform: translate(-50%,-50%) rotate(180deg);
    transform        : translate(-50%,-50%) rotate(180deg);
  }
  .cp-15 #sidebar #site_search_pulldownContents {
    display: none;
  }
  .cp-15 #site_search_pulldownContents {
    margin-top: 6.4vmin;
  }
  .cp-15 #sidebar .site_search .bkclr-F5F6F7 {
    padding: 4.266666666666667vmin;
    margin-top: 4.266666666666667vmin !important;
  }
  .cp-15 #sidebar .site_search .input_checkbox_box label.block {
    min-width: 49%;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .cp-15 #sidebar .site_search .input_checkbox_box label.block + label.block {
    margin-top: 0;
  }
  .cp-15 #sidebar .site_search .input_checkbox_box label.block + label.block + label.block {
    margin-top: 4.266666666666667vmin;
  }
  .cp-15 #sidebar .site_search .input_checkbox_box.colbox label {
    margin-top: 4.266666666666667vmin;
  }
  .cp-15 #mainContents .search_results a {
    border-radius: 0.533333333333333vmin;
    padding: 4.266666666666667vmin;
  }
  .cp-15 #mainContents .search_results a + a {
    margin-top: 4.266666666666667vmin;
  }
  .cp-15 #mainContents .search_results .title {
    font-size: 3.733333333333333vmin;
    max-height: 5.1em;
  }
  .cp-15 #mainContents .search_results .bodyBox {
    margin-top: 4.266666666666667vmin;
    padding-top: 4.266666666666667vmin;
  }
  .cp-15 #mainContents .search_results .body {
    max-height: 8.75em;
  }
  .cp-15 #mainContents #link03 .imageBox img {
    width: 64vmin;
  }
  .cp-15 #mainContents .otherwiseBox {
    margin: 6.4vmin 0;
    padding: 6.4vmin 0 6.4vmin 5.333333333333333vmin;
  }
  .cp-15 #mainContents .otherwiseBox:after {
    width: 5.333333333333333vmin;
    min-width: 5.333333333333333vmin;
  }
  .cp-15 #mainContents .otherwise a {
    width: 64vmin;
    min-width: 64vmin;
    border-radius: 0.8vmin;
    margin: 0 4.266666666666667vmin 0 0;
    padding: 4.266666666666667vmin;
  }
  .cp-15 #mainContents .otherwise .title01 {
    font-size: 3.733333333333333vmin;
    line-height: 1.6;
    height: 3.2em;
  }
  .cp-15 #mainContents .otherwise .title02 {
    font-size: 3.2vmin;
    margin-top: 2.133333333333333vmin;
  }
  .cp-15 #mainContents .otherwise .title03 {
    font-size: 3.466666666666667vmin;
  }
  .cp-15 #mainContents .otherwise .body {
    margin-top: 4.266666666666667vmin;
    padding-top: 4.266666666666667vmin;
  }
  .cp-15 #mainContents .otherwise .body01 {
    font-size: 3.2vmin;
  }
  .cp-15 #mainContents .otherwise .body02 {
    font-size: 3.466666666666667vmin;
  }
  .cp-15 #mainContents .otherwise .body03 {
    font-size: 3.466666666666667vmin;
    margin-top: 2.133333333333333vmin;
  }
}

/* 独自のテクノロジー */
#mainContents .rc-01-box {
  position: relative;
  padding-top: 240px;
}
#mainContents .rc-01-box-row02 {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 81.041666666666667%;
  background-size: cover;
  background-position: center;
}
#mainContents .rc-01-box.right .rc-01-box-row02 {
  left: auto;
  right: 0;
}
#mainContents .rc-01-box-row02:before {
  content: '';
  padding-top: 66.452442159383033%;
  display: block;
}
#mainContents .rc-01-box-row03 {
  position: relative;
  width: 542px;
  padding: 48px;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.05);
  margin: 0 0 0 auto;
  background-color: #fff;
  -webkit-transition: box-shadow 0.25s ease-out;
  transition        : box-shadow 0.25s ease-out;
}
.ua-pc #mainContents .rc-01-box-row03:hover {
  box-shadow: 0px 0px 2px 0 rgba(0,0,0,0.05);
}
#mainContents .rc-01-box.right .rc-01-box-row03 {
  margin-left: 0;
}
#mainContents .rc-01-box-row03 h3 {
  margin: 0 0 24px;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1.333333333333333;
}
#mainContents .rc-01-box-row03 h3:before ,
#mainContents .rc-01-box-row03 h3:after {
  display: none;
}
#mainContents .rc-01-box-row03 .ar {
  margin-top: 16px;
}
#mainContents .rc-01-box-row03 a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#mainContents .rc-01-box-row03 a:after {
  background-image: url('/assets/images/element-list/icon/arrow01_gly_right.png');
  -webkit-transition: -webkit-transform 150ms cubic-bezier(0, 0, 0.5, 1.3);
  transition        : transform         150ms cubic-bezier(0, 0, 0.5, 1.3);
}
.ua-pc #mainContents .rc-01-box-row03 .ar a:hover span {
  text-decoration: none;
}
.ua-pc #mainContents a:hover:after {
  margin: 0 0.8em 0.3em 0.4em;
  -webkit-transform: translateX(0.2em);
  transform        : translateX(0.2em);
}
.ua-pc #mainContents a[target="_blank"]:hover:after {
  margin: 0 0.8em 0 0.5em;
  -webkit-transform: translateX(0);
  transform        : translateX(0);
}
#mainContents .rc-01-box-row03 a span {
  color: #2D2D2E;
}
@media only screen and (max-width: 768px){
  #mainContents .rc-01-box {
    padding-top: 0;
  }
  #mainContents .rc-01-box-row02 {
    position: static;
    width: 100%;
    padding-top: 0;
  }
  #mainContents .rc-01-box-row03 {
    position: relative;
    width: auto;
    padding: 7.466666666666667vmin;
    margin: -13.866666666666667vmin 3.2vmin 0;
  }
  #mainContents .rc-01-box-row03 h3 {
    margin: 0 0 2.133333333333333vmin;
    padding: 0;
    font-size: 4.8vmin;
    line-height: 1.5;
  }
  #mainContents .rc-01-box-row03 .ar {
    margin-top: 2.133333333333333vmin;
  }
}

/* core_value */
.core_value #mainContents .bkclr-F5F6F7 {
  background-color: #F5F6F7;
  padding: 16px 0 40px;
  letter-spacing: -0.4em;
}
.core_value #mainContents .core_value_item01 a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.core_value #mainContents .core_value_item01 .dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 7.5%;
  margin-top: 4.4rem;
}
.core_value #mainContents .core_value_item01 .dot:last-child {
  margin-right: -7.5%;
}
.core_value #mainContents .core_value_item01 .dot:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 8px;
  height: 8px;
	background-color: #F5F2F5;
  background-image: linear-gradient(135deg, #5D0F84 0%, #871D97 100%);
  -webkit-transform: translate(-50%,-50%);
  transform        : translate(-50%,-50%);
}
.core_value #mainContents .core_value_item01 a:after {
  display: none;
}
.core_value #mainContents .core_value_item01_row01 {
  font-family: Amiri;
  font-size: 8.8rem;
  line-height: 1;
  padding-top: 0.380681818181818em;
}
.core_value #mainContents .core_value_item01_row02 {
  font-size: 1.2rem;
  line-height: 1;
  margin-top: -1em;
  color: #2D2D2E;
}
.core_value #mainContents .core_value_item01_row03 i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  margin-top: 8px;
	background-color: #F5F2F5;
  background-image: linear-gradient(135deg, #5D0F84 0%, #871D97 100%);
}
.core_value #mainContents .core_value_item01_row03 i:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-image: url(/assets/images/cp/core_value/core_value_item01_icon.png);
  background-size: 100%;
  background-position: 0 0;
}
.ua-pc #mainContents .core_value_item01 a:hover .core_value_item01_row03 i:after {
  background-position: 0 26px;
  -webkit-transition: all 250ms cubic-bezier(0, 0, 0.5, 1.3);
  transition        : all 250ms cubic-bezier(0, 0, 0.5, 1.3);
}
.core_value #mainContents .core_value_item02 {
  padding-bottom: 32px;
}
.core_value #mainContents .core_value_item02_textbox {
  position: relative;
}
.core_value #mainContents .core_value_item02_row01 {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 1;
  color: #E6CEE6;
  font-family: Amiri;
  font-size: 24rem;
  line-height: 1;
  margin-bottom: -0.05em;
  text-align: justify;
}
#mainContents #link04 .core_value_item02_row01 {
  position: absolute;
  right: 0;
  bottom: 100%;
  z-index: 1;
  color: #E6CEE6;
  font-family: Amiri;
  font-size: 22rem;
  line-height: 1;
  margin-bottom: -0.05em;
  text-align: justify;
}
.core_value #mainContents #link05 .core_value_item02_row01 {
  right: 32px;
  margin-bottom: -0.15em;
}
.core_value #mainContents .core_value_item02_row02 {
  position: relative;
  z-index: 1;
  padding: 114px 0 0 0;
  margin: 0 !important;
  font-size: 3.2rem;
  line-height: 1.5;
}
.core_value.en #mainContents .core_value_item02_row02 {
  padding-right: 24.5rem;
}
.core_value #mainContents .core_value_item02_row02:before {
  display: none;
}
.core_value #mainContents .core_value_item02_row03 {
  position: relative;
  z-index: 1;
  color: #760B76;
  font-family: Amiri;
  font-size: 2.8rem;
  line-height: 1.75;
  text-align: justify;
  padding-left: 38px;
}
.core_value #mainContents .core_value_item02_row03:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 22px;
  height: 1px;
  background-color: #760B76;
}
.core_value #mainContents .core_value_item02_row04 {
  position: relative;
  z-index: 0;
  line-height: 2;
  margin-top: 32px;
  padding-right: 64px;
}
.core_value #mainContents .core_value_item02_row04:before {
  content: '';
  position: absolute;
  z-index: -1;
	background-color: #FFFAFF;
  top: -56px;
  left: 32px;
  right: 32px;
  bottom: -32px;
}
@media only screen and (max-width: 768px){
  .core_value #mainContents .core_value_item01_row01 {
    font-size: 13.333333333333333vmin;
    -webkit-transform: translateX(-40%);
    transform        : translateX(-40%);
  }
  .core_value #mainContents .core_value_item01_row02 {
    display: none;
  }
  .core_value #mainContents .core_value_item01_row03 i {
    width: 6.933333333333333vmin;
    height: 6.933333333333333vmin;
  }
  .core_value #mainContents .core_value_item01 .dot {
    width: 11%;
    -webkit-transform: translateX(-40%);
    transform        : translateX(-40%);
    margin-top: 0;
  }
  .core_value #mainContents .core_value_item01 .dot:before {
    width: 1.066666666666667vmin;
    height: 1.066666666666667vmin;
    margin-top: 0.4em;
  }
 .core_value #mainContents .core_value_item01 .dot:last-child {
    margin-right: -11%;
  }
  .core_value #mainContents .core_value_item02 {
    padding: 0 0 5.333333333333333vmin 5.333333333333333vmin;
  }
  .core_value #mainContents .core_value_item02_row02 {
    padding: 15.333333333333333vmin 0 0 0;
    font-size: 4.8vmin;
  }
  .core_value.en #mainContents .core_value_item02_row02 {
    padding-right: 32vmin;
  }
  .core_value #mainContents .core_value_item02_row01 {
    font-size: 42.666666666666667vmin;
  }
  .core_value #mainContents #link04 .core_value_item02_row01 {
    font-size: 40vmin;
  }
  .core_value #mainContents .core_value_item02_row03 {
    font-size: 5.333333333333333vmin;
    padding: 0 0 0 9.6vmin;
    margin-top: 3.2vmin;
  }
  .core_value #mainContents .core_value_item02_row03:before {
    width: 5.6vmin;
  }
  .core_value #mainContents .core_value_item02_row04 {
    margin-top: 6.4vmin;
    padding-right: 9.333333333333333vmin;
    line-height: 1.730769230769231;
  }
  .core_value #mainContents .core_value_item02_row04:before {
    top: -10.266666666666667vmin;
    left: 5.333333333333333vmin;
    right: 3.733333333333333vmin;
    bottom: -5.333333333333333vmin;
  }
}

/* topics */
#mainContents .accordion.topics_itembox {
  position: relative;
  display: block;
  z-index: 0;
  border: 1px solid #CDD0D4;
  background-color: #FFFFFF;
  overflow:hidden;
}
#mainContents .topics_item_row01 {
  position: relative;
  z-index: -1;
}
#mainContents .topics_item_row01 h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px 32px;
  margin: 0;
  color: #fff;
  line-height: 1.583333333333333;
}
#mainContents .topics_item_row01 h2:before {
  display: none;
}
#mainContents .topics_item_row02 {
  padding: 32px 24px 40px;
}
#mainContents .topics_item_row02 section:first-child h3 {
  margin-top: 0;
}
#mainContents .accordion.topics_itembox .target {
  display: block;
  max-height: 191px;
  overflow: hidden;
  -webkit-transition: all 400ms linear;
  transition        : all 400ms linear;
}
#mainContents .accordion.topics_itembox .closebar {
  position: relative;
  margin: 0;
}
#mainContents .accordion.topics_itembox .closebar .icon-plus {
  position: relative;
  z-index: 1;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #e6e7e8;
  background-image: -webkit-linear-gradient(134.39deg, rgba(230,231,232,0.99) 0%, #F5F6F7 100%);
  background-image: -moz-linear-gradient(134.39deg, rgba(230,231,232,0.99) 0%, #F5F6F7 100%);
  background-image: linear-gradient(134.39deg, rgba(230,231,232,0.99) 0%, #F5F6F7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e7e8', endColorstr='#F5F6F7',GradientType=0 );
}
#mainContents .accordion.topics_itembox .closebar .icon-plus:after ,
#mainContents .accordion.topics_itembox .closebar .icon-plus:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 11px;
  background-color: #2D2D2E;
  -webkit-transform: translate(-50%,-50%);
  transform        : translate(-50%,-50%);
  -webkit-transition: transform 0.25s ease-out;
  transition        : transform 0.25s ease-out;
}
#mainContents .accordion.topics_itembox .closebar .icon-plus:after {
  height: 1px;
  width: 11px;
}
#mainContents .accordion.topics_itembox .closebar a:before {
  content: '全文を表示する';
  position: relative;
  z-index: 1;
  white-space: nowrap;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  background-image: none;
  color: #333;
  -webkit-transform: translateX(0);
  transform        : translateX(0);
}
body.en #mainContents .accordion.topics_itembox .closebar a:before {
  content: 'Display the entire text';
}
#mainContents .accordion.topics_itembox .closebar a:hover:before {
  -webkit-transform: translateX(0);
  transform        : translateX(0);
}
#mainContents .accordion.topics_itembox .closebar a:after {
  content: '';
  position: absolute;
  width: auto;
  height: auto;
  margin: 0;
  width: 100%;
  height: 200%;
  left: 0;
  bottom: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,ffffff+50,ffffff+100&0+0,0+50,1+50,1+100 */
  background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#mainContents .accordion.topics_itembox.start .closebar a:before {
  content: '元の表示に戻す';
}
body.en #mainContents .accordion.topics_itembox.start .closebar a:before {
  content: 'Return to the original display';
}
#mainContents .accordion.topics_itembox.start .closebar a:after {
  height: 0;
}
#mainContents .accordion.topics_itembox.start .closebar .icon-plus {
  background: transparent;
  border-radius: 0;
  width: 8px;
  height: 8px;
  margin-top: 4px;
  border-top: 1px solid #2D2D2E;
  border-right: 1px solid #2D2D2E;
  -webkit-transform: rotate(-45deg);
  transform        : rotate(-45deg);
}
#mainContents .accordion.topics_itembox.start .closebar .icon-plus:before ,
#mainContents .accordion.topics_itembox.start .closebar .icon-plus:after {
  display: none;
}
@media only screen and (max-width: 768px){
  #mainContents .topics_item_row01 h2 {
    padding: 0 4.266666666666667vmin 4.266666666666667vmin;
  }
  #mainContents .topics_item_row02 {
    padding: 5.333333333333333vmin 4.266666666666667vmin 7.6vmin;
  }
}

/* テクノロジー */
@media only screen and (max-width: 768px){
  .technology #mainContents .trimming-top-height ,
  .technology #mainContents .trimming-center-height ,
  .technology #mainContents .trimming-bottom-height {
    position: relative;
    padding-top: 48.059701492537313vmin;
    overflow: hidden;
  }
  .technology #mainContents .trimming-top-height img {
    position: absolute;
    width: 100%;
    top: 0;
  }
  .technology #mainContents .trimming-center-height img {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
  }
  .technology #mainContents .trimming-bottom-height img {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

/* サイトマップ */
.sitemap #mainContents ul.link > li:before {
  font-size: 114.285714285714286%;
}
.sitemap #mainContents ul.link > li > a {
  font-weight: 500;
  font-size: 114.285714285714286%;
}

/* CSR */
.csr #mainContents .csr-item01 {
  font-size: 114.285714285714286%;
  font-weight: 500;
  line-height: 2.25;
}

/* 会社情報 */
.cp-top #mainContents #link01 {
  margin-top: 48px;
}
.cp-top #mainContents .imate-text-link {
  position: relative;
  margin: 40px 0;
  padding: 0;
}
.cp-top #mainContents .imate-text-link:after {
  background-image: url('/assets/images/element-list/icon/mfg-wht.png');
  border: 1px solid #fff;
}
.cp-top #mainContents .imate-text-link .imageBox {
  width: 100%;
  min-height: 0;
  height: auto;
}
.cp-top #mainContents .imate-text-link p {
  font-weight: 500;
}
.cp-top #mainContents .imate-text-link .imageBox:before {
  display: none;
}
.cp-top #mainContents .imate-text-link .imageBox img {
  position: static;
  max-width: 100%;
  min-height: 0;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1.01);
  transform        : scale(1.01);
}
.ua-pc .cp-top #mainContents .imate-text-link:hover .imageBox img {
  -webkit-transform: scale(1.08);
  transform        : scale(1.08);
}
.cp-top #mainContents .imate-text-link .imageBox + .textBox {
  position: absolute;
  top: 50%;
  left: 0;
  color: #fff;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform        : translateY(-50%);
}
.cp-top #mainContents .clm03 figure {
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 4px;
}
.cp-top #mainContents .clm03 img {
  border-radius: 4px;
  box-shadow: 1px 2px 10px 0 rgba(0,0,0,0.05);
  -webkit-transition: all 250ms cubic-bezier(0, 0, 0.5, 1.3);
  transition        : all 250ms cubic-bezier(0, 0, 0.5, 1.3);
}
.cp-top #mainContents .clm03 a:after {
  -webkit-transition: all 150ms cubic-bezier(0, 0, 0.5, 1.3);
  transition        : all 150ms cubic-bezier(0, 0, 0.5, 1.3);
}
.ua-pc .cp-top #mainContents .clm03 a:hover img {
  -webkit-transform: scale(1.08);
  transform        : scale(1.08);
}
.cp-top #mainContents .clm03 a span {
  color: #2D2D2E;
  font-weight: 500;
  line-height: 1.571428571428571;
}
.cp-top #mainContents .clm03 a:hover span {
  text-decoration: none;
}
.cp-top #mainContents .clm03 a:after {
    background-image: url('/assets/images/element-list/icon/arrow01_gly_right.png');
}
.cp-top #mainContents .clm03 a[target="_blank"]:after {
  background-image: url('/assets/images/element-list/icon/window_blc.png');
}
.ua-pc .cp-top #mainContents .clm03 a[target="_blank"]:hover:after {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px){
  .cp-top #mainContents #link01 {
    margin-top: 6.4vmin;
  }
  .cp-top #mainContents a.imate-text-link {
    margin: 5.333333333333333vmin 0;
  }
  .cp-top #mainContents a.imate-text-link .imageBox + .textBox:after {
    border: 1px solid #fff;
    background-image: url('/assets/images/element-list/icon/mfg-wht.png');
  }
  .cp-top #mainContents .clm03 a:nth-child(n + 3) {
    margin-top: 7.466666666666667vmin !important;
  }
}

/* マクニカの今とこれから */
.cp-aboutus #mainContents {
  padding-bottom: 0;
}
.cp-aboutus #mainContents > * {
  position: relative;
  z-index: 1;
}
.cp-aboutus #mainContents #link02 {
  z-index: 2;
}
.cp-aboutus #mainContents .numberBox {
  font-size: 2.4rem;
  line-height: 1.333333333333333;
}
.cp-aboutus #mainContents .number {
  font-size: 6.2rem;
  line-height: 1;
}
.cp-aboutus #mainContents section + section h2 ,
.cp-aboutus #mainContents section + section h3 {
  margin: 0;
}
.cp-aboutus #mainContents .image-innertext ,
.cp-aboutus #mainContents .fullscreen {
  height: 100vh;
}
.cp-aboutus #mainContents .fixed-background .fullscreen {
  height: auto;
  min-height: 100vh;
}
.cp-aboutus .image-innertext ,
.cp-aboutus #mainContents .image-innertext {
  z-index: 9;
  display: table;
  width: 100%;
  height: 100vh;
  table-layout: fixed;
}
.cp-aboutus .image-innertext .showBox ,
.cp-aboutus #mainContents .image-innertext .showBox {
  position: static;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(0);
  transform        : translateX(0);
}
.cp-aboutus .image-innertext .showBox ,
.cp-aboutus #mainContents .image-innertext .showBox {
  text-align: center;
  color: #2D2D2E;
}
.cp-aboutus .image-innertext .showBox h2 ,
.cp-aboutus #mainContents .image-innertext .showBox h2 {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 0.533333333333333em;
  color: #2D2D2E;
}
.cp-aboutus .image-innertext .showBox p ,
.cp-aboutus #mainContents .image-innertext .showBox p {
  color: #2D2D2E;
}
.cp-aboutus #mainContents .image-innertext .scrolldown:after {
  display: none;
}
.cp-aboutus .image-innertext .scrolldown ,
.cp-aboutus #mainContents .image-innertext .scrolldown {
  position: absolute;
  display: block;
  color: #fff;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.3rem;
  -webkit-transition: all 400ms linear 600ms;
  transition: all 400ms linear 600ms;
}
.cp-aboutus .image-innertext .scrolldown span ,
.cp-aboutus #mainContents .image-innertext .scrolldown span {
  text-decoration: none !important;
}
.cp-aboutus .image-innertext .scrolldown-icon ,
.cp-aboutus #mainContents .image-innertext .scrolldown-icon {
    margin: 12px 0 9px;
}
.cp-aboutus .image-innertext .scrolldown-icon img ,
.cp-aboutus #mainContents .image-innertext .scrolldown-icon img {
  display: block;
  margin: 0 auto;
  -webkit-animation: sdb 2s infinite;
  animation        : sdb 2s infinite;
  opacity: 0;
}
.cp-aboutus .image-innertext .scrolldown-icon img:nth-of-type(1) ,
.cp-aboutus #mainContents .image-innertext .scrolldown-icon img:nth-of-type(1) {
  -webkit-animation-delay: -0.3s;
  animation-delay        : -0.3s;
}
.cp-aboutus .image-innertext .scrolldown-icon img:nth-of-type(2) ,
.cp-aboutus #mainContents .image-innertext .scrolldown-icon img:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: -0.15s;
  animation-delay        : -0.15s;
}
.cp-aboutus .image-innertext .scrolldown-icon img:nth-of-type(3) ,
.cp-aboutus #mainContents .image-innertext .scrolldown-icon img:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0s;
  animation-delay        : 0s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.cp-aboutus #mainContents .mainPanel {
  position: relative;
  z-index: 1;
  display: table;
  width: 100%;
  table-layout: fixed;
  background-color: #EDF2F7;
  background-image: linear-gradient(-135deg, #EDF2F7 0%, #F0F4F7 100%);
}
.cp-aboutus #mainContents .mainPanel .showBox {
  position: static;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-transform: translateX(0);
  transform        : translateX(0);
}
.cp-aboutus #mainContents .mainPanel .readtext {
  font-size: 2.3rem;
  color: rgba(45,45,46,0.4);
  margin-bottom: 8px;
  font-weight: 500;
}
.cp-aboutus #mainContents .mainPanel h2 {
  font-size: 4rem;
  line-height: 1.28;
}
.cp-aboutus #mainContents .rightImageBox {
  position: relative;
  background: #F5F6F7;
}
.cp-aboutus #mainContents .rightImage {
  position: fixed;
  top: 0;
  right: 0;
  width: -webkit-calc((100% - 336px) / 2);
  width:         calc((100% - 336px) / 2);
  height: 100vh;
  background-size: cover;
  background-position: center;
  opacity: 0;
}
.cp-aboutus #mainContents .rightImageBox .animation:first-child.on .rightImage {
  opacity: 1;
}
.cp-aboutus #mainContents .rightImageBox .showBox {
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.cp-aboutus #mainContents .rightImageBox .showBox .innerBox {
  padding-right: -webkit-calc(50% + 46px);
  padding-right:         calc(50% + 46px);
}
.cp-aboutus #mainContents .rightImageBox .showBox h3 {
  font-size: 3.2rem;
  line-height: 1.625;
}
.ua-pc .cp-aboutus #mainContents .fixed-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.cp-aboutus #mainContents .link02-row02 {
  z-index: 1;
  display: table;
  width: 100%;
  height: 100vh;
  table-layout: fixed;
}
.cp-aboutus #mainContents .link02-row02 .showBox {
  position: static;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(0);
  transform        : translateX(0);
}
.cp-aboutus #mainContents .link02-row02 h3 {
  font-size: 3.2rem;
  line-height: 1.625;
}
.cp-aboutus #mainContents .circleBox {
  letter-spacing: -0.4em;
}
.cp-aboutus #mainContents .circle {
  position: relative;
  letter-spacing: normal;
  z-index: 1;
  display: inline-block;
  vertical-align: top;
  line-height: 1.625;
  font-size: 1.6rem;
}
.cp-aboutus #mainContents .circle:after ,
.cp-aboutus #mainContents .circle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  padding-top: 100%;
  padding-top: -webkit-calc(100% - 4px);
  padding-top:         calc(100% - 4px);
  /*background-image: url(/assets/images/cp/aboutus/circle.png);
  background-size: cover;*/
  -webkit-transform: translate(-50%,-50%);
  transform        : translate(-50%,-50%);
  border-radius: 50%;
  border-top: 2px solid #3023AE;
  border-left: 2px solid #3023AE;
  border-right: 2px solid rgba(48,35,174,0.5);
  border-bottom: 2px solid rgba(48,35,174,0.5);
  border: 2px solid #3023AE;
}
.cp-aboutus #mainContents .circle:after {
  border-top: none;
  border-left: none;
  border-right: 2.5px solid #C86DD7;
  border-bottom: 2.5px solid #C86DD7;
  margin-top: 1px;
}
.cp-aboutus #mainContents .circle.animation {
  opacity: 0;
}
.cp-aboutus #mainContents .circle.animation.on {
  opacity: 1;
  -webkit-transition: all 600ms linear;
  transition        : all 600ms linear;
}
.cp-aboutus #mainContents .circle.animation p:after ,
.cp-aboutus #mainContents .circle.animation p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 100%;
  padding-top: 100%;
  /*background-image: url(/assets/images/cp/aboutus/circle.png);
  background-size: cover;*/
  -webkit-transform: translate(-50%,-50%);
  transform        : translate(-50%,-50%);
  border-radius: 50%;
  border-top: 1px solid #3023AE;
  border-left: 1px solid #3023AE;
  border-right: 1px solid rgba(48,35,174,0.5);
  border-bottom: 1px solid rgba(48,35,174,0.5);
  border: 1px solid #3023AE;
}
.cp-aboutus #mainContents .circle.animation p:after {
  border-top: none;
  border-left: none;
  border-right: 1px solid #C86DD7;
  border-bottom: 1px solid #C86DD7;
}
.cp-aboutus #mainContents .circle.animation.on p:after ,
.cp-aboutus #mainContents .circle.animation.on p:before {
  opacity: 0;
  width: 200%;
  padding-top: 200%;
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
  transition        : all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1) 400ms;
}
.cp-aboutus #mainContents .circle.animation + .line {
  position: absolute;
  z-index: 0;
}
.cp-aboutus #mainContents .circle.animation + .line .line-innerBox {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform        : scale(0);
  -webkit-transform-origin: left top;
  transform-origin        : left top;
}
.cp-aboutus #mainContents .circle.animation.on + .line .line-innerBox {
  -webkit-transform: scale(1);
  transform        : scale(1);
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition        : all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-aboutus #mainContents .circle + .line svg line {
  stroke: linear-gradient(134deg, #3023AE 0%, #C86DD7 100%);
  stroke: #3023AE;
  stroke-width: 2;
}
.cp-aboutus #mainContents .circle h3 {
  font-size: 3.4rem;
  line-height: 0.741176470588235;
}
.cp-aboutus #mainContents .circleBox {
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.cp-aboutus #mainContents .circleBox01 {
  max-width: 791px;
  margin: 0 auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.cp-aboutus.en #mainContents .circleBox .circle {
  white-space: normal;
}
.cp-aboutus.en #mainContents .circleBox .circle > * {
  padding-left: 1em;
  padding-right: 1em;
}
.cp-aboutus #mainContents .circle p {
  font-weight: 500;
  width: 100%;
}
.cp-aboutus #mainContents .circle01 {
  display:inline-flex;
  align-items: center;
  padding: 0;
  width: 220px;
  height: 224px;
}
.cp-aboutus #mainContents .circle02 {
  margin: 138px 0 0 auto;
  display:inline-flex;
  align-items: center;
  padding: 0;
  width: 388px;
  height: 390px;
}
.cp-aboutus #mainContents .circle02 + .line {
  top: 162px;
  left: 205px;
  right: 370px;
  height: 90px;
  min-width: 35px;
}
.cp-aboutus #mainContents .circle02 + .line svg {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cp-aboutus #mainContents .circleBox02 {
  max-width: 791px;
  padding-right: 44px;
  margin: 0 auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}
.cp-aboutus #mainContents .circle03 {
  display:inline-flex;
  align-items: center;
  padding: 0;
  width: 287px;
  height: 288px;
}
.cp-aboutus #mainContents .circle03 + .line {
  top: 28px;
  left: 226px;
  right: 325px;
  height: 475px;
  min-width: 55px;
  -webkit-transform: translateY(-100%);
  transform        : translateY(-100%);
}
.cp-aboutus #mainContents .circle03.animation + .line .line-innerBox {
  -webkit-transform-origin: right top;
  transform-origin        : right top;
}
.cp-aboutus #mainContents .circle03 + .line svg {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.cp-aboutus #mainContents .circle04 {
  margin: 245px 0 0 auto;
  display:inline-flex;
  align-items: center;
  padding: 0;
  width: 240px;
  height: 238px;
}
.cp-aboutus #mainContents .circle04 + .line {
  top: 208px;
  left: 271px;
  right: 270px;
  height: 102px;
  min-width: 30px;
}
.cp-aboutus #mainContents .circle04 + .line svg {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cp-aboutus #mainContents .circle05 {
  padding: 192px 89px;
  display:inline-flex;
  align-items: center;
  padding: 0;
  width: 434px;
  height: 440px;
}
.cp-aboutus #mainContents .circle05 + .line {
  top: 10px;
  left: 50%;
  right: 224px;
  height: 533px;
  min-width: 18px;
  max-width: 123px;
  -webkit-transform: translateY(-100%);
  transform        : translateY(-100%);
  margin-left: 52px;
}
.cp-aboutus #mainContents .circle05 + .line svg {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
.cp-aboutus #mainContents .circle05.animation + .line .line-innerBox {
  -webkit-transform-origin: right top;
  transform-origin        : right top;
}
.cp-aboutus #mainContents .circle06 {
  display:inline-flex;
  align-items: center;
  padding: 0;
  margin-top: 370px;
  width: 725px;
  height: 725px;
  min-width: 725px;
  min-height: 725px;
}
.cp-aboutus #mainContents .circle06 > .innerBox {
  font-size: 1.4rem;
  width: 100%;
}
.cp-aboutus #mainContents .circle06 + .line {
  top: 439px;
  left: 50%;
  width: 2px;
  height: 0;
  background-color: #3023AE;
}
.cp-aboutus #mainContents .circle06.on + .line {
  height: 372px;
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition        : all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-aboutus #mainContents .link02-row03-row02 {
  position: relative;
  z-index: 1;
  height: 0;
}
.cp-aboutus #mainContents .link02-row03-row02 .innerBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 100px;
}
.cp-aboutus #mainContents .link02-row03-row02 h3 {
  font-size: 3.2rem;
  line-height: 1.625;
}
.cp-aboutus #mainContents .link02-row03-row03 {
  margin-top: 393px;
}
.cp-aboutus #mainContents .link02-row03-row04 {
  position: relative;
  z-index: 1;
  height: 0;
}
.cp-aboutus #mainContents .link02-row03-row04 .innerBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 114px;
}
.cp-aboutus #mainContents .link02-row03-row04 h3 {
  font-size: 3.2rem;
  line-height: 1.625;
}
.cp-aboutus #mainContents .link02-row03-row05 {
  margin-top: 509px;
  justify-content: center;
}
.cp-aboutus #mainContents .link02-row03-row06 {
  margin-top: 251px;
}
.cp-aboutus #mainContents .link02-row03-row06 h3 {
  font-size: 3.4rem;
}
.cp-aboutus #mainContents .circleAnimationBox {
  max-width: 576px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 137px;
}
.cp-aboutus #mainContents .circleAnimationBox .circle {
  margin: 0;
  color: #661288;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 176px;
  width: 176px;
  margin-bottom: 24px;
  opacity: 0;
}
.cp-aboutus #mainContents .circleAnimationBox.on .circle {
  opacity: 1;
  -webkit-transition: all 1200ms linear;
  transition        : all 1200ms linear;
}
.cp-aboutus #mainContents .circleAnimationBox.on .circle:nth-child(2) {
  -webkit-transition-delay: 200ms;
  transition-delay        : 200ms;
}
.cp-aboutus #mainContents .circleAnimationBox.on .circle:nth-child(3) {
  -webkit-transition-delay: 400ms;
  transition-delay        : 400ms;
}
.cp-aboutus #mainContents .circleAnimationBox.on .circle:nth-child(4) {
  -webkit-transition-delay: 600ms;
  transition-delay        : 600ms;
}
.cp-aboutus #mainContents .circleAnimationBox.on .circle:nth-child(5) {
  -webkit-transition-delay: 800ms;
  transition-delay        : 800ms;
}
.cp-aboutus #mainContents .circleAnimationBox.on .circle:nth-child(6) {
  -webkit-transition-delay: 1000ms;
  transition-delay        : 1000ms;
}
.cp-aboutus #mainContents .circleAnimationBox .circle p {
  width: 100%;
  font-size: 1.4rem;
}
.cp-aboutus.en #mainContents .circleAnimationBox .circle p {
  padding: 0 1em;
}
.cp-aboutus #mainContents .label {
  font-size: 1.3rem;
  line-height: 2.076923076923077;
  display: inline-block;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  padding: 0 8px;
}
.cp-aboutus #mainContents #link04 h3 {
  font-size: 3.2rem;
  line-height: 1.625;
}
.cp-aboutus.en #mainContents #link04 h3 {
  padding: 0 1em;
}
.cp-aboutus #mainContents .link04-row02 {
  padding-top: 263px;
}
.cp-aboutus #mainContents .link04-row03  {
  padding-top: 374px;
}
.cp-aboutus #mainContents .link04-row03 .circleAnimationBox {
  position: relative;
  padding-bottom: 0;
}
.cp-aboutus #mainContents .link04-row03 .circleAnimationBox:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  width: 45px;
  height: 122px;
  margin: 24px 0 0 -22.5px;
  background-image: url(/assets/images/cp/aboutus/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cp-aboutus #mainContents .link04-row04 {
  padding-top: 514px;
}
.cp-aboutus #mainContents .link04-row04 .showBox {
  position: relative;
  z-index: 0;
}
.cp-aboutus #mainContents .link04-row04 .showBox:after ,
.cp-aboutus #mainContents .link04-row04 .showBox:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  width: 704px;
  height: 704px;
  -webkit-transform: translate(-50%,-50%) scale(0);
  transform        : translate(-50%,-50%) scale(0);
  border-radius: 50%;
  border-top: 2px solid #3023AE;
  border-left: 2px solid #3023AE;
  border-right: 2px solid rgba(48,35,174,0.5);
  border-bottom: 2px solid rgba(48,35,174,0.5);
  border: 2px solid #3023AE;
  opacity: 0;
}
.cp-aboutus #mainContents .link04-row04 .showBox:after {
  border-top: none;
  border-left: none;
  border-right: 2px solid #C86DD7;
  border-bottom: 2px solid #C86DD7;
}
.cp-aboutus #mainContents .link04-row04 .catBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 704px;
  height: 704px;
  color: #fff;
  -webkit-transform: translate(-50%,-50%);
  transform        : translate(-50%,-50%);
  opacity: 0;
}
.cp-aboutus #mainContents .link04-row04 .catBox > div {
  position: absolute;
  display:inline-flex;
  list-style-type: none;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.cp-aboutus #mainContents .link04-row04 .catBox > div span {
  display: block;
  width: 100%;
  line-height: 1.4;
}
.cp-aboutus #mainContents .link04-row04 .catBox .cat01 {
  width: 174px;
  height: 174px;
  font-size: 2.4rem;
  top: -6px;
  left: 8px;
}
.cp-aboutus #mainContents .link04-row04 .catBox .cat02 {
  width: 132px;
  height: 132px;
  font-size: 1.6rem;
  top: -30px;
  left: 480px;
}
.cp-aboutus #mainContents .link04-row04 .catBox .cat03 {
  width: 160px;
  height: 160px;
  font-size: 1.8rem;
  top: 415px;
  left: -38px;
}
.cp-aboutus #mainContents .link04-row04 .catBox .cat04 {
  width: 128px;
  height: 128px;
  font-size: 1.6rem;
  top: 313px;
  left: 635px;
}
.cp-aboutus #mainContents .link04-row04 .catBox .cat05 {
  width: 102px;
  height: 102px;
  font-size: 1.6rem;
  top: 634px;
  left: 158px;
}
.cp-aboutus.en #mainContents .link04-row04 .catBox .cat05 {
  width: 124px;
  height: 124px;
}
.cp-aboutus #mainContents .link04-row04 .catBox .cat06 {
  width: 222px;
  height: 222px;
  font-size: 2.8rem;
  top: 536px;
  left: 477px;
}
.cp-aboutus #mainContents .link04-row04 .showBox.on:after ,
.cp-aboutus #mainContents .link04-row04 .showBox.on:before {
  opacity: 1;
  -webkit-transform: translate(-50%,-50%) scale(1);
  transform        : translate(-50%,-50%) scale(1);
  -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition        : all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cp-aboutus #mainContents .link04-row04 .showBox.on .catBox {
  opacity: 1;
  -webkit-transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
  transition        : all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1) 1200ms;
}
.cp-aboutus.en #mainContents #link04 .link04-row04 h3 {
  padding: 0 20%;
}
.cp-aboutus.en #mainContents .link04-row04 .sp-innerBox + p {
  padding: 0;
  min-width: 430px;
  width: 46%;
  margin-left: auto;
  margin-right: auto;
}
.cp-aboutus #mainContents .link04-row05 {
  padding-top: 531px;
  padding-bottom: 323px;
}
.cp-aboutus #mainContents .link04-row06 {
  background-color: #fff;
  padding: 222px 0;
}
.cp-aboutus #mainContents .link04-row06 .logoBox p {
  font-size: 2.6rem;
  line-height: 2;
}
.cp-aboutus #mainContents .link04-row06 .logoBox img {
  width: 259px;
}
@media only screen and (max-width: 968px){
  .cp-aboutus #mainContents .image-innertext {
    height: -webkit-calc(100vh - 142px);
    height:         calc(100vh - 142px);
  }
  .cp-aboutus #mainContents .rightImage {
    width: 50%;
  }
}
@media only screen and (max-width: 768px){
  .cp-aboutus .sidebar-header {
    display: none;
  }
  .cp-aboutus #main {
    position: static;
    padding-top: 0;
  }
  .cp-aboutus #sidebar{
    position: static !important;
  }
  .cp-aboutus #mainContents {
    height: auto !important;
    visibility: visible !important;
  }
  .cp-aboutus .image-innertext {
    position: relative;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding-top: 13.5vmin;
  }
  .cp-aboutus .image-innertext .showBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
  }
  .cp-aboutus .image-innertext .showBox .innerBox {
    width: 100%;
  }
  .cp-aboutus .image-innertext .showBox h2 {
    font-size: 5.866666666666667vmin;
  }
  .cp-aboutus .image-innertext .showBox p {
    font-size: 3.466666666666667vmin;
    margin-top: 2.133333333333333vmin;
    line-height: 1.75;
  }
  .cp-aboutus #mainContents #link01 {
    position: relative;
    z-index: 9;
  }
  .cp-aboutus #mainContents .mainPanel .readtext {
    font-size: 4.266666666666667vmin;
    line-height: 0.71875;
    margin-bottom: 2.666666666666667vmin;
  }
  .cp-aboutus #mainContents .mainPanel h2 {
    font-size: 6.4vmin;
    line-height: 1.070833333333333;
  }
  .cp-aboutus #mainContents .rightImageBox .fullscreen {
    height: auto;
  }
  .cp-aboutus #mainContents .rightImageBox .showBox {
    width: 100%;
    height: auto;
    padding: 10.666666666666667vmin 5.333333333333333vmin 16vmin;
  }
  .cp-aboutus #mainContents .rightImageBox .showBox .innerBox {
    padding-right: 0;
  }
  .cp-aboutus #mainContents .numberBox {
    font-size: 4.266666666666667vmin;
    line-height: 1;
  }
  .cp-aboutus #mainContents .numberBox .number {
    font-size: 9.6vmin;
    line-height: 0.722222222222222;
  }
  .cp-aboutus #mainContents #link04 h3 ,
  .cp-aboutus #mainContents .circle h3 ,
  .cp-aboutus #mainContents .link02-row03-row04 h3 ,
  .cp-aboutus #mainContents .link02-row03-row02 h3 ,
  .cp-aboutus #mainContents .link02-row02 .showBox h3 ,
  .cp-aboutus #mainContents .rightImageBox .showBox h3 {
    font-size: 5.333333333333333vmin;
    line-height: 1.6;
  }
  .cp-aboutus #mainContents .fixed-background-sp div {
    position: fixed;
    z-index: 0;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
  }
  .cp-aboutus #mainContents .circleBox {
    width: 89.333333333333334vmin;
    margin: 0 auto;
  }
  .cp-aboutus #mainContents .circle {
    font-size: 3.2vmin;
    line-height: 1.75;
  }
  .cp-aboutus #mainContents .circleBox02 ,
  .cp-aboutus #mainContents .circleBox01 {
    margin: 0 auto;
    white-space: nowrap;
    flex-wrap: wrap;
    padding: 0;
  }
  .cp-aboutus #mainContents .circle {
    display:inline-flex;
    align-items: center;
  }
  .cp-aboutus #mainContents .circle > * {
    width: 100%
  }
  .cp-aboutus #mainContents .circle01 {
    padding: 0;
    margin-left: 8.533333333333333vmin;
    height: 40vmin;
    width: 40vmin;
  }
  .cp-aboutus.en #mainContents .circle01 {
    padding: 0;
    margin-left: 8.533333333333333vmin;
    height: 45vmin;
    width: 45vmin;
  }
  .cp-aboutus #mainContents .circle02 {
    padding: 0;
    margin: 35.2vmin 0 0 auto;
    height: 70.2vmin;
    width: 70.2vmin;
  }
  .cp-aboutus #mainContents .circle02 + .line {
    top: 37.45vmin;
    left: 38vmin;
    right: 47.066666666666667vmin;
    height: 39vmin;
    min-width: 35px;
  }
  .cp-aboutus.en #mainContents .circle02 + .line {
    top: 42.8vmin;
    left: 40.5vmin;
    height: 37.5vmin;
    min-width: 11vmin;
  }
  .cp-aboutus #mainContents .circle03 {
    padding: 0;
    width: 52vmin;
    height: 52vmin;
  }
  .cp-aboutus #mainContents .circle03 + .line {
    top: 0;
    left: 26.266666666666667vmin;
    right: 34.666666666666667vmin;
    height: 98vmin;
  }
  .cp-aboutus #mainContents .circle04 {
    padding: 0;
    margin: 40vmin 0 0 43.466666666666667vmin;
    width: 43.733333333333333vmin;
    height: 43.733333333333333vmin;
  }
  .cp-aboutus #mainContents .circle04 + .line {
    top: 51.933333333333333vmin;
    left: 30vmin;
    right: 36.4vmin;
    height: 44vmin;
  }
  .cp-aboutus #mainContents .circle05 {
    padding: 0;
    width: 58.922666666666667vmin;
    height: 58.922666666666667vmin;
  }
  .cp-aboutus #mainContents .circle05 + .line {
    top: 0;
    left: 50%;
    right: 28vmin;
    height: 114vmin;
    margin-left: 0;
  }
  .cp-aboutus #mainContents .circle06 {
    padding: 0;
    width: 100%;
    margin-top: 44.133333333333333vmin;
    min-width: 91.368vmin;
    min-height: 92.368vmin;
    width: 91.368vmin;
    height: 92.368vmin;
  }
  .cp-aboutus.en #mainContents .circle06 p {
    padding: 0 3%;
    font-size: 3.2vmin;
  }
  .cp-aboutus #mainContents .circle06 + .line {
    top: 58.5vmin;
  }
  .cp-aboutus #mainContents .circle06.on + .line {
    height: 45.2vmin;
  }
  .cp-aboutus #mainContents .link02-row03-row02 .innerBox {
    margin-top: 28vmin;
  }
  .cp-aboutus #mainContents .link02-row03-row03 {
    margin-top: 97.733333333333333vmin;
  }
  .cp-aboutus #mainContents .link02-row03-row04 .innerBox {
    margin-top: 26.266666666666667vmin;
  }
  .cp-aboutus #mainContents .link02-row03-row05 {
    margin-top: 113.466666666666667vmin;
  }
  .cp-aboutus #mainContents .link02-row03-row06 {
    position: relative;
    margin-top: 37.066666666666667vmin;
  }
  .cp-aboutus #mainContents .link02-row03-row06 h3 {
    font-size: 5.333333333333333vmin;
  }
  .cp-aboutus #mainContents .circleAnimationBox {
    max-width: 76.8vmin;
    width: 76.8vmin;
    padding-bottom: 26.666666666666667vmin;
  }
  .cp-aboutus #mainContents .circleAnimationBox .circle {
    height: 35.733333333333333vmin;
    width: 35.733333333333333vmin;
    margin-bottom: 5.333333333333333vmin;
  }
  .cp-aboutus #mainContents .circleAnimationBox .circle p {
    font-size: 3.2vmin;
  }
  .cp-aboutus #mainContents #link03 {
    z-index: 9;
  }
  .cp-aboutus #mainContents .label {
    font-size: 3.2vmin;
    line-height: 1.833333333333333;
    display: inline-block;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 0 2.133333333333333vmin;
  }
  .cp-aboutus #mainContents #link03 .mt16.sp-mt24 {
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
  }
  .cp-aboutus #mainContents #link04 {
    z-index: 1;
  }
  .cp-aboutus #mainContents .animation.on + #link04 {
    z-index: 2;
  }
  .cp-aboutus #mainContents .link04-row02 {
    position: relative;
  }
  .cp-aboutus #mainContents .link04-row02 p {
    line-height: 2;
  }
  .cp-aboutus #mainContents .link04-row03 .circleAnimationBox:before {
    left: 50%;
    width: 6vmin;
    height: 16.266666666666667vmin;
    margin: 0 0 0 -3vmin;
  }
  .cp-aboutus #mainContents .link04-row04 {
    padding-top: 55.2vmin;
  }
  .cp-aboutus #mainContents #link04 .link04-row04 h3 {
    font-size: 4.8vmin;
  }
  .cp-aboutus #mainContents .link04-row04 .sp-innerBox + p {
    margin-top: 48vmin !important;
    line-height: 2;
    min-width: 0 !important;
    width: 100% !important;
  }
  .cp-aboutus.en #mainContents .link04-row04 .sp-innerBox + p {
    padding: 0;
  }
  .cp-aboutus #mainContents .link04-row04 .sp-innerBox {
    position: relative;
  }
  .cp-aboutus #mainContents .link04-row04 .showBox.on:after ,
  .cp-aboutus #mainContents .link04-row04 .showBox.on:before {
    opacity: 0;
  }
  .cp-aboutus #mainContents .link04-row04 .showBox .sp-innerBox:after ,
  .cp-aboutus #mainContents .link04-row04 .showBox .sp-innerBox:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -2;
    width: 69.866666666666667vmin;
    height: 69.866666666666667vmin;
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    border-radius: 50%;
    border-top: 1px solid #3023AE;
    border-left: 1px solid #3023AE;
    border-right: 1px solid rgba(48,35,174,0.5);
    border-bottom: 1px solid rgba(48,35,174,0.5);
    border: 1px solid #3023AE;
    opacity: 1;
  }
  .cp-aboutus #mainContents .link04-row04 .showBox .sp-innerBox:after {
    border-top: none;
    border-left: none;
    border-right: 1px solid #C86DD7;
    border-bottom: 1px solid #C86DD7;
  }
  .cp-aboutus #mainContents .link04-row04 .showBox.on .sp-innerBox:after ,
  .cp-aboutus #mainContents .link04-row04 .showBox.on .sp-innerBox:before {
    opacity: 1;
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform        : translate(-50%,-50%) scale(1);
    -webkit-transition: all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
    transition        : all 1200ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .cp-aboutus #mainContents .link04-row04 .catBox {
    width: 69.866666666666667vmin;
    height: 69.866666666666667vmin;
  }
  .cp-aboutus #mainContents .link04-row04 .catBox .cat01 {
    width: 21.733333333333333vmin;
    height: 21.733333333333333vmin;
    font-size: 3.2vmin;
    top: -5.333333333333333vmin;
    left: 1.866666666666667vmin;
  }
  .cp-aboutus #mainContents .link04-row04 .catBox .cat02 {
    width: 19.866666666666667vmin;
    height: 19.866666666666667vmin;
    font-size: 3.2vmin;
    top: -6.533333333333333vmin;
    left: 46.4vmin;
  }
  .cp-aboutus #mainContents .link04-row04 .catBox .cat03 {
    width: 20vmin;
    height: 20vmin;
    font-size: 3.2vmin;
    top: 36.266666666666667vmin;
    left: -9.333333333333333vmin;
  }
  .cp-aboutus #mainContents .link04-row04 .catBox .cat04 {
    width: 16vmin;
    height: 16vmin;
    font-size: 3.2vmin;
    top: 29.866666666666667vmin;
    left: 63.066666666666667vmin;
    line-height: 1.4;
  }
  .cp-aboutus #mainContents .link04-row04 .catBox .cat05 {
    width: 19.066666666666667vmin;
    height: 19.066666666666667vmin;
    font-size: 3.2vmin;
    top: 61.066666666666667vmin;
    left: 11.333333333333333vmin;
    line-height: 1.4;
  }
  .cp-aboutus.en #mainContents .link04-row04 .catBox .cat05 {
    width: 22.733333333333334vmin;
    height: 22.733333333333334vmin;
  }
  .cp-aboutus #mainContents .link04-row04 .catBox .cat06 {
    width: 28vmin;
    height: 28vmin;
    font-size: 3.2vmin;
    top: 53.2vmin;
    left: 46.4vmin;
    line-height: 1.4;
  }
  .cp-aboutus #mainContents .link04-row05 {
    position: relative;
    padding-top: 29.333333333333333vmin;
    padding-bottom: 48.8vmin;
  }
  .cp-aboutus #mainContents .link04-row05 p {
    line-height: 2
  }
  .cp-aboutus #mainContents .link04-row06 {
    position: relative;
    background-color: #fff;
    padding: 49.066666666666667vmin 0;
    min-height: 100vh;
  }
  .cp-aboutus #mainContents #link04 .link04-row06 p ,
  .cp-aboutus #mainContents #link04 .link04-row06 h3 {
    font-size: 4.266666666666667vmin;
    line-height: 1.625;
  }
  .cp-aboutus #mainContents .link04-row06 .logoBox img {
    width: 41.44vmin;
  }
}