@charset "utf-8";


/*--------------------------------------------
共通
--------------------------------------------*/
/*
フォントサイズ
*/
.u-fs__60__30 { font-size: 60px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__60__30 { font-size: 30px !important; }
}

.u-fs__60__35 { font-size: 60px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__60__35 { font-size: 35px !important; }
}

.u-fs__48__26 { font-size: 48px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__48__26 { font-size: 26px !important; }
}

.u-fs__40__24 { font-size: 40px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__40__24 { font-size: 24px !important; }
}

.u-fs__36__20 { font-size: 36px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__36__20 { font-size: 20px !important; }
}

.u-fs__32__20 { font-size: 32px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__32__20 { font-size: 20px !important; }
}

.u-fs__30__18 { font-size: 30px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__30__18 { font-size: 18px !important; }
}

.u-fs__28__16 { font-size: 28px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__28__16 { font-size: 16px !important; }
}

.u-fs__26__16 { font-size: 26px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__26__16 { font-size: 16px !important; }
}

.u-fs__25__20 { font-size: 25px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__25__20 { font-size: 20px !important; }
}

.u-fs__24__18 { font-size: 24px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__24__18 { font-size: 18px !important; }
}

.u-fs__24__16 { font-size: 24px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__24__16 { font-size: 16px !important; }
}

.u-fs__20__18 { font-size: 20px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__20__18 { font-size: 18px !important; }
}

.u-fs__20__16 { font-size: 20px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__20__16 { font-size: 16px !important; }
}

.u-fs__20__14 { font-size: 20px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__20__14 { font-size: 14px !important; }
}

.u-fs__18__16 { font-size: 18px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__18__16 { font-size: 16px !important; }
}

.u-fs__18__14 { font-size: 18px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__18__14 { font-size: 14px !important; }
}

.u-fs__16__14 { font-size: 16px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__16__14 { font-size: 14px !important; }
}

.u-fs__14__16 { font-size: 14px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__14__16 { font-size: 16px !important; }
}

.u-fs__14__12 { font-size: 14px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__14__12 { font-size: 12px !important; }
}

.u-fs__12__10 { font-size: 12px !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fs__12__10 { font-size: 10px !important; }
}

.u-fs__22 { font-size: 22px !important; }

.u-fs__16 { font-size: 16px !important; }

.u-fs__14 { font-size: 14px !important; }

.u-fs__12 { font-size: 12px !important; }

/*
行間
*/
.u-lh__2_5 {
  line-height: 2.5em !important;
}

.u-lh__1_6 {
  line-height: 1.6em !important;
}

.u-lh__1_4 {
  line-height: 1.4em !important;
}

.u-lh__1_2 {
  line-height: 1.2em !important;
}

/*
フォントウェイト
*/
.u-fw__b { font-weight: 700 !important; }
.u-fw__m__b { font-weight: 500 !important; }
.u-fw__m { font-weight: 300 !important; }
/********* sp *********/
@media only screen and (max-width: 768px) {
.u-fw__m__b { font-weight: 700 !important; }
}

/*
文字揃え
*/
.u-txt__l { text-align: left !important; }
.u-txt__c { text-align: center !important; }
.u-txt__r { text-align: right !important; }


.u-ttl-blue {
  color: #003a84;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic Pro w3";
}

.u-ttl-gray {
  color: #4d4d4d;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic Pro w3";
}

.u-ttl-white {
  color: #fff;
  line-height: 1.4;
  font-family: "ヒラギノ角ゴ Pro W3" "Hiragino Kaku Gothic Pro w3";
}

.u-txt-blue {
  color: #003a84;
}

.u-txt-gray {
  color: #4d4d4d;
}

.u-txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-underline {
  border-bottom: 1px #003a84 solid;
}

.u-underline__gray {
  border-bottom: 1px #ccc solid;
}

.u-longarrow__right {
  background: url(../../topimages/ico_longarrow.png) no-repeat;
  background-size: 31px;
  background-position: right 8px;
  padding-right: 41px;
  display: inline-block;
  color: #003a84 !important;
  font-weight: 300 !important;
}

.u-arrow__right::after {
  background-image: url(../../topimages/ico_arrow.png);
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 15px;
  margin-top: -7px;
  background-repeat: no-repeat;
  background-size: cover;
}

