@charset "UTF-8";
/*****レスポンシブデザイン*****/
.main {
  background: #ffffff;
}
#main-in {
  margin: 0 auto;
  padding: 60px 20px 0 220px;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
  #main-in {
    padding: 60px 20px;
  }
}

#main p {
  margin-bottom: 1em;
  line-height: 1.9;
}

.service-title p {
  font-size: 36px;
  color: #48a4f5;
  letter-spacing: 0.2em;
  font-family: serif;
  font-weight: 400;
  width: 250px;
  margin: 0 auto;
  position: relative;
}
.service-title p:after {
  position: absolute;
  content: "－事業部紹介－";
  letter-spacing: 0.1em;
  font-size: 20px;
  font-weight: 100;
  top: 50px;
  left: 50px;
}

.util-link {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 40px;
  background: #ff9544;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  padding: 10px 25px;
  -webkit-transition: background-color 0.4s, color 0.4s;
  transition: background-color 0.4s, color 0.4s;
}
.util-link.-active {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .util-link:not(.-submit):hover {
    background: #1e90ff;
    color: #fff;
  }
}

/* main-visual */
#main-visual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#main-visual h2 {
  font-size: 180%;
  color: #fff;
}
#main-visual img {
  width: 100%;
  height: auto;
}

h3 {
  font-size: 131%;
  margin-bottom: 0.7em;
}

#copyright a {
  color: #666;
  text-decoration: none;
}

#copyright a:hover {
  text-decoration: underline;
}

/*==================
about
==================*/
.about-title {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.2;
  background: #ff4e4e;
  color: #fff;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .about-title {
    padding: 5px;
    font-size: 13px;
  }
}

.about-content__lead {
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 15px;
}

.about-content {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .about-content {
    display: block;
    padding: 20px 0;
  }
}

.about-left {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .about-left p {
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .about-left {
    width: 100%;
  }
}

.about-left__title {
  margin-bottom: 60px;
  border-left: 7px solid #028022;
  padding-left: 6px;
  padding-bottom: 3px;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  .about-left__title {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 13px;
  }
}

.about-right {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .about-right {
    width: 100%;
  }
}

.about-caption {
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
}