@charset "UTF-8";
/* main
---------------------------------------------------------------------------------------------------- */

main {
  /* background: url(img/mainvis.jpg) no-repeat center top; */
  /* margin-top: 95px; */
  margin-top: 135px;
}

main article {
  padding-top: 40px;
  margin: 0 auto 0;
}

@media screen and (max-width: 960px){
  main {
    margin-top: 90px;
  }
  main article{
    padding-top: 20px;
  }
}

/*スライダー*/
/* https://dubdesign.net/download/html-css/htmlcss-slider2/ */
.slider-001 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  border-radius: 6px;
}

.slide-001 {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.6s ease-in-out;
}

.slide-content-001 {
  max-width: 100%;
  /* height: auto; */
  /* background-color: #c8e4ff; */
}

.slide-content-001 img {
  padding-top: 20px;
  object-fit: cover;
  height: 100%;
  max-width:95%;
}

.prev-001,
.next-001 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  height: 30px;
  margin: 0 30px;
  padding: 12px 20px;
  color:  rgba(255,255,255, 1);
  font-weight: bold;
  font-size: 30px;
  transition: all 0.2s ease;
  border-radius: 50%;
  user-select: none;
  display:flex;
  justify-content:center;
  align-items:center;
  background-color:rgba(169,169,169, 0.5)

}

@media screen and (max-width: 960px) {

.slide-content-001 img {
  padding-top: 0px;
  object-fit: cover;
  height: 100%;
  max-width: 100%;
}
.prev-001,
.next-001 {
  margin: 0px; 
  padding:3px 14px;
  font-size: 12px;
 }
}

@media screen and (max-width: 380px) {
  .slide-content-001 img {
    padding-bottom: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 370px;
    /* width: auto;
    max-height: 300px; */
  }
}

.next-001 {
  right: 0;
}

.prev-001:hover,
.next-001:hover {
  background-color: rgba(169,169,169, 0.5)
}

.numbertext {
  display: none;
}

.slide-caption-001 {
  color: #d3d3d3;
  font-size: 15px;
  padding: 0;
  position: absolute;
  bottom: 31px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #d3d3d3;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  position: absolute;
  top: 0;
}

.dots {
  height: 15px;
  padding: 0;
  position: absolute;
  bottom: 22px;
  width: 100%;
  text-align: center;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 10px 4px;
  background-color: #d3d3d3;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.2s ease;
}
@media screen and (max-width: 960px) {
  .dot {
  margin: 15px 4px;
  }
}

@media screen and (max-width: 640px) {
  .dot {
    margin: 20px 4px;
    }
}

.dot:hover {
  background-color: rgba(220,220,220, 0.5);
}



/* summary
---------------------------------------------------------------------------------------------------- */
.summary-description {
  margin-bottom: 48px;
}

.services {
  display: flex;
}
.service {
  width: 31.3333%;
  padding-top: 142px;
}

