@charset "UTF-8";


/*============================
loading
============================*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20000;
  background-color: rgba(6, 167, 237, 0.9);
}
.loader, .loader:after {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -30px;
}
.loader {
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid #ec9100;
  border-right: 5px solid #ec9100;
  border-bottom: 5px solid #ec9100;
  border-left: 5px solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
 @-webkit-keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes load8 {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}


/*============================
top_img
============================*/
.top_img {
  width: 100%;
  position: relative;
}
.top_img h1 {
  width: 980px;
  padding-top: 650px;
  height: 0;
  overflow: hidden;
  background: url(../images/home/top_catch.png) no-repeat left top;
  background-size: 100%;
  margin: auto;
}
.top_img .catch {
  width: 980px;
  margin: auto;
  position: relative;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -490px;
}
.top_img .catch img {
  display: block;
}
.slider{
  position: relative;
}
.slider li{
  width: 100%;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.slider li#img_1{
  background-image: url(../images/home/slider/01.jpg) ;
}
.slider li#img_2{
  background-image: url(../images/home/slider/02.jpg) ;
}
.slider li#img_3{
  background-image: url(../images/home/slider/03.jpg) ;
}


@media only screen and (max-width: 768px) {
.top_img {
  margin-top: 55px;
  height: auto;
}
.top_img .catch {
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
}
.top_img h1 {
  width: 100%;
  padding-top: 86.67%;
  background-image: url(../images/home/top_catch_sp.png);
}
.slider{height: auto;}
.slider li{height: 0;padding-top: 86.67%;}
.slider li#img_1{
  background-image: url(../images/home/slider/01_sp.jpg) ;
}
.slider li#img_2{
  background-image: url(../images/home/slider/02_sp.jpg) ;
}
.slider li#img_3{
  background-image: url(../images/home/slider/03_sp.jpg) ;
}
}




/*============================
container
============================*/
.container {
  position: relative;
}
.primary {
  width: 100%;
  float: none;
}
.primary > article {
  padding: 100px 0 100px;
}
.primary .inner {
  width: 980px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
.primary > article {
  padding: 40px 0;
}
.primary .inner {
  width: 90.625%;
}
}


/*============================
h2
============================*/
h2 {
  width: 980px;
  margin: auto;
  margin-bottom: 40px;
  text-align: left;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: normal;
  color: #005ea6;
  font-size: 32px;
  line-height: 1.4;
}
h2 span.eng {
  color:#07a8ee;
  display: block;
  letter-spacing: 0.07em;
  font-size: 24px;
}

#service h2 {
}
#blog h2 {
}
#company h2 {
}
@media only screen and (max-width: 768px) {
h2 {
  margin-bottom: 20px;
  width: 100%;
  font-size: 6vw;
  padding: 0 4.5%;
}
h2 span.eng {
  font-size: 6vw;
}
#service h2 {
}
#blog h2 {margin-bottom: 10px;}
#company h2 {
}
}


/*============================
service
============================*/
#service {
  background: #FFFFFF;
}
/* BASE */
#service section.no1 .catch {
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 40px;
}
#service section.no1 .catch span {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
#service section.no1 .catch {
  font-size: 18px;
  margin-bottom: 30px;
}
}

/* type1 */
#service.type1 {
}
#service.type1 section.no1 {
}
#service.type1 section.no1 .lead {
  overflow: hidden;
}
#service.type1 section.no1 img.img01 {
  float: right;
  padding: 0 0 0 40px;
}

#service.type1 {
  background-image: url(../images/home/service/bg01.png),url(../images/home/service/bg02.png)  ;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top, center bottom;
}
#service.type1 div.inner {
}
#service.type1 div.inner section.no1 {
} 
#service section.no1 .catch span {
    font-size: 18px;
}
#service.type1 div.inner section.no1 div.box {
  background: url(../images/home/service/sub01_bg.png) no-repeat bottom right;
  background-size: cover;
  background-color: #e1fbf7;
  padding: 40px 50px;
  margin-bottom: 20px;
}
#service.type1 div.inner section.no1 div.box h3 {font-size: 28px;font-family: 'M PLUS Rounded 1c', sans-serif;font-weight: normal;color: #00b897;}
#service.type1 div.inner section.no1 div.box h3 span {font-size: 36px;font-weight: normal;}
#service.type1 div.inner section.no1 div.box ul {margin: 5px 0 0 8px;}
#service.type1 div.inner section.no1 div.box ul li {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 20px;
  background: url(../images/home/service/icon.png) no-repeat top 8px left;
  background-size: 22px auto;
  padding: 0 0 0 30px;
}
#service.type1 div.inner section.no1 div.box.buy {background-color: #e5f6ff;background-image: url(../images/home/service/sub02_bg.png);}
#service.type1 div.inner section.no1 div.box.buy h3 {color: #0187cd;}
#service.type1 div.inner section.no1 div.box.buy h3 span {
}
#service.type1 div.inner section.no1 div.box.buy ul {
}
#service.type1 div.inner section.no1 div.box.buy ul li {
}
#service.type1 ul.link {
}
#service.type1 ul.link li.btn01 {
}
ul.link li a {
    padding: 21px 0;
}
#service.type1 ul.link li.btn02 {
}
#service.type1 ul.link li.btn02 a {
}
@media only screen and (max-width: 768px) {
  #service.type1 div.inner section.no1 div.box {
    background-image: url(../images/home/service/sub01_bg_sp.png);
    background-size: cover;
    padding: 5% 6%;
    margin-bottom: 20px;
    background-position: bottom center;
  }
