@charset "utf-8";
/* CSS Document */

/* MV */
.sp-main-mv{
  display: none;
}
.logo-sp-img{
	display: none;
}
.mv {
  width: 100%;
  height: 80%;
  background-image: url("/images/flont/main-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-clip: border-box;
}
.main-r {
  width: 45%;
  height: auto;
  position: relative;
}
.main-r img {
  width: 100%;
  height: auto;
}
.main-type {
  width: 420px;
  height: 295px;
  position: absolute;
  top: 45%;
  left: 10%;
  z-index: 1;
}
/* about*/
.about {
  width: 100%;
  height: auto;
  padding-top: 150px;
  padding-bottom: 100px;
  background-image: url("/images/flont/about-bg.png");
  background-position: bottom;
  background-size: 84%;
  background-repeat: no-repeat;
}
.about-in {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
#about-ttl {
  font-family: "Arial", sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
.about-p {
  width: 608px;
  height: 608px;
  margin: 0 auto;
  background: url("/images/flont/earth.png");
}
.about-p p {
  color: #fff;
  padding: 29% 20% 0 20%;
}
/* service*/
.service {
  width: 100%;
  height: auto;
  padding-top: 200px;
  padding-bottom: 100px;
}
.service-in {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}
.service-top {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#service-ttl {
  font-family: "Arial", sans-serif;
  font-size: 70px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
.vertically {
  margin-top: 60px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: normal;
  color: #52b6f1;
  writing-mode: vertical-rl;
  line-height: 1.6;
}
.orenge {
  color: #e57747;
}
.service-top-right {
  width: 65%;
  height: auto;
}
.service-top-right img {
  width: 100%;
  height: auto;
}
.service-btm {
  width: 1000px;
  height: auto;
  margin: 0 auto;
}
.service-btm-in {
  width: 1000px;
  height: auto;
  background-color: #fff;
  border: 2px solid #52b6f1;
  border-radius: 10px;
  margin-top: -150px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 100px;
}

.service-cont {
  width: 250px;
  height: auto;
  margin-top: 225px;
}
.service-cont-cover-img {
  width: 250px;
  height: 300px;
  max-width: 250px;
  overflow: hidden;
  transition: 0.3s;
  border-radius: 10px;
}
.service-cont-cover-img img:hover {
  transform: scale(1.1, 1.1);
  transition: 0.3s;
}
.service-cont p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.87;
  color: #555;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* company*/
.company {
  width: 100%;
  height: auto;
  padding-top: 100px;
  padding-bottom: 150px;
}
.company-in {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.company-in-left {
  width: 47%;
  height: auto;
}
.company-in-left p {
  margin-top: 50px;
}
.company-in-right {
  width: 47%;
  height: auto;
}
.company-in-right img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
/*1360px以下レイアウト*/
@media screen and (max-width: 1360px) {
  .main-type {
    width: 60%;
    height: auto;
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 1;
  }
  .about {
    width: 100%;
    height: auto;
    padding-top: 150px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
    background-image: url("/images/flont/about-bg.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .about-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* service*/
  .service {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .service-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  /* company*/
  .company {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .company-in {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
/*1200px以下レイアウト*/
@media screen and (max-width: 1200px) {
  .service-btm {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .service-btm-in {
    width: 100%;
    height: auto;
    background: url(/images/common/base-bg.jpg);
    border: none;
    border-radius: 0;
    margin-top: 0;
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 0;
  }
  .service-cont {
    width: 250px;
    height: auto;
    margin-top: 100px;
  }
}
/*960px以下レイアウト*/
@media screen and (max-width: 960px) {
  /* about*/
  .about {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 50px;
    background-image: url("/images/flont/about-bg.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .service {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .service-top-left {
    width: 100%;
    height: auto;
  }
  .service-top-right {
    display: none;
  }
  .vertically {
    margin-top: 30px;
    margin-bottom: -140px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #52b6f1;
    writing-mode: vertical-rl;
    line-height: 1.6;
    padding: 5%;
    position: relative;
    z-index: 1;
  }
  .service-btm-in {
    width: 100%;
    height: auto;
    background: url(/images/common/base-bg.jpg);
    border: none;
    border-radius: 0;
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: none;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  .service-cont {
    width: 250px;
    height: auto;
    margin-top: 75px;
  }
  .service-cont p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.87;
    color: #555;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  /* company*/
  .company {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 5%;
    padding-right: 5%;
  }
  .company-in-left {
    width: 100%;
    height: auto;
  }
  .company-in-left h2 {
    margin-bottom: 30px;
  }
  .company-in-left p {
    margin-top: 30px;
  }
  .company-in-right {
    display: none;
  }
}
/*660px以下レイアウト*/
@media screen and (max-width: 660px) {
  /* about*/
  .about {
    width: 100%;
    height: auto;
    padding-top: 100px;
    padding-bottom: 45%;
    background-image: url("/images/flont/about-bg.png");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .about-in h2 {
    margin-bottom: 30px;
  }
  .about-p {
    margin-top: 30px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #52b6f1;
  }
  .about-p p {
    color: #fff;
    padding: 10%;
  }
}
/*599px以下レイアウト*/
@media screen and (max-width: 599px) {
  .mv {
    display: none;
  }
  .sp-main-mv{
	  margin-top: -80px;
    display: block;
    width: 100%;
    height: auto;
  }
.logo{
		position: relative;
		z-index: 1;
	display: none;
	}
.logo-sp-img{
	display: block;
	position: relative;
	z-index: 1;
	width: 70%;
  height: auto;
  margin-top: 26px;
}
.logo-sp-img img{
	width: 100%;
  height: auto;
}
#about-ttl {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
#service-ttl {
  font-family: "Arial", sans-serif;
  font-size: 40px;
  line-height: 1;
  font-weight: normal;
  color: #52b6f1;
}
.vertically {
  margin-top: 20px;
  margin-bottom:-70px;
  padding-left: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #52b6f1;
  writing-mode: vertical-rl;
  line-height: 1.6;
}
.service-cont p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.95em;
  font-weight: bold;
  line-height: 1.87;
  color: #555;
  margin-top: 30px;
  margin-bottom: 10px;
}
