@charset "utf-8";



/* base.css 
-------------------------------------*/

:root {
  --main-color: #0058A2;
  --accent-color: #1F3663;
  --line-color: #06C775;
  --column-color: #479CD7;
  --text-color: #222222;
  --flow-color: #2679CD;
  --required-color: #E71A2F;
  --bg-color01: #E4F1FD;
  --bg-color02: #D9EBFA;
  --bg-color03: #F0F8FF;
  --bg-color04: #ECF8FD;
  --bg-color05: #EBF0FF;
  --bg-color06: #F4F7FB;
  --bg-color07: #ECF8FD;
  --bg-flow: #D6E3F0;
  --font-base: "Noto Sans JP", sans-serif;
  --box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

body {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #222222;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  body {
    font-size: 15px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 16px;
  }

  a {
    word-break: break-all;
  }
}






@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../font/not-sans-r.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../font/noto-sans-b.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.ttf") format("ttf");
  font-display: swap;
}

@font-face {
  font-family: Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.ttf") format("ttf");
  font-display: swap;
}

.acier {
  font-family: "acier-bat-gris", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.reross {
  font-family: "reross-quadratic", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.wrapper {
  width: 100%;
  overflow: hidden;
}



.wrap1180 {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
}

.wrap1080 {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}

.wrap980 {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.wrap720 {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}



img {
  width: 100%;
  object-fit: cover;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 767px) {

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

.sp-hd {
  display: none;
}

.pc-hd {
  display: block;
}

@media only screen and (max-width: 1024px) {

  .pc-hd {
    display: none;
  }

  .sp-hd {
    display: block;
  }
}

.hd-p {
  padding-top: 120px;
}

@media only screen and (max-width: 1024px) {
  .hd-p {
    padding-top: 64px;
  }
}

h1 {
  font-size: min(2.7vw, 40px);
}



h2 {
  font-size: 38px;
  font-weight: bold;
}

h2.-mb {
  margin-bottom: 1em;
}

h3 {
  font-size: 20px;
  font-weight: bold;
}

h3.-mb {
  margin-bottom: 1em;
}


.ja-ttl {
  font-size: 16px;
  font-weight: bold;
}

.en-ttl {
  font-size: 24px;
  color: var(--main-color);
  font-family: "reross-quadratic", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.en-ttl.is-dot {
  position: relative;
  padding-left: 1em;
}

.en-ttl.is-dot::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 50%;
}

.sec-ttl {
  position: relative;
}

.sec-ttl.is-mb {
  margin-bottom: 30px;
}

.sec-ttl.is-md {
  font-size: 24px;
}

.sec-ttl.is-center {
  text-align: center;
}

.sec-ttl.is-dash {
  padding-left: 1.2em;
}

.sec-ttl.is-dash::before {
  content: "";
  background: var(--accent-color);
  width: 1em;
  height: 4px;
  position: absolute;
  left: 0;
  top: 50%;
}



.bold {
  font-weight: bold;
}

.over-dot {
  text-emphasis-style: '・';
  text-emphasis-position: over;
}

.bouten {
  text-emphasis: dot;
  text-emphasis-position: over;
}





@media only screen and (max-width: 767px) {
  h1 {
    font-size: min(7vw, 24px);
  }

  h2 {
    font-size: min(7vw, 20px);
  }

  h3 {
    font-size: min(4.5vw, 18px);
  }

  .ja-ttl {
    font-size: 12px;
  }

  .sec-ttl.is-md {
    font-size: 20px;
  }


  .sec-bg-ttl.-mb {
    margin-bottom: 32px;
  }

  .sec-ttl.is-mb {
    margin-bottom: 24px;
  }
}


/* hover 
---------------------------------- */

a:hover {
  opacity: 0.7;
  cursor: pointer;
  transition: all .7s;
}

.link-style {
  color: #0A82FF;
  text-decoration: underline;
}

.link-style02 {
  color: var(--text-color);
  text-decoration: underline;
}

.tel-link {
  color: inherit;
  text-decoration: none;
  pointer-events: auto;
  cursor: default;
}

/* PC */
@media (min-width: 768px) {
  .tel-link {
    pointer-events: none;
    cursor: default;
  }
}

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

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}


/* id位置調整 
--------------------------------------- */
.idanchor {
  display: block;
  padding-top: 134px;
  margin-top: -134px;
}

@media(max-width: 767px) {
  .idanchor {
    display: block;
    padding-top: 58px;
    margin-top: -58px;
  }
}



/* セクション　
------------------------------------ */

.sec-p {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .sec-p {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sec-p.-top-s {
  padding-top: 40px;
}

.sec-p.-bottom-s {
  padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .sec-p.-top-s {
    padding-top: 24px;
  }

  .sec-p.-bottom-s {
    padding-bottom: 24px;
  }
}

.sec-p.-first {
  padding-top: 0;
}

.sec-p.-last {
  padding-bottom: 0;
}

.mt52 {
  margin-top: 52px;
}

@media only screen and (max-width: 767px) {
  .mt52 {
    margin-top: 32px;
  }
}


/* 下から
------------------------------- */

.effect-fade {
  opacity: 0;
  transition: all 1.7s;
}

.effect-fade.effect-scroll {
  opacity: 1;
}


/* アコーディオン　
ーーーーーーーーーーーーーーーーーー */

.jsAccordionTitle:hover {
  cursor: pointer;
}

.accordion-content {
  display: none;

}

.accordion-content.is-open {
  display: block;
}



/* パンくずリスト　
---------------------- */

.breadcrumbs-m {
  margin-top: .5em;
}

.breadcrumbs {
  font-weight: bold;
  color: #333333;
  font-size: 13px;

}

.breadcrumbs a.home {
  color: #0A82FF;
  border-bottom: solid 1px #0A82FF;
}

.breadcrumbs a {
  color: #0A82FF;
  border-bottom: solid 1px #0A82FF;
}



/* 404page 
------------------ */

.error-page-p {
  padding-top: 150px;
}

.error-page-m {
  margin-bottom: 10%;
}

.error-page {
  text-align: center;
}

.error-page h2 {
  margin-bottom: 20px;
}

.error-page .btnwrap {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {

  .error-page-p {
    padding-top: 90px;
  }

}