main {
  font-weight: normal;
  font-size: 16px;
}

main h2 {
  margin-bottom: 40px;
}

main h3 {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 24px;
}

main figure,
main picture {
  margin-bottom: 40px;
}

main figure img,
main picture img {
  width: 100%;
}

main .sect01 {
  margin-bottom: 160px;
}

main .sect01 .service_more {
  margin-top: 80px;
}

main .sect01 .service_more div {
  display: none;
}

main .sect01 .service_more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main .sect01 .service_more li {
  width: 49%;
  max-width: 440px;
  margin-bottom: 80px;
}

main .sect01 .service_more figure,
main .sect01 .service_more picture {
  margin-bottom: 20px;
}

main .sect01 .service_more h3 {
  margin: 0 0 4px;
  color: #2080C0;
  font-size: 20px;
}

main .sect01 .service_more .subttl {
  margin-bottom: 4px;
  color: #2080C0;
  font-size: 20px;
}

main .sect01 .service_more .service_more_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 40px;
  margin: auto;
  border: 1px solid #2080C0;
  color: #2080C0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

main .sect01 .service_more .service_more_btn:hover {
  background-color: #2080C0;
  color: #fff;
}

main .sect01 .service_more .service_more_btn:hover::before {
  color: #fff;
}

main .sect01 .service_more .service_more_btn:hover::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
}

main .sect01 .service_more .service_more_btn::before {
  content: "MORE";
}

main .sect01 .service_more .service_more_btn::after {
  display: block;
  position: absolute;
  top: 13px;
  right: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-bottom: 1px solid #2080C0;
  border-left: 1px solid #2080C0;
  content: "";
}

main .sect01 .service_more .service_more_btn.on::before {
  content: "CLOSE";
}

main .sect01 .service_more .service_more_btn.on::after {
  top: 17px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

main .sect02 {
  margin-bottom: 160px;
}

main .sect02 .wrap_imgset {
  min-height: 360px;
  margin-top: 80px;
  overflow: hidden;
}

main .sect02 .wrap_imgset div {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

main .sect02 .wrap_imgset figure {
  position: absolute;
  top: 0;
  left: 480px;
  width: 640px;
  height: 360px;
}

main .sect02 .wrap_imgset figure img {
  width: 640px;
  height: 360px;
}

main .sect02 .wrap_imgset h3,
main .sect02 .wrap_imgset p {
  width: 440px;
}

main .sect02 .wrap_imgset h3 {
  margin: 0 0 30px;
  line-height: 1;
}

main .sect02 .coso_area {
  width: 100%;
  max-width: 960px;
  margin: 40px auto 0;
  padding: 40px;
  border: 1px solid #2080C0;
  background-color: #fff;
  letter-spacing: 0;
}

main .sect02 .coso_area h4 {
  color: #2080C0;
  font-weight: bold;
  font-size: 16px;
}

main .sect02 .coso_area em {
  display: block;
  color: #2080C0;
  font-style: normal;
}

main .sect03 .wrap_imgset {
  min-height: 360px;
  margin-bottom: 80px;
  overflow: hidden;
}

main .sect03 .wrap_imgset figure {
  position: absolute;
  top: 0;
  right: 480px;
  width: 640px;
  height: 360px;
}

main .sect03 .wrap_imgset figure img {
  width: 640px;
  height: 360px;
}

main .sect03 .wrap_imgset div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

main .sect03 .wrap_imgset div div {
  width: 440px;
  margin: 0;
}

main .sect03 .wrap_imgset h3 {
  width: 100%;
  margin: 0 0 30px;
  line-height: 1;
}

main .sect04 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  main {
    padding-bottom: 0;
  }
  main h2 {
    margin-bottom: 0;
  }
  main h3 {
    margin: 0 0 20px;
    font-size: 20px;
  }
  main figure,
  main picture {
    margin-bottom: 10px;
  }
  main .sect01 {
    margin-bottom: 0;
  }
  main .sect01 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .sect01 h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .sect01 picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  main .sect01 h3 + p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .sect01 .service_more {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin: 40px auto 0;
  }
  main .sect01 .service_more li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  main .sect01 .service_more h3 {
    font-size: 16px;
  }
  main .sect01 .service_more .subttl {
    font-size: 16px;
  }
  main .sect01 .service_more .service_more_btn {
    -webkit-transition: none;
    transition: none;
  }
  main .sect01 .service_more .service_more_btn:hover {
    background-color: transparent;
    color: #2080C0;
  }
  main .sect01 .service_more .service_more_btn:hover::before {
    color: #2080C0;
  }
  main .sect01 .service_more .service_more_btn:hover::after {
    border-bottom: 1px solid #2080C0;
    border-left: 1px solid #2080C0;
  }
  main .sect02 {
    margin-bottom: 40px;
  }
  main .sect02 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  main .sect02 h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    line-height: 1.6;
  }
  main .sect02 picture {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .sect02 h3 + p {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .sect02 .wrap_imgset {
    min-height: auto;
    margin-top: 0;
  }
  main .sect02 .wrap_imgset div {
    padding: 40px;
  }
  main .sect02 .wrap_imgset figure {
    position: static;
    width: 100%;
    height: auto;
  }
  main .sect02 .wrap_imgset figure img {
    width: 100%;
    height: auto;
  }
  main .sect02 .wrap_imgset h3,
  main .sect02 .wrap_imgset p {
    width: 100%;
  }
  main .sect02 .wrap_imgset h3 {
    margin: 0 0 20px;
  }
  main .sect02 .coso_area {
    width: calc(100% - 80px);
    padding: 20px;
    background-color: transparent;
  }
  main .sect03 .wrap_imgset {
    min-height: auto;
    margin-bottom: 0;
  }
  main .sect03 .wrap_imgset div div {
    width: 100%;
    padding: 40px;
  }
  main .sect03 .wrap_imgset figure {
    position: static;
    width: 100%;
    height: auto;
  }
  main .sect03 .wrap_imgset figure img {
    width: 100%;
    height: auto;
  }
  main .sect03 .wrap_imgset h3,
  main .sect03 .wrap_imgset p {
    width: 100%;
  }
  main .sect03 .wrap_imgset h3 {
    margin: 0 0 20px;
  }
  main .sect04 {
    background-color: #fff;
  }
}

/*# sourceMappingURL=maps/service.css.map */
