.home_page .key {
  position: relative;
  --height: 56vw;
  --min-height: 550px;
  --max-height: 940px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: clamp(5.5px, 0.6vw, 0.625em);
  z-index: 1;
}
.home_page .key .key_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home_page .key .key_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home_page .key .key_text {
  position: relative;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .key_text .item::before, .home_page .key .key_text .item::after {
  content: "";
  position: absolute;
  width: 30%;
  max-width: 568px;
  aspect-ratio: 568/410;
  bottom: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.home_page .key .key_text .item::before {
  left: 0;
  background-image: url("../images/idx_key_decor01.png");
}
.home_page .key .key_text .item::after {
  right: 0;
  background-image: url("../images/idx_key_decor02.png");
}
.home_page .key .catch {
  position: relative;
  z-index: 1;
  margin: auto;
  max-width: 1300px;
}
.home_page .key h2,
.home_page .key p {
  color: #F6F9FA;
  font-family: var(--f-jp);
  font-weight: 400;
}
.home_page .key h2 {
  font-size: max(30px, 5.5em);
}
.home_page .key h2 .brkt01 {
  margin-top: -0.4182em;
  margin-bottom: 0.0727em;
}
.home_page .key h2 .brkt02 {
  margin-bottom: -0.2em;
}
.home_page .key p {
  font-size: max(16px, 2em);
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 400;
}
.home_page h3 > span {
  display: block;
}
.home_page h3 .en {
  position: relative;
  font-size: calc(var(--txt_size) - 4px);
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.home_page h3.white {
  color: #fff !important;
}
.home_page h3.white .en::before {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
@media (min-width: 769px) {
  .home_page h3:has(.en) .jp {
    padding-top: 0.25em;
  }
  .home_page h3:not(.txt-hor) {
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }
  .home_page h3:not(.txt-hor) .jp {
    line-height: 1.5;
    letter-spacing: 0.18em;
  }
  .home_page h3:not(.txt-hor) .en {
    line-height: 2;
    margin-left: 0.8333em;
  }
  .home_page h3:not(.txt-hor) .en::before {
    content: "";
    position: absolute;
    background-color: rgba(26, 26, 26, 0.2);
    width: 1px;
    height: 152px;
    top: 0px;
    left: 0px;
  }
  .home_page h3.txt-hor {
    text-align: center;
  }
  .home_page h3.txt-hor .jp {
    letter-spacing: 0.025em;
  }
  .home_page h3.txt-hor .en {
    margin-bottom: -5px;
  }
  .home_page h3.txt-hor .en::before {
    content: "";
    display: block;
    background-color: rgba(26, 26, 26, 0.2);
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .home_page h3.txt-hor .en::before {
    width: 1px;
    height: 45px;
    top: 0px;
    left: 0px;
    right: 0;
    margin: 0 auto;
    margin-bottom: 12px;
  }
}

@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    width: 70%;
    padding: var(--wrapper) 40px;
  }
  .home_page .key h2,
  .home_page .key p {
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }
  .home_page .key h2 {
    padding-top: 0.9455em;
    line-height: 1.475;
    letter-spacing: 0.18em;
  }
  .home_page .key p {
    padding-top: 3.05em;
    margin-right: 1.85em;
    letter-spacing: 0.3em;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 800px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - 10px);
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .home_page .key p {
    font-size: max(13px, 2em);
  }
  .home_page .key .catch {
    width: 100%;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 45vw;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  position: relative;
  padding: 50px 0;
  background-image: url("../images/idx01_bg.jpg");
  z-index: 1;
}
.idx01::before {
  content: "";
  position: absolute;
  width: 70%;
  max-width: 1282px;
  aspect-ratio: 1282/430;
  bottom: 0px;
  right: 0px;
  background: url("../images/idx01_decor01.png") no-repeat center/cover;
  z-index: -1;
}
.idx01 .wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.idx01 .cont {
  max-width: 1760px;
}
.idx01 .box_flex .box_img {
  position: relative;
  height: fit-content;
}
.idx01 .box_flex .box_name {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.52em;
  background-color: rgba(0, 0, 0, 0.56);
  font-family: var(--f-jp);
  font-size: clamp(20px, 1.5vw, 25px);
  color: #fff;
  line-height: 1;
  letter-spacing: 0.17em;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}
.idx01 .box_flex .box_name .lg {
  padding-top: 0.08em;
}
.idx01 .box_flex .box_name .sm {
  font-size: 0.72em;
  letter-spacing: 0.2em;
}
.idx01 .box_flex .box_txt > p {
  font-family: var(--f-jp);
  font-size: calc(var(--txt_size) + 1px);
  line-height: 2.1764705882;
  letter-spacing: 0.025em;
}
@media (min-width: 769px) {
  .idx01 .cont {
    padding: 0 80px 0 45px;
  }
  .idx01 .box_flex .box_name {
    top: 7.6%;
    right: 14.8%;
    padding: 1.36em 1.2em 1.2em 1.16em;
  }
  .idx01 .box_flex .box_img {
    flex-shrink: 0;
    max-width: 740px;
    width: 46%;
  }
  .idx01 .box_flex .box_txt {
    align-self: center;
    padding-bottom: 6px;
    width: 36%;
    max-width: 580px;
    margin-left: 3.6%;
  }
  .idx01 .box_flex .box_txt > p {
    margin-bottom: 3.1765em;
  }
  .idx01 .box_flex .box_ttl {
    flex-shrink: 0;
    padding-top: 5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx01 {
    padding-bottom: 6vw;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .idx01 .box_flex .box_name {
    top: 0.5em;
    right: 0.5em;
    padding: 1em 0.8em;
  }
  .idx01 .box_flex .box_ttl {
    padding-top: 0;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .idx01 .cont {
    padding: 0 60px 0 20px;
  }
}

.idx02 .box01 {
  position: relative;
  z-index: 1;
}
.idx02 .box01::before, .idx02 .box01::after {
  content: "";
  position: absolute;
  width: 26%;
  max-width: 492px;
  aspect-ratio: 492/324;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.idx02 .box01::before {
  left: 0;
  background-image: url("../images/idx02_decor01.png");
}
.idx02 .box01::after {
  right: 0;
  background-image: url("../images/idx02_decor02.png");
}
.idx02 .box01 .wrap {
  max-width: 1920px;
  margin: 0 auto;
}
.idx02 .box01 .cont {
  max-width: 1720px;
}
.idx02 .box01 .box_flex .box_img .img01 {
  width: 83%;
  max-width: 800px;
  margin-left: auto;
}
.idx02 .box01 .box_flex .box_img .img02 {
  width: 25%;
  max-width: 240px;
  margin-top: -7.2%;
}
.idx02 .box01 .box_flex .box_txt > p {
  font-family: var(--f-jp);
  font-size: calc(var(--txt_size) + 1px);
  line-height: 2.1764705882;
  letter-spacing: 0.025em;
}
.idx02 .box02 .box_flex {
  position: relative;
  background-color: var(--main-color);
  z-index: 1;
}
.idx02 .box02 .box_flex::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1440/482;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/idx02_decor03.png") no-repeat center/cover;
  z-index: -1;
}
.idx02 .box02 .box_flex .box_ttl .ttl {
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 2px);
  letter-spacing: 0.134em;
  color: #fff;
}
.idx02 .box02 .box_flex .box_txt {
  max-width: 483px;
}
.idx02 .box02 .box_flex .box_txt ul li {
  font-family: var(--f-jp);
  font-size: calc(var(--txt_size) + 1px);
  letter-spacing: 0.025em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
}
.idx02 .box02 .box_flex .box_txt ul li > span {
  position: relative;
  padding-left: 1.6471em;
}
.idx02 .box02 .box_flex .box_txt ul li > span::before {
  content: "";
  position: absolute;
  width: 1.0588em;
  height: 1.0588em;
  top: 0.2353em;
  left: 0px;
  background: url("../images/ic-check.svg") no-repeat center/cover;
}
@media (min-width: 769px) {
  .idx02 {
    --pt: min(8vw, 130px);
    padding: var(--pt) 0 100px;
  }
  .idx02 .box01 {
    margin-bottom: 97px;
  }
  .idx02 .box01::before {
    bottom: -16px;
  }
  .idx02 .box01::after {
    bottom: -90px;
  }
  .idx02 .box01 .cont {
    padding-left: 40px;
    margin-left: auto;
  }
  .idx02 .box01 .box_flex .box_img {
    margin-top: calc(var(--pt) * -1.31);
    flex-shrink: 0;
    width: 50%;
    max-width: 970px;
  }
  .idx02 .box01 .box_flex .box_txt {
    width: 34%;
    max-width: 570px;
    align-self: center;
    padding-bottom: 39px;
  }
  .idx02 .box01 .box_flex .box_txt > p {
    margin-bottom: 3.1765em;
  }
  .idx02 .box01 .box_flex .box_ttl {
    flex-shrink: 0;
    margin-left: -10px;
  }
  .idx02 .box02 .box_flex {
    padding: 95px min(3.65vw, 70px) 83px;
  }
  .idx02 .box02 .box_flex .box_ttl {
    flex-shrink: 0;
    margin-top: 8px;
  }
  .idx02 .box02 .box_flex .box_ttl .ttl {
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
  }
  .idx02 .box02 .box_flex .box_txt {
    width: 38%;
  }
  .idx02 .box02 .box_flex .box_txt ul li {
    width: fit-content;
    padding: 1.4706em 1.7059em 1.4706em 1.6471em;
  }
  .idx02 .box02 .box_flex .box_txt ul li:not(:last-child) {
    margin-bottom: 1.0294em;
  }
  .idx02 .box02 .box_flex .box_txt ul li:nth-child(1) {
    --spc: 9px;
  }
  .idx02 .box02 .box_flex .box_txt ul li:nth-child(2) {
    --spc: 45px;
  }
  .idx02 .box02 .box_flex .box_txt ul li:nth-child(3) {
    --spc: 0px;
  }
  .idx02 .box02 .box_flex .box_txt ul li:nth-child(4) {
    --spc: 1px;
  }
  .idx02 .box02 .box_flex .box_txt01 ul li {
    margin-left: var(--spc);
  }
  .idx02 .box02 .box_flex .box_txt01 ul li:nth-child(2), .idx02 .box02 .box_flex .box_txt01 ul li:nth-child(4) {
    margin-left: auto;
    margin-right: var(--spc);
  }
  .idx02 .box02 .box_flex .box_txt02 {
    padding-top: 8px;
  }
  .idx02 .box02 .box_flex .box_txt02 ul li {
    margin-left: auto;
    margin-right: var(--spc);
  }
  .idx02 .box02 .box_flex .box_txt02 ul li:nth-child(2), .idx02 .box02 .box_flex .box_txt02 ul li:nth-child(4) {
    margin-right: auto;
    margin-left: var(--spc);
  }
}
@media (min-width: 1280px) {
  .idx02 .box01 .box_flex .box_txt {
    width: 38%;
    margin-right: -6.95%;
  }
  .idx02 .box01 .box_flex .box_img {
    width: 58%;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .idx02 .box02 .box_flex {
    align-items: center;
  }
  .idx02 .box02 .box_flex .box_txt ul li:nth-child(2) {
    --spc: 15px;
  }
}

.idx03 {
  background-image: url("../images/idx03_bg.jpg");
}
.idx03 .box01 .box_flex .box_cont .txt .desc {
  font-family: var(--f-jp);
  font-size: calc(var(--txt_size) + 2px);
  letter-spacing: 0.025em;
  line-height: 1.7777777778;
  margin-bottom: 0;
}
.idx03 .box01 .box_flex .box_cont .list {
  display: flex;
  justify-content: space-between;
  gap: 0.625em;
}
.idx03 .box01 .box_flex .box_cont .list .item {
  position: relative;
  max-width: 280px;
}
.idx03 .box01 .box_flex .box_cont .list .item::before {
  content: "";
  position: absolute;
  opacity: 0.41;
  border: 1px solid #707070;
  z-index: 1;
}
.idx03 .box01 .box_flex .box_cont .list .item p {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  text-align: center;
  font-family: var(--f-jp);
  font-weight: 500;
  font-size: calc(var(--txt_size) - 1px);
  letter-spacing: 0.025em;
  line-height: 1.5333333333;
  width: 100%;
  height: 100%;
}
.idx03 .box01 .box_flex .box_cont .list .item p::before {
  content: "";
  display: block;
  width: round(3.5333em, 1px);
  aspect-ratio: 53/47;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0.9333em;
}
.idx03 .box01 .box_flex .box_cont .list .item1 p::before {
  background-image: url(../images/idx03_ic1.png);
}
.idx03 .box01 .box_flex .box_cont .list .item2 p::before {
  background-image: url(../images/idx03_ic2.png);
}
.idx03 .box01 .box_flex .box_cont .list .item3 p::before {
  background-image: url(../images/idx03_ic3.png);
}
.idx03 .box02 .box_contact .ttl {
  position: relative;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size));
  letter-spacing: 0.025em;
  text-align: center;
  display: flex;
  align-items: center;
}
.idx03 .box02 .box_contact .ttl::before, .idx03 .box02 .box_contact .ttl::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: var(--clr1);
  margin-top: 4px;
}
.idx03 .box02 .box_contact .area {
  border: 1px solid var(--clr1);
  border-top: 0;
  display: flex;
  justify-content: space-between;
}
.idx03 .box02 .box_contact .area > div {
  width: 49%;
  max-width: 530px;
}
@media (min-width: 769px) {
  .idx03 {
    padding: 120px 0;
  }
  .idx03 .box01 {
    margin-bottom: 59px;
  }
  .idx03 .box01 .box_flex .box_ttl {
    flex-shrink: 0;
    margin-left: -10px;
  }
  .idx03 .box01 .box_flex .box_cont {
    width: 79%;
    max-width: 860px;
  }
  .idx03 .box01 .box_flex .box_cont .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 55px;
  }
  .idx03 .box01 .box_flex .box_cont .txt .desc {
    width: 58%;
  }
  .idx03 .box01 .box_flex .box_cont .txt .btn-group {
    flex-shrink: 0;
    width: 38%;
    max-width: 320px;
  }
  .idx03 .box01 .box_flex .box_cont .list .item {
    width: calc(33.3333333333% - 0.4166666667em);
  }
  .idx03 .box01 .box_flex .box_cont .list .item::before {
    inset: 7px;
  }
  .idx03 .box01 .box_flex .box_cont .list .item p {
    padding: 1.9333em 1em;
  }
  .idx03 .box02 .box_contact .ttl {
    gap: 1.6786em;
  }
  .idx03 .box02 .box_contact .area {
    padding: 75px min(5.15625vw, 99px);
    margin-top: -19px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .box02 .box_contact .area {
    margin-top: -15px;
  }
}

.idx04 h3 {
  color: #fff;
}
.idx04 .ttl_wrap {
  position: relative;
  background-color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx04 .ttl_wrap::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/354;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/idx04_decor01.png") no-repeat center/cover;
}
.idx04 .cont_wrap01 {
  margin-top: calc(var(--h-tab-pager) * -1);
}
.idx04 .cont_wrap01 .TabContainer .TabPager > div {
  max-width: 351px;
  height: var(--h-tab-pager);
  background-color: #765F9B;
}
.idx04 .cont_wrap01 .TabContainer .TabPager > div .tt {
  font-family: var(--f-jp);
  font-size: calc(var(--txt_size) + 2px);
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
.idx04 .cont_wrap01 .TabContainer .TabPager > div.active {
  background-color: #fff;
}
.idx04 .cont_wrap01 .TabContainer .TabPager > div.active .tt {
  color: var(--clr1);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--g);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item {
  position: relative;
  max-width: 290px;
  min-height: 40em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.3s ease;
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item::before, .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item::before {
  height: 100%;
  top: 0;
  background-color: rgba(57, 57, 57, 0.7);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item::after {
  height: 62%;
  opacity: 0.7;
  background-image: linear-gradient(180deg, transparent 0%, rgba(52, 88, 108, 0.75) 50%, #467791 100%);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item1 {
  background-image: url(../images/idx04_img1.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item2 {
  background-image: url(../images/idx04_img2.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item3 {
  background-image: url(../images/idx04_img3.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item4 {
  background-image: url(../images/idx04_img4.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item5 {
  background-image: url(../images/idx04_img5.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item6 {
  background-image: url(../images/idx04_img6.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item7 {
  background-image: url(../images/idx04_img7.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item8 {
  background-image: url(../images/idx04_img8.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item9 {
  background-image: url(../images/idx04_img9.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item10 {
  background-image: url(../images/idx04_img10.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item11 {
  background-image: url(../images/idx04_img11.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item12 {
  background-image: url(../images/idx04_img12.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item13 {
  background-image: url(../images/idx04_img13.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item14 {
  background-image: url(../images/idx04_img14.jpg);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt {
  position: relative;
  z-index: 1;
  color: #fff;
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt .ttl {
  display: table;
  width: fit-content;
  font-family: var(--f-jp);
  font-size: 2.4em;
  letter-spacing: 0.22em;
  line-height: 1.34;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt .desc {
  letter-spacing: 0.025em;
  line-height: 1.75;
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .ic-arr {
  position: absolute !important;
  top: 4.3em;
  right: 2em;
  transition: all 0.3s ease;
  position: relative;
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .ic-arr::before {
  content: "";
  position: absolute;
  width: max(4.7em, 18px);
  height: max(4.7em, 18px);
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .ic-arr::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border: solid #1A1A1A;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  top: 50%;
  right: 2.35em;
  transform: translate(25%, -50%) rotate(-45deg);
}
@media (min-width: 769px) {
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item:hover::before {
    background-color: rgba(57, 57, 57, 0.3);
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item:hover .ic-arr {
    position: relative;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item:hover .ic-arr::before {
    content: "";
    position: absolute;
    width: max(4.7em, 18px);
    height: max(4.7em, 18px);
    border-radius: 50%;
    background-color: #765F9B;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item:hover .ic-arr::after {
    content: "";
    position: absolute;
    width: 0.8em;
    height: 0.8em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 2.35em;
    transform: translate(25%, -50%) rotate(-45deg);
  }
}
.idx04 .cont_wrap02 {
  background-color: #F7F7F7;
}
.idx04 .cont_wrap02 .wrap {
  position: relative;
  width: 100%;
  max-width: 1740px;
  margin: 0 auto;
  z-index: 1;
}
.idx04 .cont_wrap02 .wrap::before, .idx04 .cont_wrap02 .wrap::after {
  content: "";
  position: absolute;
  width: 25%;
  max-width: 421px;
  aspect-ratio: 421/320;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
.idx04 .cont_wrap02 .wrap::before {
  background-image: url("../images/idx04_decor02.png");
}
.idx04 .cont_wrap02 .wrap::after {
  background-image: url("../images/idx04_decor03.png");
}
.idx04 .cont_wrap02 .ttl {
  position: relative;
  font-family: var(--f-jp);
  letter-spacing: 0;
  color: var(--clr1);
  text-align: center;
}
.idx04 .cont_wrap02 .ttl::before {
  content: "";
  position: absolute;
  width: 1px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: #C7C7C7;
}
.idx04 .cont_wrap02 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  counter-reset: item;
}
.idx04 .cont_wrap02 .list .item {
  position: relative;
  counter-increment: item;
  max-width: 420px;
  background-color: var(--main-color);
  transition: all 0.3s ease;
}
.idx04 .cont_wrap02 .list .item .txt {
  border: 10px solid #8D77AF;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.idx04 .cont_wrap02 .list .item .tt {
  position: relative;
  font-family: var(--f-jp);
  letter-spacing: 0;
  color: #fff;
  padding-top: 4px;
  text-align: center;
}
.idx04 .cont_wrap02 .list .item .tt::before {
  content: "CASE " counter(item, decimal-leading-zero);
  font-family: var(--f-en);
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  display: block;
  text-align: center;
}
.idx04 .cont_wrap02 .list .item .ic-arr {
  position: absolute !important;
}
@media (min-width: 769px) {
  .idx04 .cont_wrap02 .list .item:hover {
    background-color: #8D77AF;
    transform: translateY(-5px);
    box-shadow: 10px 10px 0 rgba(157, 139, 185, 0.3);
  }
  .idx04 .cont_wrap02 .list .item:hover .txt {
    border-color: #765F9B;
  }
}
@media (min-width: 769px) {
  .idx04 .ttl_wrap {
    min-height: clamp(400px, 30vw, 540px);
    padding-bottom: 44px;
  }
  .idx04 .cont_wrap01 {
    --h-tab-pager: 77px;
    margin-bottom: 45px;
  }
  .idx04 .cont_wrap01 .TabContainer .TabPager > div {
    width: 30%;
  }
  .idx04 .cont_wrap01 .TabContainer .TabPager > div:hover {
    background-color: #9D8BB9;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content > div {
    padding: min(5.5vw, 79px) min(2.65vw, 40px);
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list {
    font-size: min(0.78vw, 10px);
    --g: 2em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item {
    width: calc(25% - var(--g) * 0.75);
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt {
    padding: 3em 3em 2.8em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt .ttl {
    padding: 0.9167em 0.5417em 0.5833em 0.4583em;
  }
  .idx04 .cont_wrap01 .TabContainer .TabContent .content .list .item .txt .desc {
    font-size: max(10px, 1.6em);
  }
  .idx04 .cont_wrap02 {
    padding: 78px 0 98px;
  }
  .idx04 .cont_wrap02 .wrap {
    padding: 0 20px;
  }
  .idx04 .cont_wrap02 .wrap::before {
    bottom: 10px;
    left: 32px;
  }
  .idx04 .cont_wrap02 .wrap::after {
    bottom: 20px;
    right: 9px;
  }
  .idx04 .cont_wrap02 .ttl {
    font-size: calc(var(--ttl_size) - 3px);
    margin-bottom: 38px;
  }
  .idx04 .cont_wrap02 .ttl::before {
    height: 80px;
    bottom: calc(100% + 20px);
  }
  .idx04 .cont_wrap02 .list {
    gap: 20px;
  }
  .idx04 .cont_wrap02 .list .item {
    min-height: clamp(150px, 10vw, 180px);
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .idx04 .cont_wrap02 .list .item .txt {
    padding: 20px;
  }
  .idx04 .cont_wrap02 .list .item .tt {
    font-size: calc(var(--txt_size) + 4px);
  }
  .idx04 .cont_wrap02 .list .item .tt::before {
    font-size: calc(var(--txt_size) - 4px);
    margin-bottom: 11px;
  }
  .idx04 .cont_wrap02 .list .item .ic-arr {
    top: 34px;
    right: 20px;
    position: relative;
  }
  .idx04 .cont_wrap02 .list .item .ic-arr::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .idx04 .cont_wrap02 .list .item .ic-arr::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border: solid #765F9B;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 13.5px;
    transform: translate(25%, -50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 1921px) {
  .idx04 .ttl_wrap {
    min-height: 20vw;
  }
}

.idx05 {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.idx05::before {
  content: "";
  position: absolute;
  width: 30%;
  max-width: 522px;
  aspect-ratio: 522/622;
  background: url("../images/idx05_decor01.png") no-repeat center/cover;
}
.idx05 .TabContainer .TabPager > div {
  width: 25%;
  max-width: 283px;
  align-items: flex-end;
}
.idx05 .TabContainer .TabPager > div .tt {
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1.5;
  color: var(--clr1);
  width: 100%;
  height: 83.34%;
  max-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E5E5E5;
  transition: all 0.3s ease;
}
.idx05 .TabContainer .TabPager > div .tt > span {
  position: relative;
}
.idx05 .TabContainer .TabPager > div .tt > span::after {
  content: "";
  position: absolute;
  width: round(0.3889em, 1px);
  aspect-ratio: 1/1;
  border-radius: 50%;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background-color: var(--clr2);
  opacity: 0;
  transition: all 0.3s ease;
}
.idx05 .TabContainer .TabPager > div.active .tt {
  height: 100%;
  max-height: 100%;
  background-color: #F7F7F7;
}
.idx05 .TabContainer .TabPager > div.active .tt > span::after {
  opacity: 1;
}
.idx05 .TabContainer .TabContent {
  position: relative;
  overflow: visible;
}
.idx05 .TabContainer .TabContent::before {
  content: "";
  position: absolute;
  width: 1440px;
  height: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #F7F7F7;
  z-index: -1;
}
.idx05 .TabContainer .TabContent .content > div {
  z-index: 1;
}
.idx05 .TabContainer .TabContent .content .ttl {
  font-family: var(--f-jp);
  letter-spacing: 0.025em;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
}
.idx05 .TabContainer .TabContent .content .desc p {
  letter-spacing: 0.025em;
  line-height: 1.6875;
}
.idx05 .TabContainer .TabContent .content .tt {
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.025em;
}
.idx05 .TabContainer .TabContent .content .list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.idx05 .TabContainer .TabContent .content .list .item {
  position: relative;
  max-width: 490px;
}
.idx05 .TabContainer .TabContent .content .list .item:not(:last-child)::after {
  content: "";
  position: absolute;
  margin: auto 0;
  border: solid var(--clr1);
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
}
.idx05 .TabContainer .TabContent .content .list .item .tt {
  position: relative;
  color: #fff;
  background-color: #404040;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  line-height: 1.5;
}
.idx05 .TabContainer .TabContent .content .list .item .tt::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background: url("../images/idx05_ttl_decor01.png") no-repeat center/cover;
}
.idx05 .TabContainer .TabContent .content .list .item .desc {
  font-size: var(--txt_size);
  background-color: #fff;
}
.idx05 .TabContainer .TabContent .content .list .item:nth-child(2) .tt {
  background-color: var(--main-color);
}
.idx05 .TabContainer .TabContent .content .box {
  display: flex;
}
.idx05 .TabContainer .TabContent .content .box .box_img {
  max-width: 170px;
}
.idx05 .TabContainer .TabContent .content .box .box_txt {
  flex-shrink: 0;
}
.idx05 .TabContainer .TabContent .content .box .box_txt .tt {
  line-height: 1.5;
  border-bottom: 1px solid rgba(26, 26, 26, 0.2);
  margin-bottom: 0.95em;
  padding-bottom: 0.4em;
}
@media (min-width: 769px) {
  .idx05 {
    padding: 121px 0 118px;
  }
  .idx05::before {
    bottom: 41px;
    left: 0px;
  }
  .idx05 .box_flex .box_ttl {
    margin-left: -10px;
  }
  .idx05 .box_flex .box_cont {
    padding-top: 59px;
    width: 87%;
    max-width: 1130px;
  }
  .idx05 .TabContainer .TabPager {
    height: 90px;
  }
  .idx05 .TabContainer .TabPager > div .tt {
    font-size: calc(var(--txt_size) + 2px);
  }
  .idx05 .TabContainer .TabPager > div .tt > span::after {
    bottom: -13px;
  }
  .idx05 .TabContainer .TabPager > div:hover .tt {
    background-color: #EDEDED;
  }
  .idx05 .TabContainer .TabContent .content > div {
    padding: min(5.5vw, 80px) 0 min(5.5vw, 80px) min(5.5vw, 80px);
  }
  .idx05 .TabContainer .TabContent .content .ttl {
    font-size: calc(var(--ttl_size) - 3px);
    padding-bottom: 0.72em;
    margin-bottom: 2em;
  }
  .idx05 .TabContainer .TabContent .content .tt {
    font-size: calc(var(--txt_size) + 4px);
  }
  .idx05 .TabContainer .TabContent .content .list {
    font-size: min(1vw, 10px);
    gap: 7em;
  }
  .idx05 .TabContainer .TabContent .content .list .item {
    display: flex;
    flex-direction: column;
    width: 47%;
  }
  .idx05 .TabContainer .TabContent .content .list .item:not(:last-child)::after {
    width: 1.2em;
    height: 1.2em;
    top: -1em;
    bottom: 0em;
    left: calc(100% + 2.5em);
  }
  .idx05 .TabContainer .TabContent .content .list .item .tt {
    flex-shrink: 0;
    min-height: 3.25em;
  }
  .idx05 .TabContainer .TabContent .content .list .item .desc {
    flex-grow: 1;
    padding: 1.8125em 1.875em 1.75em;
  }
  .idx05 .TabContainer .TabContent .content .box {
    align-items: center;
    justify-content: space-between;
  }
  .idx05 .TabContainer .TabContent .content .box .box_img {
    width: 17%;
  }
  .idx05 .TabContainer .TabContent .content .box .box_txt {
    width: 80%;
    max-width: 830px;
  }
}

.idx06 {
  position: relative;
  background-image: url("../images/idx06_bg.jpg");
}
.idx06::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: rgba(57, 57, 57, 0.6);
}
.idx06 .box_flex .box_cont {
  position: relative;
  z-index: 1;
  max-width: 1235px;
}
.idx06 .box_flex .box_cont .list {
  display: flex;
  gap: var(--g);
  justify-content: space-between;
}
.idx06 .box_flex .box_cont .list .item {
  background-color: #fff;
  max-width: 290px;
}
.idx06 .box_flex .box_cont .list .item .ttl {
  position: relative;
  font-family: var(--f-jp);
  letter-spacing: 0.025em;
  text-align: center;
}
.idx06 .box_flex .box_cont .list .item .ttl::before {
  content: "";
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  background: url("../images/idx06_ic1.png") no-repeat top calc(50% + 2px) center/2.1739em #F7F7F7;
}
.idx06 .box_flex .box_cont .list .item1 .ttl::before {
  background-image: url(../images/idx06_ic1.png);
}
.idx06 .box_flex .box_cont .list .item2 .ttl::before {
  background-image: url(../images/idx06_ic2.png);
}
.idx06 .box_flex .box_cont .list .item3 .ttl::before {
  background-image: url(../images/idx06_ic3.png);
}
.idx06 .box_flex .box_cont .list .item4 .ttl::before {
  background-image: url(../images/idx06_ic4.png);
}
.idx06 .box_flex .box_cont .list .item .desc {
  font-size: var(--txt_size);
  letter-spacing: 0.025em;
  line-height: 1.75;
}
@media (min-width: 769px) {
  .idx06 {
    padding: min(8vw, 120px) 0;
  }
  .idx06 h3 .jp {
    line-height: 1.25 !important;
  }
  .idx06 h3 .en {
    margin-left: 15px !important;
  }
  .idx06 .box_flex .box_ttl {
    margin-left: -5px;
  }
  .idx06 .box_flex .box_cont {
    padding-top: 60px;
    width: 86%;
  }
  .idx06 .box_flex .box_cont .list {
    font-size: min(0.65vw, 10px);
    --g: 2.5em;
    margin-bottom: 60px;
  }
  .idx06 .box_flex .box_cont .list .item {
    width: calc(25% - var(--g) * 3 / 4);
    padding: 5em 3.5em 3.3em;
  }
  .idx06 .box_flex .box_cont .list .item .ttl {
    font-size: calc(var(--ttl_size) - 5px);
    margin-bottom: 0.7826em;
  }
  .idx06 .box_flex .box_cont .list .item .ttl::before {
    width: 5.3913em;
    height: 5.3913em;
    margin-bottom: 1.7391em;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .idx06 {
    padding: min(4vw, 80px) 0;
  }
  .idx06 .box_flex .box_cont .list .item {
    padding: 3.5em max(15px, 2em) 3em;
  }
  .idx06 .box_flex .box_cont .list .item .ttl::before {
    margin-bottom: 1em;
  }
}

.idx07 {
  position: relative;
}
.idx07::before, .idx07::after {
  content: "";
  position: absolute;
  width: 21%;
  max-width: 383px;
  aspect-ratio: 383/396;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.idx07::before {
  left: 0;
  background-image: url("../images/idx07_decor01.png");
}
.idx07::after {
  right: 0;
  background-image: url("../images/idx07_decor02.png");
}
.idx07 .wrap {
  background-color: #F7F7F7;
}
.idx07 .box_flex {
  position: relative;
  z-index: 1;
}
.idx07 .box_flex::before {
  content: "";
  position: absolute;
  width: 60%;
  max-width: 760px;
  aspect-ratio: 760/413;
  background: url("../images/idx07_decor03.png") no-repeat center/cover;
  z-index: -1;
}
.idx07 .box_flex .box_txt p {
  font-family: var(--f-jp);
}
.idx07 .box_flex .box_cta {
  max-width: 530px;
}
.idx07 .box_flex .box_cta .el_tel {
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .idx07 {
    padding: 50px;
  }
  .idx07 .wrap {
    padding: min(7.7vw, 147px) 0 min(5.1vw, 97px);
  }
  .idx07 .box_flex {
    padding-left: min(4.6vw, 88px);
  }
  .idx07 .box_flex::before {
    bottom: -3.75vw;
    left: 3.08vw;
  }
  .idx07 .box_flex .box_ttl {
    margin-top: -1px;
    margin-right: 8.583%;
  }
  .idx07 .box_flex .box_ttl .jp {
    line-height: 1.25;
  }
  .idx07 .box_flex .box_txt p {
    font-size: calc(var(--txt_size) + 4px);
    text-orientation: mixed;
    -webkit-text-orientation: mixed;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    letter-spacing: 0.15em;
    line-height: 2.25;
  }
  .idx07 .box_flex .box_txt p .spc {
    margin-top: 14px;
  }
  .idx07 .box_flex .box_cta {
    align-self: flex-end;
    width: 44%;
    padding-top: min(7.77vw, 149px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .box_flex .box_txt p {
    line-height: 2;
  }
  .idx07 .box_flex .box_ttl {
    margin-right: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .box_flex {
    padding-left: 0;
  }
  .idx07 .box_flex .box_txt p {
    font-size: 16px;
  }
  .idx07 .box_flex .box_ttl {
    margin-right: 20px;
  }
}

.idx08 {
  overflow: hidden;
}
.idx08 .list {
  position: relative;
  counter-reset: item;
  display: flex;
  justify-content: space-between;
  gap: var(--g);
  z-index: 1;
}
.idx08 .list::before {
  content: "";
  position: absolute;
  background: url("../images/idx08_bg.jpg") no-repeat top left/cover;
  z-index: -1;
}
.idx08 .list .item {
  position: relative;
  counter-increment: item;
  max-width: 330px;
}
.idx08 .list .item_head {
  position: relative;
}
.idx08 .list .item_head::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  font-family: var(--f-en);
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.025em;
  color: var(--clr2);
  z-index: 1;
  transition: all 0.3s ease;
  top: 0;
}
.idx08 .list .item_head picture {
  overflow: hidden;
}
.idx08 .list .item_head picture img {
  transition: all 0.3s ease;
}
.idx08 .list .item_head .ttl {
  position: absolute;
  font-family: var(--f-jp);
  letter-spacing: 0.185em;
  line-height: 1.55;
  display: flex;
  flex-direction: column;
  gap: 5px;
  text-orientation: mixed;
  -webkit-text-orientation: mixed;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  z-index: 1;
  top: 4px;
}
.idx08 .list .item_head .ttl > span {
  display: block;
  height: fit-content;
  background-color: rgba(255, 255, 255, 0.85);
}
.idx08 .list .item_head .ic-arr {
  position: absolute !important;
  transition: all 0.3s ease;
  position: relative;
}
.idx08 .list .item_head .ic-arr::before {
  content: "";
  position: absolute;
  width: max(4.7em, 18px);
  height: max(4.7em, 18px);
  border-radius: 50%;
  background-color: var(--clr2);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.idx08 .list .item_head .ic-arr::after {
  content: "";
  position: absolute;
  width: 0.8em;
  height: 0.8em;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  transform: rotate(-45deg);
  top: 50%;
  right: 2.35em;
  transform: translate(25%, -50%) rotate(-45deg);
}
.idx08 .list .item_body p {
  font-size: var(--txt_size);
  letter-spacing: 0.025em;
  line-height: 1.9375;
}
.idx08 .btn-group {
  position: relative;
  z-index: 1;
}
@media (min-width: 769px) {
  .idx08 {
    padding: 69px 0 min(10vw, 100px);
  }
  .idx08 h3 {
    margin-bottom: 76px;
  }
  .idx08 .list {
    margin-bottom: 60px;
    font-size: min(0.65vw, 10px);
    --g: 4em;
  }
  .idx08 .list::before {
    width: 100vw;
    aspect-ratio: 1920/1430;
    top: 100px;
    left: calc(50% - 50vw);
  }
  .idx08 .list .item {
    width: calc(25% - var(--g) * 0.75);
  }
  .idx08 .list .item_head {
    padding-top: 39px;
  }
  .idx08 .list .item_head::before {
    right: 0.1807em;
    font-size: 8.3em;
  }
  .idx08 .list .item_head .ttl {
    left: 0.9091em;
    font-size: 2.2em;
  }
  .idx08 .list .item_head .ttl > span {
    padding: 0.2273em 0;
  }
  .idx08 .list .item_head .ic-arr {
    bottom: 3.8em;
    right: 1.5em;
  }
  .idx08 .list .item_body {
    padding: 2.7em 2em 0;
  }
  .idx08 .btn-group .btn {
    margin-left: auto;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx08 .list {
    padding: 0 5vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx08 .list {
    --g: 2em;
  }
}

.idx09 .box_flex .box_img {
  max-width: 690px;
}
.idx09 .idx_logo {
  display: table;
}
.idx09 .idx_logo a:hover {
  opacity: 1;
}
.idx09 .idx_info dl {
  display: flex;
  letter-spacing: 0;
  line-height: 1.6875;
}
.idx09 .idx_info dl:not(:last-child) {
  border-bottom: 1px solid #EDEDED;
}
.idx09 .idx_info dl dt {
  flex-shrink: 0;
  width: var(--w);
}
.idx09 .idx_info dl dl {
  width: calc(100% - var(--w));
}
.idx09 .idx_map iframe {
  height: 100%;
}
@media (min-width: 769px) {
  .idx09 {
    padding: min(10vw, 119px) 0 70px;
    background-image: linear-gradient(to bottom, #fff 32.4%, #F7F7F7 32.4%);
  }
  .idx09 .box_flex {
    margin-bottom: 73px;
  }
  .idx09 .box_flex .box_ttl {
    margin-right: -5px;
  }
  .idx09 .box_flex .box_img {
    padding-top: 14px;
    width: 48%;
  }
  .idx09 .box_flex .box_img picture {
    display: flex;
    justify-content: flex-end;
  }
  .idx09 .box_flex .box_img picture img {
    max-width: min(48.4375vw, 930px);
  }
  .idx09 .box_flex .box_txt {
    width: 32%;
    max-width: 460px;
    margin-left: 2.7%;
    align-self: center;
    padding-top: 12px;
  }
  .idx09 .idx_logo {
    margin-bottom: 50px;
  }
  .idx09 .idx_info {
    margin-bottom: 70px;
  }
  .idx09 .idx_info dl {
    --w: 5.4375em;
    padding: 1.125em 0 1.125em;
  }
  .idx09 .idx_map {
    height: 355px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx09 .box_flex {
    padding-right: min(6vw, 80px);
  }
  .idx09 .box_flex .box_txt {
    margin-left: 2%;
    width: 38%;
  }
}

.idx10 .box_flex .box_cont {
  max-width: 859px;
}
.idx10 .box_flex .box_cont ul {
  border-bottom: 1px solid #C7C7C7;
}
.idx10 .box_flex .box_cont ul li {
  width: auto;
}
.idx10 .box_flex .box_cont ul li a {
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.025em;
  white-space: nowrap;
  max-width: 100%;
  font-family: var(--f-jp);
  color: var(--clr1);
}
.idx10 .box_flex .box_cont ul li a > span {
  display: block;
}
.idx10 .box_flex .box_cont ul li a .date {
  transition: all 0.3s;
  font-size: calc(var(--txt_size) - 2px);
  margin-bottom: 0.7857em;
}
.idx10 .box_flex .box_cont ul li a .title {
  max-width: 100%;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 769px) {
  .idx10 {
    padding: 112px 0 106px;
  }
  .idx10 .box_flex .box_ttl {
    margin-left: -10px;
  }
  .idx10 .box_flex .box_cont {
    padding-top: 33px;
    width: 80%;
  }
  .idx10 .box_flex .box_cont ul {
    padding-bottom: 25px;
    margin-bottom: 15px;
  }
  .idx10 .box_flex .box_cont ul li a {
    padding: 1.5625em 7.5em 1.5625em 0;
    position: relative;
  }
  .idx10 .box_flex .box_cont ul li a::before {
    content: "";
    position: absolute;
    width: max(1.6875em, 18px);
    height: max(1.6875em, 18px);
    border-radius: 50%;
    background-color: var(--clr2);
    top: 50%;
    right: 4.3125em;
    transform: translateY(-50%);
  }
  .idx10 .box_flex .box_cont ul li a::after {
    content: "";
    position: absolute;
    width: 0.375em;
    height: 0.375em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 5.15625em;
    transform: translate(25%, -50%) rotate(-45deg);
  }
  .idx10 .box_flex .box_cont ul li a:hover {
    padding-left: 10px;
    background-color: #e9e0ee;
    position: relative;
  }
  .idx10 .box_flex .box_cont ul li a:hover::before {
    content: "";
    position: absolute;
    width: max(1.6875em, 18px);
    height: max(1.6875em, 18px);
    border-radius: 50%;
    background-color: #765F9B;
    top: 50%;
    right: 4.3125em;
    transform: translateY(-50%);
  }
  .idx10 .box_flex .box_cont ul li a:hover::after {
    content: "";
    position: absolute;
    width: 0.375em;
    height: 0.375em;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(-45deg);
    top: 50%;
    right: 5.15625em;
    transform: translate(25%, -50%) rotate(-45deg);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx10 .box_flex {
    padding-right: min(6vw, 80px);
  }
}

/*# sourceMappingURL=index_pc.css.map */
