@charset "utf-8";

/* topSlideBox
-----------------------------------------------------*/
#topSlideBox {
  padding-top: 42.7%;
  width: 100%;
  clear: both;
  position: relative;
}
#topSlideBox video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#topSlideBox .arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  margin: 0 0 0 -42px;
  z-index: 100;
}
#topSlideBox .smpFV {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  #topSlideBox video {
    display: none;
  }
  #topSlideBox .smpFV {
    display: block;
  }

  #topSlideBox .arrow {
    width: 20px;
    height: 10px;
    bottom: 10px;
    margin-left: -10px;
  }
}

/* common 
-----------------------------------------------------*/
.topContentBox h2 {
  color: #dcdddd;
  font-size: 15.3rem;
  line-height: 1;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .topContentBox h2 {
    font-size: 4rem;
  }
}
.topContentBox .sideTtl {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: 0;
  font-size: 1.6rem;
  color: #727171;
  transform: rotate(-90deg);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .topContentBox .sideTtl {
    display: none;
  }
}
.topContentBox .bodyBox {
  position: relative;
}

/* topAboutBox
-----------------------------------------------------*/
#topAboutBox {
  clear: both;
  padding: 180px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topAboutBox {
    padding: 90px 0;
  }
}
#topAboutBox h2 {
}
#topAboutBox .catch {
  font-size: 3.8rem;
  text-align: center;
  margin: -55px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topAboutBox .catch {
    font-size: 2rem;
    margin-top: -15px;
  }
}
#topAboutBox #leadBox {
  margin: 45px auto;
  padding: 0 540px 420px 0;
  width: 50%;
  position: relative;
}
#topAboutBox .lead {
  font-size: 1.8rem;
  text-align: right;
}
#topAboutBox .imgBox01 {
  text-align: center;
  margin: 45px 0 0 0;
}
#topAboutBox #leadBox .topAboutImage01 {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 400px;
  bottom: 0;
  z-index: -1;
}
#topAboutBox #leadBox .topAboutImage02 {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #topAboutBox #leadBox {
    margin: 45px auto;
    padding: 0;
    width: 90%;
    position: static;
  }
  #topAboutBox .lead {
    text-align: left;
  }
  #topAboutBox #leadBox .topAboutImage01 {
    margin: 0;
    padding: 0;
    width: 50%;
    position: static;
    float: right;
  }
  #topAboutBox #leadBox .topAboutImage02 {
    margin: 0;
    padding: 0;
    width: 50%;
    position: static;
    float: left;
  }
}

/* topMissionBox
-----------------------------------------------------*/
#topMissionBox {
  clear: both;
  padding: 85px 0;
  background: url(../img/top/top_bg01.png) 0 0 repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topMissionBox {
    padding: 40px 0;
  }
}
#topMissionBox h2 {
  color: #ffffff;
}
#topMissionBox .list01 {
  margin: 75px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #topMissionBox .list01 {
    margin-top: 30px;
  }
}
#topMissionBox .list01 > li {
  float: left;
  width: 30%;
  margin: 0 0 0 5%;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
#topMissionBox .list01 > li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #topMissionBox .list01 > li {
    float: none;
    width: auto;
    margin: 45px 0 0 0;
  }
}
#topMissionBox .list01 > li h3 {
  margin: 0;
  padding: 20px 0;
  line-height: 1.2;
  font-size: 2.4rem;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
}
#topMissionBox .list01 > li .comment {
  font-size: 1.6rem;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topMissionBox .list01 > li h3 {
    border-bottom: none;
  }
}

/* topValueBox
-----------------------------------------------------*/
#topValueBox {
  clear: both;
  padding: 180px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topValueBox {
    padding: 90px 0;
  }
}
#topValueBox h2 {
}
#topValueBox .catch {
  font-size: 3.8rem;
  text-align: center;
  margin: -45px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topValueBox .catch {
    font-size: 2rem;
    margin-top: -15px;
  }
}
#topValueBox .list01 {
  margin: 80px 0 0 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767px) {
  #topValueBox .list01 {
    margin: 40px 10% 0;
    display: block;
  }
}
#topValueBox .list01 > li {
  width: 30%;
  margin: 0 0 0 5%;
  padding: 45px 0 15px;
  list-style-type: none;
  color: #ffffff;
  text-align: center;
  background: url(../img/top/top_value_bg01.png) center center no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#topValueBox .list01 > li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #topValueBox .list01 > li {
    width: auto;
    margin: 30px 0 0 0;
    padding: 30px 15px 15px;
  }
}
#topValueBox .list01 > li .icon {
  min-height: 170px;
}
#topValueBox .list01 > li h3 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
#topValueBox .list01 > li p {
  margin: 15px 0 0 0;
  font-size: 1.7rem;
  line-height: 1.47;
}