.u-longarrow__right:hover {
  text-decoration: none;
}

.wrap {
  background: #fff;
}

.animateme {
  background: #fff;
  opacity: 0;
  width: 100%;
}
@media screen and (max-width: 750px) {
#cp .scrollme {
  background: #fff;
 }
}

/* ----------------------------------------------------------------
 フェードイン + スライド
---------------------------------------------------------------- */
.l-fade {
 opacity: 0;  
 filter: alpha(opacity=0);
  position: relative;
  top: 30px;
}

.l-fade--in {
  opacity: 1;  
  filter: alpha(opacity=100);
  transform: translate3d(0,0,0);
  -webkit-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  position: relative;
  top: 0;
}

/*--------------------------------------------
トップイメージ
--------------------------------------------*/
.top-image-sec {
  background: #000;
  overflow: hidden;
  position: fixed;
  /*top: 80px;*/
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  background: url(../../topimages/topimage.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-image-sec {
  top: 0;
  min-height: 100vh;
  display: block;
 }
}

.top-image-sec__txt {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 480px;
  height: 180px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #003a84;
  z-index: 100;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-image-sec__txt {
  position: absolute;
  bottom: 20%;
  right: 10px;
  width: 85%;
  height: auto;
  box-sizing: border-box;
  padding: 10px; 
 }
}

.top-image-sec__btn {
  width: 100%;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-image-sec__btn {
  display: none;
 }
}

.top-image-sec__btn a {
  position: absolute;
  top: 0;
  right: 0;
  width: 330px;
  height: 120px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-left: 140px;
  color: #fff;
  z-index: 100;
  background: #7d7d7d url(../../topimages/bk_topbtn.png) no-repeat;
  background-position: center left;
}

.top-image-sec__btn a:hover {
  color: #fff;
}

.top-image-sec__btn p {
 margin: -10px 0 0;
}

.top-image-sec__btn span {
 margin: 0;
}

.top-image-sec__btn p::after {
  background-image: url(../../topimages/ico_longarrow_white.png);
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 31px;
  height: 9px;
  margin-top: -4px;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------
バナー部分
--------------------------------------------*/
.top-topbnr-sec {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  padding: 50px 0 0;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-topbnr-sec {
  width: 100%;
  margin: 0 auto; 
  padding: 30px 0 0;
 }
} 

.top-topbnr-sec #animation_container {
  margin: 0 auto;
  display: block;
}

.top-topbnr-sec img {
  max-width: 1200px;
  width: 100%;
}

.top-topbnr-sec video {
  width: 100%;
}

.top-topbnr-txt {
  max-width: 1200px;
  margin: 10px auto 0;
  font-size: 24px;
  text-align: left;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-topbnr-txt {
  font-size: 16px;
  padding: 0 10px;
 }
}

.top-topbnr-txt img {
  width: auto;
}

/*--------------------------------------------
キャッチ部分
--------------------------------------------*/
.top-catch-sec {
  position: relative;
  width: 100%;
  height: 620px;
  margin: 0 auto; 
  background-color: #fff;
  padding: 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-catch-sec {
  position: relative;
  width: 100%;
  height: auto;
  margin: 30px auto 0; 
 }
}

.top-catch-sec__img {
  position: absolute;
  top: 60px;
  right: 0;
  width: 62.5%;
  height: 500px;
  background: url(../../topimages/img_lube_tsukuba.jpg) no-repeat;
  background-size: cover;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-catch-sec__img {
  position: static;
  width: 100%;
  height: 300px;
 }
}

.top-catch-sec__txt {
  position: absolute;
  top: 140px;
  left: 0;
  padding-left: 12.5%;
  z-index: 10;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-catch-sec__txt {
  position: static;
  width: 90%;
  margin: -90px auto 0;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
 }
}

.top-catch-sec__txt--ttl {
  background-color: #fff;
  padding: 20px 30px 20px 0;
  display: inline-block;
  margin: 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-catch-sec__txt--ttl {
  padding: 0;
  display: block;
  margin: 0;
 }
}

.top-catch-sec__txt--details {
  background-color: #fff;
  padding: 10px 15px 10px 0;
  display: inline-block;
  max-width: 400px;
  box-sizing: border-box;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-catch-sec__txt--details {
  padding: 0;
  display: block;
  margin: 0;
 }
}

/*--------------------------------------------
最新ニュース
--------------------------------------------*/
.top-news-sec {
  width: 100%;
  background-color: #f5f5f5;
  padding: 60px 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-news-sec {
  padding: 30px 0;
 }
}

.top-news-sec__ineer {
  max-width: 900px;
  margin: 0 auto; 
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-news-sec__ineer {
  width: 90%;
 }
}

.top-news-sec__ineer--ico {
  width: 48px;
  margin: 0 auto 5px; 
}

.top-news-sec__ineer h2 {
  text-align: center;
  margin: 0 auto; 
}

.o-news__list {
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.o-news__list {
  margin-top: 20px;
 }
}

.o-news__list li {
  padding-bottom: 20px;
  border-bottom: 1px #bfbfbf solid;
  margin-bottom: 20px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.o-news__list li {
  padding-bottom: 15px;
  border-bottom: 1px #bfbfbf solid;
  margin-bottom: 15px;
 }
}

.o-news__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.o-news__list li a {
  display: table;
  color: #003a84;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.o-news__list li a {
  display: block;
 }
}

