/*共通*/
* {
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  color: #1d1d1d;
  font-family: "Noto Sans JP";
  min-height: 0;
  min-width: 0;
}

body{
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  font-size: inherit;
  display: block;
}

img {
  height: auto;
}

#wrap {
  margin-top: 80px;
}

.container_1320 {
  max-width: 1320px;
  width: 95%;
  margin: auto;
}

.container_1300 {
  max-width: 1300px;
  width: 95%;
  margin: auto;
}

.container_1200 {
  max-width: 1200px;
  width: 95%;
  margin: auto;
}

.container_980 {
  max-width: 980px;
  width: 95%;
  margin: auto;
}

.contetn {
  padding-bottom: 120px;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.concept_image {
  opacity: 0;
  transition: 2s;
}

.concept_image.is-active {
  opacity: 1;
}

.button1,
.button2,
.button3,
.button4,
.button5 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
}

.button1 a,
.button1 button {
  display: inline-block;
  background-color: #00275e;
  border: solid 1px #00275e;
  border-radius: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 4%;
  text-align: center;
  color: #fff;
  padding: 24px 60px;
  cursor: pointer;
  transition: 0.5s;
}

.button4 a,
.button4 button {
  display: inline-block;
  background-color: #fff;
  border: solid 1px #fff;
  border-radius: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 4%;
  text-align: center;
  color: #002349;
  padding: 24px 60px;
  cursor: pointer;
  transition: 0.5s;
}

.button4 a {
  position: relative;
}

.button4 a span {
  font-weight: bold;
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
}

.button4 a:after {
  position: absolute;
  top: 35%;
  content: url(../img/common/icon/diamond.svg);
  right: 28px;
}

.button5 a,
.button5 button {
  display: inline-block;
  border: solid 1px #667b92;
  border-radius: 40px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 4%;
  text-align: center;
  color: #002349;
  padding: 24px 60px;
  cursor: pointer;
  transition: 0.5s;
}

.button5 a {
  position: relative;
}

.button5 a:after {
  position: absolute;
  top: 35%;
  content: url(../img/common/icon/diamond.svg);
  right: 28px;
}

.button1 a.back_btn,
.button1 button.back_btn {
  background-color: #fff;
  color: #00275e;
}

.button1 a:hover,
.button1 button:hover {
  background-color: #fff;
  color: #00275e;
}

.button4 a:hover,
.button4 button:hover {
  background-color: #00275e;
  color: #fff;
  border-color: #00275e;
}

.button4 a:hover::after,
.button4 button:hover::after {
  content: url(../img/common/icon/diamond_wh.svg);
}

.button4 a:hover span,
.button4 button:hover span {
  color: #fff;
}

.button5 a:hover,
.button5 button:hover {
  background-color: #00275e;
  color: #fff;
}

.button5 a:hover::after,
.button5 button:hover::after {
  content: url(../img/common/icon/diamond_wh.svg);
}

.button5 a:hover span,
.button5 button:hover span {
  color: #fff;
}

.button1 a.back_btn:hover,
.button1 button.back_btn:hover {
  background-color: #00275e;
  color: #fff;
}

.button2 a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  padding-bottom: 16px;
  display: inline-block;
  width: 276px;
  position: relative;
}

.button2 a::before {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background-color: #b2bdc8;
}

.button2 a::after {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  background-color: #1a395b;
  z-index: 2;
  transition: 0.5s;
}

.button2 a:hover::after {
  width: 100%;
}

.button2 a span {
  position: relative;
  display: block;
  text-align: left;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.button2 a span:after {
  content: "";
  position: absolute;
  background-color: #ebf1f7;
  background-image: url(../img/common/icon/diamond.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px 4px;
  width: 36px;
  height: 24px;
  border-radius: 40px;
  display: inline-block;
  right: 0;
}

.button3 a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  padding-bottom: 16px;
  display: inline-block;
  width: 276px;
  position: relative;
}

.button3 a::before {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  background-color: #667b92;
}

.button3 a::after {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  content: "";
  background-color: #b2bdc8;
  z-index: 2;
  transition: 0.5s;
}

.button3 a:hover::after {
  width: 100%;
}

.button3 a span {
  position: relative;
  display: block;
  text-align: left;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.button3 a span:after {
  content: "";
  position: absolute;
  background-color: #1a395b;
  background-image: url(../img/common/icon/diamond_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px 4px;
  width: 36px;
  height: 24px;
  border-radius: 40px;
  display: inline-block;
  right: 0;
}

.fade_move {
  overflow: hidden;
}

.fade_move img {
  opacity: 0;
  object-fit: cover;
  height: 90%;
  width: 90%;
  object-position: center center;
  transition: 0.5s;
  transform: scale(1.1);
}

.fade_move_bak {
  transition: 0.5s;
  background-size: 120%;
}

.title_fade,
.title_fade_h1 {
  overflow: hidden;
  padding-right: 80px;
  padding-bottom: 10px;
}

.title_fade > span,
.title_fade_h1 > span {
  opacity: 0;
  transition: 1.5s;
  transform: translateY(100px);
  display: block;
}

.title_fade > span > span,
.title_fade_h1 > span > span {
  opacity: 0;
  transition: 1s;
  transition-delay: 1.2s;
}

.title_fade.active > span,
.title_fade_h1.active > span {
  opacity: 1;
  transform: translateY(0);
}

.title_fade.active > span > span,
.title_fade_h1.active > span > span {
  opacity: 1;
}

.title_fade.active span.deley_fade_en,
.title_fade_h1.active span.deley_fade_en {
  transition-delay: 0.8s;
}

.title_fade span.deley_fade_ja,
.title_fade_h1 span.deley_fade_ja {
  transition-delay: 2s;
}

.fade_move.active img {
  transform: scale(1);
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .tab {
    display: block;
  }
  .tab_none {
    display: none;
  }
  .contetn {
    padding-bottom: 80px;
  }
  #wrap {
    margin-top: 84px;
  }
  .title_fade,
  .title_fade_h1 {
    padding-right: 0;
  }
}

@media screen and (max-width: 680px) {
  .container_1320,
  .container_1300,
  .container_980 {
    width: 90%;
  }
  .sp {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .button2 a,
  .button3 a {
    width: 73%;
    min-width: 265px;
  }
  #wrap {
    margin-top: 56px;
  }
}

@media screen and (max-width: 500px) {
  .button1 a,
  .button1 button {
    padding: 15px 30px;
  }
  /* .button4 a,
  .button4 button {
    padding: 15px 30px;
  } */
}

/* チェックボックス */
.checkbox_inner input[type="checkbox"],
.formrun_content_checked_inner input[type="checkbox"] {
  display: none;
}
.checkbox {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 30px;
  position: relative;
  width: auto;
}
.checkbox::before {
  background: #fff;
  border: none;
  border-radius: 0;
  content: "";
  display: block;
  height: 25px;
  left: -5px;
  margin-top: -12.5px;
  position: absolute;
  top: 50%;
  width: 25px;
}
.checkbox::after {
  border-right: 6px solid #004590;
  border-bottom: 3px solid #004590;
  content: "";
  display: block;
  height: 20px;
  left: 7px;
  margin-top: -16px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 9px;
}
input[type="checkbox"]:checked + .checkbox::before {
  border-color: #666;
}
input[type="checkbox"]:checked + .checkbox::after {
  opacity: 1;
}

/* ハンバーガーメニュー */

.header__hamburger {
  width: 15px;
  height: 15px;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}

@media screen and (min-width: 1000px) {
  .hamburger {
    display: none;
  }
}

/* ハンバーガーメニューの線 */
.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: relative;
  transition: ease 0.4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 5px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

/* ハンバーガーメニュークリック後のスタイル */
.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 8px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  top: -4px;
  transform: rotate(-45deg);
}

/*ヘッダー*/
header {
  height: 80px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1005;
}

.header_innner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
}

header .logo,
header .logo img {
  height: 100%;
  width: auto;
}

header .logo a {
  display: block;
  height: 100%;
}

header nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 40px;
  padding-right: 28px;
}

header nav ul.nav1 {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 36px;
  align-items: center;
}

header nav ul.nav1 li a span:nth-child(1) {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 4%;
}

header nav ul.nav1 li a span:nth-child(2) {
  display: none;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 4%;
  font-family: "Marcellus", serif;
}

header nav ul.nav2 {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 12px;
  align-items: center;
}

header nav ul.nav2 li {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  text-align: center;
}

header nav ul.nav2 li {
  border-radius: 40px;
  border: solid 1px #ebf1f7;
  padding: 10px 20px;
  transition: 0.5s;
}

header nav ul.nav2 li:nth-child(1) {
  background-color: #002349;
}

header nav ul.nav2 li:nth-child(1) a {
  color: #fff;
}

header nav ul.nav2 li:hover {
  border-radius: 40px;
  background-color: #002349;
  color: #fff;
  padding: 10px 20px;
}

header nav ul.nav2 li:nth-child(1):hover {
  background-color: #fff;
}

header nav ul.nav2 li:nth-child(1):hover a {
  color: #002349;
}

header .header_active_nav_logo {
  display: none;
}

@media screen and (max-width: 1000px) {
  header .logo,
  header .logo img {
    max-height: 48px;
  }
  header nav {
    display: none;
  }
  header {
    height: 84px;
    transition: 0.8s;
  }
  .hamburger {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
  }
  header nav ul.nav1 li a span:nth-child(1) {
    font-size: 16px;
  }

  header nav ul.nav2 li{
    width: calc(50% - 6px);
  }
}