/* topPhilosophyBpx
-----------------------------------------------------*/
#topPhilosophyBpx {
  clear: both;
  padding: 40px 0 180px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topPhilosophyBpx {
    padding: 20px 0 90px 0;
  }
}
#topPhilosophyBpx h2 {
}
#topPhilosophyBpx .catch {
  font-size: 3.8rem;
  text-align: center;
  margin: -45px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topPhilosophyBpx .catch {
    font-size: 2rem;
    margin: -15px 0 0 0;
  }
}
#topPhilosophyBpx .box01 {
  margin: 120px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topPhilosophyBpx .box01 {
    margin-top: 40px;
  }
}
#topPhilosophyBpx .box01 .clm01 {
  float: left;
  width: 60%;
  position: relative;
}
#topPhilosophyBpx .box01 .clm02 {
  float: right;
  width: 42%;
  margin: 100px 0 0 -12%;
}
#topPhilosophyBpx .box01 .clm02 .plofBox {
  margin: 0 auto;
  padding: 20px 20px 20px 40px;
  font-size: 1.4rem;
  width: 100%;
  background: #e5f5fd;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  #topPhilosophyBpx .box01 .clm01 {
    float: none;
    width: auto;
  }
  #topPhilosophyBpx .box01 .clm02 {
    float: none;
    width: auto;
    margin: 30px 0 0 0;
  }
  #topPhilosophyBpx .box01 .clm02 .plofBox {
    padding: 20px;
  }
}
#topPhilosophyBpx .box01 .box02 {
  color: #ffffff;
  padding: 25px;
  border: 1px solid #ffffff;
  background: #00abe3;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
}
#topPhilosophyBpx .box01 .box02 h3 {
  display: inline-block;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  font-size: 3.8rem;
  border-bottom: 1px solid #ffffff;
}
@media only screen and (max-width: 767px) {
  #topPhilosophyBpx .box01 .box02 h3 {
    font-size: 2rem;
  }
}
#topPhilosophyBpx .box01 .box02 p {
  font-size: 1.6rem;
}

/* topNewsBox
-----------------------------------------------------*/
#topNewsBox {
  clear: both;
  padding: 85px 0;
  background: url(../img/top/top_bg01.png) 0 0 repeat;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topNewsBox {
    padding: 40px 0;
  }
}
#topNewsBox h2 {
  color: #ffffff;
}
#topNewsBox .list01 {
  margin: 45px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #topNewsBox .list01 {
    margin-top: 30px;
    display: block;
  }
}
#topNewsBox .list01 > li {
  width: 46%;
  margin: -1px 0 0 8%;
  padding: 20px;
  list-style-type: none;
  font-size: 1.8rem;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#topNewsBox .list01 > li:nth-child(odd) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #topNewsBox .list01 > li {
    width: auto;
    margin-left: 0;
  }
}
#topNewsBox .list01 > li p {
  margin: 0;
}
#topNewsBox .list01 > li p.date {
  display: inline-block;
  line-height: 1;
  width: 130px;
}
#topNewsBox .list01 > li p.ctg {
  display: inline-block;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  padding: 4px;
  background: #00abe3;
}
#topNewsBox .list01 > li p.txt {
  margin: 5px 0 0 0;
  font-weight: bold;
}
#topNewsBox .btnMore {
  clear: both;
  text-align: center;
  margin: 45px 0 0 0;
}
#topNewsBox .btnMore a {
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.8rem;
  line-height: 1;
  min-width: 300px;
  padding: 15px 0;
  background: #00abe3;
}
#topNewsBox .btnMore a:hover {
  opacity: 0.7;
}

/* topGroupBox
-----------------------------------------------------*/
#topGroupBox {
  clear: both;
  padding: 180px 0 90px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topGroupBox {
    padding: 90px 0 45px 0;
  }
}
#topGroupBox h2 {
}
#topGroupBox .list01 {
  margin: 100px 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #topGroupBox .list01 {
    margin-top: 50px;
    display: block;
  }
}
#topGroupBox .list01 > li {
  width: 50%;
  margin: 0;
  padding: 75px 0;
  list-style-type: none;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  background: transparent;
  transition: all 0.4s;
  position: relative;
}

#topGroupBox .list01 > li:hover {
  background: rgba(160, 216, 239, 0.7);
}
@media only screen and (max-width: 767px) {
  #topGroupBox .list01 > li {
    width: auto;
    padding: 15px;
    border: none !important;
    border-bottom: 1px solid #cccccc;
  }
  #topGroupBox .list01 > li:last-child {
    border-bottom: none;
  }
  #topGroupBox .list01 > li:nth-child(3) {
    border-right: 1px solid #cccccc;
  }
}
#topGroupBox .list01 > li:nth-child(odd) {
  border-right: 1px solid #cccccc;
}

