@import url("https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
:root {
  --bk: #131313;
  --wh: #faf9ff;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 835px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  .pc-sm {
    display: none !important;
  }
}
@media screen and (min-width: 641px) {
  .sp-sm {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .pc-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .sp-tb {
    display: none !important;
  }
}
.under499 {
  display: none !important;
}

@media screen and (max-width: 499px) {
  .under499 {
    display: block !important;
  }
}
/* A Modern CSS Reset */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol {
  color: #161515;
  line-height: 1.7;
  margin: 0;
}

a,
button {
  cursor: revert;
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  padding-left: 0;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

th {
  font-weight: normal;
  text-align: left;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

::marker {
  content: initial;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
}

.gallery-page {
  background: linear-gradient(to bottom, #e3e5e6 0px, #e3e5e6 calc(1650px - 25rem), #fff calc(1650px - 25rem), #fff 100%);
}

@media screen and (max-width: 1200px) {
  .gallery-page {
    background: linear-gradient(to bottom, #e3e5e6 0px, #e3e5e6 50%, #fff 50%, #fff 100%);
  }
}
.under__heading {
  margin-top: 25rem;
}

@media screen and (max-width: 834px) {
  .under__heading {
    margin-top: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .under__heading {
    margin-top: 15rem;
  }
}
@media screen and (max-width: 376px) {
  .under__heading {
    margin-top: 10rem;
  }
}
.under__title {
  font-size: 80px;
  font-weight: 300;
  font-family: "Cormorant Infant", serif;
  text-align: center;
  color: var(--bk);
}

@media screen and (max-width: 834px) {
  .under__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .under__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 376px) {
  .under__title {
    font-size: 30px;
  }
}
.c-txt:not(:first-of-type) {
  margin-top: 0;
}

.service__intro {
  margin: 0 auto 140px;
}

.service__intro-ttl {
  font-size: 28px;
  font-weight: 500;
  margin: 120px 0 40px;
  text-align: center;
}

.service__intro-text {
  margin: 0 auto 120px;
  max-width: 750px;
  width: 100%;
}

.service__mv-img {
  margin-bottom: 80px;
}

.blanket-ttl {
  font-family: "Cormorant Infant", serif, "Noto Sans JP", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}

.service__intro-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.service__intro-flex-ttl {
  width: 45%;
}
.service__intro-flex-ttl .f28 {
  font-weight: 500;
}
.service__intro-flex-ttl .f18 {
  color: #81949f;
}

.service__intro-flex-cont {
  width: 50%;
}

.service__intro-menu {
  background-color: #f2f3f4;
  padding: 3% 8%;
}
.service__intro-menu .f20 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  position: relative;
}
.service__intro-menu .f20:after {
  content: "";
  position: absolute;
  background: #cdcfd0;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.service__intro-menu .f20 span {
  background: #f2f3f4;
  display: inline-block;
  position: relative;
  padding-right: 15px;
  z-index: 1;
}
.service__intro-menu .f14 {
  font-size: 14px;
}

.service__mech {
  background: url(../img/service/service-bg.webp) no-repeat;
  background-size: cover;
  padding: 130px 0;
}

.service__mech-sticky {
  display: flex;
}

.service__mech-left {
  position: sticky;
  top: 110px;
  align-self: flex-start;
  width: 40%;
  margin-right: 10%;
  box-sizing: border-box;
}
.service__mech-left .f28 {
  font-weight: 500;
  margin-bottom: 30px;
}

.service__mech-right {
  flex-grow: 1;
  width: 50%;
}
.service__mech-right img {
  margin-bottom: 30px;
  width: 100%;
}

.service__mech-wrap {
  background: #e3e5e6;
  padding: 8%;
}

.w-01 {
  margin-bottom: 40px;
}

.mech-ttl {
  margin-bottom: 30px;
  text-align: center;
}
.mech-ttl span {
  background: #f2f3f4;
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px 7px;
  margin-bottom: 15px;
}
.mech-ttl .f24 {
  font-weight: 500;
  text-align: center;
}

.service__process {
  padding: 170px 0 180px;
}

.service__process-intro {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.service__process-intro .f28 {
  font-weight: 500;
  width: 60%;
}
.service__process-intro .c-txt {
  width: 40%;
}

.service__process-list {
  margin-bottom: 150px;
}

.service__process-li:last-child .service__process-flex {
  padding-bottom: 0;
}
.service__process-li:last-child .service__process-flex .number:after {
  display: none;
}

.service__process-flex {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 75px;
}
.service__process-flex .number {
  position: absolute;
  width: 120px;
  top: 0;
  height: 100%;
  width: 100px;
}
.service__process-flex .number:after {
  content: "";
  background: #f2f3f4;
  height: 100%;
  position: absolute;
  left: 31.5px;
  top: 0;
  width: 5px;
  z-index: -1;
}
.service__process-flex .number span {
  background: #f2f3f4;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
  border-radius: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 65px;
  font-size: 22px;
}

.service__process-img {
  margin-left: 120px;
  width: 48%;
}

.service__process-cont {
  width: 38%;
}
.service__process-cont .bg-ttl {
  background: #262626;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
  padding: 3px 10px 5px;
}
.service__process-cont .f24 {
  margin-bottom: 25px;
}

.cont-list {
  border-top: 1px solid #cdcfd0;
  margin-top: 30px;
  padding-top: 40px;
  display: flex;
}

.cl-01 div {
  display: flex;
}
.cl-01 li {
  display: flex;
  flex: 1 auto;
}
.cl-01 li:last-child {
  margin-right: 0;
}
.cl-01 li img {
  margin-right: 10px;
}

.cl-02 {
  flex-wrap: wrap;
}
.cl-02 li:nth-of-type(1) {
  width: 20%;
}
.cl-02 li:nth-of-type(5) {
  width: 20%;
}
.cl-02 li:nth-of-type(2) {
  width: 15%;
}
.cl-02 li:nth-of-type(6) {
  width: 15%;
}
.cl-02 li:nth-of-type(3) {
  width: 27%;
}
.cl-02 li:nth-of-type(7) {
  width: 27%;
}
.cl-02 li:nth-of-type(4) {
  width: 34%;
}
.cl-02 li:nth-of-type(8) {
  width: 34%;
}

.cl-03 {
  flex-wrap: wrap;
}
.cl-03 li {
  display: flex;
  width: 100%;
}
.cl-03 li span {
  display: block;
  color: #99abb6;
  font-size: 8px;
  margin-right: 10px;
  margin-top: 10px;
}

.cl-04 li .c-txt {
  border: 1px solid #cdcfd0;
  border-radius: 50px;
  padding: 5px 15px;
  margin-right: 10px;
}

.service__box {
  background: #f2f3f4;
  padding: 6% 8%;
}

.service__box-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.service__box-flex img {
  width: 48%;
}

.service__box-cont {
  width: 45%;
}
.service__box-cont .f24 {
  margin-bottom: 35px;
}

.sub-ttl {
  background: #c5cdd1;
  font-size: 14px;
  color: #262626;
  display: inline-block;
  margin-bottom: 35px;
  padding: 5px 10px;
}

.gray-box {
  background: #e3e5e6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3%;
}
.gray-box .point span {
  background: #262626;
  width: 85px;
  height: 85px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  border-radius: 50px;
  font-family: "Cormorant Infant", serif;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gray-box .f20 {
  font-size: 20px;
  width: 37%;
}
.gray-box .f20 span {
  color: #81949f;
}
.gray-box .f14 {
  width: 49%;
}

@media screen and (max-width: 1375px) {
  .service__process-intro .f28 {
    width: 45%;
  }
  .service__process-cont {
    width: 42%;
  }
  .service__process-cont .bg-ttl {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .service__process-cont .f24 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
  .service__process-img {
    width: 43%;
  }
  .cl-01 li .c-txt,
  .cl-02 li .c-txt,
  .cl-03 li .c-txt,
  .cl-04 li .c-txt {
    font-size: 13px;
  }
  .cl-01 li img {
    width: 20px;
    height: 20px;
    margin-top: 7px;
  }
  .cl-03 li span {
    margin-right: 7px;
    margin-top: 7px;
  }
  .service__box-flex img {
    width: 43%;
  }
  .service__box-cont {
    width: 53%;
  }
  .service__box-cont .sub-ttl {
    margin-bottom: 25px;
  }
  .service__box-cont .f24 {
    margin-bottom: 25px;
    font-size: 2.2rem;
  }
  .gray-box .f20 {
    font-size: 17px;
  }
}
@media screen and (max-width: 1080px) {
  .service__intro-ttl {
    font-size: 26px;
    margin: 90px 0 40px;
  }
  .service__intro-text {
    margin: 0 auto 80px;
  }
  .service__mv-img {
    margin-bottom: 50px;
  }
  .service__intro-flex-ttl .f28 {
    font-size: 2.4rem;
  }
  .service__process-flex {
    margin-bottom: 40px;
  }
  .service__process-flex .number:after {
    top: 40px;
  }
  .service__intro-menu {
    padding: 4% 6%;
  }
  .service__process {
    padding: 140px 0 0px;
  }
  .service__process-intro {
    margin-bottom: 50px;
  }
  .service__process-list {
    margin-bottom: 90px;
  }
  .number {
    width: 80px;
  }
  .service__process-img {
    margin-left: 85px;
  }
  .cont-list {
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 834px) {
  .service__intro {
    margin: 0 auto 80px;
  }
  .service__intro-ttl {
    font-size: 22px;
    margin: 70px 0 30px;
  }
  .service__intro-text {
    margin: 0 auto 40px;
  }
  .blanket-ttl {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .service__intro-flex {
    display: block;
  }
  .service__intro-flex .service__intro-flex-ttl {
    width: 100%;
    margin-bottom: 20px;
  }
  .service__intro-flex .service__intro-flex-cont {
    width: 100%;
  }
  .service__mech {
    padding: 80px 0;
  }
  .service__mech-sticky {
    display: block;
  }
  .service__mech-left {
    position: inherit;
    top: 0;
    align-self: flex-start;
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .service__mech-left .f28 {
    margin-bottom: 20px;
    font-size: 2.2rem;
  }
  .service__mech-left img {
    display: b;
    margin: 25px auto 0;
    width: 80%;
  }
  .service__mech-right {
    width: 100%;
  }
  .mech-ttl .f24 {
    font-size: 22px;
  }
  .mech-ttl span {
    font-size: 13px;
    padding: 2px 10px 3px;
    margin-bottom: 10px;
  }
  .service__process {
    padding: 80px 0 0px;
  }
  .service__process-intro .c-txt {
    width: 100%;
  }
  .service__process-intro {
    display: block;
    margin-bottom: 40px;
  }
  .service__process-intro .f28 {
    width: 100%;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .service__process-flex {
    display: block;
    padding-bottom: 0px;
  }
  .service__process-img {
    margin-left: 15%;
    width: 85%;
  }
  .service__process-cont {
    width: 85%;
    margin: 35px 0 0 15%;
  }
}
@media screen and (max-width: 640px) {
  .service__intro-flex {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .service__intro-menu {
    padding: 8% 5%;
  }
  .service__intro-menu .f20 {
    margin-bottom: 15px;
  }
  .service__process-list {
    margin-bottom: 40px;
  }
  .service__process-flex .number {
    width: 40px;
  }
  .service__process-flex .number span {
    font-size: 14px;
    height: 40px;
    width: 40px;
  }
  .service__process-flex .number:after {
    left: 19.5px;
    width: 2px;
  }
  .service__process-cont {
    margin: 25px 0 0 15%;
  }
  .service__process-cont .bg-ttl {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .service__process-cont .f24 {
    font-size: 18px;
  }
  .cl-01 {
    flex-wrap: wrap;
  }
  .cl-01 li {
    flex: auto;
    width: 50%;
  }
  .cl-02 li:nth-of-type(1),
  .cl-02 li:nth-of-type(2),
  .cl-02 li:nth-of-type(3),
  .cl-02 li:nth-of-type(4),
  .cl-02 li:nth-of-type(5),
  .cl-02 li:nth-of-type(6),
  .cl-02 li:nth-of-type(7),
  .cl-02 li:nth-of-type(8) {
    width: 50%;
  }
  .cl-04 li .c-txt {
    margin-bottom: 10px;
    padding: 2px 12px;
  }
  .service__box-flex {
    display: block;
    margin-bottom: 30px;
  }
  .service__box-flex img {
    width: 100%;
  }
  .service__box-cont {
    margin-bottom: 25px;
    width: 100%;
  }
  .sub-ttl {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .service__box-cont .f24 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .gray-box {
    display: block;
    padding: 8% 5%;
  }
  .gray-box .f20 {
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
  }
  .gray-box .f14 {
    width: 100%;
  }
  .gray-box .point {
    margin-bottom: 10px;
  }
  .gray-box .point span {
    width: 100%;
    height: 30px;
    font-size: 13px;
    border-radius: 0;
  }
}/*# sourceMappingURL=service.css.map */