@media screen and (max-width: 1000px) {
  body,html{
    overflow-x: hidden;
  }
  header.active {
    background-color: #002349;
    height: auto;
    bottom: 0;
    overflow-y: auto;
    transition: 0.5s;
  }

  header.active .header_innner {
    align-items: start;
    justify-content: start;
    flex-direction: column;
  }

  header.active nav {
    display: block;
  }

  header.active .logo {
    display: block;
    width: 78.6%;
    margin: auto;
    margin-top: 76px;
    margin-bottom: 60px;
    opacity: 0;
  }
  header.active.animation .logo {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.5s;
  }
  header.active nav {
    padding-right: 0;
    width: 100%;
  }
  header.active .hamburger {
    top: 38px;
    right: 22px;
    bottom: auto;
  }
  header.active .hamburger span {
    background-color: #fff;
  }
  header nav ul {
    width: 78.6%;
    margin: auto;
  }
  header nav ul.nav1 {
    flex-direction: column;
  }
  header nav ul.nav1 li {
    width: 100%;
  }
  header nav ul.nav1 li a span:nth-child(1) {
    color: #fff;
  }
  header nav ul.nav1 li a span:nth-child(2) {
    color: #667b92;
  }
  header.active nav ul.nav1 li a span:nth-child(2) {
    display: block;
    opacity: 0;
  }
  header.active .header_nav_logo {
    display: none;
  }

  header.active .header_active_nav_logo {
    display: block;
    max-width: 180px;
  }
  header.active nav ul.nav1 {
    margin-bottom: 40px;
  }
  header.active nav ul.nav1 li a {
    border-bottom: 1px solid #667b92;
    margin-bottom: 16px;
  }
  header.active nav ul.nav1 li:last-child a {
    margin-bottom: 0;
  }
  header.active nav ul.nav1 li a > span:nth-child(1) {
    overflow: hidden;
    display: inline-block;
  }
  header.active nav ul.nav1 li a > span:nth-child(1) span {
    transform: translateY(50px);
    transition: 1s;
    display: inline-block;
  }
  header.active.animation nav ul.nav1 li a > span:nth-child(1) span {
    transform: translateY(0);
  }
  header.active nav ul.nav1 li a span:nth-child(2) {
    padding: 4px 0 16px 0;
    transition: 0.5s;
    transition-delay: 0.5s;
  }
  header.active.animation nav ul.nav1 li a span:nth-child(2) {
    opacity: 1;
  }
  header.active nav ul.nav2 li a {
    color: #fff;
    font-family: "Shippori Mincho", serif;
    font-size: 12px;
    font-weight: 600;
  }

  header.active nav ul.nav2 li:nth-child(2) {
    background-color: #fff;
  }

  header.active nav ul.nav2 li:nth-child(2) a {
    color: #002349;
  }

  header.active nav ul.nav2 {
    justify-content: center;
    padding-bottom: 60px;
    opacity: 0;
  }
  header.active.animation nav ul.nav2 {
    opacity: 1;
    transition: 0.5s;
    transition-delay: 0.5s;
  }
}

@media screen and (max-width: 480px) {
  header {
    height: 56px;
  }

  header.active .hamburger {
    top: 23px;
  }
}

/*フッター*/

.breadcrumbs {
  background-color: #f7f8fa;
}

.breadcrumbs .container_1320 {
  border-top: 1px solid #d5e2ef;
}

.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 36px;
  padding: 25.5px 0;
}

.breadcrumbs ul li {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 11px;
  line-height: 13.2px;
  letter-spacing: 4%;
}

.breadcrumbs ul li a {
  display: flex;
  align-items: center;
}

.breadcrumbs ul li:not(:first-child) {
  position: relative;
}

.breadcrumbs ul li:not(:first-child)::before {
  content: ">";
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  color: #a0a0a0;
  font-size: 11px;
  display: flex;
  align-items: center;
}

.footer_main {
  background-color: #002349;
  padding: 52px 0 32px 0;
}

.footer_main_content1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}

.footer_main_content1_left .logo img {
  height: auto;
}

.footer_main_content1_right li {
  color: #fff;
}

.footer_main_content1_right .nav1 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
  margin-bottom: 40px;
}

.footer_main_content1_right .nav1 li {
  line-height: 21px;
  letter-spacing: 6%;
}

.footer_main_content1_right .nav1 li a {
  transition: 0.5s;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 14px;
}

.footer_main_content1_right .nav1 li:hover a {
  opacity: 0.6;
}

.footer_main_content1_right .nav2 {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  justify-content: end;
}

.footer_main_content1_right .nav2 li {
  line-height: 18px;
  letter-spacing: -1.1%;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 40px;
  transition: 0.5s;
}

.footer_main_content1_right .nav2 li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  padding: 11px 18px;
}

.footer_main_content1_right .nav2 li:hover {
  background-color: #fff;
  color: #002349;
  border-radius: 40px;
}

.footer_main_content1_right .nav2 li:nth-child(2) {
  background-color: #fff;
}

.footer_main_content1_right .nav2 li:nth-child(2) a {
  color: #002349;
}

.footer_main_content1_right .nav2 li:nth-child(2):hover {
  background-color: #002349;
}

.footer_main_content1_right .nav2 li:nth-child(2):hover a {
  color: #fff;
}

.footer_main_content2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_main_content2 ul li,
.footer_main_content2 small {
  color: #fff;
}

.footer_main_content2_left ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 40px;
}

.footer_main_content2 ul li {
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -1.1%;
}

.footer_main_content2 ul li a {
  position: relative;
  display: block;
  transition: 0.5s;
}

.footer_main_content2 ul li:hover a {
  opacity: 0.6;
}

.footer_main_content2 ul li a:after {
  position: absolute;
  content: "";
  background-image: url(../img/common/icon/arrow_outward.svg);
  background-size: 6.5px 6.5px;
  height: 6.5px;
  width: 6.5px;
  background-repeat: no-repeat;
  margin-top: 5px;
  margin-left: 5px;
}

.footer_main_content2 small {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 1.5%;
  text-align: right;
}

.footer_group_list {
  background-color: #fff;
  padding: 24.5px 0;
}

.footer_group_list .container_1320 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer_group_list_left .logo a {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0%;
  color: #002349;
}

.footer_group_list_right ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 30px;
}

.footer_group_list_right ul li a {
  transition: 0.5s;
}

.footer_group_list_right ul li a:hover {
  opacity: 0.6;
}

.footer_group_arrow {
  display: none;
}

.footer_group_arrow img {
  width: 13px;
  transform: rotate(180deg);
  transition: 0.5s;
}

.footer_group_list_left.active .footer_group_arrow img {
  transform: rotate(0);
}

@media screen and (max-width: 1000px) {
  footer .container_1320 {
    max-width: 648px;
    width: 84.3%;
  }
  .footer_main_content1_left {
    margin-bottom: 43px;
  }
  .breadcrumbs ul {
    padding: 12px 0;
  }
  .breadcrumbs .container_1320 {
    max-width: none;
    width: 100%;
    padding: 0 20px;
  }
  .footer_main_content1_right {
    width: 100%;
  }
  .footer_main_content1_right .nav1 {
    justify-content: center;
  }
  .footer_group_list .container_1320 {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .footer_group_list_right ul {
    flex-direction: column;
  }
  .footer_group_list_left {
    padding: 20px 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .footer_group_arrow {
    display: block;
  }
  .footer_group_list {
    padding: 0 20px;
  }

  .footer_group_list_right {
    display: none;
  }
}

@media screen and (max-width: 680px) {
  .footer_main {
    padding: 45px 0 20px 0;
  }
  .container_1320,
  .container_1300,
  .container_980 {
    width: 100%;
    padding: 0 20px;
  }
  .footer_main_content1 {
    margin-bottom: 32px;
  }
  .footer_main_content1_right .nav1 {
    flex-direction: column;
    gap: 20px 0;
  }
  .footer_main_content1_right .nav2 li:nth-child(1),
  .footer_main_content1_right .nav2 li:nth-child(2) {
    width: calc(50% - 6px);
  }
  .footer_main_content2 ul {
    justify-content: center;
  }
  .footer_main_content2_left {
    margin-bottom: 20px;
    width: 100%;
  }
  .footer_group_list {
    padding: 0;
  }
}

/*keyvisual*/

.keyvisual {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 120px;
}

.keyvisual h1,
h2 {
  width: 35%;
  background-color: #fff;
  height: 36vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

h2 {
  margin-bottom: 40px;
}

.keyvisual h1 span,
h2 span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 70px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #002349;
}

.keyvisual h1 span:nth-child(1),
h2 span:nth-child(1) {
  margin-bottom: 10px;
}

h2 span:nth-child(1) {
  white-space: nowrap;
}

.keyvisual h1 span:nth-child(1) span,
h2 span:nth-child(1) span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 19.5px;
  letter-spacing: 7%;
  margin-left: 20px;
}

.keyvisual h1 span:nth-child(1) span {
  color: #1d1d1d;
}

h2 span:nth-child(1) span {
  margin-left: 96%;
}

.keyvisual h1.pttern2 {
  white-space: nowrap;
}

.keyvisual h1.pttern2 span span {
  display: block;
  padding-left: 62%;
  padding-top: 12px;
  color: #1d1d1d;
}

.keyvisual h1 span:nth-child(2),
h2 span:nth-child(2) {
  margin-left: 20%;
}

.keyvisual h1 span,
h2 span {
  color: #002349;
}

h2.pttern3 {
  justify-content: start;
  align-items: start;
  margin-bottom: 48px;
}

h2.pttern3 span:nth-child(2) {
  margin-left: 11%;
}

h2.pttern3 span:nth-child(1) span {
  display: block;
  margin-left: 110%;
  margin-top: -10px;
  color: #1d1d1d;
}

h2.pttern3 span:nth-child(1) {
  margin-bottom: 18px;
}

.keyvisual .keyimg {
  width: 65%;
  background-color: #fff;
}

.keyvisual picture {
  display: block;
  overflow: hidden;
}

.keyvisual .keyimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) translateX(-10px);
  transition: 2s;
}

