@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
	@extend %rightarr;
*/
/*
Robotoフォント設定
500：Medium（デフォルト）
*/
/*
Interstateフォント設定
400：regular（デフォルト）
700：Bold
*/
/*
Noto Sans CJK JPフォント設定
500：Medium（デフォルト）
700：Bold
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	$color:色指定
	$stripe:線サイズ
	$spacing:線の空きサイズ
	$height:太さ

	@include dotted(#e6e1d2, 4,4,2);
*/
/*
example
@include dotted-y(#COLOR, WidthPX,SpaceingPX,LengthPX,); 横破線
@include dotted-y(#e6e1d2, 4,4,2,10);
*/
.profile__titleBox,
.chart__titleBox,
.access__titleBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 640px) {
  .profile__titleBox,
  .chart__titleBox,
  .access__titleBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.chart__titleBox {
  margin-bottom: 0;
}

.access__titleBox {
  margin-bottom: 0.35rem;
}

.profile__title,
.chart__title,
.access__title {
  line-height: 1;
}

.profile__subTitle {
  margin-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .profile__subTitle {
    margin-top: 0.2rem;
    margin-left: 0;
  }
}

.profile__text {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1.875;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .profile__text {
    font-size: 0.14rem;
    margin-top: 0.25rem;
    line-height: 2.14;
  }
}

.profile__infoBox {
  margin-top: 0.48rem;
}
@media screen and (max-width: 640px) {
  .profile__infoBox {
    margin-top: 0.15rem;
  }
}

.profile__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding: 0.25rem 0 0.2rem;
  border-bottom: 1px solid #ccc;
}
.profile__list:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .profile__list:first-of-type {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .profile__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0.25rem 0;
  }
}

.profile__listTitle {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 2;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 20%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .profile__listTitle {
    font-size: 0.14rem;
    line-height: 1.71;
    margin-bottom: 0.1rem;
    width: 100%;
  }
}

.profile__listContents {
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.15rem;
  line-height: 2;
  letter-spacing: 0.02em;
  padding-left: 0.2rem;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .profile__listContents {
    font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 700;
    font-size: 0.14rem;
    line-height: 1.71;
    padding-left: 0;
  }
}

.profile__listTable tr th {
  font-weight: 500;
  padding-right: 0.16rem;
}
@media screen and (max-width: 640px) {
  .profile__listTable tr th {
    font-weight: inherit;
  }
}
.profile__listItemLink {
  color: #328cdc;
}

@media screen and (max-width: 640px) {
  .profile__listAdress {
    line-height: 1.714;
  }
}

.chart {
  margin-top: 1rem;
}
@media screen and (max-width: 640px) {
  .chart {
    margin-top: 0.5rem;
  }
}

.chart__subTitle {
  margin-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .chart__subTitle {
    margin-top: 0.2rem;
    margin-left: 0;
  }
}

.chartBox {
  position: relative;
  width: 100%;
  margin-top: 0.35rem;
}
@media screen and (max-width: 640px) {
  .chartBox {
    margin-top: 0.32rem;
    margin-left: 0;
    margin-right: 0.09rem;
  }
}
.chartBox figure img {
  width: 100%;
}
.chartBox .chart__imglink {
  text-align: right;
}
.chartBox .chart__imglink a {
  color: #328cdc;
  font-size: 0.15rem;
}
.chartBox #opener {
  color: #328cdc;
  font-size: 0.13rem;
}
.chartBox #opener:hover {
  cursor: pointer;
  color: #fefefe;
  background-color: transparent;
}
.chartBox #dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s, opacity 0.3s;
  transition: visibility 0.3s, opacity 0.3s;
}
.chartBox #dialog.inview {
  visibility: visible;
  opacity: 1;
}
.chartBox .dialog-window {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  text-align: center;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.chartBox .dialog-window figure img {
  background-color: #fff;
}
.chartBox #closer {
  width: 0.48rem;
  height: 0.48rem;
  padding: 0.12rem;
  color: #fff;
  border-radius: 1.5rem;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
  letter-spacing: 0.1em;
  position: absolute;
  top: -0.6rem;
  right: 0.08rem;
}
.chartBox #closer:before, .chartBox #closer:after {
  content: "";
  display: block;
  width: 0.24rem;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 0.24rem;
}
.chartBox #closer:before {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.chartBox #closer:after {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
.chartBox #closer:hover {
  color: #222;
  background-color: transparent;
  cursor: pointer;
}

.chartBox__text {
  position: absolute;
  z-index: 1;
  font-family: noto-sans-cjk-jp, "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-size: 0.16rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 640px) {
  .chartBox__text {
    font-size: 0.12rem;
  }
}
.chartBox__text:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(1) {
    top: 3%;
    left: 22.5%;
  }
}
.chartBox__text:nth-child(2) {
  top: 24.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(2) {
    top: 18%;
    left: 22.5%;
  }
}
.chartBox__text:nth-child(3) {
  top: 24.5%;
  left: 73.5%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(3) {
    top: 18%;
    left: 57%;
  }
}
.chartBox__text:nth-child(4) {
  top: 44.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(4) {
    top: 33%;
    left: 22.5%;
  }
}
.chartBox__text:nth-child(5) {
  top: 68%;
  left: 28.6%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(5) {
    top: 51%;
    left: 22.5%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.chartBox__text:nth-child(6) {
  top: 91.5%;
  left: 2.5%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(6) {
    top: 65%;
    left: 55%;
  }
}
.chartBox__text:nth-child(7) {
  top: 91.5%;
  left: 21%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(7) {
    top: 79%;
    left: 55%;
  }
}
.chartBox__text:nth-child(8) {
  top: 91.5%;
  left: 51.3%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(8) {
    top: 93.3%;
    left: 55%;
  }
}
.chartBox__text:nth-child(9) {
  top: 91.5%;
  left: 74.7%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(9) {
    top: 51%;
    left: 55.8%;
  }
}
.chartBox__text:nth-child(10) {
  top: 91.5%;
  left: 90.5%;
}
@media screen and (max-width: 640px) {
  .chartBox__text:nth-child(10) {
    top: 51%;
    left: 83.3%;
  }
}

.access {
  margin-top: 0.95rem;
}
@media screen and (max-width: 640px) {
  .access {
    margin-top: 0.45rem;
  }
}

.access__subTitle {
  margin-left: 0.15rem;
}
@media screen and (max-width: 640px) {
  .access__subTitle {
    margin-top: 0.2rem;
    margin-left: 0;
  }
}

.accessMap__wrap {
  width: 100%;
  height: 2.88rem;
}
.accessMap__wrap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .accessMap__wrap {
    margin-top: 0.3rem;
    height: 3.15rem;
  }
}