.o-news__list--left {
  display: table-cell;
  line-height: 1.4;
  width: 130px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.o-news__list--left {
  display: block;
  width: 100%;
  margin: 0;
 }
}

.o-news__list--right {
  display: table-cell;
  line-height: 1.4;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.o-news__list--right {
  display: block;
  margin: 5px 0 0;
 }
}


/*--------------------------------------------
新製品
--------------------------------------------*/
.top-new-sec {
  width: 100%;
  background-color: #fff;
  padding: 60px 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-new-sec {
  padding: 30px 0;
 }
}

.top-new-sec__ineer {
  max-width: 900px;
  margin: 0 auto; 
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-new-sec__ineer {
  width: 90%;
 }
}

.top-new-sec__ineer--ico {
  width:38px;
  margin: 0 auto 5px; 
}

.top-new-sec__ineer h2 {
  text-align: center;
  margin: 0 auto; 
}

.top-new-sec__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-content：flex-start;
  width: 100%;
  margin: 0 auto;
}

.top-new-sec__list li {
  width: 30%;
  margin-right: 3%;
}
.top-new-sec__list li:last-child {
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-new-sec__list li {
  width: 48%;
  margin-right: 0;
 }
}

.top-new-sec__list li img {
  width: 100%;
}

/*--------------------------------------------
リューベを知る
--------------------------------------------*/
.top-know-sec {
  width: 100%;
  background-color: #f5f5f5;
  padding: 60px 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-know-sec {
  padding: 30px 0;
 }
}

.top-know-sec__ineer {
  max-width: 900px;
  margin: 0 auto; 
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-know-sec__ineer {
  width: 90%;
 }
}

.top-know-sec__ineer--ico {
  width: 41px;
  margin: 0 auto 5px; 
}

.top-know-sec__ineer h2 {
  text-align: center;
  margin: 0 auto; 
}

.top-know-sec__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-content：flex-start;
  width: 100%;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-know-sec__list {
  margin-top: 20px;
 }
}

.top-know-sec__list li {
  width: 32.5%;
  height: 100px;
  border: 2px #003a84 solid; 
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-know-sec__list li {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
 }
.top-know-sec__list li:last-child {
  margin-bottom: 0;
 }
}

.top-know-sec__list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.top-know-sec__list li a span {
  padding-left: 70px;
  position: relative;
}

