/*==============================
        content
==============================*/
#pagetitle {
  position: relative;
  padding: 50px 0 190px;
}
#pagetitle .title {
  max-width: 1920px;
  width: calc(100% - 160px);
  margin: 0 auto;
  position: relative;
}
#pagetitle .title .img img {
  display: block;
  border-radius: 20px;
  border: 2px solid #000000;
}
#pagetitle .title h1 {
  font-size: 3.2rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  color: #FFFFFF;
  display: grid;
  grid-row-gap: 0.5em;
  position: absolute;
  z-index: 1;
  left: 120px;
  bottom: 80px;
}
#pagetitle .title h1 .font_en {
  font-size: 11.2rem;
  font-weight: 800;
}
#pagetitle::after {
  content: "";
  display: block;
  width: 580px;
  height: 580px;
  background-color: var(--color_ur1);
  border-radius: 50%;
  z-index: -2;
  position: absolute;
  right: -190px;
  bottom: 0;
}

/**bottom_menu**/
#bottom_menu .wrap {
  padding: 250px 0 150px;
}
#bottom_menu .wrap .contents h2 {
  font-size: 2rem;
}
#bottom_menu .wrap .contents h2 .font_en {
  font-size: 8.2rem;
}
#bottom_menu .wrap .contents ul {
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 9%;
}
#bottom_menu .wrap .contents ul li a {
  font-size: 3.2rem;
  border-bottom: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.5em;
  padding-bottom: 0.66em;
}
#bottom_menu .wrap .contents ul li a .font_en {
  font-size: 1.4rem;
  color: var(--color_ur1);
}
#bottom_menu .wrap .contents ul li a .font_en:first-child {
  width: 100%;
}
#bottom_menu .wrap .contents ul li.current a {
  pointer-events: none;
  color: #777777;
}
#bottom_menu .wrap .contents ul li.current a .font_en {
  color: #777777;
}
@media (hover: hover) {
  /**bottom_menu**/
  #bottom_menu .wrap .contents ul li a span {
    transition: 0.3s;
  }
  #bottom_menu .wrap .contents ul li a:hover .jp {
    transform: translateX(5px);
  }
  #bottom_menu .wrap .contents ul li a:hover .link {
    transform: translateX(-5px);
  }
}
@media screen and (max-width: 1500px) {
  #pagetitle .title {
    width: calc(100% - 100px);
  }
  #pagetitle .title h1 {
    font-size: 3rem;
    left: 80px;
  }
  #pagetitle .title h1 .font_en {
    font-size: 9rem;
  }
}
@media screen and (max-width: 1200px) {
  #pagetitle .title {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 1024px) {
  #pagetitle {
    padding: 50px 0 100px;
  }
  #pagetitle .title {
    width: calc(100% - 40px);
  }
  #pagetitle .title h1 {
    font-size: 2.4rem;
    left: 50px;
    bottom: 60px;
  }
  #pagetitle .title h1 .font_en {
    font-size: 7rem;
  }
  #pagetitle::after {
    width: 380px;
    height: 380px;
    right: -120px;
  }
  /**bottom_menu**/
  #bottom_menu .wrap {
    padding: 200px 0 100px;
  }
  #bottom_menu .wrap .contents ul li a {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  /*==============================
  		content
  ==============================*/
  #pagetitle {
    padding: 15px 0 60px;
  }
  #pagetitle .title .img img {
    border: 1px solid #000000;
  }
  #pagetitle .title h1 {
    font-size: 1.8rem;
    left: 20px;
    bottom: 40px;
  }
  #pagetitle .title h1 .font_en {
    font-size: 3.6rem;
  }
  #pagetitle::after {
    width: 150px;
    height: 150px;
    right: -60px;
  }
  /**bottom_menu**/
  #bottom_menu .wrap {
    padding: 120px 0;
  }
  #bottom_menu .wrap .contents ul {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  #bottom_menu .wrap .contents ul li a {
    font-size: 2rem;
  }
  #bottom_menu .wrap .contents ul li a .font_en {
    font-size: 1.3rem;
  }
}