@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* 色のクラス
--------------------------------------------------*/
.white {
  color: #fff;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.black {
  color: #000;
  text-align: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

/* フォントの定義
--------------------------------------------------*/
html,
body,
ul,
ol,
dl,
li,
dt,
dd,
a,
p,
div,
span,
img,
svg,
table,
tr,
th,
td,
figure {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #171a1b;
}

body,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
svg,
a,
table,
tr,
th,
td,
figure {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body,
  ul,
  ol,
  dl,
  li,
  dt,
  dd,
  p,
  div,
  span,
  img,
  svg,
  a,
  table,
  tr,
  th,
  td,
  figure {
    font-size: 1.4rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #182861;
}

p {
  font-family: "Zen Old Mincho", "Noto Serif SC", serif;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 1.4rem;
  }
}

/* intro
--------------------------------------------------*/
#service_intro {
  margin: 100px auto;
}
#service_intro h3 {
  font-size: clamp(3rem, 3.42vw, 4.8rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #service_intro h3 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 350px) {
  #service_intro h3 br {
    display: none;
  }
}
#service_intro h3 span {
  font-size: 1.6rem;
  display: block;
}
#service_intro .wrap_content {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #service_intro .wrap_content {
    flex-direction: column;
  }
}
#service_intro .wrap_content p {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service_intro .wrap_content p {
    width: 100%;
  }
}
#service_intro .wrap_content .figure {
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #service_intro .wrap_content .figure {
    width: 100%;
    margin: auto;
  }
}

.intro_2 {
  margin-top: 80px !important;
}
.intro_2 .warp_service .add {
  font-size: 1.2rem;
}

/* service_content
--------------------------------------------------*/
#service_content .service_list .service_item {
  background-color: #f8f8f8;
  padding: 60px 0;
}
#service_content .service_list .service_item:nth-child(even) {
  background-color: #ffffff;
}
#service_content .service_list .service_item:nth-child(even) .service_box {
  flex-direction: row-reverse;
}
#service_content .service_list .service_item:nth-child(even) .service_box .wrap_img {
  margin-right: 0;
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  #service_content .service_list .service_item:nth-child(even) .service_box .wrap_img {
    margin-left: 0;
  }
}
#service_content .service_list .service_item .service_box {
  display: flex;
}
#service_content .service_list .service_item .service_box .wrap_img {
  width: 50%;
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  #service_content .service_list .service_item .service_box .wrap_img {
    width: 100%;
  }
}
#service_content .service_list .service_item .service_box .wrap_tx {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #service_content .service_list .service_item .service_box .wrap_tx {
    width: 100%;
  }
}
#service_content .service_list .service_item .service_box .wrap_tx h3 {
  font-size: clamp(3rem, 2.57vw, 3.6rem);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #service_content .service_list .service_item .service_box .wrap_tx h3 {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#service_content .service_list .service_item .service_box .wrap_tx .service_outline {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #service_content .service_list .service_item .service_box .wrap_tx .service_outline {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#service_content .service_list .service_item .service_box .wrap_tx .service_outline li {
  font-size: clamp(1.8rem, 1.42vw, 2rem);
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 14px;
  border-left: solid 2px #182861;
}
@media screen and (max-width: 768px) {
  #service_content .service_list .service_item .service_box .wrap_tx .service_outline li {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=service.css.map */