<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*---------------- ▼全幅共通CSS▼ --------------------*/
#topV {
  position: relative;
}
#topV:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 0;
  background: url(../img/common/dot_over_b.png) repeat center;
  margin: auto;
  height: auto;
}
#topV h1, #topV .inner_link {
  position: absolute;
  text-align: center;
  z-index: 1;
  left: 0;
  right: 0;
}
#topV h1 {
  top: 0;
}
#topV .inner_link {
  bottom: 0;
}

#movieWrap {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#movieWrap video {
  width: 100%;
}

.cont1 li {
  text-align: center;
  color: #ffffff;
}
.cont1 li:first-of-type {
  background: #0076bc;
}
.cont1 li:first-of-type h3:before {
  background: url(../img/top/top_consul_icon.png) no-repeat center;
}
.cont1 li:last-of-type {
  background: #d32727;
}
.cont1 li:last-of-type h3:before {
  background: url(../img/top/top_business_icon.png) no-repeat center;
}
.cont1 li img, .cont1 li span {
  display: block;
  margin: auto;
}
.cont1 h3 {
  position: relative;
}
.cont1 h3:before {
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
}

.cont2 {
  text-align: center;
  position: relative;
}
.cont2:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 0;
  height: auto;
  margin: auto;
  background: url(../img/common/dot_over_w.png) repeat center;
}
.cont2 h2, .cont2 p {
  position: relative;
  z-index: 1;
}
.cont2 .inBlock_btn a {
  border: none;
  background: #262626;
}

.cont3 {
  text-align: center;
}
.cont3 .layoutWrap {
  border: 1px solid #c9c9c9;
}
.cont3 .inBlock_btn a {
  color: #262626;
  border-color: #262626;
}
.cont3 .inBlock_btn a:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  height: 0;
  background: url(../img/top/top_corp.png) no-repeat center;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  height: auto;
}

.cont4 {
}
.cont4 h2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: .75em;
  line-height: 1.25em;
}
.cont4 h2 span {
  display: table-cell;
  vertical-align: bottom;
}
.cont4 h2 span:first-of-type {
  font-weight: 500;
}
.cont4 h2 span:last-of-type {
  text-align: right;
  font-weight: 500;
}
.cont4 h3 {
  line-height: 1.25em;
}
.cont4 h3 span {
  display: table-cell;
  vertical-align: bottom;
}
.cont4 .text span {
  display: block;
}

#csr h2 {
	color: #0076bc;
	border-bottom: 1px solid #0076bc;
}