.keyvisual .keyimg.active img {
  transform: scale(1.05) translateX(0);
}

.keyvisual h1.pattern2,
h2 {
  background: none;
  height: auto;
  padding: 80px 0 0 60px;
  width: auto;
}
h2 {
  padding-left: 0;
}
.keyvisual h1.pattern2 > span,
h2 > span {
  line-height: 25px;
}

.keyvisual_inner {
  display: flex;
  align-items: end;
  gap: 0 9%;
}
.keyvisual_inner > p {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
}

@media screen and (max-width: 1123px) {
  .keyvisual h1 span {
    font-size: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .keyvisual {
    flex-direction: column;
    height: auto;
    padding-bottom: 80px;
  }
  .keyvisual h1,
  h2 {
    order: 2;
    width: 100%;
    align-items: start;
    padding: 40px 20px 60px 20px;
    height: auto;
  }
  h2 {
    width: auto;
  }
  .keyvisual h1 span,
  h2 span {
    font-weight: 400;
    line-height: 40px;
  }

  .keyvisual h1 span {
    font-size: 42px;
  }

  h2 span {
    font-size: 40px;
  }

  .keyvisual h1 span:nth-child(1),
  h2 span:nth-child(1) {
    margin-bottom: 10px;
  }

  .keyvisual h1 span:nth-child(2),
  h2 span:nth-child(2) {
    margin-left: 100px;
  }

  .keyvisual h1 span:nth-child(1) span,
  h2 span:nth-child(1) span {
    font-weight: 500;
    font-size: 11px;
    line-height: 16.5px;
    letter-spacing: 7%;
    margin-left: 10px;
    padding-left: 0;
  }
  .keyvisual h1 span:nth-child(1) span{
    padding-left: 0;
  }
  h2 span:nth-child(1) span {
    margin-left: 50px;
  }

  .keyvisual .keyimg {
    order: 1;
    width: 100%;
  }

  .keyvisual h1.pattern2,
  h2 {
    padding: 28px 0 0 20px;
  }
  h2 {
    padding-left: 0;
  }
  .keyvisual h1.pattern2 span:nth-child(1) span {
    margin-left: 0;
  }
  h2.pttern3 span:nth-child(2) {
    margin-left: 5%;
  }
  h2.pttern3 span:nth-child(1) span {
    margin-top: -30px;
    padding-left: 0;
  }
  h2.pttern3 span:nth-child(1) {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 680px) {
  .keyvisual h1,
  h2 {
    padding: 28px 20px 80px 20px;
  }
  h2 {
    padding-left: 0;
    padding-bottom: 25px;
    margin-bottom: 0;
  }
}

/*table_outline*/

.table_outline {
  border-spacing: 10px 0;
  text-align: left;
  width: 100%;
  padding-bottom: 120px;
}

.table_outline th {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4%;
  padding: 24px 0 24px 100px;
  border-bottom: 1px #d9dee4 solid;
  margin-right: 15px;
  width: 38.5%;
}

.table_outline td {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  border-bottom: 1px #d9dee4 solid;
  padding: 30px 0;
}

.table_outline tr:nth-child(1) th {
  border-top: 1px #d9dee4 solid;
}

.table_outline tr:nth-child(1) td {
  border-top: 1px #d9dee4 solid;
}

@media screen and (max-width: 1000px) {
  .table_outline th {
    padding: 24px 0 24px 20px;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4%;
    width: 33.6%;
  }

  .table_outline td {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 4%;
  }
}

@media screen and (max-width: 680px) {
  .table_outline {
    padding-bottom: 60px;
  }
  .table_outline tr:nth-child(1) td {
    border-top: none;
  }
  .table_outline th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 13px;
  }

  .table_outline td {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 20px;
  }
}

/*コンタクト*/
.js-creator-form label {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
}

#member {
  padding-bottom: 120px;
}

#member h2 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 4%;
  text-align: center;
  margin-bottom: 21px;
}

.member_login input{
  background-color: #fff;
  padding: 30px;
  margin-bottom: 32px;
  width: 100%;
  border: none;
  outline: none;
}

@media screen and (max-width: 1000px) {
  #member {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 680px) {
  #member {
    padding-bottom: 48px;
  }
  #member h2 {
    font-weight: 500;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 4%;
  }
}

/*information_content*/

.information_content {
  border-top: 1px solid #d9dee4;
  border-bottom: 1px solid #d9dee4;
  padding: 22px 0 0 0;
  margin-bottom: 120px;
}

.information_content ul {
  max-width: 722px;
  width: 95%;
  margin: auto;
}

.information_content ul li {
  padding-bottom: 22px;
}

.information_content ul li dl {
  display: flex;
  flex-wrap: nowrap;
}

.information_content ul li dl dt {
  width: 27%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
}

.information_content ul li dl dt .new {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  text-align: center;
  background-color: #004590;
  color: #fff;
  padding: 1px 9px;
  border-radius: 40px;
  margin-right: 21px;
  opacity: 0;
}

.information_content ul li dl dt .new.active {
  opacity: 1;
}

.information_content ul li dl dd {
  width: 72.7%;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
}

@media screen and (max-width: 1000px) {
  .information_content {
    margin-bottom: 80px;
  }
  .information_content ul {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .information_content ul li dl {
    flex-direction: column;
  }
  .information_content ul li dl dt {
    width: 100%;
    line-height: 25.2px;
    margin-bottom: 13px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .information_content ul li dl dt span:nth-child(1) {
    order: 2;
    margin-right: 0;
    margin-left: 9px;
  }
  .information_content ul li dl dt span:nth-child(2) {
    order: 1;
  }
  .information_content ul li dl dd {
    width: 100%;
    line-height: 25.2px;
  }
}

/*lineup_content*/

.lineup_content {
  padding-bottom: 160px;
}

.lineup_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 78px 9%;
  justify-content: space-between;
}

.lineup_content ul li {
  width: 27.27%;
}

.lineup_content_image {
  display: flex;
  align-items: center;
  height: 25vw;
  position: relative;
  margin-bottom: 35px;
  max-height: 360px;
  overflow: hidden;
}

.lineup_content_image .lineup_content_backgound {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.5;
  transition: .5s;
}



.lineup_content_image img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: .5s;
}

.lineup_content ul li:hover .lineup_content_image img{
  transform: scale(1.1);
}

.lineup_content ul li:hover .lineup_content_image .lineup_content_backgound {
  transform: scale(1.5);
}

.lineup_content_text .title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 9%;
  margin-bottom: 6.3px;
  line-height: 35px;
}

.lineup_content_text .address1 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 4%;
  margin-bottom: 24px;
  color: #003B7A;
}

.lineup_content_text .address2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  color: #1d1d1d;
  margin-bottom: 20px;
}

.lineup_content_text .price {
  /* font-family: "Shippori Mincho", serif; */
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
}

@media screen and (max-width: 1000px) {
  .lineup_content {
    padding-bottom: 80px;
  }
  .lineup_content ul {
    gap: 50px 0;
  }
  .lineup_content ul li {
    width: 49.72%;
  }
  .lineup_content_image {
    height: 47vw;
  }
}

@media screen and (max-width: 680px) {
  .lineup_content ul {
    gap: 20px 0;
  }
  .lineup_content ul li {
    width: 100%;
  }
  .lineup_content_image {
    height: 89vw;
    margin-bottom: 25px;
  }
  .lineup_content_text .title {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 4%;
    line-height: 28px;
  }

  .lineup_content_text .address1 {
    font-weight: 400;
    font-size: 13px;
    line-height: 23.4px;
    letter-spacing: 6%;
    margin-bottom: 5px;
  }

  .lineup_content_text .address2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 6%;
    margin-bottom: 5px;
  }

  .lineup_content_text .price {
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 6%;
  }
}

/*document_content*/
.document_content {
  padding-bottom: 120px;
}
.document_content ul li {
  padding: 22px 0 26px 0;
  border-bottom: solid 1px #d9dee4;
}

.document_content ul li:nth-child(1) {
  border-top: solid 1px #d9dee4;
}

.document_content_inner {
  max-width: 1165px;
  width: 88.25%;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.document_content ul li .document_content_text .document_content_title,
.document_content ul li .document_content_text .document_content_sub_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
}

.document_content ul li .document_content_text {
  width: calc(99% - 50px);
}

