@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
}

.location_wrapp {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
}

.location_wrapp_in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .location_wrapp_in {
    padding-bottom: 13.7142857143vw;
  }
}

.wrap {
  width: 100%;
  overflow: hidden;
}

.mv_wrapp {
  position: relative;
  z-index: 1;
}

.intro {
  position: relative;
  z-index: 0;
  margin-inline: calc(50% - 50vw);
  padding: min(14.0909090909vw, 155px) calc(50vw - 50%) min(7.2727272727vw, 80px);
}
@media screen and (max-width: 768px) {
  .intro {
    padding-top: 28.5714285714vw;
    padding-bottom: 0vw;
  }
}
.intro_text {
  font-size: min(2.7272727273vw, 30px);
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .intro_text {
    font-size: 5.2857142857vw;
  }
}

.location_block {
  width: 100%;
}
.location_nav {
  display: flex;
  justify-content: center;
  gap: 2%;
  margin: 0 auto min(9.0909090909vw, 100px);
  width: 90%;
  max-width: 950px;
}
@media screen and (max-width: 768px) {
  .location_nav {
    flex-wrap: wrap;
    gap: 1.7142857143vw;
    width: 88.142%;
    max-width: inherit;
  }
}
.location_nav li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 min(2.4545454545vw, 27px);
  width: 24.21%;
  height: min(7.2727272727vw, 80px);
  color: #fff;
  font-size: min(1.0909090909vw, 12px);
  line-height: 1.2;
  background-color: #b3b3b3;
  background-image: url(../img/menu_arrow.svg);
  background-repeat: no-repeat;
  background-position: right min(1.1818181818vw, 13px) center;
  background-size: min(2.0909090909vw, 23px) auto;
  border-radius: 10px;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .location_nav li {
    padding: 0 5.4285714286vw;
    width: 48.946%;
    height: 15.2857142857vw;
    font-size: 2.1428571429vw;
    background-position: right 2.5714285714vw center;
    background-size: 4.5714285714vw auto;
  }
}
.location_nav li span {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: min(1.7272727273vw, 19px);
  letter-spacing: 0.27em;
}
@media screen and (max-width: 768px) {
  .location_nav li span {
    font-size: 3.5714285714vw;
  }
}
.location_nav li:hover, .location_nav li.active {
  background-color: #003b80;
}
.location_body {
  width: 100%;
  text-align: center;
}
.location_body .content {
  display: none;
}
.location_body .content.show {
  display: block;
}
.location_body h3 {
  margin-bottom: min(1.3636363636vw, 15px);
  font-family: "Montserrat", sans-serif;
  color: #13386b;
  font-size: min(3.1818181818vw, 35px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.37em;
  text-indent: 0.37em;
}
@media screen and (max-width: 768px) {
  .location_body h3 {
    font-size: 6.4285714286vw;
  }
}
.location_body .tit_jp {
  margin-bottom: min(4.0909090909vw, 45px);
  color: #13386b;
  font-size: min(1.9090909091vw, 21px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  text-indent: 0.12em;
}
@media screen and (max-width: 768px) {
  .location_body .tit_jp {
    margin-bottom: 8vw;
    font-size: 4vw;
  }
}
.location_body .main_copy {
  margin: min(7.2727272727vw, 80px) 0 min(3.1818181818vw, 35px);
  color: #13386b;
  font-size: min(2.2727272727vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .location_body .main_copy {
    margin: 14.2857142857vw 0 5.7142857143vw;
    font-size: 4.1428571429vw;
    letter-spacing: normal;
    text-indent: normal;
  }
}
.location_body .main_lead {
  margin-bottom: min(5.4545454545vw, 60px);
  font-size: min(1.0909090909vw, 14px);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.126em;
  text-indent: 0.126em;
}
@media screen and (max-width: 768px) {
  .location_body .main_lead {
    font-size: 2.1428571429vw;
  }
}
.location_shopping {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .location_shopping {
    width: 100%;
    max-width: inherit;
  }
}
.location_shopping .landmark_img {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_img {
    margin: 0 auto;
    width: 88.142%;
  }
}
.location_shopping .landmark_img img {
  width: 100%;
}
.location_shopping .landmark_img span {
  width: 100%;
  max-width: 170px;
  position: absolute;
  right: min(1.8181818182vw, -20px);
  top: min(2.7272727273vw, -30px);
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_img span {
    width: 100%;
    max-width: 18.7142857143vw;
    right: -2.4285714286vw;
    top: -3.2857142857vw;
  }
}
.location_shopping .landmark_caption {
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_caption {
    margin: 0 auto;
    width: 88.142%;
    font-size: 1.8571428571vw;
  }
}
.location_shopping .landmark_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: min(3.6363636364vw, 40px) 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list {
    margin: 0 auto;
    width: 88.142%;
  }
}
.location_shopping .landmark_list.others {
  margin-bottom: min(19.0909090909vw, 210px);
}
.location_shopping .landmark_list li {
  width: 48.4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list li {
    width: 100%;
  }
}
.location_shopping .landmark_list li img {
  width: 100%;
}
.location_shopping .landmark_list li .caption {
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list li .caption {
    font-size: 1.8571428571vw;
  }
}
.location_shopping .landmark_list li .fukidashi {
  width: min(11.4545454545vw, 126px);
  position: absolute;
  right: min(1.8181818182vw, -20px);
  top: min(2.7272727273vw, -30px);
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list li .fukidashi {
    width: 18.7142857143vw;
    right: -2.4285714286vw;
    top: -3.2857142857vw;
  }
}
.location_shopping .landmark_list li .fukidashi02 {
  width: min(10.2727272727vw, 113px);
  position: absolute;
  right: min(0.9090909091vw, -10px);
  top: min(1.3636363636vw, -15px);
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list li .fukidashi02 {
    width: 18.7142857143vw;
    right: -2.4285714286vw;
    top: -3.2857142857vw;
  }
}
.location_shopping .landmark_list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.location_shopping .landmark_list02 li {
  width: 31.2%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list02 li {
    margin: 0 auto;
    width: 88.142%;
  }
}
.location_shopping .landmark_list02 li img {
  width: 100%;
}
.location_shopping .landmark_list02 li .caption {
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list02 li .caption {
    font-size: 1.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .location_shopping .landmark_list02 li + li {
    margin-top: 4.2857142857vw;
  }
}

.shopping {
  position: relative;
}
.shopping .block {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  position: relative;
}

.education {
  position: relative;
}
.education .block {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  position: relative;
}
.education .block.opt {
  margin: 0 auto min(-6.3636363636vw, -70px);
}

.others {
  position: relative;
}
.others .block {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  position: relative;
}

.lifestyle .block {
  margin: 0 auto;
  width: 100%;
  max-width: 950px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .shopping,
  .education {
    padding-bottom: 15.7142857143vw;
  }
}
.lifestyle {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
  padding: min(12vw, 132px) 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lifestyle {
    margin: 0 auto;
    padding: 15.1428571429vw 0 17.1428571429vw;
    width: 88.142%;
  }
}
.lifestyle_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lifestyle_menu {
    gap: 1.4285714286vw 0;
  }
}
.lifestyle_menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49.473%;
  height: min(10.5454545455vw, 116px);
  color: #fff;
  font-size: min(2.6363636364vw, 29px);
  line-height: 1.2;
  background-color: #cccccc;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lifestyle_menu li {
    width: 100%;
    height: 19.7142857143vw;
    font-size: 5.2857142857vw;
  }
}
.lifestyle_menu li span {
  display: block;
  font-size: min(1.8181818182vw, 20px);
}
@media screen and (max-width: 768px) {
  .lifestyle_menu li span {
    font-size: 3.7142857143vw;
  }
}
.lifestyle_menu li:hover, .lifestyle_menu li.active {
  background-color: #13386b;
}
.lifestyle_body .panel {
  display: none;
}
.lifestyle_body .panel.show {
  display: block;
}
.lifestyle_body .style_box {
  width: 100%;
}
.lifestyle_body .style_copy {
  margin: min(8.1818181818vw, 90px) 0 min(4.5454545455vw, 50px);
  color: #13386b;
  font-size: min(2.5454545455vw, 28px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_copy {
    font-size: 5.2857142857vw;
    line-height: 1.7;
  }
}
.lifestyle_body .style_type {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type {
    flex-direction: column-reverse;
  }
}
.lifestyle_body .style_type-textarea {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-textarea {
    width: 100%;
  }
}
.lifestyle_body .style_type-title {
  font-family: "Montserrat", sans-serif;
  font-size: min(2.7272727273vw, 30px);
  line-height: 1;
  letter-spacing: 0.37em;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-title {
    font-size: 4.7142857143vw;
  }
}
.lifestyle_body .style_type-textbox {
  margin-left: min(0.9090909091vw, 10px);
  margin-top: min(1.0909090909vw, 12px);
  padding: min(0.6363636364vw, 7px) 0 0 min(3.1818181818vw, 35px);
  width: 100%;
  border-left: 1px solid #666;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-textbox {
    margin-left: 2.1428571429vw;
    margin-top: 2.2857142857vw;
    padding: 3.5714285714vw 0 0 6.4285714286vw;
  }
}
.lifestyle_body .style_type-textbox .text_copy {
  margin-bottom: min(1.3636363636vw, 15px);
  color: #13386b;
  font-size: min(2.0909090909vw, 23px);
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-textbox .text_copy {
    font-size: 4.1428571429vw;
    letter-spacing: -0.1em;
  }
}
.lifestyle_body .style_type-textbox .text_lead {
  font-size: min(1.1818181818vw, 13px);
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-textbox .text_lead {
    font-size: 2.4285714286vw;
  }
}
.lifestyle_body .style_type-imgarea {
  width: 43.2%;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-imgarea {
    width: 100%;
  }
}
.lifestyle_body .style_type-imgarea .img {
  width: 100%;
}
.lifestyle_body .style_type-imgarea span {
  display: block;
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type-imgarea span {
    font-size: 1.8571428571vw;
  }
}
.lifestyle_body .style_line {
  padding: min(7.6363636364vw, 84px) 0 0;
  width: 100%;
  border-bottom: 4px double #999;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_line {
    padding: 11.4285714286vw 0 0;
  }
}
.lifestyle_body .style_type:first-of-type .text_copy {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type:first-of-type .text_copy {
    font-size: 4.2857142857vw;
    letter-spacing: -0.15em;
  }
}
.lifestyle_body .style_type:nth-of-type(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.lifestyle_body .style_type:nth-of-type(2) .style_type-imgarea span {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type:nth-of-type(2) .style_type-imgarea span {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type:nth-of-type(2) .style_type-imgarea span.opt {
    margin-bottom: 15px;
    margin-top: -15px;
    padding: 0 5px 0 0;
    text-align: right;
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type:nth-of-type(3) .style_type-imgarea span.opt {
    margin-bottom: 15px;
    margin-top: -15px;
    padding: 0 5px 0 0;
    color: #fff;
    position: relative;
    z-index: 1;
  }
}
.lifestyle_body .style_type + .style_type {
  margin-top: min(6.3636363636vw, 70px);
}
@media screen and (max-width: 768px) {
  .lifestyle_body .style_type + .style_type {
    margin-top: 5.7142857143vw;
  }
}

/* education */
.education.support {
  background-color: #deecf3;
}
.education_area {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .education_area {
    margin: 0 auto;
    width: 88.142%;
    max-width: inherit;
  }
}
.education_area .institutions_img {
  width: 100%;
  position: relative;
}
.education_area .institutions_img img {
  width: 100%;
}
.education_area .institutions_img span {
  width: 100%;
  max-width: 170px;
  position: absolute;
  right: min(-1.8181818182vw, -20px);
  top: min(-2.7272727273vw, -30px);
}
@media screen and (max-width: 768px) {
  .education_area .institutions_img span {
    width: 18.7142857143vw;
    top: -2.8571428571vw;
    right: -2.8571428571vw;
  }
}
.education_area .institutions_caption {
  margin-bottom: min(0.9090909091vw, 10px);
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_caption {
    margin-bottom: 3.5714285714vw;
    font-size: 1.8571428571vw;
  }
}
.education_area .institutions_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
.education_area .institutions_box-img {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-img {
    width: 100%;
  }
}
.education_area .institutions_box-img span {
  display: block;
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-img span {
    margin-top: -15px;
    padding: 0 5px 0 0;
    font-size: 1.8571428571vw;
    text-align: right;
    position: relative;
    z-index: 1;
  }
}
.education_area .institutions_box-img02 {
  width: 48.4%;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-img02 {
    width: 100%;
  }
}
.education_area .institutions_box-img02 img {
  width: 100%;
}
.education_area .institutions_box-img02 span {
  display: block;
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-img02 span {
    font-size: 1.8571428571vw;
  }
}
.education_area .institutions_box-text {
  width: 44.6%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-text {
    padding: 5.7142857143vw 0 0;
    width: 100%;
  }
}
.education_area .institutions_box-text .copy {
  margin-bottom: min(2.2727272727vw, 25px);
  color: #13386b;
  font-size: min(2.0909090909vw, 23px);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-text .copy {
    margin-bottom: 4.2857142857vw;
    font-size: 4.2857142857vw;
    text-align: center;
  }
}
.education_area .institutions_box-text .text {
  font-size: min(1.0909090909vw, 12px);
  line-height: 2.16;
  letter-spacing: 0.126em;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-text .text {
    font-size: 2.1428571429vw;
    text-align: center;
  }
}
.education_area .institutions_box-text .note {
  margin-bottom: min(1.1818181818vw, 13px);
  font-size: min(0.9090909091vw, 10px);
  line-height: 2.16;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box-text .note {
    margin-bottom: 2.1428571429vw;
    font-size: 1.8571428571vw;
    text-align: center;
  }
}
.education_area .institutions_box-text .note span {
  display: inline-block;
  margin-top: 5px;
  color: #ff00ff;
}
.education_area .institutions_box_single {
  display: block;
}
.education_area .institutions_box_single-img {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box_single-img {
    width: 100%;
  }
}
.education_area .institutions_box_single-img span {
  display: block;
  width: 100%;
  font-size: min(0.9090909091vw, 10px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_box_single-img span {
    margin-top: -15px;
    padding: 0 5px 0 0;
    font-size: 1.8571428571vw;
    text-align: right;
    position: relative;
    z-index: 1;
  }
}
.education_area .institutions_copy {
  margin-bottom: min(4.0909090909vw, 45px);
  color: #13386b;
  font-size: min(2.2727272727vw, 25px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_copy {
    margin-bottom: 7.8571428571vw;
    font-size: 4.2857142857vw;
    line-height: 1.6;
  }
}
.education_area .institutions_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: min(2.7272727273vw, 30px) 0 min(4.5454545455vw, 50px);
  padding: min(1.8181818182vw, 20px) min(0vw, 0px);
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_list {
    padding: 4.2857142857vw 0;
    font-size: 1.8571428571vw;
  }
}
.education_area .institutions_list li {
  padding: 0 0 0 min(0.9090909091vw, 10px);
  width: 45%;
  font-size: min(0.9090909091vw, 12px);
  background: url(../img/education/icon01.png) no-repeat left center;
  background-size: min(0.7272727273vw, 8px) auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_list li {
    padding: 0 0 0 1.7142857143vw;
    width: 45%;
    font-size: 1.7857142857vw;
    background-position: left top 1.2857142857vw;
    background-size: 1.4285714286vw auto;
  }
}
.education_area .institutions_list li:nth-of-type(1), .education_area .institutions_list li:nth-of-type(4), .education_area .institutions_list li:nth-of-type(7) {
  width: 45%;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_list li:nth-of-type(1), .education_area .institutions_list li:nth-of-type(4), .education_area .institutions_list li:nth-of-type(7) {
    width: 45%;
  }
}
.education_area .institutions_list li:nth-of-type(2), .education_area .institutions_list li:nth-of-type(5), .education_area .institutions_list li:nth-of-type(8) {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .education_area .institutions_list li:nth-of-type(2), .education_area .institutions_list li:nth-of-type(5), .education_area .institutions_list li:nth-of-type(8) {
    width: 45%;
  }
}
.education_area .block {
  padding: min(9.0909090909vw, 100px) 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .education_area .block {
    padding: 12.8571428571vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .education .institutions_box-img02 + .institutions_box-img02 {
    margin-top: 2.8571428571vw;
  }
}
.education_support {
  padding: 100px 0;
  width: 100%;
  background-color: #deecf3;
}
@media screen and (max-width: 768px) {
  .education_support {
    padding-bottom: 7.1428571429vw;
  }
}
.education_support-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(1.0909090909vw, 12px) 10px;
  margin: 0 auto 50px;
  padding: min(2.2727272727vw, 25px) 0 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .education_support-list {
    gap: 1.8571428571vw 0;
  }
}
.education_support-list dl {
  width: 32%;
  background-color: #13386b;
  border: 1px solid #13386b;
}
@media screen and (max-width: 768px) {
  .education_support-list dl {
    width: 100%;
  }
}
.education_support-list dl dt {
  padding: min(1.4545454545vw, 16px) 0;
  width: 100%;
  color: #13386b;
  font-size: min(1.7272727273vw, 19px);
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.086em;
  text-indent: 0.086em;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .education_support-list dl dt {
    padding: 2.8571428571vw 0;
    font-size: 3.7142857143vw;
  }
}
.education_support-list dl dd {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 110px;
  padding-bottom: 20px;
  color: #fff;
  font-size: min(1.1818181818vw, 13px);
  line-height: 1.846;
  letter-spacing: 0.066em;
  text-indent: 0.066em;
}
.education_support-list dl dd.small_text {
  font-size: min(1vw, 11px);
}
@media screen and (max-width: 768px) {
  .education_support-list dl dd.small_text {
    font-size: 2.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .education_support-list dl dd {
    height: auto;
    padding: 20px 5px 30px;
    font-size: 2.8571428571vw;
  }
}
.education_support-list dl dd span {
  font-size: min(2vw, 22px);
}
.education_support-list dl dd span.cap {
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  left: 10px;
}
@media screen and (max-width: 768px) {
  .education_support-list dl dd span.cap {
    font-size: min(1.1818181818vw, 11px);
  }
}
.education_support-list dl dd span.cap a {
  color: #fff;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.education_support-list dl dd span.cap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .education_support-list dl dd span {
    font-size: 5vw;
  }
}
.education_support-list dl dd small {
  font-size: min(1.4545454545vw, 16px);
}
@media screen and (max-width: 768px) {
  .education_support-list dl dd small {
    font-size: 3.4285714286vw;
  }
}
.education_support-note {
  display: block;
  padding: min(0.7272727273vw, 8px) 0 min(2.2727272727vw, 25px);
  font-size: min(0.9090909091vw, 10px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .education_support-note {
    font-size: 1.8571428571vw;
  }
}
.education_support-note span {
  color: #ff00ff;
}
.education_support-note.t-left {
  padding: min(2.7272727273vw, 30px) 0 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .education_support-note.t-left {
    font-size: 1.8571428571vw;
  }
}
.education_support-list02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.education_support-list02 li {
  width: 31%;
}
@media screen and (max-width: 768px) {
  .education_support-list02 li {
    width: 100%;
  }
}
.education_support-list02 li .img {
  width: 100%;
}
.education_support-list02 li .title {
  margin-bottom: min(1.3636363636vw, 15px);
  padding: min(0.9090909091vw, 10px) 0;
  color: #13386b;
  font-size: min(1.7272727273vw, 19px);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .education_support-list02 li .title {
    padding: 2.8571428571vw 0;
    font-size: 3.4285714286vw;
  }
}
.education_support-list02 li .text {
  font-size: min(1.1818181818vw, 13px);
  line-height: 1.8;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .education_support-list02 li .text {
    font-size: 2.2857142857vw;
  }
}
.education_support-list02 li .text .cap {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .education_support-list02 li .text .cap {
    font-size: min(1.1818181818vw, 11px);
  }
}
.education_support-list02 li .text .cap a {
  text-decoration: underline;
  transition: all 0.3s ease;
}
.education_support-list02 li .text .cap a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .education_support-list02 li + li {
    margin-top: 5.7142857143vw;
  }
}

/* information */
.information_block {
  margin: 0 auto;
  padding: 200px 0 0;
  width: 90%;
  max-width: 1200px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .information_block {
    padding: 5.7142857143vw 0 0;
    width: 100%;
    max-width: inherit;
  }
}
.information_block h4 {
  margin-bottom: min(5vw, 55px);
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.37em;
  text-indent: 0.37em;
}
@media screen and (max-width: 768px) {
  .information_block h4 {
    margin-bottom: 5.7142857143vw;
    font-size: 4.7142857143vw;
  }
}
.information_menu {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(2.2727272727vw, 25px);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .information_menu {
    flex-wrap: wrap;
    margin: 0 auto 4.2857142857vw;
    width: 88.142%;
  }
}
.information_menu li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.7%;
  height: min(5.5454545455vw, 61px);
  font-family: "Montserrat", sans-serif;
  font-size: min(1.0909090909vw, 12px);
  line-height: 1;
  letter-spacing: 0.29em;
  text-indent: 0.29em;
  color: #fff;
  background-color: rgba(102, 102, 102, 0.18);
  border-right: 1px solid #fff;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .information_menu li {
    width: 33.333%;
    height: 11.4285714286vw;
    font-size: 2.1428571429vw;
    border-bottom: 1px solid #fff;
  }
}
.information_menu li:hover, .information_menu li.active {
  background-color: #003b80;
}
@media screen and (max-width: 768px) {
  .information_body {
    margin: 0 auto;
    width: 88.142%;
  }
}
.information_body .box {
  display: none;
}
.information_body .box.show {
  display: block;
}
.information_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.information_area .area_img {
  width: 56%;
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .information_area .area_img {
    margin-bottom: 4.2857142857vw;
    width: 100%;
  }
}
.information_area .area_list {
  width: 42.3%;
}
@media screen and (max-width: 768px) {
  .information_area .area_list {
    width: 100%;
  }
}
.information_area .area_list li {
  border-bottom: 1px solid #999;
}
.information_area .area_list li:last-of-type {
  border: none;
}
.information_area .area_list li p {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: min(0.1818181818vw, 2px) 0;
  font-size: min(0.9090909091vw, 12px);
}
@media screen and (max-width: 768px) {
  .information_area .area_list li p {
    font-size: 2.2857142857vw;
  }
}
.information_area .area_list li p span {
  display: inline-block;
}
.information_area .area_list li p span.num {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: min(0.7272727273vw, 8px);
  width: 15px;
  height: 15px;
  color: #fff;
  font-size: min(0.7272727273vw, 11px);
  font-family: "Montserrat", sans-serif;
  background-color: #003b80;
  border-radius: 100%;
}
@media screen and (max-width: 768px) {
  .information_area .area_list li p span.num {
    font-size: 1.4285714286vw;
  }
}
.information_area .area_list li p span.time {
  margin-left: auto;
  width: 48%;
  text-align: left;
  font-size: min(0.7272727273vw, 11px);
}
@media screen and (max-width: 768px) {
  .information_area .area_list li p span.time {
    width: 44%;
    font-size: 2.2857142857vw;
  }
}

.heading-block {
  margin-top: min(7.2727272727vw, 80px);
  margin-bottom: min(4.5454545455vw, 50px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .heading-block {
    margin-top: 10vw;
    margin-bottom: 10vw;
  }
}
.heading-block.support {
  margin-top: 0 !important;
  margin-bottom: min(3.6363636364vw, 40px);
}
@media screen and (max-width: 768px) {
  .heading-block.support {
    margin-top: -12.8571428571vw !important;
  }
}
.heading-block.support p {
  margin-top: 0 !important;
}
@media screen and (max-width: 768px) {
  .heading-block.support p {
    margin-bottom: 8.5714285714vw;
  }
}
.heading-block p {
  margin-top: 1em;
  font-size: min(2.2727272727vw, 25px);
  font-weight: 500;
  line-height: 1.6;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .heading-block p {
    font-size: 4.2857142857vw;
  }
}
.heading-block p.sub_title {
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  line-height: 1;
  letter-spacing: 0.37em;
  text-indent: 0.37em;
}

.sub-heading-block {
  margin-top: min(5.4545454545vw, 60px);
  margin-bottom: min(7.2727272727vw, 80px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sub-heading-block {
    margin-top: 7.1428571429vw;
    margin-bottom: 9.1428571429vw;
  }
}
.sub-heading-block p {
  margin-top: 1em;
  font-size: min(2.2727272727vw, 25px);
  font-weight: 500;
  line-height: 1.6;
  color: #003b80;
}
@media screen and (max-width: 768px) {
  .sub-heading-block p {
    font-size: min(4.2857142857vw, 30px);
  }
}

.bg-area {
  pointer-events: none;
  user-select: none;
  margin-top: -10vw;
  padding-top: 10vw;
  overflow: hidden;
  position: relative;
  z-index: 0;
  scroll-margin-top: 80px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .bg-area {
    margin-top: -20%;
    padding-top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .bg-area.public {
    padding-top: 0;
  }
}
.bg-area_bg img {
  width: 100%;
}
.bg-area_cap {
  position: absolute;
  bottom: 5px;
  right: 10px;
  font-size: 10px;
  color: #fff;
}
.bg-area_cap02 {
  position: absolute;
  bottom: 5px;
  left: 10px;
  font-size: 10px;
  color: #000;
}

.image_cap_sp {
  text-align: right;
  position: relative;
  font-size: 10px;
  color: #000;
  display: none;
}
@media screen and (max-width: 768px) {
  .image_cap_sp {
    display: block;
  }
}

.ornament {
  pointer-events: none;
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
}

.intro_bg01_01,
.intro_bg01_02 {
  width: 48vw;
  max-width: 574px;
  aspect-ratio: 574/250;
  margin: auto;
  transition-delay: 0.75s;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
}

.intro_bg01_01 {
  left: 0;
  top: 0;
  background: url("../img/intro_bg01.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .intro_bg01_01 {
    width: 61.7142857143vw;
  }
}

.intro_bg01_02 {
  right: 0;
  top: 0;
  background: url("../img/intro_bg02.webp") no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .intro_bg01_02 {
    width: 52.4285714286vw;
  }
}

.shopping_bg01_01, .shopping_bg01_02, .shopping_bg01_03, .shopping_bg01_04, .shopping_bg01_05, .shopping_bg01_06, .shopping_bg01_07, .shopping_bg01_08, .shopping_bg01_09, .shopping_bg01_10, .shopping_bg01_11, .shopping_bg01_12, .shopping_bg01_13 {
  transition-delay: 0.75s;
  filter: none !important;
  mix-blend-mode: multiply;
}
.shopping_bg01_01 {
  top: max(-4.5454545455vw, -50px);
  left: max(18.1818181818vw, 200px);
  translate: -50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_01 {
    top: -21.4285714286vw;
    left: 4.2857142857vw;
    translate: -20% 0;
    width: 28.5714285714vw;
  }
}
.shopping_bg01_02 {
  top: max(4.5454545455vw, 50px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 196/157;
  width: min(22.0909090909vw, 243px);
  background: url(../img/shopping_bg02.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_02 {
    top: 35.7142857143vw;
    width: 28.5714285714vw;
    translate: 20% 0;
  }
}
.shopping_bg01_03 {
  top: max(-2vw, -22px);
  left: max(1.8181818182vw, 20px);
  translate: -50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg.png) center/cover no-repeat;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_03 {
    top: -4.2857142857vw;
    left: inherit;
    right: -7.1428571429vw;
    translate: -20% 0;
    width: 22.4285714286vw;
  }
}
.shopping_bg01_04 {
  top: max(-4.5454545455vw, -50px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 196/157;
  width: min(22.0909090909vw, 243px);
  background: url(../img/shopping_bg02.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_04 {
    top: -20px;
    width: 28.5714285714vw;
    translate: 20% 0;
  }
}
.shopping_bg01_05 {
  top: max(-2.7272727273vw, -30px);
  left: 0;
  translate: -50% 0;
  aspect-ratio: 253/236;
  width: min(23vw, 253px);
  background: url(../img/education_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_05 {
    top: 1.4285714286vw;
    translate: -20% 0;
    width: 28.5714285714vw;
  }
}
.shopping_bg01_06 {
  top: max(-13.6363636364vw, -150px);
  right: max(18.1818181818vw, 200px);
  translate: 50% 0;
  aspect-ratio: 228/201;
  width: min(20.7272727273vw, 228px);
  background: url(../img/shopping_bg03.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_06 {
    top: 35.7142857143vw;
    width: 28.5714285714vw;
    translate: 20% 0;
  }
}
.shopping_bg01_07 {
  top: max(-11.3636363636vw, -125px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 196/157;
  width: min(22.0909090909vw, 243px);
  background: url(../img/shopping_bg02.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_07 {
    top: -8.5714285714vw;
    right: 7.1428571429vw;
    width: 21.4285714286vw;
    translate: 20% 0;
  }
}
.shopping_bg01_08 {
  top: max(-11.8181818182vw, -130px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_08 {
    top: -11.4285714286vw;
    right: 4.2857142857vw;
    width: 17.1428571429vw;
    translate: 20% 0;
  }
}
.shopping_bg01_09 {
  top: max(-10vw, -110px);
  left: max(-10vw, -110px);
  translate: -50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg03.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_09 {
    top: -12.8571428571vw;
    left: 7.1428571429vw;
    translate: -20% 0;
    width: 21.4285714286vw;
  }
}
.shopping_bg01_10 {
  top: max(-4.5454545455vw, -50px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg03.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_10 {
    top: -7.8571428571vw;
    right: 7.8571428571vw;
    translate: 20% 0;
    width: 28.5714285714vw;
  }
}
.shopping_bg01_11 {
  top: max(1.8181818182vw, 20px);
  right: max(5.4545454545vw, 60px);
  translate: 50% 0;
  aspect-ratio: 196/157;
  width: min(22.0909090909vw, 243px);
  background: url(../img/shopping_bg02.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_11 {
    top: 0vw;
    right: 7.1428571429vw;
    width: 28.5714285714vw;
    translate: 20% 0;
  }
}
.shopping_bg01_12 {
  top: max(-4.5454545455vw, -50px);
  right: max(4.5454545455vw, 50px);
  translate: 50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_12 {
    top: -7.8571428571vw;
    right: 7.8571428571vw;
    translate: 20% 0;
    width: 28.5714285714vw;
  }
}
.shopping_bg01_13 {
  top: max(2.7272727273vw, 30px);
  right: max(4.5454545455vw, 50px);
  translate: 50% 0;
  aspect-ratio: 196/156;
  width: min(17.8181818182vw, 196px);
  background: url(../img/shopping_bg.png) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shopping_bg01_13 {
    top: -22.8571428571vw;
    left: 0vw;
    right: inherit;
    translate: 20% 0;
    width: 28.5714285714vw;
  }
}

.train_bg02_01, .train_bg02_02 {
  transition-delay: 0.75s;
  filter: none !important;
  mix-blend-mode: multiply;
}
.train_bg02_01 {
  top: max(-5.4545454545vw, -60px);
  left: 0;
  translate: -50% 0;
  aspect-ratio: 243/195;
  width: min(24.5454545455vw, 270px);
  background: url(../img/train_bg03.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_bg02_01 {
    top: -21.4285714286vw;
    translate: -20% 0;
    width: 36vw;
  }
}
.train_bg02_02 {
  bottom: max(-17.2727272727vw, -190px);
  right: 0;
  translate: 50% 0;
  aspect-ratio: 271/225;
  width: min(27.2727272727vw, 300px);
  background: url(../img/train_bg04.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_bg02_02 {
    bottom: -32.1428571429vw;
    translate: 20% 0;
    width: 42.8571428571vw;
  }
}

.ribbon {
  position: absolute;
  z-index: -1;
  margin: auto;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left;
  filter: blur(10px);
  opacity: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 1.75s ease-in-out;
  transform-origin: center;
}
.ribbon.on {
  filter: blur(0);
  opacity: 1;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  animation: floating 5s ease-in-out infinite;
}
@media screen and (max-width: 768px) {
  .ribbon {
    transition: all 1.25s ease-in-out;
  }
}

@keyframes floating {
  0% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
  50% {
    transform: translateY(15px);
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.5));
  }
  100% {
    transform: translateY(0);
    filter: drop-shadow(0 7px 7px rgba(0, 0, 0, 0.2));
  }
}
.ribbon-reverse {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

.train_ribbon {
  z-index: 1;
  bottom: 0;
  aspect-ratio: 1280/400;
  background: url(../img/ribbon_train_pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .train_ribbon {
    aspect-ratio: 700/500;
    background-image: url(../img/ribbon_taxi_sp.webp);
  }
}

.shinkansen_ribbon {
  z-index: 1;
  bottom: 0;
  aspect-ratio: 1280/400;
  background: url(../img/ribbon_shinkansen_pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .shinkansen_ribbon {
    aspect-ratio: 700/500;
    background-image: url(../img/ribbon_shinkansen_sp.webp);
  }
}
@media screen and (max-width: 768px) {
  .shinkansen_ribbon.other {
    aspect-ratio: 700/350;
  }
}

.taxi_ribbon {
  z-index: 1;
  bottom: 0;
  aspect-ratio: 1280/400;
  background: url(../img/ribbon_taxi_pc.webp) center/cover no-repeat;
}
@media screen and (max-width: 768px) {
  .taxi_ribbon {
    aspect-ratio: 700/500;
    background-image: url(../img/ribbon_taxi_sp.webp);
  }
}/*# sourceMappingURL=location.css.map */