#service.type1 div.inner section.no1 div.box h3 {
    font-size: 24px;
}
#service.type1 div.inner section.no1 div.box h3 span {
    font-size: 28px;
}
#service.type1 div.inner section.no1 div.box ul li {
    font-size: 17px;
    background-image: url(../images/home/service/icon_sp.png);
    background-size: 18px auto;
    padding: 0 0 0 23px;
}

#service.type1 div.inner section.no1 div.box.buy {
    background-image: url(../images/home/service/sub02_bg_sp.png);
    margin-bottom: 0;
}


}









/*============================
blog
============================*/
#blog {
  background: url(../images/home/blog/bg.png) no-repeat bottom right;
  background-size: auto;
}
#blog .blog_list {
  width: 680px;
}
#blog .box {background: rgba(255, 255, 255, 0.8);border-bottom: 1px solid #9c9c9c;padding: 15px 5px 12px 5px;}
#blog ul.detail {
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 5px;
}
#blog .box ul.detail li.date, ul.detail li.cat a {
  height: 23px;
  line-height: 23px;
}
#blog .box ul.detail li.date {
  margin: 0 8px 0 0;
  color: #0083bb;
}
#blog .box ul.detail li.cat a {
  display: block;
  background: #06a7ed;
  font-size: 12px;
  color: #FFF;
  padding: 0 6px;
  text-decoration: none;
  border-radius: 2px;
}
#blog .box h3 {
}
#blog .box h3 a {
  display: block;
  background: url(../images/home/blog/arrow.png) no-repeat center right 10px;
  background-size: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
#blog .box h3 a:hover {
  color: #c77b00;
  opacity: 1;
}
#blog .link {display: block;}
#blog .link li {width: 600px;margin-left: 40px;}
#blog .link li a {padding: 10px 0;border: 3px solid #f4b757;background: transparent;color: #ec9100;}

@media only screen and (max-width: 768px) {
#blog {
  background-size: 150%;
}
#blog .blog_list {
    width: 100%;
}
#blog .box h3 a {
  font-size: 16px;
  background-image: url(../images/home/blog/arrow_sp.png);
  background-size: 8px auto;
}
#blog .link li {
  width: 85%;
  margin-left: 0;
  margin: auto;
}
#blog .link li a {
    background: rgba(255, 255, 255, 0.74);
}
}





/*============================
company
============================*/
#company {
  background: url(../images/home/company/bg.png) no-repeat center bottom;
  background-size: cover;
}


/* type1 */
#company.type1 {padding-bottom: 120px;}
#company.type1 section.no1 {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
#company.type1 section.no1 table.info {
  width: 470px;
}
#company.type1 .map-position {
  position: absolute;
  top: 0;
  right: 0;
  height: 410px;
}
#company.type1 .map {
  width: 470px;
  height: 410px;
}

#company.type1 table.info tr {
  background: rgba(255, 255, 255, 0.85);
  padding: 0;
  margin-bottom: 5px;
  margin-top: 0;
}
#company.type1 ul.link {
  display: block;
}
#company.type1 ul.link li {margin-left: 75px;}
#company.type1 ul.link li a {
  background-color: #2cdae0;
}
#company.type1 .inner {
  overflow: visible;
}


@media only screen and (max-width: 768px) {
#company {
  background-size: cover;
}
#company.type1 {
    padding-bottom: 40px;
}
#company.type1 ul.link {
    display: flex;
}
#company.type1 .map-position {
    position: static;
    top: auto;
    right: auto;
    height: auto;
    width: 100%;
}
#company.type1 section.no1 table.info {
  width: 100%;
}
#company.type1 .map {
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
#company.type1 ul.link li {
    margin-left: 0;
}
}