#topGroupBox .list01 > li:nth-child(3) {
  border: 1px solid #cccccc;
  border-top: none;
}
#topGroupBox .list01 > li.item01,
#topGroupBox .list01 > li.item02 {
  border-bottom: 1px solid #cccccc;
}
#topGroupBox .list01 > li.item01:after,
#topGroupBox .list01 > li.item02:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(1);
  transition: all 0.4s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#topGroupBox .list01 > li.item01:hover:after,
#topGroupBox .list01 > li.item02:hover:after {
  transform: scale(1.2);
  opacity: 0;
}

#topGroupBox .list01 > li.item01:after {
  background: url(../img/top/top_group_img01.jpg) center center no-repeat;
  background-size: cover;
}
#topGroupBox .list01 > li.item02:after {
  background: url(../img/top/top_group_img02.jpg) center center no-repeat;
  background-size: cover;
}
#topGroupBox .list01 > li h3 {
  font-size: 2.4rem;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #topGroupBox .list01 > li h3 {
    font-size: 2rem;
  }
}
#topGroupBox .list01 > li .txt {
  font-size: 1.8rem;
  margin: 15px 0 0 0;
}
#topGroupBox .list01 > li .btn {
  margin: 30px 0 0 0;
}
#topGroupBox .list01 > li .btn a {
  display: inline-block;
  font-size: 1.8rem;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  min-width: 300px;
  padding: 15px 0;
  background: #00abe3;
}
#topGroupBox .list01 > li .btn a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 767px) {
  #topGroupBox .list01 > li .btn a {
    min-width: 240px;
  }
}

/* topCompanyBox
-----------------------------------------------------*/
#topCompanyBox {
  clear: both;
  padding: 90px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topCompanyBox {
    padding: 45px 0;
  }
}
#topCompanyBox h2 {
}

#topCompanyBox .box01 {
  margin: 80px 0 0 0;
}
@media only screen and (max-width: 767px) {
  #topCompanyBox .box01 {
    margin-top: 40px;
  }
}
#topCompanyBox .box01 .clm01 {
  float: left;
  width: 600px;
}
#topCompanyBox .box01 .clm02 {
  float: right;
  width: 540px;
}
@media only screen and (max-width: 767px) {
  #topCompanyBox .box01 .clm01 {
    float: none;
    width: auto;
  }
  #topCompanyBox .box01 .clm02 {
    float: none;
    width: auto;
    margin: 30px 0 0 0;
  }
}
#topCompanyBox .box01 .tbl01 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
#topCompanyBox .box01 .tbl01 th,
#topCompanyBox .box01 .tbl01 td {
  font-size: 1.4rem;
  text-align: left;
  vertical-align: top;
  padding: 0 0 10px 0;
}
#topCompanyBox .box01 .tbl01 th {
  padding-right: 15px;
  font-weight: normal;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  #topCompanyBox .box01 .tbl01 th,
  #topCompanyBox .box01 .tbl01 td {
    display: block;
  }
  #topCompanyBox .box01 .tbl01 th {
    padding: 10px 0 5px 0;
    font-weight: bold;
    font-size: 1.6rem;
    border-top: 1px solid #231815;
  }
}
#topCompanyBox .box01 .tbl01 .officeList {
  margin: 0;
  padding: 0;
}
#topCompanyBox .box01 .tbl01 .officeList > li {
  margin: 0;
  padding: 0 0 0 1em;
  text-indent: -1em;
  list-style-type: none;
}

/* topAccessBox
-----------------------------------------------------*/
#topAccessBox {
  clear: both;
  padding: 90px 0 0 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #topAccessBox {
    padding: 45px 0 90px 0;
  }
}
#topAccessBox h2 {
}
#topAccessBox .list01 {
  margin: 80px 0 0 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #topAccessBox .list01 {
    margin-top: 40px;
  }
}
#topAccessBox .list01 > li {
  float: left;
  width: 48%;
  margin: 0 0 0 4%;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
#topAccessBox .list01 > li:first-child {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  #topAccessBox .list01 > li {
    float: none;
    width: auto;
    margin: 45px 0 0 0;
    text-align: left;
  }
}
#topAccessBox .list01 > li .mapBox iframe {
}
@media only screen and (max-width: 767px) {
  #topAccessBox .list01 > li .mapBox iframe {
    width: 100%;
    height: 240px;
  }
}
#topAccessBox .list01 > li h3 {
  font-size: 2.2rem;
  margin: 15px 0 0 0;
}
#topAccessBox .list01 > li p {
  font-size: 1.6rem;
  margin: 5px 0 0 0;
}
