

/* align-items */


/* flex-display */


/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.top_2col_nav {
  display: flex;
  min-height: 265px;
  background-color: #FFFFFF;
}

.top_2col_nav .container {
  width: 100%;
}

.top_2col_nav .container 
  width: 100%;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .top_2col_nav .container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}

.top_2col_nav_flex {
  width: 100%;
  display: flex;
}

@media screen and (max-width: 767px) {
  .top_2col_nav_flex {
    width: 100%;
    flex-flow: column;
  }
}

.top_2col_nav_flex_item {
  flex: 1 1 0;
  min-width: 0;
}

@media screen and (min-width: 768px) {
  .top_2col_nav_flex_item {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top_2col_nav_flex_item {
    max-width: 100%;
  }
}

.top_2col_nav_link {
  height: fit-content;
  display: block;
  position: relative;
  padding: 65px 70px 45px 0;
  text-decoration: none;
  color: inherit;
}

.top_2col_nav_flex_item:last-of-type .top_2col_nav_link {
  position: relative;
}

.top_2col_nav_flex_item:not(:first-of-type):last-of-type .top_2col_nav_link:after {
  content: "";
  width: 1px;
  height: 100%;
  max-height: 142px;
  position: absolute;
  top: 54%;
  left: 0;
  transform: translateY(-50%);
  background-color: #DFDFE0;
}

@media screen and (max-width: 767px) {
  .top_2col_nav_flex_item:last-of-type .top_2col_nav_link:after {
    width: calc(100% - (20px * 2));
    height: 1px;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .top_2col_nav_flex_item:first-of-type .top_2col_nav_link {
    padding-right: calc(50px + 65px);
  }

  .top_2col_nav_flex_item:last-of-type .top_2col_nav_link {
    padding-left: 70px;
  }
}

@media screen and (max-width: 767px) {
  .top_2col_nav_link {
    width: 100%;
    padding: 32px 100px 40px 20px
  }
}

.top_2col_nav_head {
  display: flex;
  align-items: end;
  gap: 10px 20px;
  font-family: "EB Garamond", "Shippori Mincho", serif;
  color: #333B48;
}

@media screen and (max-width: 1049px) {
  .top_2col_nav_head {
    align-items: start;
    flex-flow: column;
  }
}

.top_2col_nav_head_en {
  font-size: 50px;
  line-height: 1;
}

@media screen and (max-width: 414px) {
  .top_2col_nav_head_en {
    font-size: calc(50px * .7);
  }
}

.top_2col_nav_text {
  margin-top: 27px;
  font-size: 14px;
  color: #333B48;
}

.top_2col_nav_icon {
  position: absolute;
  top: 90px;
  right: 45px;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.7s;
  background-color: #F5F8F8;
}

@media screen and (min-width: 1050px) {
  .top_2col_nav_link:hover .top_2col_nav_icon {
    background-color: #1497D1;
  }
}

@media screen and (min-width: 768px) {
  .top_2col_nav_flex_item:nth-of-type(2) .top_2col_nav_icon {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_2col_nav_flex {
    width: 100%;
    flex-flow: column;
  }

  .top_2col_nav_icon {
    right: 25px;
  }
}

.top_2col_nav_contents {
  width: 70px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.top_2col_nav_contents:before,
.top_2col_nav_contents:after {
  content: "";
  transition: 0.7s;
  background-color: #1497D1;
  position: absolute;
}

.top_2col_nav_contents:before {
  width: 18px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_2col_nav_contents:after {
  aspect-ratio: 13 / 11;
  width: 13px;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy4zMDMiIGhlaWdodD0iMTAuNjQzIiB2aWV3Qm94PSIwIDAgMTMuMzAzIDEwLjY0MyI+CiAgPHBhdGggaWQ9IuODkeOCuV80NjYzMiIgZGF0YS1uYW1lPSLjg5HjgrkgNDY2MzIiIGQ9Ik01LjE4MiwwbDUuNDYxLDEzLjNMNS4zMjEsMTAuMzc3LDAsMTMuM1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjMwMykgcm90YXRlKDkwKSIgZmlsbD0iIzE1Mjg1MyIvPgo8L3N2Zz4K");
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
  top: 50%;
  left: 50%;
  transform: translate(1px, -50%);
}

@media screen and (min-width: 1050px) {
  .top_2col_nav_link:hover .top_2col_nav_contents:before,
  .top_2col_nav_link:hover .top_2col_nav_contents:after {
    background-color: #FFFFFF;
  }
  .top_2col_nav_link:hover .top_2col_nav_contents:after {
    transform: translate(4px, -50%);
  }
}