@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;
  }
}

/* vision
--------------------------------------------------*/
#vision {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #vision {
    margin-top: 50px;
  }
}
#vision .intro_tx {
  font-size: clamp(2.5rem, 2.14vw, 3rem);
  color: #182861;
  margin-bottom: 40px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #vision .intro_tx {
    font-size: 2rem;
  }
}
#vision .intro_tx .intro_br {
  display: none;
}
@media screen and (max-width: 999px) {
  #vision .intro_tx .intro_br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #vision .intro_tx .intro_br {
    display: none;
  }
}
#vision .vision_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  #vision .vision_list {
    gap: 30px;
  }
}
#vision .vision_list li {
  width: 45%;
  border-top: solid 1px #182861;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #vision .vision_list li {
    width: 100%;
  }
}
#vision .vision_list li .title {
  display: flex;
  align-items: center;
}
#vision .vision_list li .title img {
  width: 25%;
}
#vision .vision_list li .title p {
  font-size: clamp(1.8rem, 1.71vw, 2.4rem);
}
#vision .vision_list li .tx_wrap {
  background-color: #f8f8f8;
  padding: 40px 35px;
  flex-grow: 1;
  line-height: 2;
}

/* strength
--------------------------------------------------*/
#strength {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #strength {
    margin-top: 50px;
  }
}
#strength .figure {
  margin: 60px auto 80px;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  #strength .figure {
    margin: 40px auto 50px;
    width: 90%;
  }
}
#strength .figure p {
  margin-top: 15px;
  font-size: 1.4rem;
  color: #182861;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #strength .figure p {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=vision.css.map */