.document_content_download {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.document_content_download a {
  background-image: url(../img/common/icon/ico-dl.svg);
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  position: relative;
  height: 30px;
  width: 30px;
}

.document_content_download a:after {
  position: absolute;
  bottom: -20px;
  margin: auto;
  content: "資料DL";
  color: #004590;
  font-family: Yu Gothic;
  font-weight: 500;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1.5px;
  text-align: center;
  width: 50px;
  left: -8px;
}

@media screen and (max-width: 1000px) {
  .document_content {
    padding-bottom: 60px;
  }
  .document_content ul li {
    padding-bottom: 50px;
  }
  .document_content_inner,
  .document_content ul li .document_content_text {
    width: 100%;
  }
  .document_content_inner {
    flex-direction: column;
  }
  .document_content ul li .document_content_text {
    margin-bottom: 10px;
  }
}

#contact {
  padding-bottom: 120px;
}

#contact .prepend {
  border: solid 1px #002349;
  width: 100%;
  text-align: center;
  padding: 25px 0;
  margin: 40px 0;
}

#contact .usage {
  margin: auto;
  text-align: left;
  display: inline-block;
}

#contact .usage a {
  display: inline;
  color: #004590;
  text-decoration: underline;
  text-decoration-color: #004590;
}

#contact .usage li {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  text-indent: -1em;
  padding-left: 1em;
}

#contact .step {
  display: flex;
  flex-wrap: nowrap;
  border: solid 1px #00275e;
  margin-bottom: 52px;
}

#contact .step li {
  width: 33.33%;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  text-align: center;
}

#contact .step li:nth-child(1) {
  border-right: solid 1px #00275e;
}

#contact .step li:nth-child(2) {
  border-right: solid 1px #00275e;
}

#contact .step li.active {
  background-color: #00275e;
  color: #fff;
  position: relative;
}

#contact .step li.active:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  border-top: 27px solid transparent;
  border-bottom: 27px solid transparent;
  border-left: 27px solid #00275e;
}

@media screen and (max-width: 1000px) {
  #contact .prepend {
    padding: 25px;
    text-align: left;
  }
  #contact .step li.active:after {
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #00275e;
  }
}

@media screen and (max-width: 680px) {
  #contact .prepend {
    padding: 25px 16px;
  }
  #contact .usage li {
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 6%;
  }
  #contact .step {
    flex-direction: column;
  }
  #contact .step li {
    width: 100%;
  }
  #contact .step li.active:after {
    display: none;
  }
}

.formrun_content:not(.kojin) {
  display: flex;
  flex-direction: column;
  margin-bottom: 33px;
}

.formrun_content_checked {
  margin-bottom: 33px;
}

.formrun_content.kojin a {
  display: inline-block;
  color: rgb(0, 188, 212);
}

.formrun label,
.formrun_content_checked_title {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  margin-bottom: 13.3px;
}

.formrun label span,
.formrun_content_checked_title span {
  color: #004590;
  padding-left: 15px;
}

.formrun_content input[type="text"],
.formrun_content input[type="date"],
.formrun_content textarea,
.formrun_content select {
  background-color: #fff;
  outline: none;
  border: none;
  padding: 25px 20px;
}

.formrun_content input[type="text"],
.formrun_content input[type="date"],
.checkbox::before,
.formrun_content textarea,
.formrun_content select {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.formrun_content input[type="text"],
.formrun_content input[type="date"]{
  width: 100%;
}

.formrun_content_checked_inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.formrun_content_checked label {
  outline: none;
  border: none;
}

.formrun_content textarea {
  min-height: 150px;
}

.formrun_content .error_text,
.formrun_content_checked .error_text {
  color: red;
  margin-top: 5px;
}

.formrun_content.kojin {
  text-align: center;
  margin-bottom: 120px;
  font-family: Noto Sans JP;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.formrun .formrun_content.kojin label {
  margin-bottom: 0;
}

.back_button {
  margin-bottom: 25px;
}

/* 土日祝の色(日曜はじまり) */
.flatpickr-weekday:nth-child(1) {
  color: rgba(255, 0, 0, 0.6);
}
.flatpickr-weekday:nth-child(7) {
  color: rgba(0, 0, 255, 0.6);
}
.flatpickr-day.saturday:not(.selected) {
  color: rgb(0, 0, 255);
}
.flatpickr-day.prevMonthDay.saturday:not(.selected),
.flatpickr-day.nextMonthDay.saturday:not(.selected),
.flatpickr-day.flatpickr-disabled.saturday:not(.selected) {
  color: rgba(0, 0, 255, 0.2);
}
.flatpickr-day.sunday:not(.selected),
.flatpickr-day.is-holiday:not(.selected) {
  color: rgb(255, 0, 0);
}
.flatpickr-day.prevMonthDay.sunday:not(.selected),
.flatpickr-day.nextMonthDay.sunday:not(.selected),
.flatpickr-day.prevMonthDay.is-holiday:not(.selected),
.flatpickr-day.nextMonthDay.is-holiday:not(.selected),
.flatpickr-day.flatpickr-disabled.sunday:not(.selected),
.flatpickr-day.flatpickr-disabled.is-holiday:not(.selected) {
  color: rgba(255, 0, 0, 0.2);
}

/*detail*/

#detail {
  padding-bottom: 120px;
}

.keyvisual_detail {
  padding-top: 120px;
}

.keyvisual_detail h1 {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 40.5px;
  letter-spacing: 4%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  gap: 0 30px;
}

.keyvisual_detail h1 span {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 150px;
  line-height: 150px;
  letter-spacing: 0.98px;
}

.keyvisual_detail img {
  width: 100%;
}

.keyvisual_detail .keyimg {
  margin-top: -40px;
  margin-bottom: 40px;
}

.keyvisual_detail .keyimg figure {
  display: flex;
  align-items: flex-end;
}

.keyvisual_detail .keyimg figure .slider {
  /* width: calc(100% - 21px); */
  width: 100%;
}

.keyvisual_detail .keyimg figcaption {
  writing-mode: vertical-rl;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 9%;
  padding-left: 5px;
  color: #003B7A;
}

.download_btn_box {
  margin-bottom: 40px;
}

.download_btn_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

.download_btn a {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 4%;
  background-color: #004590;
  border: solid 1px #004590;
  padding: 10px 45px 10px 15px;
  position: relative;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
  transition: 0.5s;
}

.download_btn a:hover {
  color: #004590;
  background-color: #fff;
}

.video_link_btn a {
  font-weight: 400;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 4%;
  background-color: #004590;
  border: solid 1px #004590;
  padding: 10px 45px 10px 15px;
  position: relative;
  color: #fff;
  display: inline-block;
  border-radius: 40px;
  transition: 0.5s;
}

.video_link_btn a:hover {
  color: #004590;
  background-color: #fff;
}

.download_btn a:after {
  background-image: url(../img/common/icon/ico-dl_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13.5px 13.5px;
  height: 13.5px;
  width: 13.5px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 15px;
}
div.download_btn a:after {
  background-image: url(../img/common/icon/arrow-right-wh.svg);
}

.download_btn a:hover:after {
  background-image: url(../img/common/icon/ico-dl.svg);
}
div.download_btn a:hover:after {
  background-image: url(../img/common/icon/arrow-right-bl.svg);
}

.video_link_btn a:after {
  background-image: url(../img/common/icon/ico_play_wh.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23.5px 23.5px;
  height: 23.5px;
  width: 23.5px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding-left: 10px;
}

.video_link_btn a:hover:after {
  background-image: url(../img/common/icon/ico_play_bl.svg);
}


@media screen and (max-width: 1000px) {
  .keyvisual_detail {
    padding-top: 80px;
  }
  #detail {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 680px) {
  .keyvisual_detail .keyimg {
    margin-bottom: 15px;
  }
  .keyvisual_detail .keyimg figure {
    flex-direction: column;
    gap: 10px 0;
  }
  .keyvisual_detail .keyimg figure .slider {
    width: 100%;
  }
  .keyvisual_detail .keyimg figcaption {
    writing-mode: horizontal-tb;
  }
  .download_btn_box ul {
    justify-content: start;
    gap: 15px;
  }
  .download_btn_box {
    margin-bottom: 33px;
  }
}

/*table_detail*/

.table_detail {
  border-spacing: 10px 0;
  text-align: left;
  width: 100%;
  padding-bottom: 120px;
}

.table_detail > tbody > tr > th {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 9%;
  padding: 24px 0 24px 100px;
  border-bottom: 1px #d9dee4 solid;
  margin-right: 15px;
  width: 20%;
  vertical-align: middle;
}

.table_detail > tbody > tr > td {
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  border-bottom: 1px #d9dee4 solid;
  padding: 30px 0;
}

.table_detail > tbody > tr:nth-child(1) > th {
  border-top: 1px #d9dee4 solid;
}
.table_detail > tbody > tr:nth-child(3) > th {
  vertical-align: top;
}

.table_detail > tbody > tr:nth-child(1) > td {
  border-top: 1px #d9dee4 solid;
}

.table_detail_sub {
  text-align: left;
  width: 100%;
}
.table_detail_sub tbody {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.table_detail_sub tr {
  width: calc(50% - 10px);
}
.table_detail_sub th {
  width: 30%;
  /* font-family: "Shippori Mincho", serif; */
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 4%;
  padding: 23.5px 0;
  display: inline-block;
}

.table_detail_sub td {
  width:69%;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 4%;
  display: inline-block;
}

@media screen and (max-width: 1000px) {
  .table_detail > tbody > tr > th {
    padding: 24px 0 24px 20px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 4%;
    width: 33.6%;
  }
  .table_detail > tbody > tr > td {
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 4%;
  }
  .table_detail_sub tbody {
    display: table;
  }
  .table_detail_sub tr {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .keyvisual_detail h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 7%;
    gap: 6px 0;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
    margin-bottom: 18px;
  }
  .keyvisual_detail h1 span {
    font-weight: 400;
    font-size: 24px;
    line-height: 24.02px;
    letter-spacing: 0.98px;
  }
  .keyvisual_detail .keyimg {
    margin-top: 0;
  }
  .table_detail {
    padding-bottom: 60px;
  }
  .table_detail > tbody > tr:nth-child(1) > td {
    border-top: none;
  }
  .table_detail > tbody > tr > th {
    width: 100%;
    display: block;
    border-bottom: none;
    padding: 0;
    padding-bottom: 20px;
    padding-top: 13px;
  }

  .table_detail > tbody > tr > td {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 20px;
  }

  .table_detail_sub th {
    font-weight: 500;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 4%;
    width: 100%;
    padding: 0;
    padding-bottom: 5px;
    display: block;
  }

  .table_detail_sub td {
    font-weight: 400;
    font-size: 14px;
    line-height: 25.2px;
    letter-spacing: 6%;
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
    display: block;
  }
}

/*top*/

.top_kv {
  display: flex;
  background-color: #002349;
  align-items: flex-start;
  padding-bottom: 68px;
}

.top_sidevar {
  width: 192px;
  background-color: #fff;
  padding: 34px 0 86px 0;
  position: relative;
}

.top_sidevar_logo {
  width: 89.5%;
  margin: auto;
  margin-bottom: 64px;
}

.top_sidevar_logo img {
  width: 100%;
}

.kv_nav {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.kv_nav .nav1 li {
  margin-bottom: 24px;
}

.kv_nav .nav1 li:last-child {
  margin-bottom: 48px;
}

.kv_nav .nav1 li a > span:nth-child(1) {
  margin-bottom: 6px;
}

.kv_nav .nav1 li a > span:nth-child(1) > span {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 13px;
  line-height: 150%;
  letter-spacing: 8%;
  position: relative;
}

.kv_nav .nav1 li:hover a > span:nth-child(1) > span{
  color: #003B7A;
}

.kv_nav .nav1 li a > span:nth-child(1) > span::before{
  content: '';
  background-image: url(../img/common/icon/diamond.svg);
  background-size: 3.8px 3.8px;
  height: 3.8px;
  width: 3.8px;
  left: -9.5px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  opacity: 0;
  transition: .1s;
}

.kv_nav .nav1 li:hover a > span:nth-child(1) > span::before{
  opacity: 1;
}

.kv_nav .nav1 li a > span:nth-child(2) {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 4%;
  color: #003b7a;
}

.kv_nav .nav1,
.kv_nav .nav2 {
  display: flex;
  flex-direction: column;
}

.kv_nav .nav1 li a span {
  display: flex;
  flex-direction: column;
}

.kv_nav .nav2 {
  display: flex;
  flex-direction: column;
  width: 120px;
  align-self: center;
  text-align: center;
}

.kv_nav .nav2 li:nth-child(1) {
  margin-bottom: 12px;
}

.kv_nav .nav2 li a {
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 12px;
  padding: 10px 0;
  border: solid 1px #667b92;
  color: #002349;
  transition: 0.5s;
  border-radius: 40px;
}

.kv_nav .nav2 li:nth-child(1) a {
  background-color: #002349;
  color: #fff;
}

.kv_nav .nav2 li a:hover {
  background-color: #002349;
  color: #fff;
}

.kv_nav .nav2 li:nth-child(1) a:hover {
  background-color: #fff;
  color: #002349;
}

@media screen and (max-height: 800px) {
  .top_sidevar_logo {
    margin-bottom:1vh;
  }
  .top_sidevar {
    padding: 1vh 0 5vh 0;
    height: 71.8vh;
  }
  .kv_nav .nav1 li {
    margin-bottom: 2vh;
  }

  .kv_nav .nav1 li:last-child {
    margin-bottom: 2vh;
  }

  .kv_nav .nav1 li a > span:nth-child(1) {
    margin-bottom: 0.5vh;
  }
}

.kv_image {
  width: calc(100% - 192px);
  height: calc(100vh - 68px);
  position: relative;
}

@media screen and (min-width: 1800px) {
  .top_sidevar {
    width: 256px;
    padding: 94.5px 0 155px 0;
  }
  .kv_image {
    width: calc(100% - 256px);
  }
  .top_sidevar_logo {
    width: 67.1%;
  }
}

.kv_image_text {
  position: absolute;
  width: 62.9%;
  bottom: 65px;
  left: 73px;
  z-index: 10;
}

.kv_image_text img {
  width: 100%;
}

.kv_image_inner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  height: 100%;
  width: 100%;
}

.kv_image_inner picture {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: anime 40s 0s infinite;
  animation: anime 40s 0s infinite;
  transform: translateY(-5%) translateX(5%) scale(1.1);
  z-index: 1;
  opacity: 0;
}

.kv_image_inner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

.kv_image_inner picture:nth-child(2) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}
.kv_image_inner picture:nth-child(3) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
}
.kv_image_inner picture:nth-child(4) {
  -webkit-animation-delay: 30s;
  animation-delay: 30s;
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    z-index: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-5%) translateX(-18%) scale(1.1);
    z-index: 0;
  }
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  40% {
    z-index: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(-5%) translateX(-18%) scale(1.1);
    z-index: 0;
  }
}

