@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

fieldset {
  border: 0;
}

body {
  line-height: 1.8;
}

body, dd, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, select, ul {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
}

em {
  font-style: normal;
}

ul li {
  list-style-type: none;
  list-style-image: none;
}

address {
  font-style: normal;
}

/* ヘッダー
--------------------- */
/* page_title  map
--------------------- */
#page_title.page_title_map {
  background-color: var(--green);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map {
    padding: 11.5rem 0px 10rem;
  }
}
#page_title.page_title_map .title__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .title__box {
    display: block;
  }
}
#page_title.page_title_map .title__box h1 {
  font-size: 4.5rem;
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .title__box h1 {
    font-size: 3.7rem;
    margin-bottom: 2rem;
  }
}
#page_title.page_title_map .title__box .en {
  display: block;
  font-size: 1rem;
  color: var(--white);
}
#page_title.page_title_map {
  /*.title__box*/
}
#page_title.page_title_map .wrapper .breadcrumb ul li {
  color: var(--white);
}
#page_title.page_title_map .wrapper .breadcrumb ul li:first-child::after {
  background-color: var(--white);
}
#page_title.page_title_map .wrapper .breadcrumb ul li:not(:first-child)::after {
  background-color: var(--white);
}
#page_title.page_title_map .wrapper .breadcrumb ul li:not(:first-child) a {
  color: var(--white);
}
#page_title.page_title_map .wrapper .breadcrumb ul .breadcrumb__home a {
  color: var(--white);
}
#page_title.page_title_map .wrapper {
  /*.breadcrumb*/
  /*文字の横スクロールアニメーション*/
}
#page_title.page_title_map .wrapper .page__marquee {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .wrapper .page__marquee {
    margin-top: 2rem;
  }
}
#page_title.page_title_map .wrapper .page__marquee .marquee__item {
  color: var(--white);
  opacity: 0.1;
}
#page_title.page_title_map {
  /*.wrapper*/
}
#page_title.page_title_map .map {
  position: relative;
  z-index: 10;
  margin-top: -13.5rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .map {
    margin-top: 10rem;
  }
}
#page_title.page_title_map .map .map__img {
  width: 84.5rem;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .map .map__img {
    width: 100%;
  }
}
#page_title.page_title_map .map .txt__box {
  position: absolute;
  top: 21.2rem;
  left: 0;
  width: 54.2rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .map .txt__box {
    width: 100%;
    top: -7rem;
  }
}
#page_title.page_title_map .map .txt__box p {
  color: var(--white);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .map .txt__box p {
    font-size: 1.3rem;
    line-height: 2.3rem;
  }
}
#page_title.page_title_map .map .txt__box .box {
  position: relative;
  color: var(--white);
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.5rem 5.1rem 1.6rem 1.4rem;
  margin-top: 6rem;
  border: 2px solid var(--white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .map .txt__box .box {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding: 0.6rem 3.4rem 0.7rem 0.8rem;
    margin-top: 2.5rem;
  }
}
#page_title.page_title_map .map .txt__box .box::after {
  content: "";
  position: absolute;
  top: 25%;
  right: 1.5rem;
  width: 2rem;
  height: 2rem;
  background: url("../../network/img/click_img.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .map .txt__box .box::after {
    top: 29%;
    width: 1.7rem;
    height: 1.7rem;
    right: 0.7rem;
  }
}
#page_title.page_title_map {
  /*.map*/
}
#page_title.page_title_map .location__btn {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--white);
  border-radius: 0.5rem;
}
#page_title.page_title_map .location__btn__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: var(--white);
  border-radius: 0.5rem;
}
#page_title.page_title_map .location__btn__inner a {
  position: relative;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3rem 6.3rem 1rem 2rem;
  transition: var(--hover_ani_time);
  border: 2px solid var(--white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .location__btn__inner a {
    padding: 1.1rem 3rem 0.6rem 1.2rem;
    width: 16.7rem;
  }
}
#page_title.page_title_map .location__btn__inner a:hover {
  background-color: var(--green);
}
#page_title.page_title_map .location__btn__inner a:hover::after {
  background: url("../../network/img/row_arrow_white.svg") no-repeat center/cover;
}
#page_title.page_title_map .location__btn__inner a:hover .title {
  color: var(--white);
}
#page_title.page_title_map .location__btn__inner a:hover p {
  color: var(--white);
}
#page_title.page_title_map .location__btn__inner a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  transition: var(--hover_ani_time);
  background: url("../../network/img/row_arrow.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .location__btn__inner a::after {
    width: 1.7rem;
    height: 1.7rem;
    right: 1.3rem;
  }
}
#page_title.page_title_map .location__btn__inner a .title {
  display: block;
  font-size: 1.9rem;
  line-height: 1;
  color: var(--green);
  margin-bottom: 0.4rem;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .location__btn__inner a .title {
    font-size: 1.4rem;
    line-height: 1rem;
  }
}
#page_title.page_title_map .location__btn__inner a p {
  display: block;
  font-size: 1.4rem;
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .location__btn__inner a p {
    font-size: 1.1rem;
  }
}
#page_title.page_title_map .location__btn .white_circle {
  position: absolute;
  top: 13.5rem;
  right: -17rem;
  width: 11.5rem;
  height: 11.5rem;
  border-radius: 100%;
  border: 0.3rem solid var(--white);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .location__btn .white_circle {
    width: 5rem;
    height: 5rem;
  }
}
#page_title.page_title_map .location__btn .white_line {
  position: absolute;
  top: -0.5rem;
  right: -3rem;
  transform: rotate(-32deg);
  width: 0.3rem;
  height: 17.2rem;
  background-color: var(--white);
}
#page_title.page_title_map {
  /*.location__btn*/
}
#page_title.page_title_map .osaka_btn {
  top: 49rem;
  left: 13rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .osaka_btn {
    top: 32rem;
    left: 0rem;
  }
}
#page_title.page_title_map .osaka_btn .white_circle {
  top: 13.5rem;
  right: -17rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .osaka_btn .white_circle {
    top: -8.5rem;
    right: 2.2rem;
  }
}
#page_title.page_title_map .osaka_btn .white_line {
  top: -0.65rem;
  right: -3rem;
  transform: rotate(-32deg);
  height: 17.2rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .osaka_btn .white_line {
    top: -3.6rem;
    right: 4.4rem;
    transform: rotate(0deg);
    height: 7.2rem;
  }
}
#page_title.page_title_map {
  /*.osaka_btn*/
}
#page_title.page_title_map .tohoku_btn {
  top: 43rem;
  left: 88.9rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .tohoku_btn {
    top: 6rem;
    left: 20.2rem;
  }
}
#page_title.page_title_map .tohoku_btn .white_circle {
  top: -5.5rem;
  right: 29rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .tohoku_btn .white_circle {
    top: 8.5rem;
    right: 9.9rem;
  }
}
#page_title.page_title_map .tohoku_btn .white_line {
  top: -1rem;
  right: 25rem;
  height: 9.2rem;
  transform: rotate(-74deg);
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .tohoku_btn .white_line {
    top: 3.5rem;
    right: 11.5rem;
    transform: rotate(12deg);
    height: 5.2rem;
  }
}
#page_title.page_title_map {
  /*.tohoku_btn*/
}
#page_title.page_title_map .tokyo_btn {
  top: 66rem;
  left: 84rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .tokyo_btn {
    top: 29.5rem;
    left: 20.2rem;
  }
}
#page_title.page_title_map .tokyo_btn .white_circle {
  top: -7.5rem;
  right: 29rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .tokyo_btn .white_circle {
    top: -7.5rem;
    right: 11rem;
  }
}
#page_title.page_title_map .tokyo_btn .white_line {
  top: -2rem;
  right: 25.8rem;
  transform: rotate(-61deg);
  height: 8.2rem;
}
@media screen and (max-width: 768px) {
  #page_title.page_title_map .tokyo_btn .white_line {
    top: -2.9rem;
    right: 12.2rem;
    transform: rotate(-15deg);
    height: 6.2rem;
  }
}
#page_title.page_title_map {
  /*.tokyo_btn*/
}
#page_title {
  /*.page_title_map*/
} /*#page_title*/
/* location_common
--------------------- */
.location_common {
  padding-top: 15rem;
}
@media screen and (max-width: 768px) {
  .location_common {
    padding-top: 10rem;
  }
}
.location_common h2 {
  font-size: 4.4rem;
  color: var(--green);
  font-weight: 600;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .location_common h2 {
    margin-bottom: 0.5rem;
    font-size: 3.5rem;
  }
}
.location_common .sub {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .location_common .sub {
    font-size: 2.2rem;
  }
}
.location_common ul {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .location_common ul {
    margin-top: 3rem;
  }
}
.location_common ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5.6rem 0;
  border-top: 1px solid var(--gray);
}
@media screen and (max-width: 768px) {
  .location_common ul li {
    padding: 3rem 0;
  }
}
.location_common ul li:nth-child(1)::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 2.2rem;
  height: 1px;
  background: var(--green);
}
.location_common ul li:nth-last-child(1) {
  border-bottom: 1px solid var(--gray);
}
.location_common ul li .left {
  font-size: 2rem;
  font-weight: 500;
  width: 18%;
  padding-left: 0.6rem;
}
@media screen and (max-width: 768px) {
  .location_common ul li .left {
    font-size: 1.4rem;
    width: 45%;
    float: left;
    line-height: 2rem;
  }
}
.location_common ul li .right {
  width: 82%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .location_common ul li .right {
    display: block;
  }
}
.location_common ul li .right p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media screen and (max-width: 768px) {
  .location_common ul li .right p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .location_common ul li .right .btn {
    display: block;
    margin-top: 2rem;
  }
}
.location_common ul li .right .btn a {
  position: relative;
  display: block;
  color: var(--white);
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  border-radius: 3.5rem;
  padding: 2rem 11.8rem 1.9rem 2.8rem;
  background-color: var(--green);
  border: 1px solid var(--green);
  transition: var(--hover_ani_time);
}
@media screen and (max-width: 768px) {
  .location_common ul li .right .btn a {
    font-size: 1.4rem;
    padding: 1.1rem 7rem 1.2rem 1.8rem;
  }
}
.location_common ul li .right .btn a:hover {
  color: var(--green);
  background-color: var(--white);
  border: 1px solid var(--green);
}
.location_common ul li .right .btn a:hover::after {
  background: url("../../network/img/map_btn_green.svg") no-repeat center/cover;
}
.location_common ul li .right .btn a::after {
  content: "";
  position: absolute;
  width: 1.7rem;
  height: 2.4rem;
  top: 50%;
  right: 2.8rem;
  transform: translateY(-50%);
  transition: var(--hover_ani_time);
  background: url("../../network/img/map_btn_white.svg") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .location_common ul li .right .btn a::after {
    width: 1.3rem;
    height: 2rem;
    right: 2.2rem;
  }
}/*# sourceMappingURL=style.css.map */