@charset "UTF-8";
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

h2,
ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index .maker {
  background-color: #f8f5f2;
}
.index .makerInner {
  max-width: 1200px;
}
@media screen and (max-width:639px) {
  .index .maker .heading01 {
    align-items: center;
    text-align: center;
  }
}
.index .maker .list ul {
  display: flex;
}
@media screen and (min-width:640px) {
  .index .maker .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .maker .list ul > * {
    width: calc((100% - calc(10px * 4)) / 5);
  }
}
@media screen and (max-width:639px) {
  .index .maker .list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .index .maker .list ul > * {
    width: calc((100% - calc(10px * 2)) / 3);
  }
}
.index .maker .list ul li {
  text-align: center;
}
.index .maker .list ul li p {
  margin-bottom: 0;
  line-height: 130%;
  margin-bottom: 16px;
}
@media screen and (max-width:639px) {
  .index .maker .list ul li p {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .maker .list ul li p {
    font-size: 12px;
  }
}
.index .maker .list ul li img {
  margin-bottom: 6px;
}
.index .page-contentInner > div {
  display: flex;
  width: 100%;
}
@media screen and (max-width:639px) {
  .index .page-contentInner > div {
    gap: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .page-contentInner > div {
    gap: 32px;
  }
}
@media screen and (min-width:1025px) {
  .index .page-contentInner > div {
    gap: 64px;
  }
}
@media screen and (max-width:639px) {
  .index .page-contentInner > div {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .page-contentInner > div {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .page-contentInner > div {
    margin-bottom: 64px;
  }
}
@media screen and (max-width:639px) {
  .index .page-contentInner > div {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width:640px) {
  .index .page-contentInner > div:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.index .page-contentInner > div.content03 {
  margin-bottom: 0;
}
@media screen and (max-width:639px) {
  .index .page-contentInner > div .heading01 {
    align-items: center;
  }
}
@media screen and (min-width:640px) {
  .index .page-contentInner > div .img {
    width: 37%;
  }
}
.index .page-contentInner > div .img img {
  width: 100%;
}
.index .page-contentInner > div .txt {
  font-size: clamp(13.5px, 1.7857142857vw, 16px);
}
.index .page-contentInner > div .txt p {
  line-height: 180%;
}
@media screen and (min-width:640px) {
  .index .page-contentInner > div .txt {
    width: 63%;
  }
}
.index .access {
  background-color: #f8f5f2;
}
.index .access .block00 {
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .access .block00 {
    gap: 80px;
    align-items: center;
  }
}
@media screen and (max-width:1024px) {
  .index .access .block00 .heading01 {
    align-items: center;
  }
  .index .access .block00 p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:1024px) {
  .index .access .block00 {
    flex-direction: column;
  }
}
.index .access .block01 {
  display: flex;
}
@media screen and (max-width:639px) {
  .index .access .block01 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .block01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width:1025px) {
  .index .access .block01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:1024px) {
  .index .access .block01 {
    flex-direction: column;
  }
}
@media screen and (min-width:1025px) {
  .index .access .block01 {
    gap: 60px;
  }
}
@media screen and (min-width:1025px) {
  .index .access .block01 .map {
    width: 47%;
  }
}
.index .access .block01 .map iframe {
  width: 100%;
  height: 320px;
}
@media screen and (min-width:1025px) {
  .index .access .block01 .outline {
    width: 53%;
  }
}
@media screen and (max-width:1024px) {
  .index .access .block01 .outline {
    margin-top: 20px;
  }
}
.index .access .block01 .outline .detail {
  background-color: #fff;
  border-radius: 8px;
  padding: 24px 32px;
  margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .index .access .block01 .outline .detail {
    margin-top: 20px;
  }
}
@media screen and (max-width:639px) {
  .index .access .block01 .outline .detail {
    padding: 16px;
  }
}
.index .access .block01 .outline .detail h4 {
  font-size: clamp(13.5px, 1.7857142857vw, 16px);
  color: #17a5dd;
}
.index .access .block01 .outline .detail ul li {
  line-height: 1.7;
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .block01 .outline .detail {
    display: flex;
    gap: 24px;
  }
  .index .access .block01 .outline .detail > div {
    width: 50%;
  }
}
.index .access .block02 {
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .access .block02 {
    gap: 60px;
  }
}
@media screen and (max-width:1024px) {
  .index .access .block02 {
    flex-direction: column;
    align-items: center;
  }
  .index .access .block02 .map {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .index .access .block02 .map img {
    width: 100%;
  }
}
.index .access .block02 .open .table-style {
  margin-bottom: 12px;
}
.index .access .block02 .open .table-style th:first-child {
  white-space: nowrap;
}
.index .access .block02 .open .table-style td:first-child {
  font-family: "Akshar", sans-serif;
  color: #17a5dd;
  font-weight: 500;
  white-space: nowrap;
}
.index .access .block02 .open .table-style td {
  padding: 9px;
  text-align: center;
}
@media screen and (max-width:639px) {
  .index .access .block02 .open p {
    font-size: 12px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .access .block02 .open p {
    font-size: 14px;
  }
}
@media screen and (min-width:1025px) {
  .index .access .block02 .open p {
    font-size: 16px;
  }
}
@media screen and (max-width:639px) {
  .index .access .block02 .open {
    width: 100%;
  }
}
.index .infomationInner {
  display: flex;
  gap: clamp(24px, 3.3333333333vw, 32px);
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    gap: 72px;
  }
}
@media screen and (min-width:1400px) {
  .index .infomationInner {
    gap: 100px;
  }
}
@media screen and (min-width:1025px) {
  .index .infomationInner {
    justify-content: space-between;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationInner {
    flex-direction: column;
  }
}
.index .infomationLeft {
  display: flex;
}
@media screen and (min-width:1025px) {
  .index .infomationLeft {
    flex-direction: column;
    width: 10em;
  }
}
@media screen and (max-width:1024px) {
  .index .infomationLeft {
    justify-content: space-between;
    align-items: center;
  }
}
.index .infomationRight {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.index .infomation h2 {
  font-size: clamp(21px, 2.6785714286vw, 24px);
}
@media screen and (min-width:1025px) {
  .index .infomation h2 {
    margin-bottom: 20px;
  }
}
.index .infomation .btn {
  white-space: nowrap;
  font-size: clamp(13px, 1.6666666667vw, 15px);
  padding-left: clamp(21px, 2.6785714286vw, 24px);
  padding-right: clamp(21px, 2.6785714286vw, 24px);
  padding-top: 6px;
  padding-bottom: 6px;
  flex: 0;
}
.index .infomation ul {
  width: 100%;
}
.index .infomation li {
  display: flex;
  gap: clamp(26px, 3.2142857143vw, 28px);
}
@media screen and (max-width:639px) {
  .index .infomation li {
    gap: 12px;
    flex-direction: column;
  }
}
.index .infomation li:not(:last-child) {
  border-bottom: 1px solid #e6eef2;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.index .infomation time {
  color: #333333;
  white-space: nowrap;
  width: 8.5em;
}
.index .infomation a {
  flex-grow: 1;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.mainImg {
  background-image: url(../../assets/img/index/kv-img.png);
  background-position: center center;
  background-size: cover;
  height: 50vh;
}
@media screen and (max-width:639px) {
  .mainImg {
    height: 70vh;
  }
}
.mainImgInner {
  height: 100%;
  max-width: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.mainImgInner div {
  display: flex;
  gap: 32px;
}
@media screen and (min-width:640px) {
  .mainImgInner div {
    margin-top: -0.5vh;
    margin-bottom: 5.5vh;
  }
}
.mainImgInner div img {
  box-shadow: 0px 4px 16px 0px rgba(0, 54, 97, 0.3);
  border-radius: 200px;
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "Akshar", sans-serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: #2e4bd1;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2e4bd1;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: #2e4bd1;
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  margin-top: 4px;
  width: 100%;
  padding: 80px 32px;
  background: #f4f5fc;
  font-weight: bold;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #2e4bd1;
  font-size: clamp(24px, 3.3333333333vw, 32px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lower footer {
  border-top: 4px solid #008fc7;
}

.lower .contents section {
  margin-bottom: 48px;
}
.lower .contents section.contact {
  margin-bottom: 0;
}

.lower .sectionTtl {
  color: #2e4bd1;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 48px;
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

/*-------------------------------------------------------------
ブログ
---------------------------------------------------------------*/
.lower.blog {
  position: relative;
}
.lower.blog .contents .wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
.lower.blog .contents .wrapper .mg {
  padding: 0 24px;
}
.lower.blog .contents .wrapper .articleWrap {
  max-width: 640px;
}
.lower.blog .contents .wrapper .articleWrap .article {
  margin-bottom: 30px;
  padding: 0;
}
.lower.blog .contents .wrapper .articleWrap .article h3 {
  color: #2e4bd1;
  margin: 0 0 1.5em;
  font-size: 200%;
  letter-spacing: 0.1em;
}
.lower.blog .contents .wrapper .articleWrap .article .articleInfo {
  border-top: 1px solid #e6eef2;
  border-bottom: 1px solid #e6eef2;
  padding: 1.5em 0;
  margin-top: 2em;
}
.lower.blog .contents .wrapper .sideBox section {
  background-color: #ffffff;
  margin: auto;
  margin-bottom: 32px;
  margin-top: 32px;
  padding: 0;
  color: #2e4bd1;
}
.lower.blog .contents .wrapper .sideBox section:first-child {
  margin-top: 80px;
}
.lower.blog .contents .wrapper .sideBox section:last-child {
  margin-bottom: 80px;
}
.lower.blog .contents .wrapper .sideBox section h3 {
  color: #ffffff;
  padding: 10px;
  background-color: #2e4bd1;
  text-align: center;
  margin-bottom: 0;
}
.lower.blog .contents .wrapper .sideBox section div {
  padding: 0;
}
.lower.blog .contents .wrapper .sideBox section ul li {
  padding: 12px;
  padding-bottom: 20px;
}
.lower.blog .contents .wrapper .sideBox form {
  display: flex;
  gap: 4px;
}
.lower.blog .contents .wrapper .sideBox form .search {
  padding: 8px;
  width: 75%;
  border: 1px solid #E5DDD3;
}
.lower.blog .contents .wrapper .sideBox form .searchBtn {
  background-color: #2e4bd1;
  color: #ffffff;
  border: none;
  padding: 6px 16px;
  border-radius: 4px;
  font-weight: bold;
  width: 25%;
}
@media screen and (min-width:640px) {
  .lower.blog .contents .wrapper {
    display: flex;
  }
  .lower.blog .contents .wrapper .sideBox > *:first-child {
    margin-top: 0;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 230px;
  }
}
@media screen and (min-width:1025px) {
  .lower.blog .contents .wrapper .articleWrap {
    width: 640px;
  }
  .lower.blog .contents .wrapper .sideBox section {
    width: 275px;
  }
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .access .access-open {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:1025px) {
  .lower .access .access-open {
    flex-direction: row-reverse;
    gap: 48px;
  }
}
.lower .access .access-open__right {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
  .lower .access .access-open__right {
    width: 40%;
    max-width: 100%;
  }
}
.lower .access .access-open__left {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
  .lower .access .access-open__left {
    width: 60%;
    max-width: 100%;
  }
}
.lower .access .access-open .table-style {
  margin-top: 0;
}
.lower .access .access-open .table-style td:first-child {
  color: #008fc7;
  font-weight: bold;
}
.lower .access .access-open .contact {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px 40px;
  text-align: center;
  margin-top: 24px;
}
.lower .access .access-open .contact .tel-num {
  font-size: 2.2em;
  font-weight: bold;
}
.lower .access .access-open .contact .tel-num small {
  font-size: 0.8em;
}
.lower .access .access-info {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width:640px) {
  .lower .access .access-info {
    flex-direction: row;
    gap: 48px;
  }
}
.lower .access .access-info__map {
  width: 40%;
}
.lower .access .access-info__map img {
  width: 100%;
}
.lower .access .access-info .trafic {
  margin-bottom: 0;
}
.lower .access .access-info .trafic__item {
  margin-bottom: 24px;
}
.lower .access .access-info .trafic dl {
  font-weight: bold;
  font-size: 1.2em;
  color: #008fc7;
}
.lower .access .map {
  margin-top: 32px;
}
.lower .access .map iframe {
  width: 100%;
  height: 40vh;
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.lower .information .info-wrap .sectionInner {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
@media screen and (min-width:640px) {
  .lower .information .info-wrap .sectionInner {
    flex-direction: row;
    gap: 48px;
  }
}
@media screen and (min-width:640px) {
  .lower .information .info-wrap__txt {
    width: 60%;
  }
}
@media screen and (min-width:640px) {
  .lower .information .info-wrap__txt .heading02 {
    text-align: left;
  }
}
.lower .information .info-wrap__txt .listNormal {
  color: #008fc7;
  margin-bottom: 1em;
}
@media screen and (min-width:640px) {
  .lower .information .info-wrap__img {
    width: 40%;
  }
}
.lower .information .info-step {
  margin: 0;
  padding: 0;
  list-style: none;
}
.lower .information .info-step__item {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 1em 2em;
  margin-bottom: 40px;
  position: relative;
}
.lower .information .info-step__item h4 {
  color: #008fc7;
  font-size: 1.4em;
}
.lower .information .info-step__item h4 span {
  font-size: 1.8em;
  padding-right: 0.2em;
}
.lower .information .info-step__item:not(:last-child):after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #008fc7 transparent transparent transparent;
  position: absolute;
  bottom: -28px;
  left: calc(50% - 16px);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}

.null {
  font-size: clamp(15px, 1.2307692308vw, 17px);
}

.null {
  margin-left: clamp(24px, 2.3076923077vw, 48px);
}

.null {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.null > * {
  width: calc((100% - calc(10px * 2)) / 3);
}/*# sourceMappingURL=pages.css.map */