.home_page .key {
  --height: 56vw;
  --min-height: 450px;
  --max-height: 660px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  margin: 0 auto;
  font-size: 0.625em;
}
.home_page .key::before {
  content: "";
  position: absolute;
  width: 67.5%;
  height: 100%;
  top: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 10px 0 0 10px;
  background: url("../images/idx_mv01.jpg") no-repeat center/cover;
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key p {
  font-family: var(--f-jp);
  font-size: 4em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: var(--clr1);
  margin-bottom: 0.375em;
  margin-left: -0.05em;
}
.home_page .key p .num {
  position: relative;
  top: 2px;
  font-size: 1.4em;
  letter-spacing: 0.05em;
}
.home_page .key p .year {
  margin-right: 5px;
}
.home_page .key p .month {
  margin-right: 8px;
}
.home_page .key h2 {
  font-family: var(--f-en);
  font-size: 9em;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--clr-yellow-01);
  margin-left: -8px;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    padding-bottom: 70px;
  }
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 6px);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page h3 > span {
  display: block;
}
.home_page h3 .jp {
  margin-bottom: 4px;
}
.home_page h3 .en {
  color: var(--clr-grey);
  font-size: calc(var(--txt_size) + 2px);
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.sm {
  font-size: var(--ttl_size);
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
  .home_page .key::before {
    width: 58.5%;
  }
}
@media only screen and (max-width: 1439px) and (min-width: 769px) and (max-height: 799px) and (orientation: landscape) {
  .home_page .key {
    --max-height: calc(100vh - var(--wrapper) * 2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key::before {
    width: 75%;
    max-width: 1061px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1.2vmin;
  }
  .home_page .key .catch {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: 1vmin;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .home_page .key .catch {
    padding-left: 0;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 .content {
  position: relative;
}
.idx01 .content::before, .idx01 .content::after {
  font-size: 10px;
  content: "";
  position: absolute;
}
.idx01 .content::before {
  width: 8.2em;
  aspect-ratio: 82/84;
  background: url("../images/idx01_decor01.png") no-repeat center/cover;
}
.idx01 .content::after {
  width: 9.2em;
  aspect-ratio: 92/158;
  background: url("../images/idx01_decor02.png") no-repeat center/cover;
}
.idx01 .news {
  max-width: 900px;
}
.idx01 .news ul li {
  width: auto;
}
.idx01 .news ul li:not(:last-child) {
  border-bottom: 1px solid var(--clr-grey);
}
.idx01 .news ul li a {
  position: relative;
  display: flex;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx01 .news ul li a::before, .idx01 .news ul li a::after {
  content: "";
  position: absolute;
}
.idx01 .news ul li a::before {
  border-radius: 50%;
  background-color: var(--clr-yellow-02);
}
.idx01 .news ul li a::after {
  background: url("../images/ic_arr.png") no-repeat center/4px 7px;
}
.idx01 .news ul li a span {
  display: inline-block;
}
.idx01 .news ul li a .date {
  width: var(--w-d);
  letter-spacing: 0.05em;
  flex-shrink: 0;
}
.idx01 .news ul li a .cate {
  font-family: var(--f-jp);
  letter-spacing: 0.05em;
  width: var(--w-c);
  height: 1.8571em;
  font-size: 0.875em;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.idx01 .news ul li a .cate.news {
  background-color: var(--clr2);
}
.idx01 .news ul li a .cate.column {
  background-color: var(--main-color);
}
.idx01 .news ul li a .title {
  max-width: calc(100% - var(--w-d) - var(--w-c));
  padding-right: 2em;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .btn-group {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: min(10.4vw, 112px) 20px min(10.4vw, 118px);
  }
  .idx01 h3 {
    padding-top: 19px;
  }
  .idx01 .content {
    display: flex;
    justify-content: space-between;
  }
  .idx01 .content::before {
    top: -11.4em;
    left: -12.4em;
  }
  .idx01 .content::after {
    bottom: 3.2em;
    left: 6.7em;
  }
  .idx01 .news {
    width: 81%;
  }
  .idx01 .news ul {
    min-height: 257px;
    margin-bottom: 47px;
  }
  .idx01 .news ul li:nth-child(2) a {
    padding-bottom: 1.6875em;
  }
  .idx01 .news ul li:nth-child(3) a {
    padding-top: 2em;
  }
  .idx01 .news ul li a {
    padding: 1.6875em 1.75em 2em;
    --w-d: 6.3125em;
    --w-c: 6.3571em;
  }
  .idx01 .news ul li a::before, .idx01 .news ul li a::after {
    width: 25px;
    height: 25px;
    bottom: 4px;
    right: 28px;
    top: 0;
    margin: auto 0;
  }
  .idx01 .news ul li a .title {
    margin-left: 1.75em;
  }
  .idx01 .news ul li a:hover {
    opacity: 1;
    background-color: rgba(250, 214, 203, 0.2);
  }
  .idx01 .btn-group {
    gap: 10px;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx01 .content::before, .idx01 .content::after {
    font-size: min(1vw, 8.75px);
  }
  .idx01 .content::before {
    left: -3em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .news ul {
    min-height: 225px;
  }
}

.idx02 .idx_address {
  padding-left: 2.1429em;
  font-size: calc(var(--txt_size) - 2px);
  letter-spacing: 0.1em;
  background: url("../images/ic_address.png") no-repeat top 0.2857em left/1.2857em 1.7857em;
}
.idx02 .idx_vehicle {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  display: flex;
  justify-content: center;
  text-align: center;
}
.idx02 .idx_vehicle > span {
  position: relative;
}
.idx02 .idx_vehicle > span::before {
  content: "";
  display: block;
  width: round(9em, 1px);
  height: round(9em, 1px);
  margin: 0 auto 2.0625em;
  background: url("../images/ic_vehicle.png") no-repeat center/cover;
}
.idx02 .idx_map {
  border-radius: 5px;
  overflow: hidden;
}
.idx02 .idx_map iframe {
  height: 100%;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    display: flex;
    justify-content: space-between;
  }
  .idx02 .box_left {
    width: 62%;
    max-width: 682px;
  }
  .idx02 .box_right {
    padding-top: 35px;
    width: 35%;
    max-width: 376px;
  }
  .idx02 .idx_map {
    height: 340px;
    margin-bottom: 16px;
  }
}

.idx03 {
  position: relative;
  z-index: 1;
}
.idx03::before, .idx03::after {
  content: "";
  position: absolute;
  height: 60%;
  right: 0px;
  z-index: -1;
}
.idx03::before {
  --mask: url("../images/idx03_bg.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: top center;
  -webkit-mask-position: top center;
  background-color: var(--clr-green-03);
}
.idx03::after {
  bottom: -200px;
  background-color: var(--clr-green-03);
}
.idx03 h3 {
  margin-left: -5px;
  margin-bottom: 42px;
}
.idx03 .idx_box {
  position: relative;
}
.idx03 .box01::before {
  content: "";
  position: absolute;
  width: 23em;
  aspect-ratio: 230/270;
  background: url("../images/idx03_decor01.png") no-repeat center/cover;
}
.idx03 .box_img {
  position: relative;
  flex-shrink: 0;
}
.idx03 .box_img picture {
  position: relative;
}
.idx03 .box_img picture::before {
  content: "";
  position: absolute;
  width: 25%;
  max-width: 110px;
  aspect-ratio: 110/94;
  background: url("../images/idx03_decor02.png") no-repeat center/cover;
  z-index: 1;
}
.idx03 .box_img picture img {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx03_img01_mask.png);
  -webkit-mask-image: url(../images/idx03_img01_mask.png);
}
.idx03 .box_img .name {
  position: absolute;
  display: flex;
}
.idx03 .box_img .name > p {
  width: 5em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.1;
  margin-bottom: 0;
  border: 1px solid var(--clr-grey);
  border-radius: 5px;
  background-color: #fff;
  height: fit-content;
  text-align: center;
}
.idx03 .box_img .name > p:nth-child(1) {
  margin-top: 4.5em;
  margin-right: 0.5em;
  padding: 2.5em 1em 2.2em;
}
.idx03 .box_img .name > p:nth-child(2) {
  width: 4em;
  padding: 1.7em 1em 1.8em;
}
.idx03 .box_img .name .sm {
  display: block;
  font-size: 1.6em;
  margin-bottom: 0.8125em;
}
.idx03 .box_img .name .md {
  font-size: 1.8em;
}
.idx03 .box_img .name .lg {
  display: block;
  font-size: 2.6em;
}
.idx03 .box_img .name .lg:has(+ .lg) {
  line-height: 1;
  margin-bottom: 0.3846em;
}
.idx03 .box02 .item {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
}
.idx03 .box02 .item::before {
  content: "";
  position: absolute;
  width: 3.8em;
  height: 4.4em;
  top: 0px;
  --mask: url("../images/ic_flag.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: center;
  -webkit-mask-position: center;
}
.idx03 .box02 .item01::before {
  background-color: var(--main-color);
}
.idx03 .box02 .item02::before {
  background-color: var(--clr2);
}
.idx03 .box02 .item .ttl {
  font-family: var(--f-jp);
  font-weight: 500;
  letter-spacing: 0.1em;
  border-bottom: 1px solid var(--clr-grey);
}
.idx03 .box02 .item .txt {
  font-size: calc(var(--txt_size) - 1px);
}
.idx03 .box02 .item .txt dl {
  display: flex;
}
.idx03 .box02 .item .txt dl dt {
  width: var(--w);
}
.idx03 .box02 .item .txt dl dd {
  width: calc(100% - var(--w));
}
.idx03 .box02 .item .txt p:not(:last-child) {
  margin-bottom: 3px;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: min(12vw, 158px) 0 87px;
  }
  .idx03::before, .idx03::after {
    width: 100vw;
    left: 0;
  }
  .idx03::before {
    top: -12px;
  }
  .idx03 .idx_box {
    display: flex;
    justify-content: space-between;
  }
  .idx03 .box01 {
    margin-bottom: 68px;
  }
  .idx03 .box01::before {
    font-size: min(1vw, 10px);
    bottom: calc(100% - 3.2em);
    right: -9.8em;
  }
  .idx03 .box_img {
    max-width: 481px;
    width: 44%;
  }
  .idx03 .box_img picture {
    display: flex;
    justify-content: flex-end;
    height: fit-content;
  }
  .idx03 .box_img picture::before {
    bottom: 2.9%;
    left: -12.8%;
  }
  .idx03 .box_img picture img {
    max-width: min(43vw, 613px);
  }
  .idx03 .box_img .name {
    font-size: min(0.78vw, 10px);
    top: -1.4em;
    right: 5.9em;
  }
  .idx03 .box_content {
    max-width: 570px;
    width: 52%;
    padding-top: 75px;
  }
  .idx03 .box02 .item {
    padding: 63px 64px 62px 66px;
  }
  .idx03 .box02 .item:before {
    font-size: 10px;
  }
  .idx03 .box02 .item01 {
    width: 59%;
    max-width: 655px;
  }
  .idx03 .box02 .item01::before {
    left: 3em;
  }
  .idx03 .box02 .item01 .ttl {
    margin-bottom: 1.4167em;
  }
  .idx03 .box02 .item02 {
    width: 39%;
    max-width: 436px;
  }
  .idx03 .box02 .item02::before {
    left: 5.3em;
  }
  .idx03 .box02 .item02 .ttl {
    margin-bottom: 1.25em;
  }
  .idx03 .box02 .item .ttl {
    font-size: 24px;
    padding-bottom: 0.5833em;
  }
  .idx03 .box02 .item .txt {
    padding-left: 2px;
  }
  .idx03 .box02 .item .txt dl {
    --w: 13.7333em;
  }
  .idx03 .box02 .item .txt dl:not(:last-child) {
    margin-bottom: 10.5px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  .idx03::before, .idx03::after {
    width: 1920px;
    left: calc(50vw - 960px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .idx03::before, .idx03::after {
    width: 120vw;
    left: calc(50vw - 60%);
  }
  .idx03 .box02 .item {
    padding: min(5.5vw, 65px) min(4vw, 65px);
  }
  .idx03 .box02 .item::before {
    font-size: min(0.9vw, 10px);
  }
  .idx03 .box02 .item .ttl {
    font-size: clamp(20px, 1.7vw, 24px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx03 .box_img picture::before {
    left: 0%;
  }
  .idx03 .box01::before {
    bottom: calc(100% - 6em);
    right: -5em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx03 .box01::before {
    bottom: calc(100% - 7em);
    right: 0em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx03 .box02 .item .txt dl {
    --w: 9em;
  }
}

.idx04 {
  position: relative;
  z-index: 1;
}
.idx04::before, .idx04::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 60%;
  left: 0;
  right: 0px;
  z-index: -1;
}
.idx04::before {
  top: 0;
  --mask: url("../images/idx04_bg.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask-position: top center;
  -webkit-mask-position: top center;
  background-color: var(--clr-green-02);
}
.idx04::after {
  bottom: 0;
  background-color: var(--clr-green-02);
}
.idx04 .inner_max {
  position: relative;
}
.idx04 .inner_max::before {
  content: "";
  position: absolute;
  width: 11.2em;
  aspect-ratio: 112/122;
  background: url("../images/idx04_decor01.png") no-repeat center/cover;
}
.idx04 .idx_box {
  position: relative;
  background-color: var(--clr-yellow-02);
  border-radius: 10px;
  z-index: 1;
  display: flex;
}
.idx04 .idx_box::before {
  content: "";
  position: absolute;
  max-width: 295px;
  aspect-ratio: 295/326;
  top: 0px;
  left: 0px;
  background: url("../images/idx04_box_decor01.png") no-repeat center/cover;
  z-index: -1;
  border-top-left-radius: 10px;
}
.idx04 .idx_box::after {
  content: "";
  position: absolute;
  width: 9em;
  aspect-ratio: 90/148;
  background: url("../images/idx04_box_decor02.png") no-repeat center/cover;
}
.idx04 .box_content .ttl {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7857142857;
}
.idx04 .box_content .ttl span {
  display: inline-block;
  position: relative;
}
.idx04 .box_content .ttl span::before {
  content: "";
  position: absolute;
  height: 0.5em;
  bottom: 0.1429em;
  left: -0.5em;
  right: -0.2857em;
  border-radius: 5px;
  background-color: var(--clr2);
  z-index: -1;
}
.idx04 .box_img .img01 {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  max-width: 438px;
  width: 81%;
}
.idx04 .box_img .img01::before {
  content: "";
  position: absolute;
  max-width: 327px;
  width: 75%;
  aspect-ratio: 327/244;
  bottom: -15.3%;
  right: 5.45%;
  background: url("../images/idx04_img01_decor.png") no-repeat center/cover;
}
.idx04 .box_img .img01 img {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx04_img01_mask.png);
  -webkit-mask-image: url(../images/idx04_img01_mask.png);
}
.idx04 .box_img .img02 {
  position: relative;
  width: 67%;
  max-width: 365px;
  margin-top: -9%;
}
.idx04 .box_img .img02::before {
  content: "";
  position: absolute;
  width: 25%;
  max-width: 82px;
  aspect-ratio: 82/84;
  bottom: 20.7%;
  left: -11.1%;
  background: url("../images/idx04_img02_decor.png") no-repeat center/cover;
  z-index: 1;
}
.idx04 .box_img .img02 img {
  mask-position: center center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx04_img02_mask.png);
  -webkit-mask-image: url(../images/idx04_img02_mask.png);
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: min(15vw, 165px) 0 min(12vw, 121px);
  }
  .idx04::before, .idx04::after {
    width: 100vw;
    left: 0;
  }
  .idx04 .inner_max::before {
    font-size: min(1vw, 10px);
    bottom: calc(100% + 1.9em);
    right: 26.9em;
  }
  .idx04 h3 {
    margin-bottom: 52px;
  }
  .idx04 .idx_box {
    justify-content: space-between;
    padding: 107px 41px 123px 190px;
  }
  .idx04 .idx_box::before {
    width: 25%;
  }
  .idx04 .idx_box::after {
    font-size: 10px;
    bottom: -3.2em;
    right: 5.2em;
  }
  .idx04 .box_content {
    width: 53%;
    max-width: 550px;
    margin-right: -4.76%;
  }
  .idx04 .box_content .ttl {
    font-size: calc(var(--ttl_size) - 2px);
    margin-bottom: 23px;
    margin-left: 14px;
  }
  .idx04 .box_content .ttl span:nth-child(1)::before {
    right: -0.8214em;
  }
  .idx04 .box_content .desc {
    margin-bottom: 51px;
  }
  .idx04 .box_content .btn-group {
    justify-content: flex-start;
  }
  .idx04 .box_img {
    position: absolute;
    right: 41px;
    margin-top: calc(min(12vw, 167px) * -1);
    flex-shrink: 0;
    width: min(38vw, 547px);
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1920px) {
  .idx04::before, .idx04::after {
    width: 1920px;
    left: calc(50vw - 960px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .idx04::before, .idx04::after {
    width: 120vw;
    left: calc(50vw - 60%);
  }
  .idx04 .idx_box {
    padding: min(8vw, 107px) 41px min(8vw, 123px) min(13.5vw, 190px);
  }
  .idx04 .inner_max::before {
    right: 16em;
    bottom: calc(100% + 3em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1170px) {
  .idx04 .idx_box {
    padding: min(6.5vw, 107px) min(4vw, 41px) min(6.5vw, 123px) min(4vw, 190px);
  }
  .idx04 .box_img {
    max-width: min(35vw, 547px);
  }
}

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