.p-indexHero__toNext {
  bottom: 30px;
  color: #002349;
  font-weight: 400;
  font-family: "Marcellus", serif;
  font-size: 10px;
  left: 16px;
  position: absolute;
  text-decoration: none;
  transform: translateX(-50%);
  writing-mode: vertical-lr;
}

.p-indexHero__toNext::before {
  -webkit-animation: shooting-star 3s ease infinite both;
  animation: shooting-star 3s ease infinite both;
  background-color: #002349;
  top: 35px;
  content: "";
  height: 65px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

@-webkit-keyframes shooting-star {
  0% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  30% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  31% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  60% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}

.p-indexHero__toNext::after {
  -webkit-animation: shooting-star2 3s ease infinite both;
  animation: shooting-star2 3s ease infinite both;
  background-color: #fff;
  top: 55px;
  content: "";
  height: 55px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  animation-delay: 0.5s;
}

@-webkit-keyframes shooting-star2 {
  0% {
    transform: scaleY(0);
    transform-origin: top center;
  }
  30% {
    transform: scaleY(1);
    transform-origin: top center;
  }
  31% {
    transform: scaleY(1);
    transform-origin: bottom center;
  }
  60% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
  100% {
    transform: scaleY(0);
    transform-origin: bottom center;
  }
}

.kv_image_text_sp,
.p-indexHero__toNext_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .top_sidevar {
    display: none;
  }
  .kv_image {
    width: 100%;
    height: 74.2vh;
  }
  .top_kv {
    background-color: #fff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .kv_image_text {
    display: none;
  }
  .kv_image_text_sp {
    display: block;
    width: 89.3%;
    padding-top: 16px;
    text-align: center;
  }

  .kv_image_text_sp img {
    width: 100%;
  }
  .p-indexHero__toNext_sp {
    display: block;
    /* font-size: 20.48px; */
    right: 22.8px;
    left: auto;
    bottom: 34px;
  }
  .p-indexHero__toNext_sp::before {
    top: 33px;
    height: 30px;
  }

  .p-indexHero__toNext_sp::after {
    top: 58px;
    height: 30px;
  }
  .kv_image_inner picture{
    left: 0;
  }
  .kv_image_inner picture img{
    object-position: left bottom;
  }
}

/*concept*/

.concept {
  padding-bottom: 80px;
  background-color: #ebf1f7;
}

.concept_inner {
  background-color: #002349;
  padding-top: 118px;
  padding-bottom: 18vw;
}

