@charset "UTF-8";
#top {
  width: 100%;
  background: #fff;
}
/*------------------------------------------------------------
Main Visual
------------------------------------------------------------*/
#mv {
  width: 100%;
  height: 100%;
  position: relative;
}
#mv .mv01 {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}
.mvTxtBox {
  padding: 10.63% 0 17.38% 5.63%;
  position: relative;
  z-index: 10;
}
.mv_catch {
  font-size: 300%;
  color: #fff;
  font-weight: 500;
  text-shadow: 1px 1px 90px #415f9d, -1px 1px 90px #415f9d, 1px -1px 90px #415f9d, -1px -1px 90px #415f9d;
  line-height: 1;
  margin-bottom: 26px;
}
.mv_txt {
  font-size: 128.57%;
  line-height: 2;
  color: #fff;
  text-shadow: 1px 1px 45px #415f9d, -1px 1px 45px #415f9d, 1px -1px 45px #415f9d, -1px -1px 45px #415f9d;
}
.topic_btn {
  margin-top: 50px;
}
.topic_btn a {
  color: #FFF;
  font-size: 150%;
  background-color: #004098;
  border: 2px #FFF solid;
  padding: 10px 2% 10px 1%;
  position: relative;
}
.topic_btn a::before {
  content: url("../images/top/pickup.png");
  position: absolute;
  top: -30px;
  left: -35px;
}
.topic_btn a:hover {
  background-color: #f39700;
  color: #FFF;
  border: 2px #FFF solid;
}
.topic_btn a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  padding-left: 20px;
}
.topic_btn_noribon {
  margin-top: 40px;
}
.topic_btn_noribon dd {
  margin-top: 20px;
}
.topic_btn_noribon a {
  color: #FFF;
  font-size: 150%;
  background-color: #004098;
  border: 2px #FFF solid;
  padding: 10px 2% 10px 1%;
  position: relative;
  line-height: 2.8em;
}
.topic_btn_noribon a::before {
  position: absolute;
  top: -30px;
  left: -35px;
}
.topic_btn_noribon a:hover {
  background-color: #f39700;
  color: #FFF;
  border: 2px #FFF solid;
}
.topic_btn_noribon a::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 900;
  padding-left: 20px;
}
.text {
  display: inline-block;
}
#mvLink {
  width: 25%;
  height: 100%;
  background: rgba(255, 255, 255, .9);
  padding: 2% 2%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.mvLinkBtn {
  display: block;
  border: 3px solid #004098;
  padding: 2.5% 12.5%;
  width: 100%;
  text-align: center;
  color: #004098;
  font-size: 18px;
  line-height: 1.33;
  font-weight: 700;
  margin-bottom: 10px;
  background: url(/corp/images/common/arrowBlue.png) no-repeat right 7.79% center;
  transition: all .25s ease;
}
.mvLinkBtn:hover {
  background: url(/corp/images/common/arrowWhite.png) no-repeat right 7.79% center #004098;
  color: #fff;
}
.mvLinkTxt {
  color: #004098;
  line-height: 2;
  text-align: center;
  margin-top: 4%;
}
.mvLinkTxt a {
  color: #004098;
  display: inline-block;
}
.mvLinkTxt a:hover {
  text-decoration: underline;
}
.mvLinkBtn02 {
  display: block;
  width: 75%;
  background: #004098;
  line-height: 40px;
  font-size: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 4%;
  transition: all .25s ease;
}
.mvLinkBtn02:hover {
  background: #f39800;
}
.mvBtmArea {
  width: 100%;
}
/*slider*/
.slick01 {
  display: none;
}
.slick01 .slick-initialized {
  display: block;
}
/* news */
#newsArea {
  width: 96%;
  margin: 4% 2%;
  background: rgba(255, 255, 255, .9);
  position: relative;
  border-bottom: 1px solid #FFF;
  z-index: 10;
  display: flex;
}
#newsArea .newsTtl {
  width: 10%;
  flex: 0 0 10%;
  color: #fff;
  padding: 1.19% 0 1.06% 3.5%;
  background: url(../images/top/iconTopNews_blue.png) no-repeat 5px center;
  float: left;
  display: flex;
  align-items: center;
  border: 1px solid #004098;
}
#newsArea .newsTtl .newsTtlJp {
  color: #004098;
  font-size: 128.57%;
  display: block;
  line-height: 1.2;
}
#newsArea .newsTtl .newsTtlEn {
  color: #004098;
  font-size: 85.71%;
  display: block;
  line-height: 1.2;
}
.newsContent {
  width: 90%;
  /*float: right;*/
}
.newsContent .topNews {
  padding: 1.39% 0 0 2.3%;
}
.newsContent .topNews dt {
  float: left;
}
.newsContent .topNews dt .date {
  font-size: 114.29%;
  color: #004098;
  margin-right: 20px;
}
.newsContent .topNews dt .ctgry {
  color: #fff;
  display: inline-block;
  padding: 0.5em 1.5em;
  background: #f39700;
  border-radius: 14px;
  line-height: 1;
}
.newsContent .topNews dd {
  margin-left: 20.83%;
  margin-bottom: 1em;
  font-size: 114.29%;
  color: #666;
  line-height: 1.88;
}
.newsContent .topNews dd a {
  color: #666;
  padding-left: 10px;
}
.newsContent .topNews dd a:hover {
  text-decoration: underline;
}
.newsContent .topNews dd .new {
  font-size: 14px;
  color: #f39800;
}
.newsContent .topNews dt:nth-of-type(n+5), .newsContent .topNews dt:nth-of-type(n+5) + dd {
  display: none;
}
a.newsBtn {
  display: block;
  background: #004098;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  width: 150px;
  border-radius: 20px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 30px;
  transition: all .25s ease;
}
a.newsBtn:hover {
  background: #f39700;
}
.kaigai_info_area {
  width: 80%;
  margin: 0 auto 5%;
  padding: 1% 0;
  border-top: 5px double #000;
  border-bottom: 5px double #000;
  text-align: center;
}
.kaigai_info_area h3 {
  font-size: 1.2em;
  padding-bottom: 5px;
}
.kaigai_info_area p {
  font-size: 1.1em;
}
.kaigai_info_area_link {
  color: blue;
}
@media screen and (max-width:1180px) {
  #mv {
    height: auto;
  }
  #mvLink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: inherit;
    width: 100%;
  }
  .mvLinkBtn {
    padding: 20px 0;
    width: 48%;
    margin: 1%;
    transition: all .25s ease;
  }
  .mvLinkTxt {
    color: #004098;
    line-height: 2;
    text-align: center;
    margin-top: 10px;
  }
  .mvLinkBtn02 {
    margin-top: 10px;
  }
  .mvBtmArea {
    position: inherit;
  }
  #newsArea {
    display: block;
  }
  #newsArea .newsTtl {
    width: 100%;
    float: none;
    padding-left: 5%;
  }
  .newsContent {
    width: 100%;
  }
  a.newsBtn {
    display: block;
    background: #fff;
    color: #004098;
    font-size: 16px;
    line-height: 32px;
    width: 150px;
    border-radius: 16px;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 30px;
    transition: all .25s ease;
  }
  a.newsBtn:hover {
    background: #f39700;
    color: #fff;
  }
}
@media screen and (max-width:768px) {
  #mv .mv01 {
    margin-top: 5%;
  }
  .mvTxtBox {
    padding: 32% 4% 22.25%;
    position: relative;
    z-index: 10;
  }
  .mv_catch {
    text-align: center;
    font-size: 171.43%;
    color: #fff;
    font-weight: 500;
    text-shadow: 1px 1px 20px #415f9d, -1px 1px 20px #415f9d, 1px -1px 20px #415f9d, -1px -1px 20px #415f9d;
    line-height: 1;
    margin-bottom: 26px;
  }
  .mv_txt {
    text-align: center;
    font-size: 75%;
    line-height: 2;
    color: #fff;
    text-shadow: 1px 1px 14px #415f9d, -1px 1px 14px #415f9d, 1px -1px 14px #415f9d, -1px -1px 14px #415f9d;
  }
  .topic_btn {
    margin-top: 10%;
    text-align: center;
  }
  .topic_btn a {
    font-size: 110%;
    padding: 10px 2% 10px 2%;
  }
  #mvLink {
    width: 100%;
    padding: 4% 4% 8%;
  }
  .mvLinkBtn {
    display: block;
    float: none;
    width: 100%;
    font-size: 85.71%;
    padding: 14px 0;
  }
  .mvLinkTxt {
    font-size: 85.71%;
  }
  .mvLinkBtn02 {
    font-size: 75%;
    margin-top: 10px;
  }
  /* news */
  #newsArea {
    width: 95%;
    margin: 4% 2.5% 2%;
    background: rgba(255, 255, 255, .9);
    position: relative;
    z-index: 10;
    display: block;
  }
  #newsArea .newsTtl {
    width: 100%;
    color: #fff;
    padding: 3.13% 3.75% 3.13% 10%;
    background: url(../images/top/iconTopNews_blue.png) no-repeat 10px center;
    -webkit-background-size: 18px;
    background-size: 18px;
    float: none;
  }
  #newsArea .newsTtl .newsTtlJp {
    color: #004098;
    font-size: 107.14%;
    display: block;
    line-height: 1.2;
  }
  #newsArea .newsTtl .newsTtlEn {
    color: #004098;
    font-size: 64.29%;
    display: block;
    line-height: 1.2;
  }
  .newsContent {
    width: 100%;
    float: none;
  }
  .newsContent .topNews {
    padding: 0;
  }
  .newsContent .topNews dt {
    float: none;
    padding: 3.75% 3.75% 0;
  }
  .newsContent .topNews dt .date {
    font-size: 75%;
    color: #004098;
    margin-right: 17px;
  }
  .newsContent .topNews dt .ctgry {
    font-size: 67.86%;
    color: #fff;
    display: inline-block;
    padding: 0 2.5em;
    background: #f39700;
    border-radius: 8px;
    line-height: 16px;
  }
  .newsContent .topNews dd {
    margin-left: 0;
    margin-bottom: 0;
    font-size: 75%;
    color: #666;
    line-height: 1.88;
    padding: 0 3.75% 3.75%;
    border-bottom: 1px solid #ccc;
  }
  .newsContent .topNews dd .new {
    font-size: 67.86%;
    color: #f39800;
  }
  a.newsBtn {
    display: block;
    background: #fff;
    color: #004098;
    font-size: 85.71%;
    line-height: 20px;
    width: 103px;
    border-radius: 10px;
    position: absolute;
    top: 15px;
    right: 3.75%;
    margin-top: 0;
  }
  .topic_btn_noribon a {
    font-size: 80%;
  }
}
@media screen and (min-width:601px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width:600px) {
  #mv .mv01 {
    margin-top: 10%;
  }	
  .topic_btn {
    width: 100%;
    margin: 15% 0;
  }
  .topic_btn a {
    font-size: 90%;
    padding: 10px 2% 10px 2%;
    text-align: center;
  }
  .topic_btn a::after {
    padding-left: 10px;
  }
  .topic_btn_noribon a {
    display: inline-block;
    line-height: 1.3;
    padding-left: 6%;
  }
  .kaigai_info_area p {
    font-size: 0.9em;
  }
}
/*------------------------------------------------------------
Why

#why {
  background: #f2f2f2;
  text-align: center;
}
.whyTtlBox {
  padding: 5.63% 0 3.91%;
}
.whyTtlBox .whyTtl {
  font-family: 'Oswald', sans-serif;
  font-size: 342.86%;
  font-style: italic;
  line-height: 1.2;
  font-feature-settings: 'palt';
  color: #004098;
}
.whyTtlBox p {
  margin-top: 0.6rem;
  font-size: 150%;
}
.whyBoxWrap {
  width: 81.25%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 4.69%;
}
.whyBox {
  flex: 0 0 320px;
  position: relative;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, .07);
  margin-bottom: 5.77%;
  padding: 3.85% 0 4.81%;
}
.whyBox .img {
  margin-bottom: 6.25%;
}
.whyBox .txt {
  font-size: 128.57%;
  font-weight: 700;
  line-height: 1.33;
}
.whBoxBtn {
  display: block;
  background: #004098;
  color: #fff;
  line-height: 45px;
  width: 180px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -90px;
  transition: all .25s ease;
}
.whBoxBtn:hover {
  background: #f39700;
}
@media screen and (max-width:768px) {
  .whyTtlBox {
    padding: 8.75% 0;
  }
  .whyTtlBox .whyTtl {
    font-size: 192.86%;
  }
  .whyTtlBox p {
    font-size: 85.71%;
  }
  .whyBoxWrap {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 4.69%;
  }
  .whyBox {
    flex: 0 0 48%;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    margin-bottom: 8%;
    padding: 3.85% 0 10%;
  }
  .whyBox .img {
    margin-bottom: 6.25%;
  }
  .whyBox .txt {
    font-size: 85.71%;
    font-weight: 700;
    line-height: 1.33;
  }
  .whBoxBtn {
    line-height: 30px;
    font-size: 85.71%;
    width: 140px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -70px;
  }
}
------------------------------------------------------------*/
/*------------------------------------------------------------
Search
------------------------------------------------------------*/
#search {
  width: 100%;
  position: relative;
}
.searchPanelWrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.searchPanel {
  width: 33.3333%;
  height: 250px;
  text-align: center;
  position: relative;
  transition: all .4s ease;
  cursor: pointer;
}
.searchTtlBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  width: 100%;
}
.searchTtlBox .searchTtl {
  font-family: 'Oswald', sans-serif;
  color: #fff;
  font-size: 250%;
  line-height: 1.2;
  font-feature-settings: 'palt';
}
.searchTtlBox .ttlSub {
  color: #fff;
  margin-top: 0.6rem;
  font-size: 120%;
  line-height: 1.2;
}
.searchTtlBox .hoverTxt {
  display: none;
  font-size: 300%;
  color: #004098;
  font-weight: 300;
  top: 93%;
  left: 48%;
  position: absolute;
}
.searchPanel:hover .searchTtl, .searchPanel:hover .ttlSub, .active .searchTtl, .active .ttlSub {
  color: #004098;
}
.searchPanel:hover .hoverTxt, .active .hoverTxt {
  display: block;
}
.pcr {
  background: url(../images/top/search_pcr.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pcr:hover, .pcr.active {
  background: url(../images/top/search_pcr_bw.jpg) no-repeat center top/cover;
}
.virusplan {
  background: url(../images/top/search_virusplan.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.virusplan:hover, .virusplan.active {
  background: url(../images/top/search_virusplan_bw.jpg) no-repeat center top/cover;
}
.kokunai {
  background: url(../images/top/search_kokunai.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.kokunai:hover, .kokunai.active {
  background: url(../images/top/search_kokunai_bw.jpg) no-repeat center top/cover;
}
.revitalization {
  background: url(../images/top/search_revitalization.jpg) no-repeat center top/cover;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.revitalization:hover, .revitalization.active {
  background: url(../images/top/search_revitalization_bw.jpg) no-repeat center top/cover;
}
.solution {
  background: url(../images/top/search_solution.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.solution:hover, .solution.active {
  background: url(../images/top/search_solution_bw.jpg) no-repeat center top/cover;
}
.businesstravel {
  background: url(../images/top/search_businesstravel.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.businesstravel:hover, .businesstravel.active {
  background: url(../images/top/search_businesstravel_bw.jpg) no-repeat center top/cover;
}
.dantai {
  background: url(../images/top/search_dantai.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.dantai:hover, .dantai.active {
  background: url(../images/top/search_dantai_bw.jpg) no-repeat center top/cover;
}
.online {
  background: url(../images/top/search_online.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.online:hover, .online.active {
  background: url(../images/top/search_online_bw.jpg) no-repeat center top/cover;
}
.inspection {
  background: url(../images/top/search_inspection.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.inspection:hover, .inspection.active {
  background: url(../images/top/search_inspection_bw.jpg) no-repeat center top/cover;
}
.rental {
  background: url(../images/top/search_rental.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.rental:hover, .rental.active {
  background: url(../images/top/search_rental_bw.jpg) no-repeat center top/cover;
}
.localinfo {
  background: url(../images/top/search_localinfo.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.localinfo:hover, .localinfo.active {
  background: url(../images/top/search_localinfo_bw.jpg) no-repeat center top/cover;
}
.seminar {
  background: url(../images/top/search_seminar.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.seminar:hover, .seminar.active {
  background: url(../images/top/search_seminar_bw.jpg) no-repeat center top/cover;
}
.column {
  background: url(../images/top/search_column.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.column:hover, .column.active {
  background: url(../images/top/search_column_bw.jpg) no-repeat center top/cover;
}
.businessevent {
  background: url(../images/top/search_businessevent.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.businessevent:hover, .businessevent.active {
  background: url(../images/top/search_businessevent_bw.jpg) no-repeat center top/cover;
}
.food {
  background: url(../images/top/search_food.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.food:hover, .food.active {
  background: url(../images/top/search_food_bw.jpg) no-repeat center top/cover;
}
.electrical {
  background: url(../images/top/search_electrical.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.electrical:hover, .electrical.active {
  background: url(../images/top/search_electrical_bw.jpg) no-repeat center top/cover;
}
.mobile {
  background: url(../images/top/search_mobile.jpg) no-repeat center top/cover;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.mobile:hover, .mobile.active {
  background: url(../images/top/search_mobile_bw.jpg) no-repeat center top/cover;
}
.hennahotel {
  background: url(../images/top/search_hennahotel.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.hennahotel:hover, .hennahotel.active {
  background: url(../images/top/search_hennahotel_bw.jpg) no-repeat center top/cover;
}
.workation {
  background: url(../images/top/search_warkation.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.workation:hover, .workation.active {
  background: url(../images/top/search_warkation_bw.jpg) no-repeat center top/cover;
}

.benefit {
  background: url(../images/top/search_benefit.jpg) no-repeat center top/cover;
  border-bottom: 1px solid #fff;
}
.benefit:hover, .benefit:active {
	  background: url(../images/top/search_benefit_bw.jpg) no-repeat center top/cover;
}



@media screen and (max-width:1473px) and (min-width:769px) {
  .searchTtlBox .searchTtl {
    font-size: 200%;
  }
}
@media screen and (max-width:768px) {
  .searchPanel {
    width: 50%;
    height: 60px;
  }
  .searchTtlBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .searchTtlBox .searchTtl, .searchPanel:hover .searchTtl {
    font-size: 90%;
    color: #fff;
  }
  .searchTtlBox .ttlSub, .searchPanel:hover .ttlSub {
    font-size: 85.71%;
    color: #fff;
  }
  .searchTtlBox .hoverTxt, .searchPanel:hover .hoverTxt {
    display: none;
    font-size: 85.71%;
    margin-top: 1em;
  }
  .searchPanel.active .searchTtl, .searchPanel.active .ttlSub {
    color: #004098;
  }
  .searchPanel.active .hoverTxt {
    display: block;
  }
  .pcr, .pcr:hover {
    background: url(../images/top/search_pcr.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .pcr.active {
    background: url(../images/top/search_pcr_bw.jpg) no-repeat center top/cover;
  }
  .virusplan, .virusplan:hover {
    background: url(../images/top/search_virusplan.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .virusplan.active {
    background: url(../images/top/search_virusplan_bw.jpg) no-repeat center top/cover;
  }
  .kokunai, .kokunai:hover {
    background: url(../images/top/search_kokunai.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .kokunai.active {
    background: url(../images/top/search_kokunai_bw.jpg) no-repeat center top/cover;
  }
  .solution, .solution:hover {
    background: url(../images/top/search_solution.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .solution.active {
    background: url(../images/top/search_solution_bw.jpg) no-repeat center top/cover;
  }
  .businesstravel, .businesstravel:hover {
    background: url(../images/top/search_businesstravel.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .businesstravel.active {
    background: url(../images/top/search_businesstravel_bw.jpg) no-repeat center top/cover;
  }
  .dantai, .dantai:hover {
    background: url(../images/top/search_dantai.jpg) no-repeat center top/cover;
  }
  .dantai.active {
    background: url(../images/top/search_dantai_bw.jpg) no-repeat center top/cover;
  }
  .online, .online:hover {
    background: url(../images/top/search_online.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .online.active {
    background: url(../images/top/search_online_bw.jpg) no-repeat center top/cover;
  }
  .inspection, .inspection:hover {
    background: url(../images/top/search_inspection.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .inspection.active {
    background: url(../images/top/search_inspection_bw.jpg) no-repeat center top/cover;
  }
  .rental, .rental:hover {
    background: url(../images/top/search_rental.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .rental.active {
    background: url(../images/top/search_rental_bw.jpg) no-repeat center top/cover;
  }
  .localinfo, .localinfo:hover {
    background: url(../images/top/search_localinfo.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .localinfo.active {
    background: url(../images/top/search_localinfo_bw.jpg) no-repeat center top/cover;
  }
  .seminar, .seminar:hover {
    background: url(../images/top/search_seminar.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .seminar.active {
    background: url(../images/top/search_seminar_bw.jpg) no-repeat center top/cover;
  }
  .column, .column:hover {
    background: url(../images/top/search_column.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .column.active {
    background: url(../images/top/search_column_bw.jpg) no-repeat center top/cover;
  }
  .electrical, .electrical:hover {
    background: url(../images/top/search_electrical.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .electrical.active {
    background: url(../images/top/search_electrical_bw.jpg) no-repeat center top/cover;
  }
  .mobile, .mobile:hover {
    background: url(../images/top/search_mobile.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .mobile.active {
    background: url(../images/top/search_mobile_bw.jpg) no-repeat center top/cover;
  }
  .hennahotel, .hennahotel:hover {
    background: url(../images/top/search_hennahotel.jpg) no-repeat center top/cover;
    border-right: 1px solid #fff;
  }
  .hennahotel.active {
    background: url(../images/top/search_hennahotel_bw.jpg) no-repeat center top/cover;
  }
}
/*------------------------------------------------------------
Case
------------------------------------------------------------*/
.flexWrap {
  display: flex;
}
#case {
  background: #004098;
  width: 50%;
  text-align: center;
  position: relative;
}
.caseInner {
  padding: 7.5% 9.38% 15.62%;
}
.headBox01 .topTtlH3 span.en {
  font-family: 'Oswald', sans-serif;
  font-size: 342.86%;
  font-style: italic;
  line-height: 1;
  font-feature-settings: 'palt';
  display: block;
  margin-bottom: 10px;
}
.headBox01 .topTtlH3 span.jp {
  display: block;
  font-size: 128.57%;
  line-height: 1;
  margin-bottom: 24px;
}
.headBox01 .headTxt01 {
  font-size: 114.29%;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin-bottom: 3.85%;
}
#case .headBox01 {
  color: #fff;
}
.caseBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.caseBox li {
  background: #fff;
  width: 49.23%;
  margin: 0 0 10px;
}
.caseBox li a {
  display: block;
  color: #004098;
}
.caseBox li a .caseImg {
  overflow: hidden;
}
.caseBox li a .caseImg img {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
  transition: all .25s ease-in-out;
}
.caseBox li a p.txt {
  padding: 3.75% 6.25% 6.25%;
  font-size: 114.29%;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  transition: all .25s ease-in-out;
}
.caseBox li a:hover .caseImg img {
  transform: scale(1.1);
}
.caseBox li a:hover p.txt {
  opacity: .8;
}
.caseBtn {
  display: block;
  line-height: 40px;
  background: #fff;
  padding: 0;
  width: 170px;
  font-size: 114.29%;
  font-weight: 500;
  color: #004098;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 4.31% auto 0;
  transition: all .25s ease-in-out;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -85px;
}
.caseBtn:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url(../images/common/arrowBlue.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}
.caseBtn:hover {
  background: none;
  color: #fff;
}
.caseBtn:hover:after {
  background: url(../images/common/arrowWhite.png) no-repeat center center/100%;
}
@media screen and (max-width:768px) {
  .flexWrap {
    display: block;
  }
  #case {
    width: 100%;
    float: none;
  }
  .caseInner {
    padding: 7.5% 3.75%;
  }
  .headBox01 .topTtlH3 span.en {
    font-size: 192.86%;
  }
  .headBox01 .topTtlH3 span.jp {
    display: block;
    font-size: 85.71%;
    line-height: 1;
    margin-bottom: 24px;
  }
  .headBox01 .headTxt01 {
    font-size: 75%;
    line-height: 2;
    margin-bottom: 5%;
  }
  #case .headBox01 {
    color: #fff;
  }
  .caseBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .caseBox li {
    background: #fff;
    width: 49.23%;
    margin: 0 0 10px;
  }
  .caseBox li a {
    display: block;
    color: #004098;
  }
  .caseBox li a .caseImg {
    overflow: hidden;
  }
  .caseBox li a .caseImg img {
    display: block;
    width: 100%;
    height: auto;
    line-height: 0;
    transition: all .25s ease-in-out;
  }
  .caseBox li a p.txt {
    padding: 3.75% 6.25% 6.25%;
    font-size: 64.29%;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
  }
  .caseBox li a:hover .caseImg img {
    transform: scale(1.1);
  }
  .caseBox li a:hover p.txt {
    opacity: .8;
  }
  .caseBtn {
    display: block;
    line-height: 30px;
    background: #fff;
    padding: 0;
    width: 174px;
    font-size: 85.71%;
    font-weight: 500;
    color: #004098;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 4.31% auto 0;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: auto;
  }
  .caseBtn:after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/common/arrowBlue.png) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }
  .caseBtn:hover {
    background: none;
    color: #fff;
  }
  .caseBtn:hover:after {
    background: url(../images/common/arrowWhite.png) no-repeat center center/100%;
  }
}
/*------------------------------------------------------------
Seminar
------------------------------------------------------------*/
#seminar {
  background: #fff;
  width: 50%;
  text-align: center;
  position: relative;
}
.seminarInner {
  padding: 7.5% 7.5% 15.62%;
}
#seminar .headBox01 {
  color: #004098;
}
.seminarBox li a {
  display: block;
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid #ccc;
  background: #fff;
  transition: all .25s ease-in-out;
}
.seminarBox li:last-child a {
  border-bottom: 0;
}
.seminarBox li a:after {
  content: "";
  display: block;
  clear: both;
}
.seminarBox li a .seminarImg {
  width: 14.71%;
  float: left;
}
.seminarBox li a .seminarImg img {
  display: block;
  line-height: 0;
}
.seminarBox li a .txt {
  margin-left: 19.12%;
  padding: 14px 10.29% 14px 0;
  font-size: 114.29%;
}
.seminarBox li a:hover {
  background: #f0f0f0;
}
.seminarBox li a .txt .date {
  color: #004098;
  font-weight: 700;
}
.seminarBox li a .txt p {}
.seminarBtn {
  display: block;
  line-height: 40px;
  background: #004098;
  padding: 0;
  font-size: 114.29%;
  font-weight: 500;
  color: #fff;
  width: 170px;
  border: 1px solid #004098;
  border-radius: 20px;
  margin: 5.59% auto 0;
  transition: all .25s ease-in-out;
  position: absolute;
  bottom: 45px;
  left: 50%;
  margin-left: -85px;
}
.seminarBtn:after {
  content: "";
  display: block;
  width: 5px;
  height: 8px;
  background: url(../images/common/arrowWhite.png) no-repeat center center/100%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}
.seminarBtn:hover {
  background: none;
  color: #004098;
}
.seminarBtn:hover:after {
  background: url(../images/common/arrowBlue.png) no-repeat center center/100%;
}
@media screen and (max-width:768px) {
  #seminar {
    width: 100%;
    float: none;
  }
  .seminarInner {
    padding: 7.5% 3.75%;
  }
  #seminar .headBox01 {
    color: #004098;
  }
  .seminarBox li a {
    display: block;
    text-align: left;
    padding: 14px 0;
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  .seminarBox li a .seminarImg {
    width: 18.24%;
    float: left;
  }
  .seminarBox li a .txt {
    margin-left: 23.65%;
    padding: 1em 10.29% 1em 0;
    font-size: 75%;
  }
  .seminarBtn {
    display: block;
    line-height: 30px;
    background: #004098;
    padding: 0;
    width: 174px;
    font-size: 85.71%;
    font-weight: 500;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 15px;
    margin: 4.31% auto 0;
    position: relative;
    bottom: 0;
    left: 0;
    margin-left: auto;
  }
  .seminarBtn:after {
    content: "";
    display: block;
    width: 5px;
    height: 8px;
    background: url(../images/common/arrowWhite.png) no-repeat center center/100%;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -3px;
  }
}
/*------------------------------------------------------------
Search
------------------------------------------------------------*/
.solutionsBtn {
  display: block;
  font-size: 150%;
  font-weight: 500;
  line-height: 1;
  padding: 20px 0;
  width: 340px;
  margin: 1.88% auto 4.38%;
  text-align: center;
  color: #fff;
  background: #014593;
  transition: all 0.25s ease;
}
.solutionsBtn:hover {
  background: #f39800;
}
@media screen and (max-width:768px) {
  .solutionsBtn {
    font-size: 107.14%;
    padding: 4% 0;
    width: 75%;
    margin: 7.81% auto;
  }
}
/*------------------------------------------------------------
Search - Insight Solution
------------------------------------------------------------*/
#insightContents {
  display: none;
}
.sitemapBoxWrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #004098;
}
.sitemapBoxWrap:last-of-type {
  border-bottom: 0;
}
.sitemapBoxWrap .head {
  width: 19.921875%;
}
.sitemapBoxWrap .head h3 {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sitemapBoxWrap .content {
  width: 40.5%;
  background: #eee;
  padding: 30px 20px;
  border-left: 1px solid #fff;
}
.sitemapBoxWrap .contentThree {
  width: 26.98%;
}
.sitemapBoxWrap h3 {
  font-size: 20px;
  font-weight: bold;
  color: #004098;
  position: relative;
  text-align: center;
}
.sitemapBoxWrap h4 {
  font-size: 18px;
  font-weight: bold;
  color: #004098;
  position: relative;
  text-align: left;
  padding: 0 10px 10px 20px;
}
.sitemapBoxWrap h3 a, .sitemapBoxWrap h4 a {
  color: #004098;
}
.sitemapBoxWrap h4 a:hover {
  text-decoration: underline;
}
.sitemapBoxWrap h4::after {
  position: absolute;
  content: "";
  vertical-align: middle;
  top: 12px;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #004098;
  border-right: 2px solid #004098;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .4s;
}
.sitemapBoxWrap ul {
  text-align: left;
  padding-left: 10px;
  width: 60%;
}
.sitemapBoxWrap ul li {
  margin: 0 10px 10px 0;
  padding: 0 0 0 18px;
  position: relative;
}
.sitemapBoxWrap ul li::before {
  position: absolute;
  content: "・";
  top: 3px;
  left: 0;
  color: #004098;
}
.sitemapBoxWrap ul li a {
  font-size: 16px;
  text-decoration: underline;
}
.sitemapBoxWrap ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width:768px) {
  .sitemapBoxWrap {
    display: block;
  }
  .sitemapBoxWrap:last-of-type {
    border-bottom: 0;
  }
  .sitemapBoxWrap .head {
    width: 100%;
  }
  .sitemapBoxWrap .head h3 {
    display: block;
    padding: 20px 0;
  }
  .sitemapBoxWrap .content {
    width: 100%;
    background: #eee;
    padding: 20px 20px;
    border-bottom: 1px solid #fff;
    border-left: 0;
  }
  .sitemapBoxWrap .contentThree {
    width: 100%;
  }
  .sitemapBoxWrap h3 {
    font-size: 107.14%;
  }
  .sitemapBoxWrap h4 {
    font-size: 100%;
    font-weight: bold;
    color: #004098;
    position: relative;
    text-align: left;
    padding: 0 10px 10px 20px;
  }
  .sitemapBoxWrap h4::after {
    position: absolute;
    content: "";
    vertical-align: middle;
    top: 6px;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #004098;
    border-right: 2px solid #004098;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .4s;
  }
  .sitemapBoxWrap ul {
    text-align: left;
    padding-left: 10px;
    width: 100%;
    float: none;
  }
  .sitemapBoxWrap ul li {
    margin: 0 10px 10px 0;
    padding: 0 0 0 18px;
    position: relative;
  }
  .sitemapBoxWrap ul li::before {
    position: absolute;
    content: "・";
    top: 3px;
    left: 0;
    color: #004098;
  }
  .sitemapBoxWrap ul li a {
    font-size: 85.71%;
    text-decoration: underline;
  }
}
/*------------------------------------------------------------
Search - Wants
------------------------------------------------------------*/
#wantsContents {
  display: none;
}
.wantsBoxWrap {
  display: flex;
  flex-wrap: wrap;
}
.wantsBox {
  display: block;
  width: 33.3333%;
  padding: 47px 0 0;
  text-align: center;
}
.wantsTxtBox {
  background: #fff;
  width: 227px;
  height: 227px;
  color: #004098;
  font-size: 18px;
  line-height: 1.67;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all .25s ease;
}
.wantsTxt {
  font-size: 16px;
  color: #fff;
  line-height: 3;
}
.wantsBox:hover .wantsTxtBox {
  background: #004098;
  color: #fff;
}
.wantsBox01 {
  background: url(/corp/images/top/wants_bg01.jpg) no-repeat center/cover;
}
.wantsBox02 {
  background: url(/corp/images/top/wants_bg02.jpg) no-repeat center/cover;
}
.wantsBox03 {
  background: url(/corp/images/top/wants_bg03.jpg) no-repeat center/cover;
}
.wantsBox04 {
  background: url(/corp/images/top/wants_bg04.jpg) no-repeat center/cover;
}
.wantsBox05 {
  background: url(/corp/images/top/wants_bg05.jpg) no-repeat center/cover;
}
.wantsBox06 {
  background: url(/corp/images/top/wants_bg06.jpg) no-repeat center/cover;
}
.wantsBox07 {
  background: url(/corp/images/top/wants_bg07.jpg) no-repeat center/cover;
}
.wantsBox08 {
  background: url(/corp/images/top/wants_bg08.jpg) no-repeat center/cover;
}
.wantsBox09 {
  background: url(/corp/images/top/wants_bg09.jpg) no-repeat center/cover;
}
.modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
}
.overLay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  height: 100vh;
  z-index: 101;
}
.modalInner {
  width: 100%;
  position: absolute;
  z-index: 102;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100vh;
  overflow-y: scroll;
}
.modalTtl {
  font-size: 30px;
  font-weight: 700;
  color: #004098;
  margin-bottom: 6.88%;
  text-align: center;
  padding-top: 4.69%;
}
.modalContentWrap {
  width: 100%;
  display: flex;
  padding: 0 8.75%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.modalContentWrap:before {
  content: "";
  display: block;
  width: 33.3333%;
  order: 1;
}
.modalContentWrap:after {
  content: "";
  display: block;
  width: 33.3333%;
}
.modalContentWrap li {
  width: 33.3333%;
  margin-bottom: 5.3%;
  padding-right: 3.79%;
}
.modalContentWrap li a {
  display: flex;
}
.modalContentWrap li a .img {
  width: 70px;
  flex: 0 0 70px;
  margin-right: 8px;
}
.modalContentWrap li a .txt .ttl {
  font-size: 25px;
  font-weight: 700;
  color: #004098;
  line-height: 1;
  margin-bottom: 0.8em;
  transition: all .25s ease;
}
.modalContentWrap li a .txt p {
  line-height: 1.2;
}
.modalContentWrap li a:hover .txt .ttl {
  color: #f39800;
}
a.modalClose {
  display: block;
  width: 50px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 103;
  text-align: center;
  color: #004098;
}
@media screen and (max-width:768px) {
  .wantsBoxWrap {
    display: flex;
    flex-wrap: wrap;
  }
  .wantsBox {
    display: block;
    width: 50%;
    padding: 47px 0 0;
    text-align: center;
  }
  .wantsTxtBox {
    background: #fff;
    width: 120px;
    height: 120px;
    color: #004098;
    font-size: 85.71%;
    line-height: 1.67;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    transition: all .25s ease;
    padding: 2%;
  }
  .wantsTxt {
    font-size: 85.71%;
  }
  .modal {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
  }
  .overLay {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.95);
    width: 100%;
    height: 100vh;
    z-index: 101;
  }
  .modalInner {
    width: 100%;
    position: absolute;
    z-index: 102;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 100vh;
    overflow-y: scroll;
  }
  .modalTtl {
    font-size: 150%;
    font-weight: 700;
    color: #004098;
    margin-bottom: 6.88%;
    text-align: center;
    padding-top: 32%;
  }
  .modalContentWrap {
    width: 100%;
    display: block;
    padding: 0 8.75%;
  }
  .modalContentWrap:before {
    display: none;
  }
  .modalContentWrap:after {
    display: none;
  }
  .modalContentWrap li {
    width: 100%;
    margin-bottom: 5.3%;
    padding-right: 0;
    padding-bottom: 3.79%;
    border-bottom: 1px solid #ccc;
  }
  .modalContentWrap li a {
    display: flex;
  }
  .modalContentWrap li a .img {
    width: 40px;
    flex: 0 0 40px;
    margin-right: 8px;
  }
  .modalContentWrap li a .txt .ttl {
    font-size: 100%;
  }
  .modalContentWrap li a .txt p {
    font-size: 85.71%;
    line-height: 1.2;
  }
  a.modalClose {
    display: block;
    width: 32px;
    height: 54px;
    position: absolute;
    top: 60px;
    right: 4%;
    z-index: 103;
    font-size: 64.29%;
  }
}
/*------------------------------------------------------------
Search - Organizations
------------------------------------------------------------*/
#ognzContents {
  display: none;
}
.ognzBoxWrap {
  display: flex;
  flex-wrap: wrap;
}
.ognzBox {
  width: 50%;
  border-bottom: 1px solid #004098;
}
.ognzBox:nth-child(even) {
  border-left: 1px solid #004098;
}
.ognzImg {
  width: 100%;
  height: 170px;
}
.ognz01 .ognzImg {
  background: url(/corp/images/top/organizations_img01.jpg) no-repeat center/cover;
}
.ognz02 .ognzImg {
  background: url(/corp/images/top/organizations_img02.jpg) no-repeat center/cover;
}
.ognz03 .ognzImg {
  background: url(/corp/images/top/organizations_img03.jpg) no-repeat center/cover;
}
.ognz04 .ognzImg {
  background: url(/corp/images/top/organizations_img04.jpg) no-repeat center/cover;
}
.ognzTxtBox {
  text-align: center;
  background: #fff;
  padding: 7.5% 11.88% 5.75%;
}
.ognzTtl {
  font-size: 24px;
  font-weight: 700;
  color: #004098;
  line-height: 1;
  margin-bottom: 1em;
}
.ognzTxt {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 7.5%;
}
.ognzBtn {
  display: block;
  width: 280px;
  background: #004098;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  transition: all .25s ease;
}
.ognzBtn:hover {
  background: #f39800;
}
.ognzModalBtn {
  display: block;
  width: 375px;
  background: #004098;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  transition: all .25s ease;
}
.ognzModalBtn:hover {
  background: #f39800;
}
@media screen and (max-width:768px) {
  .ognzBoxWrap {
    display: block;
  }
  .ognzBox {
    width: 100%;
    border-bottom: 1px solid #004098;
  }
  .ognzBox:nth-child(even) {
    border-left: 0;
  }
  .ognzImg {
    width: 100%;
    height: 90px;
  }
  .ognzTxtBox {
    text-align: center;
    background: #fff;
    padding: 7.5% 11.88% 5.75%;
  }
  .ognzTtl {
    font-size: 114.29%;
    font-weight: 700;
    color: #004098;
    line-height: 1;
    margin-bottom: 1em;
  }
  .ognzTxt {
    font-size: 85.71%;
  }
  .ognzBtn {
    display: block;
    width: 100%;
    background: #004098;
    line-height: 1;
    padding: 1em 0;
    font-size: 85.71%;
  }
  .ognzBtn:hover {
    background: #f39800;
  }
  .ognzModalBtn {
    display: block;
    width: 75%;
    background: #004098;
    line-height: 40px;
    font-size: 85.71%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }
}