@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans JP',"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  overflow-x: hidden;
  width: 100%;
}
.fs-l-page {
  width: 100%;
  overflow: hidden;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}
a {
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
a:hover {
  opacity: 0.6;
}
a:focus, *:focus { outline:none; }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

main {
  position: relative;
}

sub {
  bottom: 0;
}

sup {
  top: -0.3em;
}

main i {
  font-style: normal;
}

h2 img + span {
  display: block;
  font-size: 32px;
  color: #000;
  margin-top: 5px;
  font-weight: 700;
}

.weight_thin {
  font-weight:100
}

.weight_light {
  font-weight:300
}

.weight_regular {
  font-weight:400
}

.weight_medium {
  font-weight:500
}

.weight_bold {
  font-weight:700
}

.weight_black {
  font-weight:900
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp,
  .forSp {
    display: none;
  }
  a.tel_link {
    pointer-events: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp,
  .forSp {
    display: block;
  }
  a:hover {
    opacity: 1;
  }
  /* body {
    padding-bottom: 104px;
  } */
}


/* -----------------------------------------------
Main
----------------------------------------------- */
main {
  background: #FAFAFA;
}

h2,h3 {
  margin: 0;
}

div.src_link_wrap {
  text-align: center;
}

a.src_link {
  border: 3px solid #0099CC;
  border-radius: 40px;
  background: #fff;
  color: #0099CC;
  font-weight: bold;
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
  position: relative;
  width: 430px;
  line-height: 74px;
  font-size: 18px;
}
a.src_link span {
  position: relative;
  display: block;
  width: 100%;
}
a.src_link span:after {
  content: '';
  position: absolute;
  right: 1.4em;
  top: 50%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #0099CC;
  border-right: 2px solid #0099CC;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.parts_hidden {
  display: none;
}

div.head_wrap {
  /* text-align: center; */
  padding-top: 80px;
}
.head_wrap>*:not(p) {
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 34px;
  font-family: 'Noto Sans JP Medium','Noto Sans JP';
}
.head_wrap>*:not(p):after {
  content: "";
  display: block;
  background: #0099CC;
  width: 30px;
  height: 6px;
  border-radius: 10px;
  position: absolute;
  top: -20px;
  left: 0;
}
.head_wrap p {
  font-size: 16px;
  margin: 0 auto 28px;
}

@media screen and (max-width: 767px) {
  .inner_wrap {
    padding: 0;
    width: 91.47%;
    margin: 0 auto;
  }

  a.src_link {
    max-width: 430px;
    width: 100%;
    font-size: 16px;
  }

  div.head_wrap {
    padding-top: 36px;
  }
  .head_wrap>*:not(p) {
    margin-bottom: 29px;
    font-size: 24px;
    line-height: 1.5;
  }
  .head_wrap>*:not(p):after {
    width: 26px;
    height: 6px;
    top: -16px;
    left: 0;
  }

  .head_wrap p {
    font-size: 14px;
    margin: 0 auto 16px;
  }
}

@media screen and (min-width: 768px) {
  .inner_wrap {
    width: 100%;
    max-width: calc(1080px + 40px);
    padding: 0 20px;
    margin-inline: auto;
  }
}


/* -----------------------------------------------
パンくずリスト
----------------------------------------------- */
.fs-pt-list--breadcrumb {
  margin: 10px 0;
  background: #fff;
}
.fs-c-breadcrumb .fs-c-breadcrumb__listItem a,
.fs-pt-list--breadcrumb .fs-pt-list__item a {
  font-size: 12px;
  color: #009CD0;
  text-decoration: underline;
}

.fs-c-breadcrumb .fs-c-breadcrumb__listItem,
.fs-pt-list--breadcrumb .fs-pt-list__item {
  font-size: 12px;
  display: inline-block;
  word-break: break-all;
}

.fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before,
.fs-pt-list--breadcrumb > li + li::before {
  margin: 0 0.5em;
  content: '→';
  color: #009CD0;
}

.fs-c-breadcrumb .fs-c-breadcrumb__list {
  padding: 0;
}