.service1 {
  float: left;
  background: url(img/summary1.png) no-repeat center top;
  background-size: 284px auto;
  margin-right: 3%;
  margin-top: 18px;
}
.service1-title {
  font-size: 20px;
  font-weight: bold;
}
.service2 {
  float: left;
  background: url(img/summary2.png) no-repeat center top;
  background-size: 240px auto;
  margin-right: 3%;
  margin-top: 18px;
}
.service2-title {
  font-size: 20px;
  font-weight: bold;
}
.service3 {
  float: right;
  background: url(img/summary3.png) no-repeat center top;
  background-size: 301px auto;
  margin-top: 18px;
}
.service3-title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .service1 {
    background-size: contain;
    margin-top: 6px;
  }
  .service2 {
    /* background-size: contain; */
    margin-top: 6px;
  }
  .service3 {
    background-size: contain;
    margin-top: 6px;
  }
}
@media screen and (max-width: 768px) {
  .summary-description {
    margin-bottom: 36px;
  }
  .service1 {
    background-size: contain;
    margin-top: 6px;
  }
  .service2 {
    background-size: contain;
    margin-top: 6px;
  }
  .service3 {
    background-size: contain;
    margin-top: 6px;
  }
}
@media screen and (max-width: 540px) {
  .service {
    padding-top: 110px;
  }
  .service3-text {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 440px) {
  .services {
    display: flex;
    flex-direction: column;
  }
  .service {
    width: auto;
    padding-top: 142px;
  }
  .summary-description {
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
  .service1-title {
    margin: 18px 0 6px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .service1-text {
    margin-top: 16px;
  }
  .service1 {
    margin: 0;
    padding-bottom: 12px;
    /* border-top: 1px solid #ccc; */
    border-bottom: 1px solid #ccc;
  }

  .service2 {
    margin: 16px 0 0 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 12px;
  }
  .service2-title {
    margin: 112px 0 6px 0;
    font-weight: bold;
    font-size: 20px;
  }
  .service3 {
    margin-top: 24px;
  }
  .service3-title {
    margin: 18px 0 6px 0;
    font-weight: bold;
    font-size: 20px;
  }
}
@media screen and (max-width: 320px) {
  .service1 h4 {
    margin-top: 0;
  }
  .service2 h4 {
    margin-top: 60px;
  }
  .service3 j4 {
    margin-top: 0;
  }
}
/* #problem
---------------------------------------------------------------------------------------------------- */
#problem {
  clear: both;
  padding: 60px 0;
  background: #f7f2eb;
  background-size: 387px auto;
  padding: 24px 18px 36px 30px;
  overflow: hidden;
  margin-top: 84px;
}

.problem-container {
  display: flex;
  justify-content: center; /* 水平方向 */
  align-items: center; /* 垂直方向 */
  width: 48%;
  float: left;
}
.problem-title {
  margin-top: 0px;
}

.problem-title span {
  color: #cd9a24;
}

.text-content {
  padding: 0 20px;
}
.problem-title-concern {
  color: #7caf50;
  font-weight: bold;
}

.problem-container1 {
  /* border-right: #fff 2px solid; */
  /* border-bottom: #fff 2px solid; */
  padding-bottom: 12px;
}
.problem-title1 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-text1 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-container2 {
  /* border-bottom: #fff 2px solid; */
  padding: 0 0 12px 16px;
}
.problem-title2 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-text2 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-container3 {
  /* border-right: #fff 2px solid; */
  padding-top: 12px;
  padding-bottom: 10px;
}
.problem-title3 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-text3 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-container4 {
  padding: 12px 0 12px 16px;
}
.problem-title4 {
  text-align: left;
  margin: 10px 0 0 0;
}
.problem-text4 {
  text-align: left;
  margin: 10px 0 0 0;
}

.solution-title h2 {
  padding: 24px 0;
}

.solution-title span {
  color: #7bb04a;
}

.triangle4 {
  width: 0;
  height: 0;
  border-width: 100px 150px 0px 150px;
  border-style: solid;
  border-color: #f7f2eb transparent transparent transparent;
  align-items: center;
  justify-items: center;
  text-align: center;
  margin: 0 auto;
  padding: 24px 0;
}

@media screen and (max-width: 965px) {
  .problem-container {
    width: 48%;
  }
}

@media screen and (max-width: 768px) {
  #problem {
    margin-top: 60px;
  }
  .problem-container {
    width: 47%;
  }
  .problem-container1 {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 0 6px 12px 0;
  }
  .problem-container2 {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 0 6px 12px 6px;
  }
  .problem-container3 {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 0 6px 12px 0;
  }
  .problem-container4 {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 0 6px 6px 6px;
  }
}
@media screen and (max-width: 677px) {
  .problem-container {
    width: 100%;
  }
  .problem-container1 {
    border-bottom: 1px solid #dedad3;
  }
  .problem-container2 {
    padding-left: 0;
    border-bottom: 1px solid #dedad3;
  }
  .problem-container3 {
    padding: 0 6px 12px 0;
    border-bottom: 1px solid #dedad3;
  }
  .problem-container4 {
    padding-top: 5px;
    padding-left: 0;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 477px) {
  .problem-container {
    width: 100%;
  }
  .problem-container1 {
    border-bottom: 1px solid #dedad3;
  }
  .problem-container2 {
    padding-left: 0;
    border-bottom: 1px solid #dedad3;
  }
  .problem-container3 {
    border-bottom: 1px solid #dedad3;
  }
  .problem-container4 {
    padding-left: 0;
  }
}
@media screen and (max-width: 440px) {
  #problem {
    padding: 24px 0 0 0;
    margin-top: 60px;
  }
  .problem-container {
    width: auto;
  }
  .problem-title-concern {
    margin: 0;
  }
  .text-content {
    padding: 0 6px;
  }
  .problem-container1 {
    border-right: 0px none;
    border-bottom: 0px none;
    padding: 0 6px 12px 6px;
    border-bottom: 1px solid #dedad3;
  }
  .problem-text1 {
    padding-bottom: 12px;
  }
  .problem-container2 {
    padding: 0;
    margin-top: 12px;
    padding: 0 6px 12px 6px;
    border-bottom: 1px solid #dedad3;
  }
  .problem-text2 {
    padding-bottom: 12px;
  }
  .problem-container3 {
    padding-bottom: 10px;
    margin-top: 12px;
    padding: 0 6px 12px 6px;
    border-bottom: 1px solid #dedad3;
  }
  .problem-text3 {
    padding-bottom: 12px;
  }
  .problem-container4 {
    padding: 0 6px 30px 6px;
    margin-top: 12px;
  }
  .fas {
    padding-left: 6px;
  }
  .text-content {
    padding-left: 12px;
  }
  .triangle4 {
    border-width: 80px 130px 0px 130px;
  }
}
/* #features
---------------------------------------------------------------------------------------------------- */
#features #title {
  border-bottom: 1px solid black;
  align-items: center;
}

#features h2 {
  margin-top: 0;
}

.feature-title-color span {
  color: #cd9a24;
}
.feature-container {
  display: flex;
  justify-content: center; /* 水平方向 */
  align-items: center; /* 垂直方向 */
  float: left;
}

