/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

/* constance variable */
/* noto sans font weight */
/* linear */
/* easeSineIn */
/* easeSineOut */
/* easeSineInOut */
/* easeQuadIn */
/* easeQuadOut */
/* easeQuadInOut */
/* easeCubicIn */
/* easeCubicOut */
/* easeCubicInOut */
/* easeQuartIn */
/* easeQuartOut */
/* easeQuartInOut */
/* easeQuintIn */
/* easeQuintOut */
/* easeQuintInOut */
/* easeExpoIn */
/* easeExpoOut */
/* easeExpoInOut */
/* easeCircIn */
/* easeCircOut */
/* easeCircInOut */
/* easeBackIn */
/* easeBackOut */
/* easeBackInOut */
/* general method */
.flex_box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

h1 {
  margin-left: 8.0921052632%;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1599px) {
  h1 {
    margin-left: 4.625rem;
    font-size: 1.1875rem;
  }
}
@media only screen and (max-width: 736px) {
  h1 {
    margin-left: 3.0625rem;
    margin-left: 0;
  }
}

.form {
  width: 82.8947368421%;
}
@media only screen and (max-width: 1260px) {
  .form {
    width: 94%;
  }
}
.form h2 {
  margin-bottom: 5rem;
  font-size: 1.5625rem;
  letter-spacing: 0.07em;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .form h2 {
    margin-bottom: 3rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 736px) {
  .form h2 {
    margin-bottom: 2rem;
  }
}
.form h2 span {
  border-bottom: solid 5px #000;
  display: inline-block;
  padding-bottom: 0.25em;
}
.form p {
  font-size: 1.25rem;
  letter-spacing: 0.07em;
}
@media only screen and (max-width: 1599px) {
  .form p {
    font-size: 1rem;
  }
}
.form p.policy {
  text-align: right;
}
.form p.policy a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.form p.read {
  margin-bottom: 2.285714285rem;
  font-size: 1rem;
}
@media only screen and (max-width: 1599px) {
  .form p.read {
    margin-bottom: 2.285714285rem;
  }
}
@media only screen and (max-width: 736px) {
  .form p.read {
    margin-bottom: 1.142857143rem;
    font-size: 0.8543mm;
  }
}
.form p span, .form th span {
  color: #e60012;
}
.form table {
  width: 100%;
}
.form table:first-child {
  margin-bottom: 2.875rem;
}
@media only screen and (max-width: 1599px) {
  .form table:first-child {
    margin-bottom: 1.75rem;
  }
}
@media only screen and (max-width: 736px) {
  .form table:first-child {
    margin-bottom: 1.125rem;
  }
}
.form table th, .form table td {
  background: #efefef;
  border-bottom: solid 4px #fff;
  padding: 0.6875rem 2.3125rem;
  font-size: 1.25rem;
  text-align: left;
}
@media only screen and (max-width: 1599px) {
  .form table th, .form table td {
    font-size: 1rem;
    padding: 0.6875rem 1.375rem;
  }
}
@media only screen and (max-width: 736px) {
  .form table th, .form table td {
    display: block;
    font-size: 0.75rem;
  }
}
.form table th {
  width: 19.0476190476%;
  vertical-align: top;
  white-space: nowrap;
}
@media only screen and (max-width: 736px) {
  .form table th {
    border-bottom: none;
    width: auto;
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .form table td {
    padding-top: 0;
  }
}
.form input[type=text],
.form textarea {
  border: solid 1px #8b8b8c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.25em;
  font-size: 0.875rem;
}
.form input[type=text]:not(.num) {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  .form input[type=text]:not(.num) {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  .form input[type=text]:not(.num) {
    width: 100%;
  }
}
.form input[type=text].other {
  width: 10em;
  margin-left: 1em;
}
.form input[type=radio] {
  margin-right: 0.5em;
}
.form input[type=radio]:not(:first-child) {
  margin-left: 1em;
}
.form textarea {
  width: 60%;
  height: 5em;
}
@media only screen and (max-width: 768px) {
  .form textarea {
    width: 70%;
  }
}
@media only screen and (max-width: 736px) {
  .form textarea {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .form input.num {
    width: 3em;
  }
}
.form .btn {
  margin-top: 3.75rem;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .form .btn {
    margin-top: 2.25rem;
  }
}
.form .btn a {
  background: #000;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
  padding: 1.25rem 3.75rem;
  color: #fff;
  font-size: 1.3125rem;
}
@media only screen and (max-width: 1599px) {
  .form .btn a {
    padding: 1.25rem 2.25rem;
    font-size: 1.0625rem;
  }
}
.form .btn a:hover {
  text-decoration: none;
}

.top__image {
  width: 100%;
  margin: 0 auto;
  height: 400px;
  background-image: url("../service/img/img01.jpg");
  background-position-y: 30%;
  background-position-x: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4.5em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top__image {
    background-position-x: 50%;
    background-size: cover;
  }
}
@media only screen and (max-width: 736px) {
  .top__image {
    background-position-x: 50%;
    background-size: cover;
  }
}
.top__mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.3;
}
.top__title {
  font-size: 3em;
  margin: 0;
  color: #fff;
  text-shadow: 8px 6px 10px rgba(88, 128, 152, 0.3);
  z-index: 2;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .top__title {
    font-size: 3.8461538462vw;
  }
}
@media only screen and (max-width: 736px) {
  .top__title {
    font-size: 5.5555555556vw;
  }
}

.service {
  margin-bottom: 14.375rem;
  padding: 0 2.571428571rem;
}
@media only screen and (max-width: 1599px) {
  .service {
    margin-bottom: 8.625rem;
    padding: 0 2.571428571rem;
  }
}
@media only screen and (max-width: 736px) {
  .service {
    margin-bottom: 5.75rem;
    padding: 0 1.714285714rem;
  }
}
.service .catch {
  margin-bottom: 6.875rem;
}
@media only screen and (max-width: 1599px) {
  .service .catch {
    margin-bottom: 4.125rem;
  }
}
@media only screen and (max-width: 736px) {
  .service .catch {
    margin-bottom: 2.75rem;
  }
}
.service .catch h1 {
  float: left;
}
.service .catch p {
  float: left;
  margin-left: 25.1315789474%;
  margin-top: 1.6875rem;
  font-size: 1.875rem;
  font-weight: 500;
}
@media only screen and (max-width: 1599px) {
  .service .catch p {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 736px) {
  .service .catch p {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 736px) {
  .service .catch p {
    margin-left: 0;
    margin-top: 0;
  }
}
.service figure {
  margin-bottom: 4.8125rem;
}
@media only screen and (max-width: 1599px) {
  .service figure {
    margin-bottom: 2.875rem;
  }
}
.service figure img {
  width: 100%;
}
.service .list section {
  background: #efefef;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .service .list section {
    display: block;
  }
}
.service .list section:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 1599px) {
  .service .list section:not(:last-child) {
    margin-bottom: 1.125rem;
  }
}
.service .list section .row {
  display: table-row;
}
@media only screen and (max-width: 736px) {
  .service .list section .row figure {
    margin-bottom: 0;
  }
}
.service .list section h2, .service .list section p, .service .list section .btn, .service .list section figure {
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .service .list section h2, .service .list section p, .service .list section .btn, .service .list section figure {
    display: block;
  }
}
.service .list section h2 {
  border-top: solid 2px #231815;
  border-left: solid 2px #231815;
  width: 26.3157894737%;
  padding: 4.5625rem 2.6875rem 3.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 1599px) {
  .service .list section h2 {
    padding: 2.75rem 1.625rem 2.125rem;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .service .list section h2 {
    width: auto;
  }
}
@media only screen and (max-width: 736px) {
  .service .list section h2 {
    padding: 1.375rem 0.8125rem 1.0625rem;
    font-size: 1.25rem;
  }
}
.service .list section p {
  padding: 4.25rem 0 6.875rem 4.6875rem;
  font-size: 1.1875rem;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 1599px) {
  .service .list section p {
    padding: 2.5625rem 0 4.125rem 2.8125rem;
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 768px) {
  .service .list section p {
    padding: 1.875rem;
  }
}
@media only screen and (max-width: 736px) {
  .service .list section p {
    padding: 0.9375rem;
    font-size: 0.625rem;
  }
}
.service .list section .btn {
  padding: 0 0 3.5rem 2.6875rem;
  font-size: 1.875rem;
  text-align: right;
  vertical-align: top;
}
@media only screen and (max-width: 1599px) {
  .service .list section .btn {
    padding: 0 0 2.125rem 1.625rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 736px) {
  .service .list section .btn {
    padding-left: 0;
    font-size: 0.9375rem;
  }
}
.service .list section .btn a {
  background: #3d3a39;
  display: inline-block;
  width: 87.5%;
  padding: 1.5625rem 1.5625rem 5.9375rem;
  color: #fff;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .service .list section .btn a {
    padding: 0.9375rem 0.9375rem 3.5625rem;
  }
}
@media only screen and (max-width: 736px) {
  .service .list section .btn a {
    width: calc(100% - 1.25rem);
    padding: 0.625rem 0.625rem 2.375rem;
  }
}
.service .list section .btn a:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  right: 1.25rem;
  bottom: 1.25rem;
}
@media only screen and (max-width: 1599px) {
  .service .list section .btn a:after {
    border-width: 0 0 15px 15px;
    right: 0.9375rem;
    bottom: 0.9375rem;
  }
}
.service .list section .btn a:hover {
  text-decoration: none;
}
.service .list section figure img {
  width: 100%;
}

.works {
  margin-bottom: 14.375rem;
}
@media only screen and (max-width: 1599px) {
  .works {
    margin-bottom: 8.625rem;
  }
}
.works h1 {
  margin-left: 0;
  margin-bottom: 3.75rem;
  text-align: center;
}
@media only screen and (max-width: 1599px) {
  .works h1 {
    margin-bottom: 2.25rem;
  }
}
.works h1 span {
  width: 200px;
}
.works .flex {
  flex-wrap: wrap;
}
.works .col {
  width: 25%;
  position: relative;
}
@media only screen and (max-width: 736px) {
  .works .col {
    width: 50%;
  }
}
.works .col img {
  width: 100%;
}
.works .col figure {
  position: relative;
  z-index: 1;
}
.works .col p {
  background: rgba(35, 24, 21, 0.7);
  padding: 2.125rem;
  width: calc(100% - 4.125rem);
  min-height: 80px;
  max-height: 80px;
  color: #fff;
  font-size: 1.3125rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 1599px) {
  .works .col p {
    width: calc(100% - 40px);
    padding: 1.25rem;
    font-size: 1.0625rem;
    min-height: 64px;
  }
}
@media only screen and (max-width: 768px) {
  .works .col p {
    width: calc(100% - 33px);
    min-height: 48px;
    padding: 1.0625rem;
  }
}
@media only screen and (max-width: 736px) {
  .works .col p {
    width: calc(100% - 28px);
    min-height: 30%;
    padding: 0.875rem;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=service.css.map */