.concept .container_1320 {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.concept img {
  width: 100%;
}

.concept_image1 {
  width: 35.1%;
}

.concept_text1 {
  width: 36.1%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.concept_text1 p {
  writing-mode: vertical-rl;
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-family: 500;
  font-size: 30px;
  line-height: 150%;
}

.concept_text1 p span {
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 20px;
  color: #d9dee4;
  opacity: 0.5;
}

.concept_image2 {
  width: 28.75%;
  margin-top: 107px;
}

.concept_image3 {
  width: 52.1%;
  margin-top: 115px;
  margin-bottom: 160px;
}

.concept_image3 img {
  width: 67.5%;
}

.concept_text2 {
  width: 47.9%;
  display: flex;
  justify-content: center;
  padding-top: 32px;
  margin-top: 115px;
}

.concept_text2_inner {
  width: 48.2%;
}

.concept_text2 p {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 6%;
  margin-bottom: 40px;
}

.concept_text2 .button3 {
  width: 82.5%;
}

.concept_image4 {
  width: 91.66%;
  margin: auto;
  margin-top: -18vw;
}

.concept_image4 figure,.concept_image4 img {
  width: 100%;
}

.concept_image4 figcaption {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 6%;
}

@media screen and (max-width: 1000px) {
  .concept_text1 p {
    font-size: 20px;
  }
  .concept_text1 p span {
    font-size: 14px;
  }
  .concept {
    padding-bottom: 60px;
  }
  .concept_inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .concept .container_1320 {
    padding: 0;
    width: 100%;
  }
  .concept_text1,
  .concept_image1 {
    width: 100%;
  }
  .concept_image1 {
    order: 1;
  }
  .concept_text1 {
    order: 2;
  }
  .concept_image1 img {
    width: 71.7%;
  }
  .concept_image2 {
    width: 48%;
    order: 3;
    margin-top: 77px;
  }
  .concept_image2 img {
    width: 100%;
  }
  .concept_image3 {
    order: 4;
    width: 52%;
    text-align: right;
    margin-top: 39px;
    margin-bottom: 0;
  }
  .concept_image3 img {
    width: 66.15%;
  }
  .concept_text2 {
    order: 5;
    width: 100%;
    padding-top: 0;
    margin-top: 36px;
  }
  .concept_image4 {
    width: 100%;
    margin-top: 0;
  }
  .concept_text2_inner {
    width: 80%;
  }
  .concept_text2 .button3 {
    width: 100%;
  }
  .concept_image4 figcaption {
    padding-right: 20px;
    line-height: 160%;
    padding-top: 10px;
    font-size: 10px;
  }
}

/*selection*/

.selection {
  padding-bottom: 114px;
}

.selection h2,
.selection_modal h2 {
  display: inline-block;
  margin-bottom: 36px;
}

.selection h2 span:nth-child(1) span,
.selection_modal h2 span:nth-child(1) span {
  display: inline-block;
  margin-left: 43%;
  line-height: 150%;
  margin-top: 15px;
  transform: translateY(15px);
  color: #1d1d1d;
}

.selection_slide_inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.selection_slide_inner ul li {
  cursor: pointer;
}

.selection {
  position: relative;
}
.selection::before {
  content: "";
  background-color: #ebf1f7;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
}
.selection > .container_1320 {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1000px) {
  .selection_slide_inner ul li {
    width: 20%;
    height: 533px;
    overflow: hidden;
    transition: 0.5s;
  }

  .selection_slide_inner ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .selection_slide_inner ul li figure {
    height: 100%;
    position: relative;
  }
  .selection_slide_inner ul li:nth-child(1) img {
    object-position: 25% 50%;
  }

  .selection_slide_inner ul li:nth-child(2) img {
    object-position: 69% 50%;
  }

  .selection_slide_inner ul li:nth-child(3) img {
    object-position: 55.5% 50%;
  }

  .selection_slide_inner ul li:nth-child(4) img {
    object-position: 38% 50%;
  }

  .selection_slide_inner ul li:nth-child(5) img {
    object-position: 64% 50%;
  }
  .selection_slide_inner ul li figure figcaption {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 5;
    writing-mode: vertical-lr;
    font-size: 32px;
    font-size: 400;
    font-family: "Marcellus", serif;
    color: #002349;
  }

  .selection_slide_inner ul li.acitve {
    width: 6.8%;
  }

  .selection_slide_inner ul li.acitve.this_acitve {
    width: 72.8%;
  }
}

@media screen and (max-width: 1000px) {
  .selection::before {
    height: 100%;
  }
  .selection {
    padding-bottom: 60px;
  }
  .selection_slide_inner ul li figcaption {
    font-size: 16px;
    font-weight: 400;
    font-family: "Marcellus", serif;
    color: #002349;
  }
  .selection h2 span:nth-child(1) span,
  .selection_modal h2 span:nth-child(1) span {
    transform: translateY(0);
  }
  .selection h2 span:nth-child(1) span {
    margin-left: 0;
  }
}

/*selection modal*/

.selection_modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  justify-content: center;
  align-items: center;
  z-index: 600;
  display: flex;
}

.modal_cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
}

.modal_close {
  position: absolute;
  top: 120px;
  right: 65px;
  width: 50px;
  cursor: pointer;
  z-index: 1005;
}

.modal_close:hover {
  opacity: 0.6;
}

.modal_close img {
  width: 100%;
}

body.modal-active {
  overflow: hidden;
}

body.modal-active2 {
  overflow: hidden;
}

body.modal-active .selection_modal {
  opacity: 1;
  visibility: visible;
}

body.video_modal-active {
  overflow: hidden;
}

.modal_inner {
  width: 100%;
  padding: 0 65px;
  height: calc(100% - 120px);
  overflow-y: auto;
  position: relative;
  z-index: 1000;
  margin-top: 120px;
  -ms-overflow-style: none;
}

.selection_modal_inner_scroll{
  background-color: #fff;
  padding-bottom: 100px; 
}

.modal_inner::-webkit-scrollbar {
  width: 8px;
  background-color: #e5ebf2;
  display: none;
}

.modal_inner::-webkit-scrollbar{
  display: none;
}

.modal_inner::-webkit-scrollbar-thumb {
  background: #002349;
  width: 6px;
  border-radius: 5px;
  display: none;
}

.modal_content {
  transition: 0.5s;
}

.modal_content.modal_content_fadeout {
  opacity: 0;
}

.modal_content h2 {
  padding-top: 60px;
}

.modal_content .modal_arrow {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 24px;
}

.modal_prev,
.modal_next {
  padding: 0 24px;
  position: relative;
  font-size: 12px;
  line-height: 140%;
  font-weight: 400;
  cursor: pointer;
  color: #002349;
  transition: 0.1s;
}

.modal_prev:hover,
.modal_next:hover {
  color: #003B7A;
}

.modal_next {
  border-left: solid 1px #d9dee4;
}