.top-know-sec__list li:nth-child(1) a span::before {
  background-image: url(../../topimages/ico_know_02.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 57px;
  margin-top: -27px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-know-sec__list li:nth-child(2) a span::before {
  background-image: url(../../topimages/ico_know_03.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 51px;
  height: 64px;
  margin-top: -32px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-know-sec__list li:nth-child(3) a span::before {
  background-image: url(../../topimages/ico_know_04.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 46px;
  height: 52px;
  margin-top: -26px;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------
リューベからのお知らせ
--------------------------------------------*/
.top-info-sec {
  width: 100%;
  background-color: #fff;
  padding: 60px 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-info-sec {
  padding: 30px 0;
 }
}

.top-info-sec__ineer {
  max-width: 900px;
  margin: 0 auto; 
}
@media only screen and (max-width: 768px) {
.top-info-sec__ineer {
  width: 90%;
 }
}

.top-info-sec__ineer--ico {
  width: 38px;
  margin: 0 auto 5px; 
}

.top-info-sec__ineer h2 {
  text-align: center;
  margin: 0 auto; 
}

.top-info-sec__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-content：flex-start;
  width: 100%;
  margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-info-sec__list {
  margin-top: 20px;
 }
}

.top-info-sec__list li {
  width: 32.5%;
  height: 100px;
  border: 2px #003a84 solid;
  margin-right: 1.25%;
}
.top-info-sec__list li:last-child {
  margin-right: 0;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-info-sec__list li {
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  margin-right: 0;
 }
.top-info-sec__list li:last-child {
  margin-bottom: 0;
 }
}

.top-info-sec__list li a {
  display: block;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}

.top-info-sec__list li a span {
  padding-left: 70px;
  position: relative;
  display: block;
}

.top-info-sec__list li:nth-child(1) a span::before {
  background-image: url(../../topimages/ico_info_02.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 54px;
  height: 47px;
  margin-top: -23px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-info-sec__list li:nth-child(2) a span::before {
  background-image: url(../../topimages/ico_info_03.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 53px;
  height: 52px;
  margin-top: -26px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-info-sec__list li:nth-child(3) a span::before {
  background-image: url(../../topimages/ico_info_04.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
  height: 58px;
  margin-top: -29px;
  background-repeat: no-repeat;
  background-size: cover;
}

/*--------------------------------------------
製品とサービス
--------------------------------------------*/
.top-product-sec {
  width: 100%;
  background-color: #f5f5f5;
  padding: 60px 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-product-sec {
  padding: 30px 0;
 }
}

.top-product-sec__ineer {
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
.top-product-sec__ineer {
  width: 90%;
 }
}

.top-product-sec__ineer--ico {
  width: 38px;
  margin: 0 auto 5px; 
}

.top-product-sec__ineer h2 {
  text-align: center;
  margin: 0 auto; 
}

.top-product-sec__btnarea {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btnarea {
  margin-top: 20px;
 }
}

.top-product-sec__btnarea p {
  margin: 0;
}

.top-product-sec__btnarea-txt {
  width: 60%;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btnarea-txt {
  width: 60%;
 }
}

.top-product-sec__btnarea-left {
  float: left;
  width: 50%;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btnarea-left {
  float: none;
  width: 100%;
 }
}

.top-product-sec__btn01 {
  width: 100%;
  display: block;
  height: 290px;
  border: 2px #003a84 solid; 
  box-sizing: border-box;
  position: relative;
  padding: 20px;
  background: #fff url(../../topimages/bk_btn01.png) no-repeat;
  background-position: bottom right;
  background-size: 65%;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btn01 {
  height: 180px;
  background-size: 50%;
 }
}

.top-product-sec__btnarea-right {
  float: right;
  width: 48%;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btnarea-right {
  float: none;
  width: 100%;
  margin-top: 10px;
 }
}

.top-product-sec__btn02 {
  width: 100%;
  display: block;
  height: 140px;
  border: 2px #003a84 solid; 
  box-sizing: border-box;
  position: relative;
  padding: 15px 20px;
  background: #fff url(../../topimages/bk_btn02.png) no-repeat;
  background-position: bottom right;
  background-size: 45%;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btn02 {
  height: 130px;
  background-size: 40%;
 }
}

.top-product-sec__btn03 {
  width: 100%;
  display: block;
  height: 140px;
  border: 2px #003a84 solid; 
  box-sizing: border-box;
  position: relative;
  margin-top: 10px;
  padding: 15px 20px;
  background: #fff url(../../topimages/bk_btn03.png) no-repeat;
  background-position: bottom right;
  background-size: 45%;
}
@media only screen and (max-width: 768px) {
.top-product-sec__btn03 {
  height: 130px;
  background-size: 40%;
 }
}


/*--------------------------------------------
リューベのネットワークとサポート
--------------------------------------------*/
.top-support-sec {
  width: 100%;
  background-color: #fff;
  padding: 60px 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-support-sec {
  padding: 30px 0;
 }
}

.top-support-sec__ineer {
  max-width: 900px;
  margin: 0 auto; 
}
@media only screen and (max-width: 768px) {
.top-support-sec__ineer {
  width: 90%;
 }
}

.top-support-sec__ineer--ico {
  width:38px;
  margin: 0 auto 5px; 
}

.top-support-sec__ineer h2 {
  text-align: center;
  margin: 0 auto; 
}

.top-support-sec__list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  align-content：flex-start;
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
.top-support-sec__list {
  margin-top: 20px;
 }
}

.top-support-sec__list li:nth-child(1) {
  width: 66.25%;
  border: 2px #003a84 solid; 
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-right: 1.25%;
}
.top-support-sec__list li:nth-child(2) {
  width: 32.5%;
  border: 2px #003a84 solid; 
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
.top-support-sec__list li:nth-child(1) {
  width: 100%;
  margin-bottom: 10px;
  margin-right: 0;
 }
.top-support-sec__list li:nth-child(2) {
  width: 100%;
 }
}

.top-support-sec__list--img {
  max-height: 133.15px;
  width: auto;
  text-align: center;
  overflow: hidden;
  margin: 0;
}

.top-support-sec__list--img img {
  max-height: 133.15px;
  width: auto;
}

.top-support-sec__btn {
  padding: 15px;
}
@media only screen and (max-width: 768px) {
.top-support-sec__btn {
  padding: 10px;
 }
}

.top-support-sec__btn p {
  margin: 0;
}

/*--------------------------------------------
グローバルセンター
--------------------------------------------*/
.top-globalcenter-sec {
  position: relative;
  width: 100%;
  height: 1100px;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-globalcenter-sec {
  height: auto;
  margin-bottom: 30px;
 }
}

.top-globalcenter-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  background: url(../../topimages/img_globalcenter.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-globalcenter-img {
  position: static;
  height: 200px;
 }
}

.top-globalcenter-sec__txt {
  position: absolute;
  top: 475px;
  left: 10%;
  width: 700px;
  padding: 20px 50px;
  box-sizing: border-box;
  z-index: 10;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-globalcenter-sec__txt {
  position: static;
  width: 90%;
  margin: -40px auto 0;
  padding: 10px;
  box-sizing: border-box;
 }
}

.top-globalcenter-sec__txt-ttl {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px #003a84 solid;
  margin-bottom: 15px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-globalcenter-sec__txt-ttl {
  width: 100%;
  padding-bottom: 10px;
  margin: 5px 0 15px;
 }
}

/*--------------------------------------------
バナーエリア
--------------------------------------------*/
.top-bnr-sec {
  position: relative;
  width: 100%;
  padding: 0 10px 150px;
  background-color: #fff;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.top-bnr-sec {
  padding: 0 0 70px;
 }
}

.top-bnr-sec__ineer {
  max-width: 450px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
.top-bnr-sec__ineer {
  width: 90%;
 }
}

.top-bnr__left {
  float: left;
  width: 100%;
  height: 60px;
  border: 2px #003a84 solid; 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
.top-bnr__left {
  float: none;
  width: 100%;
  padding-left: 30px;
 }
}

.top-bnr__left span {
  padding-left: 90px;
  position: relative;
}
@media only screen and (max-width: 768px) {
.top-bnr__left span {
  padding-left: 50px;
 }
}

.top-bnr__left span::before {
  background-image: url(../../topimages/ico_facebook.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-bnr__right {
  float: right;
  width: 49%;
  height: 60px;
  border: 2px #003a84 solid; 
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
.top-bnr__right {
  float: none;
  width: 100%;
  margin-top: 10px;
  padding-left: 30px;
 }
}

.top-bnr__right span {
  padding-left: 90px;
  position: relative;
}
@media only screen and (max-width: 768px) {
.top-bnr__right span {
  padding-left: 50px;
 }
}

.top-bnr__right span::before {
  background-image: url(../../topimages/ico_book.png);
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 31px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: cover;
}

#BtnPageTop {
  background-color: #fff;
}