.feature-pic {
  padding: 50px;
}
.feature-text-highligt {
  background: linear-gradient(transparent 75%, #ffe0c1 75%);
  font-weight: bold;
}

.feature1-title {
  text-align: left;
}
.feature1-text {
  text-align: left;
}
.feature2-container {
  flex-direction: row-reverse;
}
.feature2-title {
  text-align: left;
}
.feature2-text {
  text-align: left;
}
.feature2-pic {
  padding: 50px;
}

.feature2-text-content {
  padding-left: 50px;
}

.feature2-pic {
  width: 300px;
  padding-right: 0;
}

.feature3-pic {
  width: 200px;
}
.feature3-title {
  text-align: left;
}
.feature3-text {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .feature-pic {
    padding-left: 0;
  }
  .feature2-text-content {
    padding-left: 0;
  }

  .feature2-pic {
    width: 330px;
  }
}
@media screen and (max-width: 768px) {
  .feature-container {
    flex-direction: column;
  }
  .feature-pic {
    padding: 0;
  }
  .feature1-title {
    margin: 10px 0;
  }
  .feature1-text {
    margin-top: 0;
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
  .feature2-text-content {
    padding: 0;
  }
  .feature2-pic {
    padding: 0;
  }
  .feature2-title {
    margin: 10px 0;
    padding-top: 10px;
  }
  .feature2-text {
    margin: 0 0 25px 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
  }
  .feature3-title {
    margin: 10px 0;
    padding-top: 10px;
  }
  .feature3-pic {
    padding-bottom: 0;
    margin: 0 auto;
    width: auto;
    max-height: 300px;
  }
  .feature3-text {
    margin-top: 0;
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 360px) {
  .feature2-title {
    margin: 10px 25px 10px 0px;
  }
  .feature2-text {
    margin: 0px 35px 20px 0px;
  }
}
/* IE対策 */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .feature1-pic {
    width: 900px;
  }
  .feature2-pic {
    width: 1400px;
  }
  .feature3-pic {
    width: 900px;
  }
}

/* #functions
---------------------------------------------------------------------------------------------------- */
#functions {
  background: #f7f2eb;
  text-align: center;
  margin-top: 60px;
  padding: 0 30px;
}
#functions h2 {
  border-bottom: 1px solid #dedad3;
}

#functions-title {
  color: #7caf50;
  font-weight: bold;
}

.functions-contents {
  display: flex;
  align-items: center; /*垂直方向*/
  justify-content: center; /* 水平方向 */
  flex-direction: row;
  flex-wrap: wrap;
}
.function-content {
  float: left;
  margin: 20px;
}

.material-icons.size {
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  #functions {
    padding: 0 12px;
  }
}
@media screen and (max-width: 440px) {
  #functions {
    background: #f7f2eb;
    text-align: center;
    margin-top: 60px;
    padding: 0 12px;
  }
  .function-content {
    margin: 4px;
  }
}

/* news
---------------------------------------------------------------------------------------------------- */
#news {
  margin-bottom: 60px;
}

/* testimonial
---------------------------------------------------------------------------------------------------- */
#testimonials {
  align-items: center;
  margin-top: 60px;
}
#testimonials h2 {
  border-bottom: 1px solid black;
}

.testimonial-container {
  align-items: center;
  justify-content: center; /* 水平方向 */
  margin-bottom: 36px;
  display: flex;
  flex-wrap: wrap;
}
.testimonial {
  position: relative;
  /* display: inline-block; */
  float: left;
  background-color: #fff;
  border: solid 1px #525252;
  padding: 16px 0;
  margin: 5px;
  min-width: 220px;
  max-width: 23%;
  height: 110px;
  text-align: center;
}
.testimonial:before,
.testimonial:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.testimonial:before {
  border: solid 10px transparent;
  border-top: solid 10px #525252;
}
.testimonial:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.testimonial p {
  margin: 0;
  padding: 0 8px;
}
.testimonial-btn-position {
  margin: 30px;
}
.testimonial span {
  color: #cd9a24;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .testimonial {
    margin: 12px 18px;
  }
}
@media screen and (max-width: 440px) {
  .testimonial {
    position: relative;
    float: left;
    background-color: #fff;
    border: solid 1px #525252;
    padding: 24px 0 0 0;
    margin: 5px;
    min-width: 220px;
    max-width: 100%;
    height: 90px;
  }
  .testimonial:before,
  .testimonial:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .testimonial:before {
    border: solid 10px transparent;
    border-top: solid 10px #525252;
  }
  .testimonial:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
  }
  .testimonial p {
    margin: 0;
    padding: 0 8px;
  }
}
/* news
---------------------------------------------------------------------------------------------------- */
#news {
  margin-top: 60px;
}
/* wanted
---------------------------------------------------------------------------------------------------- */
#wanted h2 {
  border-bottom: 1px solid black;
}
.wanted-text {
  text-align: left;
}

.wanted-btn-position {
  margin: 36px 0 48px 0;
}

/* inq
---------------------------------------------------------------------------------------------------- */
#inq {
  margin-top: 90px;
}
