@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500;700&family=Noto+Sans:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
html {
  color: #000000;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  font-family: "Noto Sans JP", "Noto Sans", sans-serif;
  letter-spacing: 2px;
}

h1 {
  color: #ffffff;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  color: #194571;
  font-size: 96px;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  h2 {
    font-size: 36px;
    margin-bottom: 70px;
    margin-top: 34px;
    text-align: center;
  }
}

h3 {
  color: #194571;
  font-size: 24px;
  font-weight: bold;
}
h3.h3-tilte-small {
  font-size: 32px;
}
@media screen and (max-width: 1100px) {
  h3.h3-tilte-small {
    font-size: 24px;
  }
}

h4 {
  font-size: 32px;
  font-weight: bold;
  line-height: normal;
}
@media screen and (max-width: 1100px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.7em;
}
@media screen and (max-width: 1100px) {
  p {
    font-size: 16px;
  }
}

ul.list-link li a {
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 1100px) {
  ul.list-link li a {
    font-size: 18px;
  }
}

.service-3rd > div > :first-child ul {
  list-style: disc;
  margin-top: 40px;
}
.service-3rd > div > :first-child ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: list-item;
}
.service-3rd > div > :first-child ul li > p:nth-child(1) a {
  font-size: 20px;
  letter-spacing: 0;
  text-decoration: underline;
}
@media screen and (max-width: 1100px) {
  .service-3rd > div > :first-child ul li > p:nth-child(1) a {
    font-size: 18px;
  }
}
.service-3rd > div > :first-child ul li > p:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 14px;
  margin-left: 5px;
}
@media screen and (max-width: 1100px) {
  .service-3rd > div > :first-child ul li > p:nth-child(2) {
    font-size: 14px;
  }
}
.service-3rd > div > :first-child ul li > :nth-child(3) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 1em;
}
.service-3rd > div > :first-child ul li:not(:first-of-type) {
  margin-top: 40px;
}
.service-3rd > div > :nth-of-type(2) {
  margin-top: 70px;
}

.service-5th .list-link li:not(:first-child) {
  margin-top: 40px;
}

.service-6th .under-line-half {
  width: 100%;
}
.service-6th .step-wrap {
  display: block;
  margin-top: 70px;
}
.service-6th .step-wrap .step-inner {
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-6th .step-wrap .step-inner > div:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  border-right: 1px solid #194571;
  flex: 0 0 30%;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .service-6th .step-wrap .step-inner > div:first-child {
    display: none;
  }
}
.service-6th .step-wrap .step-inner > div:first-child img {
  max-width: 160px;
}
.service-6th .step-wrap .step-inner > div:first-child::before {
  background-color: #f78110;
  border-radius: 50%;
  content: "";
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.service-6th .step-wrap .step-inner > div:last-child {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  padding-left: 10%;
}
@media screen and (max-width: 1100px) {
  .service-6th .step-wrap .step-inner > div:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
  .service-6th .step-wrap .step-inner > div:last-child .sp-only {
    background: #194571;
    color: #fff;
    padding: 10px 1em;
  }
  .service-6th .step-wrap .step-inner > div:last-child .sp-only span {
    margin-right: 10px;
  }
}
.service-6th .step-wrap .step-inner > div:last-child h3 {
  color: #000000;
}
@media screen and (max-width: 1100px) {
  .service-6th .step-wrap .step-inner > div:last-child h3 {
    font-size: 16px;
    margin-top: 20px;
  }
}
.service-6th .step-wrap .step-inner > div:last-child ul {
  list-style: disc;
  margin-top: 20px;
  padding-left: 1em;
}
.service-6th .step-wrap .step-inner > div:last-child ul li {
  line-height: 1.5em;
}
.service-6th .step-wrap .step-inner > div:last-child ul li:not(:first-of-type) {
  margin-top: 10px;
}
.service-6th.flex-col2 > div div:nth-of-type(2) {
  height: auto;
  width: auto;
}

ul.pdf-btn-wrap {
  list-style: none;
  margin-top: 40px;
}
ul.pdf-btn-wrap > li a {
  text-decoration: none;
}
/*# sourceMappingURL=../map/page/service.css.map */