.modal_next::after {
  content: "";
  position: absolute;
  background-image: url(../img/common/modal_arrow_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  height: 10px;
  width: 6px;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s;
}

.modal_next:hover::after {
  transform: translateX(2px);
}

.modal_prev::before {
  content: "";
  position: absolute;
  background-image: url(../img/common/modal_arrow_back.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 6px;
  height: 10px;
  width: 6px;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: .5s;
}

.modal_prev:hover::before {
  transform: translateX(-2px);
}

.modal_slider_prev {
  content: "";
  position: absolute;
  background-image: url(../img/common/modal_slider_prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  left: calc(20% - 30px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  cursor: pointer;
}

.modal_slider_next {
  content: "";
  position: absolute;
  background-image: url(../img/common/modal_slider_next.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px 60px;
  height: 60px;
  width: 60px;
  right: calc(20% - 30px);
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  cursor: pointer;
  transition: 0.5s;
}

.modal_slider_next:hover,
.modal_slider_prev:hover {
  opacity: 0.6;
}

.modal_slider_thumbnail {
  margin: auto;
  margin-top: 24px;
  max-height: 518px;
  margin-bottom: 80px;
  max-width: 700px;
  overflow-x: auto;
}

@media screen and (min-width: 1000px) {
  .modal_slider_thumbnail .slick-track {
    /* display: flex;
    justify-content: center; */
    /* width: auto !important; */
  }
}

.modal_slider_thumbnail img {
  width: 100%;
  height: 50px;
  object-fit: cover;
}

.modal_slider_thumbnail .thumbnail-img {
  padding-right: 12px;
}

.modal_slider_thumbnail .thumbnail-img:last-child img {
  padding-right: 0;
}

.selection_modal_content h2 span:nth-child(1) span {
  margin-left: 3%;
}

.thumbnail-img {
  /* width: 76px !important; */
  cursor: pointer;
  transition: 0.5s;
}

.thumbnail-img:hover {
  opacity: 0.6;
}

.modal_slider img {
  width: 100%;
}

@media screen and (min-width: 1500px) {
  .modal_slider .slick-slide,
  .modal_slider div {
    max-height: none;
    height: auto;
  }
  /* .thumbnail-img {
    width: 120px !important;
  } */
  .modal_slider .modal_slider_next,
  .modal_slider .modal_slider_prev {
    height: 60px;
  }
}

.modal_content_info {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
  justify-content: space-between;
  width: 95%;
}

.modal_text {
  width: 64.7%;
  max-width: 635px;
  margin-bottom: 40px;
}

.modal_text h3 {
  font-size: 24px;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
  margin-bottom: 32px;
  line-height: 140%;
  color: #002349;
}

.modal_text p {
  line-height: 200%;
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans", sans-serif;
}

.modal_color_scheme h4 {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 16px;
  color: #002349;
  line-height: 160%;
  margin-bottom: 12px;
}

.modal_color_scheme .modal_color p {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 10px;
  color: #002349;
  line-height: 160%;
  margin-bottom: 4px;
}

.modal_color_scheme .modal_color ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modal_content h2 span:nth-child(1) br {
  display: none;
}

@media screen and (max-width: 1000px) {
  .modal_close {
    right: 0;
    top: 80px;
  }
  .selection_modal,.modal{
    padding: 130px 0 0 0;
  }
  .modal {
    padding: 130px 0 0 0;
  }
  .selection_modal .container_1200 {
    max-width: none;
    padding: 56px 23px 0 23px;
    width: auto;
  }
  .selection .selection_modal_content h2 span:nth-child(1) span {
    margin-top: 0;
    margin-left: 0;
  }
  .modal_content h2 {
    padding-top: 0;
    margin-bottom: 26px;
    padding-bottom: 0;
  }
  .modal_content h2 span {
    font-size: 32px;
    line-height: normal;
  }
  .modal_content h2 span:nth-child(1) br {
    display: block;
  }
  .modal_inner {
    height: auto;
    max-height: 100%;
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
  .center-item {
    padding: 0;
  }
  .modal_slider .slick-slide {
    max-height: none;
  }
  .modal_slider div {
    height: auto;
  }
  .modal_content .modal_arrow {
    justify-content: center;
  }
  .modal_prev,
  .modal_next {
    width: 50%;
  }
  .modal_arrow {
    padding-top: 9px;
    border-top: solid 1px #d9dee4;
  }
  .modal_prev {
  }
  .modal_next {
    text-align: right;
  }
  .modal_content .modal_arrow {
    margin-bottom: 12px;
  }
  .modal_slider_thumbnail {
    margin-top: 16px;
    margin-bottom: 44px;
    overflow-x: auto;
  }
  .modal_slider_thumbnail picture {
    display: block;
    width: 100%;
  }
  .modal_text {
    width: 100%;
    margin-bottom: 40px;
  }
  .modal_color_scheme {
    width: 100%;
  }
  .modal_content_info {
    flex-direction: column;
    width: 89.3%;
  }
  .modal_text h3 {
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 16px;
  }
  .modal_text p {
    font-size: 14px;
    line-height: 200%;
  }
  .modal_color_scheme h4 {
    font-size: 16px;
  }
  .scheme_list {
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
  }
  .scheme_list img {
    width: 30px;
  }
  .modal_slider_thumbnail .slick-track {
    display: flex;
  }

  .selection h2,
  .selection_modal h2 {
    padding-bottom: 0;
    margin-bottom: 40px;
  }

  .selection_slide_inner ul {
    flex-wrap: wrap;
    justify-content: start;
    gap: 24px 15px;
  }

  .selection_slide_inner ul li {
    width: calc(50% - 7.5px);
  }

  .selection_slide_inner ul li img {
    width: 100%;
  }
  .modal_slider_thumbnail img{
    height: 15vw;
  }
}

@media screen and (max-width: 480px) {
  .selection_modal ,.modal{
    padding-top: 105px;
  }
  .modal_close {
    top: 56px;
  }
  .selection_modal_inner_scroll{
    padding-bottom: 50px;
  }
}

@media screen and (max-height: 800px) and (min-width: 1000px) {
  .modal_inner {
    height: calc(100% - 115px);
    margin-top: 115px;
  }
}

.gallery {
  margin-bottom: 60px;
  background-color: #fff;
}

.gallery_inner .gallery_inner_top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}

.gallery_inner .gallery_inner_top h2 span:nth-child(1) span {
  margin-left: 70%;
  padding-top: 35px;
  display: block;
  color: #1d1d1d;
}

.gallery_inner_top_left {
  width: 30%;
}

.gallery_inner_top_left h2 {
  margin-bottom: 60px;
  padding-top: 25px;
}

.gallery_inner_top_right {
  width: 63.1%;
  margin-top: 32px;
}

.gallery_inner_bottom_content a {
  cursor: default;
}

.gallery_inner_top_right picture,
.gallery_inner_top_right picture img,
.gallery_inner_bottom_content picture,
.gallery_inner_bottom_content picture img {
  width: 100%;
  display: block;
}

.gallery_inner_bottom_content picture{
  overflow: hidden;
  height: 18.5vw;
  cursor: pointer;
  max-height: 267px;
  margin-bottom: 20px;
}

.gallery_inner_bottom_content picture img {
  max-height: 267px;
  height: 18.5vw;
  object-fit: cover;
  transition: .5s;
}

.gallery_inner_bottom_content picture:hover img {
  transform: scale(1.1);
}

.gallery_inner_top_right picture{
  overflow: hidden;
  cursor: pointer;
  height: 38.52vw;
  max-height: 555px;
  margin-bottom: 20px;
}

.gallery_inner_top_right picture img {
  object-fit: cover;
  width: 100%;
  height: 38.52vw;
  max-height: 555px;
  transition: .5s;
}

.gallery_inner_top_right picture:hover img {
  transform: scale(1.1);
}

.gallery_styles {
  display: flex;
  justify-content: end;
}

.gallery_styles_inner {
  width: 85%;
}

.gallery_styles ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 0;
  margin-bottom: 60px;
}

.gallery_styles ul li {
  width: 50%;
}
.gallery_styles ul li:nth-child(even) {
  border-right: solid 1px #d9dee4;
}

.gallery_styles ul li:nth-child(odd) {
  border-right: solid 1px #d9dee4;
  border-left: solid 1px #d9dee4;
}

.gallery_inner_top_right_content > a {
  width: 100%;
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  cursor: default;
}

/* .gallery a:hover{
  opacity: 0.6;
} */

.gallery_styles ul li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
  padding: 0 20px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  display: block;
  transition: .3s;
}

.gallery_styles ul li a span {
  font-size: 8px;
  font-weight: 400;
  color: #003b7a;
  display: block;
  margin-bottom: 4px;
}

.gallery_styles ul li a span:nth-child(1) {
  margin-bottom: 4px;
}

.gallery_styles ul li:hover a{
  color: #003B7A;
}

.gallery_styles p {
  font-size: 14px;
  line-height: 200%;
  font-weight: 400;
}

/* .gallery_inner_top_right .info {
  width: 45.3%;
} */

.gallery_inner_top_right .info p,
.gallery_inner_bottom_content .info p {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  margin-bottom: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.gallery_inner_top_right .info p{
  text-align: right;
}

.gallery_inner_top_right .info ul li,
.gallery_inner_bottom_content .info ul li {
  color: #003b7a;
  font-size: 10px;
  font-weight: 400;
  font-family: "Marcellus", serif;
}

.gallery_inner_top_right .info ul,
.gallery_inner_bottom_content .info ul {
  display: flex;
  gap: 0 12px;
  flex-wrap: wrap;
}

.gallery_inner_top_right .info ul{
  justify-content: end;
}

.gallery_inner_top_right .info ul li a,
.gallery_inner_bottom_content .info ul li a {
  color: #1d1d1d;
  text-decoration: underline;
  line-height: 160%;
  letter-spacing: 4%;
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
}

.gallery_inner_bottom {
  display: flex;
  justify-content: center;
  gap: 0 60px;
  margin-bottom: 60px;
}

.gallery_inner_bottom_content {
  width: calc(33.333% - 30px);
}

.gallery_inner .button2 {
  justify-content: end;
}

@media screen and (max-width: 1000px) {
  .gallery_inner_top {
    justify-content: center;
    flex-wrap: wrap;
  }
  .gallery_inner_top_left {
    width: 100%;
  }
  .gallery_inner_top_right {
    width: 100%;
  }
  .gallery_styles_inner {
    width: 100%;
  }
  .gallery_inner_top_right .info {
    width: 100%;
  }
  .gallery_inner_bottom {
    flex-wrap: wrap;
    justify-content: start;
    gap: 20px 15px;
    margin-bottom: 40px;
  }
  .gallery_inner_bottom_content {
    width: calc(50% - 7.5px);
  }
  .gallery_inner .gallery_inner_top h2 span:nth-child(1) span {
    padding-top: 10px;
    margin-left: 0;
  }
  .gallery_inner_top_left h2 {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
  .gallery_styles ul {
    margin-bottom: 40px;
  }
  .gallery_styles_inner {
    margin-bottom: 40px;
  }
  .gallery_inner .gallery_inner_top {
    margin-bottom: 40px;
  }
  .gallery_inner_top_right{
    margin-top: 0;
  }
  .gallery_inner_top_right picture{
    height: 66.52vw;
    margin-bottom: 12px;
  }
  .gallery_inner_top_right picture img {
    height: 66.52vw;
  }
  .gallery_inner_bottom_content .info {
    margin-top: 16px;
  }
  .gallery_inner_top_right .info p {
    font-size: 13px;
    text-align: left;
  }
  .gallery_inner_top_right .info ul {
    justify-content: start;
}
  .gallery_inner_bottom_content .info p {
    font-size: 14px;
  }
  .gallery_inner_top_right picture {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-bottom: 12px;
  }
  .gallery_inner_bottom_content picture{
    margin-bottom: 12px;
  }
  .gallery_inner_bottom_content picture img,.gallery_inner_bottom_content picture {
    height: 28vw;
  }
}

.why_list_homes {
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 120px;
}

.safe_living {
  margin-bottom: 120px;
}

.safe_living h2.pttern3 span:nth-child(1) span {
  margin-left: 100%;
}

.why_list_homes .why_list_homes_inner,
.safe_living .safe_living_inner {
  display: flex;
}

.why_list_homes::before {
  position: absolute;
  background-color: #ebf1f7;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  content: "";
}

.why_list_homes_left,
.safe_living_right {
  width: 53.3%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.why_list_homes_left picture {
  width: 63.3%;
}

.why_list_homes_left picture img,
.safe_living_right picture,
.safe_living_right picture img {
  width: 100%;
}

.why_list_homes_right {
  width: 56%;
  position: relative;
  z-index: 1;
  margin-top: 10%;
}

.why_list_homes_right h2 {
  padding-bottom: 18px;
}

.safe_living_left {
  width: 56%;
  padding-left: 5.4%;
}

.why_list_homes_right p,
.safe_living_left p {
  width: 65.9%;
  margin-left: 6.4%;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  margin-bottom: 40px;
}

.why_list_homes_right .button2,
.safe_living_left .button2 {
  justify-content: start;
  margin-left: 6.4%;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
}

.why_list_homes_right .button2 a span:after {
  background-color: #fff;
}

.safe_living_left h2.pttern3 {
  padding-top: 25px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .why_list_homes,
  .safe_living {
    margin-bottom: 80px;
  }
  .why_list_homes .why_list_homes_inner,
  .safe_living .safe_living_inner {
    flex-wrap: wrap;
  }
  .why_list_homes_left,
  .safe_living_right {
    width: 100%;
  }
  .why_list_homes_right,
  .safe_living_left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .why_list_homes_right p,
  .safe_living_left p {
    width: 100%;
    margin-left: 0;
  }
  .why_list_homes_right .button2,
  .safe_living_left .button2 {
    justify-content: end;
  }
  h2.pttern3 {
    padding-bottom: 0;
    margin-bottom: 24px;
  }
  .safe_living_right {
    order: 1;
  }
  .safe_living_right img{
    margin-bottom: 40px;
  }
  .safe_living_left {
    order: 2;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .safe_living_left h2.pttern3 span:nth-child(1) span {
    margin-top: -20px;
    margin-left: 70%;
  }
  .why_list_homes_left picture{
    width: 66.66666%;
  }
  .why_list_homes_left picture img{
    margin-bottom: 40px;
  }
  .why_list_homes_right{
    margin-top: 0;
  }
  .why_list_homes_right h2{
    padding-top: 0;
  }
  .safe_living_left h2.pttern3{
    padding-top: 0;
    padding-bottom: 10px;
  }

}

.about_us {
  margin-bottom: 120px;
}

.about_us_inner {
  background-image: url(../img/top/top_about_img@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 5.4%;
  padding-bottom: 80px;
}

.about_us h2 {
  justify-content: start;
  align-items: start;
}

.about_us h2 span {
  color: #fff;
}

.about_us_inner p {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.about_us_left {
  width: 35%;
}

.about_us_left .button3 {
  justify-content: start;
}

.about_us_inner .button3 a span:after {
  background-color: rgba(231, 237, 243, 0.2);
}

.about_us_left .button3 a::before {
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .about_us {
    margin-bottom: 80px;
  }
  .about_us .container_1320 {
    width: 100%;
    padding: 0;
  }
  .about_us_inner {
    background-image: url(../img/top/top_about_img_SP@2x.jpg);
    padding-left: 0;
    padding-bottom: 40px;
  }
  .about_us_left {
    width: 89.7%;
    margin: auto;
  }
  .about_us_left h2 > span > span {
    margin-top: 10px;
    display: block;
  }
  .about_us h2{
    padding-top: 40px;
  }
}

.contact {
  position: relative;
  padding-bottom: 232px;
  overflow: hidden;
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: url(../img/top/top_selection_california@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(1.1);
  transition: 3s;
}

.contact.active::before {
  transform: scale(1);
}

.contact:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #3a3a3a;
  opacity: 0.35;
  z-index: 1;
}

.contact_inner {
  position: relative;
  z-index: 2;
}

.contact h2 {
  padding-top: 232px;
  padding-right: 0;
}

.contact h2 span {
  color: #fff;
}

.contact p {
  color: #fff;
  text-align: center;
  margin-bottom: 36px;
  font-size: 14px;
  line-height: 200%;
}

.contact h2 span:nth-child(1) span {
  margin: auto;
  display: block;
  text-align: center;
  margin-top: 32px;
}

@media screen and (max-width: 1000px) {
  .contact {
    padding-bottom: 80px;
  }
  .contact h2 {
    padding-top: 80px;
    padding-right: 0;
    align-items: center;
    justify-content: center;
  }
  .contact h2 span:nth-child(1) span {
    margin-top: 12px;
  }
}

#keyvisual_life-style {
  background-color: #002349;
  padding-bottom: 120px;
}

@media screen and (max-width: 1000px) {
  #keyvisual_life-style.keyvisual h1 {
    width: 100%;
  }
}

.life-style_concept {
  background-color: #002349;
  padding-bottom: 200px;
  margin-top: -1px;
  margin-bottom: 120px;
}

.life-style_concept img {
  width: 100%;
}

.life-style_concept_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.life-style_concept_inner img {
  width: 100%;
}

.life-style_concept_image1 {
  width: 37.8%;
}

.life-style_concept_text1 {
  width: 27.2%;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
}

.life-style_concept_text1 p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 500;
}

.life-style_concept_text1 p span {
  color: #d9dee4;
  display: block;
  opacity: 0.5;
  font-family: "Marcellus", serif;
  font-size: 20px;
}

.life-style_concept_image2 {
  width: 35%;
  margin-top: 138px;
}

.life-style_concept_image2 img {
  width: 77%;
}

.life-style_concept_image3 {
  width: 35.8%;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

.life-style_concept_image3 picture {
  width: 63.6%;
}

.life-style_concept_text2 {
  width: 35%;
  margin-top: 80px;
}

.life-style_concept_text2 p {
  color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 200%;
}

.life-style_concept_image4 {
  width: 27.2%;
  display: flex;
  justify-content: end;
  margin-top: 162px;
}

.life-style_concept_image4 picture {
  width: 83.6%;
}

@media screen and (max-width: 1000px) {
  .life-style_concept {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .life-style_concept_image1 {
    width: 100%;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 40px;
    width: 100vw;
    order: 1;
  }
  .life-style_concept_image1 img {
    width: 77%;
  }
  .life-style_concept_text1 {
    width: 100%;
    order: 2;
  }
  .life-style_concept_image2 {
    order: 4;
    margin: 0 calc(18.5% - 20.5vw);
    margin-bottom: 40px;
    margin-top: 40px;
    width: 37vw;
  }
  .life-style_concept_image3 {
    order: 5;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
  .life-style_concept_image3 picture {
    display: flex;
    justify-content: end;
  }
  .life-style_concept_image3 img {
    width: 42.8666666%;
    padding-right: 7.4%;
    margin-top: -50px;
  }
  .life-style_concept_image4 {
    order: 3;
    margin: 0 calc(22.4% - 24.4vw);
    margin-bottom: 40px;
    width: 44.8vw;
    margin-top: 83px;
  }
  .life-style_concept_image4 img,
  .life-style_concept_image2 img,
  .life-style_concept_image4 picture,
  .life-style_concept_image3 picture {
    width: 100%;
  }
  .life-style_concept_text2 {
    width: 100%;
    order: 6;
  }
  .life-style_concept_text1 p {
    font-size: 20px;
  }
  .life-style_concept_text1 p span {
    font-size: 14px;
  }
}

.sp_fix_nav{
  display: none;
}

@media screen and (max-width: 1000px) {
  .sp_fix_nav {
    background-color: #fff;
    padding: 12px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: block;
    transition: .5s;
  }

  .sp_fix_nav.non_active{
    opacity: 0;
    visibility: hidden;
  }

  .sp_fix_nav ul {
    display: flex;
    gap: 0 4.7%;
    justify-content: center;
    align-items: center;
  }

  .sp_fix_nav ul li{
    width: 47%;
  }

  .sp_fix_nav ul li a {
    padding: 10px 0;
    border: solid 1px #667b92;
    border-radius: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    font-family: "Shippori Mincho", serif;
    transition: 0.5s;
  }

  .sp_fix_nav ul li:nth-child(2) a {
    color: #002349;
  }

  .sp_fix_nav ul li:nth-child(1) a {
    color: #fff;
    background-color: #002349;
  }
}


.modal .modal_slider img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}

@media screen and (max-height: 800px) and (min-width: 1000px) {
  .modal .modal_slider img {
    height: 35vw;
  }
  .modal_close{
    top: 115px;
  }
}

@media screen and (max-width: 680px) {
  footer .container_1320{
    width: 100%;
  }
}

.player_cover{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.player_cover iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* 2025.12.10追加 */
.recruit {
  margin-bottom: 120px;
}

.recruit_inner {
  background-image: url(../img/top/top_recruit_img@2x.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 5.4%;
  padding-bottom: 80px;
  display: flex;
  justify-content: flex-end;
}

.recruit h2 {
  justify-content: start;
  align-items: start;
}

.recruit h2 span {
  color: #fff;
}

.recruit_inner p {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
}

.recruit_left {
  width: 35%;
}

.recruit_left .button3 {
  justify-content: start;
}

.recruit_inner .button3 a span:after {
  background-color: rgba(231, 237, 243, 0.2);
}

.recruit_left .button3 a::before {
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .recruit {
    margin-bottom: 80px;
  }
  .recruit .container_1320 {
    width: 100%;
    padding: 0;
  }
  .recruit_inner {
    background-image: url(../img/top/top_recruit_img_SP@2x.jpg);
    padding-left: 0;
    padding-bottom: 40px;
  }
  .recruit_left {
    width: 89.7%;
    margin: auto;
  }
  .recruit_left h2 > span > span {
    margin-top: 10px;
    display: block;
  }
  .recruit h2{
    padding-top: 40px;
  }

  header.active .logo {
    display: block;
    width: 78.6%;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 30px;
    opacity: 0;
  }
  header.active nav ul.nav1 {
    margin-bottom: 30px;
  }
}