/*---------------- ▲全幅共通CSS▲ --------------------*/
/*---------------- ▼PCのみCSS▼ --------------------*/
@media screen and (min-width: 769px) {
  #topV {
    overflow: hidden;
    padding-bottom: 56.25%;
  }
  #topV h1 {
    width: 41.15%;
    margin: 13.3% auto auto;
  }
  #topV .inner_link {
    width: 4.15%;
    min-width: 60px;
    margin: auto auto 6.5%;
  }

  .cont1 {
    margin: auto;
    padding: 55px 10px 80px;
  }
  .cont1 h2 {
    padding-bottom: 1em;
  }
  .cont1 li {
    width: 46.875%;
    padding: 10px 10px 25px;
  }
  .cont1 li h3 {
    padding-top: 105px;
  }
  .cont1 li h3:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 0;
    margin: auto;
  }
  .cont1 li img {
    padding-bottom: 10px;
  }
  .cont1 li span {
    font-size: 1.125rem;
    padding-bottom: 2.5em;
  }
  .cont1 li:first-of-type {
    float: left;
  }
  .cont1 li:first-of-type h3:before {
    width: 104px;
    height: 71px;
    margin-top: 15px;
  }
  .cont1 li:first-of-type img {
    width: 52.09302%;
  }
  .cont1 li:last-of-type {
    float: right;
  }
  .cont1 li:last-of-type h3:before {
    width: 125px;
    height: 90px;
  }
  .cont1 li:last-of-type img {
    width: 93.48837%;
  }
  .cont1 li a:hover {
    background: rgba(255, 255, 255, 0.3);
  }

  .cont2 {
    padding: 20px 10px 50px;
    background: url(../img/top/top_achievements_pc.jpg) no-repeat center;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
  }
  .cont2 .text {
    font-size: 1.125rem;
    padding: 35px 0 80px;
  }
  .cont2 .inBlock_btn {
    text-align: center;
  }
  .cont2 .inBlock_btn p {
    background: #262626;
    display: inline-block;
  }
  .cont2 a:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  .cont2.en {
    padding: 65px 10px 50px;
  }
  .cont2.en h2 {
    padding-bottom: 2.5em;
  }

  .cont3 {
    padding: 80px 10px;
  }
  .cont3 .layoutWrap {
    padding: 40px 10px 50px;
  }
  .cont3 .text {
    padding: 1.125em 0 3em;
    font-size: 1.125rem;
  }
  .cont3 .inBlock_btn a {
    padding: 1.1em 2em;
    width: 300px;
  }
  .cont3 .inBlock_btn a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .cont3 .inBlock_btn a:before {
    width: 46px;
    left: 20px;
  }
  .cont3.en .layoutWrap {
    padding: 65px 10px 50px;
  }
  .cont3.en h2 {
    padding-bottom: 1.5em;
  }
  
  .cont4 {
    margin: auto;
    padding: 55px 10px 80px;
  }
  
  .cont4 h2 {
    font-size: 2.1875rem;
  }
  
  .cont4 h2 span:last-of-type {
    font-size: 1rem;
  }
  
  .cont4 h3 span:last-of-type {
    font-size: 1rem;
  }
  
  .cont4 h3 {
    font-size: 1.5rem;
    padding: 1em 0;
  }
  .cont4 .text {
    font-size: .9375rem;
    line-height: 1.5em;
  }
  .cont4 .text + .text {
    padding-top: 2em;
  }
  .cont4 .text p + p {
    padding-top: .75em;
  }
  .cont4 .text span + span {
    padding-top: .75em;
  }
  .cont4.en .text p {
    line-height: 2em;
  }
  .cont4.en .text p + p {
    padding-top: 0;
  }
  .cont4.en .text span + span {
    padding-top: 0;
  }

  .roboto {
  font-family: 'Roboto', sans-serif;
  }
}
/*---------------- ▲PCのみCSS▲ --------------------*/
/*---------------- ▼タブレット以降CSS▼ --------------------*/
@media screen and (max-width: 768px) {
  #topV h1 {
    bottom: 0;
    margin: auto;
    width: 82.3%;
  }

  .cont1 {
    padding: 9% 0 12.5%;
  }
  .cont1 h2 {
    padding-bottom: 1em;
  }
  .cont1 li:first-of-type {
    margin-bottom: 8%;
  }
  .cont1 li:first-of-type .liInner:before {
    width: 5rem;
    margin: auto auto auto 5%;
    background: url(../img/top/top_consul_icon.png) no-repeat center;
  }
  .cont1 li:first-of-type h3 img {
    width: 6.125rem;
  }
  .cont1 li:last-of-type .liInner:before {
    width: 6.25rem;
    margin: auto auto auto 3%;
    background: url(../img/top/top_business_icon.png) no-repeat center;
  }
  .cont1 li:last-of-type h3 img {
    width: 11.375rem;
  }
  .cont1 .liInner {
    padding: 3%;
    text-align: right;
    position: relative;
  }
  .cont1 .liInner:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 0;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
    -webkit-background-size: contain !important;
    background-size: contain !important;
    height: 100%;
  }
  .cont1 h3 img {
    margin: auto 0 auto auto;
  }
  .cont1 h3 span {
    font-size: .75rem;
    padding: .5em 0 1.25em;
  }

  .cont1 .text {
    padding: 1.5em 0 4em;
    font-size: .75rem;
  }
  .cont2 {
    padding: 3% 0 6%;
    background: url(../img/top/top_achievements_sp.jpg) no-repeat center;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
  }
  .cont2 .text {
    padding: 1.5em 0 4em;
    font-size: .75rem;
  }
  .cont2.en {
    padding: 10.5% 0 5.5%;
  }
  .cont2.en h2 {
    padding-bottom: 2em;
  }

  .cont3 {
    padding: 12.5% 6%;
  }
  .cont3 .layoutWrap {
    padding: 5%;
  }
  .cont3 .text {
    padding: 1.5em 0 4em;
    font-size: .75rem;
  }
  .cont3 .inBlock_btn a {
    padding: 1em 3em 1em 3.5em;
  }
  .cont3 .inBlock_btn a:before {
    width: 2em;
    left: .5em;
  }
  .cont3.en .layoutWrap {
    padding: 11% 0 5.5%;
  }
  .cont3.en h2 {
    padding-bottom: 2em;
  }
  
  .cont4 h2 {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: .75em;
  line-height: 1.25em;
  }
  .cont4 {
    padding-bottom: 14.0%;
  }
  .cont4 {
    font-size: 1rem;
  }
  .cont4 h2 {
	  padding-top:20px;
  }
  .cont4 h2 span:last-of-type {
    font-size: .875rem;
  }
  .cont4 h3 {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 1em 0;
  }
  .cont4 .text {
    line-height: 1.75em;
  }
  .cont4 .text + .text {
    padding-top: 1.25em;
  }
  .cont4.en .text p {
    line-height: 2em;
  }
  .cont4.en .text p + p {
    padding-top: 0;
  }
  .cont4.en .text span + span {
    padding-top: 0;
  }
}


/*---------------- ▲タブレット以降CSS▲ --------------------*/
/*---------------- ▼タブレットのみ（768～600）CSS▼ --------------------*/
@media screen and (max-width: 768px) and (min-width: 600px) {
  .cont1 li:first-of-type .liInner:before {
    width: 10rem;
  }
  .cont1 li:first-of-type h3 img {
    width: 12.25rem;
  }
  .cont1 li:last-of-type .liInner:before {
    width: 12.5rem;
  }
  .cont1 li:last-of-type h3 img {
    width: 22.75rem;
  }
  .cont1 h3 span {
    font-size: 1.25rem;
  }

  .cont1 .text {
    font-size: 1.25rem;
  }
  
  .cont2 .text {
    font-size: 1.25rem;
  }

  .cont3 .text {
    font-size: 1.25rem;
  }
}
/*---------------- ▲タブレットのみ（768～600）CSS▲ --------------------*/
/*---------------- ▼スマホ以降CSS▼ --------------------*/
@media screen and (max-width: 480px) {
  .cont4 h2 {
    font-size: 1.5rem;
    margin-bottom: 1.25em;
	padding-top:20px;
  }
  .cont4 h2 span:last-of-type {
    font-size: .625rem;
  }
  .cont4 h3 {
    font-size: .875rem;
  }
  .cont4 .text {
    font-size: .8125rem;
  }
}
/*---------------- ▲スマホ以降CSS▲ --------------------*/
/*---------------- ▲スマホ最小CSS▲ --------------------*/
/*---------------- ▲スマホ最小CSS▲ --------------------*/
</pre></body></html>