.home_page .key {
  --height: 54vw;
  --min-height: 500px;
  --max-height: 902px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.62vw, 10px);
  position: relative;
  z-index: 2;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:first-child {
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none;
}
.home_page .key_bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
}
@media only screen and (min-width: 769px) {
  .home_page .key_bg {
    background-image: url("../images/idx_key_bg.jpg");
    --mask: url("../images/key_bg_mask.png");
  }
}
.home_page .key_inner {
  width: 100%;
  height: 100%;
  max-width: 1626px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .home_page .key_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 1.05%;
    padding-left: 4.75%;
    padding-top: var(--wrapper);
  }
}
.home_page .key_img picture {
  position: relative;
}
.home_page .key_img picture img {
  --mask: url("../images/key_img_mask.png");
  mask-image: var(--mask);
  -webkit-mask-image: var(--mask);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: bottom center;
  -webkit-mask-position: bottom center;
}
.home_page .key_img picture::before {
  content: "";
  position: absolute;
  width: 12.3%;
  max-width: 90px;
  aspect-ratio: 1/1;
  height: auto;
  bottom: 10.6%;
  left: -2.73%;
  background: url("../images/idx_key_ic.png") no-repeat center/cover;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .home_page .key_img {
    flex-shrink: 0;
    align-self: flex-start;
    width: 49%;
    max-width: 733px;
  }
}
@media only screen and (min-width: 769px) {
  .home_page .key_text {
    width: 47%;
    padding-top: 12.1%;
  }
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  font-family: var(--f-en);
  font-weight: 500;
  font-size: 4.2em;
  line-height: 1.4347826087;
}
@media only screen and (min-width: 769px) {
  .home_page .key h2 {
    margin-bottom: 14px;
  }
}
.home_page .key p {
  font-size: 2.2em;
  line-height: 1.9090909091;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-en);
  font-size: calc(var(--ttl_size) + 10px);
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  padding-top: 13px;
}
.home_page h3 > span {
  display: block;
}
.home_page h3 .en {
  font-size: calc(var(--ttl_size) - 6px);
  color: var(--clr-gr-dark);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -2px;
}
.home_page h3::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  top: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .home_page h3.t_left {
    text-align: left;
  }
  .home_page h3.t_left::before {
    right: unset;
    margin-left: 0;
  }
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white::before {
  background-color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.sm {
  font-size: calc(var(--ttl_size) + 6px);
  letter-spacing: 0.1em;
  margin-left: -2px;
  margin-bottom: 25px;
}
.home_page h3.sm .jp {
  margin-bottom: 4px;
}
.home_page h3.sm .en {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.home_page h4 {
  position: relative;
  color: var(--clr1);
  font-family: var(--f-jp);
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
}
.home_page h4 > span {
  display: block;
}
.home_page h4 .jp {
  margin-bottom: 2px;
}
.home_page h4 .en {
  font-family: var(--f-en);
  color: var(--clr-gr-dark);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (min-width: 2871px) {
  .home_page .key {
    --max-height: 32vw;
  }
  .home_page .key_img {
    align-self: flex-end;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) and (max-height: 720px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 1.2vmin);
    --height: 58vw;
  }
}
@media only screen and (max-width: 1566px) {
  .home_page .key {
    --max-height: calc(100vh - 5.5em);
  }
  .home_page .key_img picture {
    width: auto;
    aspect-ratio: 733/832;
    max-height: calc(100vh - var(--wrapper));
  }
  .home_page .key_img picture img {
    width: 100%;
    height: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .home_page .key_text {
    padding-top: 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .home_page .key_inner {
    padding-left: 8%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key {
    font-size: min(0.42em, 1vmin);
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx01 {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.idx01::after {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/936;
  height: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../images/idx01_bg.jpg") no-repeat bottom center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    padding: 128px 0px 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 {
    padding-top: 12vw;
  }
}
.idx01::before {
  content: "";
  position: absolute;
  width: 10em;
  aspect-ratio: 100/168;
  height: auto;
  background: url("../images/idx01_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx01::before {
    font-size: min(0.53vw, 10px);
    bottom: 5.7em;
    right: calc(50vw - 50% + 6em);
  }
}
@media only screen and (min-width: 1921px) {
  .idx01::before {
    right: calc(50vw - 960px + 6em);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1560px) {
  .idx01::before {
    bottom: 1em;
    right: 1em;
  }
}
.idx01 .content {
  align-items: inherit;
}
.idx01 .content .box {
  --clr-box: var(--main-color);
  max-width: 610px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dbdbdb;
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box {
    width: 48%;
    padding: 2em 2.5em 2.3125em;
  }
}
.idx01 .content .box:nth-child(even) {
  --clr-box: var(--clr2);
}
.idx01 .content .box:nth-child(even) h3 .en {
  color: var(--clr-box);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .box:nth-child(even) h3 .jp {
    margin-left: -5px;
  }
}
.idx01 .content h3 {
  padding-top: 0;
}
.idx01 .content h3::before {
  display: none;
}
.idx01 .content li {
  border-bottom: 1px solid #fff;
  width: auto;
}
.idx01 .content li a {
  display: inline-flex;
  text-decoration: none;
  --w: 7.625em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  width: 100%;
  color: var(--clr1);
  position: relative;
  background-color: var(--clr3);
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a {
    padding: 1.6875em 3.125em 1.875em 1.5625em;
  }
}
.idx01 .content li a::before {
  content: "";
  position: absolute;
  width: 0.3125em;
  height: 0.5625em;
  top: 0px;
  bottom: 0.125em;
  margin: auto 0;
  background: url("../images/idx01_ic_arr.png") no-repeat center/cover;
  transition: all 0.3s linear;
}
@media only screen and (min-width: 769px) {
  .idx01 .content li a::before {
    right: 1.875em;
  }
}
.idx01 .content li a span {
  display: inline-block;
}
.idx01 .content li a:hover {
  opacity: 1;
  background-color: #edfbed;
}
.idx01 .content li a:hover::before {
  transform: translateX(6px);
}
.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  color: #919191;
}
.idx01 .content li a .title {
  max-width: calc(100% - var(--w));
  letter-spacing: 0.14em;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx01 .content .news {
  position: relative;
}
.idx01 .content .btn-group .btn {
  --clr-btn: var(--clr-box);
}
@media only screen and (min-width: 769px) {
  .idx01 .content .btn-group {
    position: absolute;
    right: -1px;
    top: 28px;
    z-index: 1;
    width: 50%;
    max-width: 180px;
  }
}

.idx02 {
  position: relative;
}
.idx02 .head {
  background: url("../images/idx02_bg01.jpg") no-repeat right center/cover;
}
@media only screen and (min-width: 769px) {
  .idx02 .head {
    padding: clamp(80px, 7vw, 133px) 0 clamp(80px, 5.5svw, 105px);
  }
}
.idx02 .content {
  background: url("../images/idx02_bg02.jpg") no-repeat right center/cover;
  position: relative;
  z-index: 1;
}
.idx02 .content::before {
  content: "";
  position: absolute;
  width: 100%;
  aspect-ratio: 1920/1380;
  height: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/idx02_bg02.png") no-repeat center/cover;
  opacity: 92%;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx02 .content {
    padding: 80px 0 181px;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 h3 .jp {
    margin-left: 7px;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}
.idx02 .idx_box_left picture img {
  border-radius: 10px;
  box-shadow: -3.816px 19.633px 26.7px 3.3px rgba(42, 64, 49, 0.16);
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box_left {
    width: 48%;
    max-width: 680px;
    margin-top: -160px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx02 .idx_box_left {
    padding-left: 4.2vw;
    width: 45%;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box_right {
    width: 48%;
    max-width: 680px;
    padding-right: min(4.2vw, 80px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx02 .idx_box_right {
    width: 50%;
  }
}
.idx02 .idx_logo {
  display: table;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_logo {
    margin-bottom: 26px;
  }
  .idx02 .idx_logo a:hover {
    opacity: 1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_logo {
    max-width: 298px;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .time_sheet {
    margin-bottom: 27px;
    font-size: min(0.9vw, 10px);
  }
}
.idx02 .idx_map {
  max-width: 1280px;
  margin: 0 auto;
  border: 1px solid #c8cec6;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_map {
    height: 320px;
  }
}

.idx03 {
  position: relative;
  background-image: url("../images/idx03_bg.jpg");
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    padding: 124px 0 120px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 h3 {
    margin-bottom: 47px;
  }
  .idx03 h3 .jp {
    margin-left: -6px;
  }
  .idx03 h3 .en {
    margin-left: -1px;
  }
}
.idx03 .idx_box_top {
  position: relative;
}
.idx03 .idx_box_top::before {
  content: "";
  position: absolute;
  max-width: 834px;
  width: max(47vw, 51%);
  height: auto;
  aspect-ratio: 834/774;
  background: url("../images/idx03_img01.jpg") no-repeat center/cover;
  border-radius: 10px;
  left: 50%;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_top::before {
    top: -185px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_top {
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1280px) {
  .idx03 .idx_box_top {
    align-items: flex-end;
  }
}
.idx03 .idx_box_left {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_left {
    --pd-size: 80px;
    max-width: 917px;
    width: 72%;
    padding: calc(0.75 * var(--pd-size)) var(--pd-size);
  }
  .idx03 .idx_box_left::before {
    content: "";
    position: absolute;
    width: calc(100% + var(--pd-size) + 3px);
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    z-index: -1;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box_left {
    --pd-size: 50px;
  }
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_left .desc {
    margin-bottom: 51px;
  }
}
.idx03 .idx_box_right {
  position: relative;
  flex-shrink: 0;
  z-index: 2;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_right {
    max-width: 363px;
    width: 30%;
    margin-bottom: -17px;
    margin-top: 19.4%;
  }
}
.idx03 .idx_box_bot {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: -1.908px 9.816px 26.7px 3.3px rgba(130, 190, 131, 0.08);
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_bot {
    font-size: min(0.71vw, 10px);
    padding: 4em 8em 4em 6.3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.idx03 .idx_box_bot .desc {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_bot .desc {
    display: flex;
    align-items: center;
    width: 70%;
  }
}
.idx03 .idx_box_bot .desc::before {
  content: "";
  display: block;
  width: 14.6em;
  height: auto;
  aspect-ratio: 146/140;
  background: url("../images/idx03_ic01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_bot .desc::before {
    margin-right: 1.4em;
  }
}
.idx03 .idx_box_bot .desc .tt {
  font-family: var(--f-en);
  font-size: 2.4em;
  font-weight: 500;
  text-align: left;
  line-height: 1.9;
}
.idx03 .idx_box_bot .desc .tt > span {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_box_bot .btn-group {
    font-size: 10px;
    flex-shrink: 0;
    max-width: 280px;
    width: 28%;
    min-width: 220px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box_bot .btn-group {
    font-size: 8.75px;
  }
}
.idx03 .idx_info {
  display: table;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_info {
    font-size: min(0.8vw, 10px);
  }
}
.idx03 .idx_info .name {
  position: absolute;
  right: 1.5417em;
  top: 1.875em;
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  -moz-text-orientation: upright;
  -ms-text-orientation: upright;
  text-orientation: upright;
  font-family: var(--f-en);
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1.5;
}
.idx03 .idx_info .name > span {
  display: block;
  padding: 5px 0;
}
.idx03 .idx_info .name .sm {
  font-family: var(--f-jp);
  font-size: 0.5833em;
  letter-spacing: 0.1em;
  color: var(--clr2);
  line-height: 2.4285714286;
  margin-bottom: 0.7143em;
}
.idx03 .idx_info .name .lg > span {
  margin-bottom: 0.3333em;
}
.idx03 .idx_info .name .jp {
  padding-left: 1px;
}
.idx03 .idx_info .name .en {
  -webkit-text-orientation: mixed;
  -moz-text-orientation: mixed;
  -ms-text-orientation: mixed;
  text-orientation: mixed;
  font-size: 0.5833em;
  color: var(--clr2);
  letter-spacing: 0.2em;
  line-height: 2.4285714286;
  position: relative;
  text-transform: none;
}
.idx03 .idx_info .name .en::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  background: #b1b1b1;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_info .avt img {
    border-radius: 10px;
  }
}
@media only screen and (min-width: 1280px) {
  .idx03 .idx_info .avt img {
    border-radius: 10px 10px 0 10px;
  }
}

.idx04 {
  background-image: url("../images/idx04_bg.jpg");
}
@media only screen and (min-width: 769px) {
  .idx04 {
    padding: 80px 0;
  }
  .idx04 h3 {
    margin-bottom: 22px;
  }
  .idx04 h3 .jp {
    margin-left: 6px;
  }
}
.idx04 .idx_box {
  display: grid;
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
.idx04 .idx_box .head {
  grid-column: 1/3;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.idx04 .idx_box .ite {
  border-radius: 10px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  padding: 5.3em 2em 6.7em;
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box .ite:hover {
    background-color: var(--clr-gr-light);
  }
  .idx04 .idx_box .ite:hover .ite_link::before {
    background-color: var(--clr2);
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box .ite.find_tel {
    pointer-events: none;
  }
}
@media only screen and (min-width: 769px) {
  .idx04 .idx_box .ite {
    font-size: 10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_box .ite {
    font-size: 6.5px;
  }
}
.idx04 .idx_box .ite_img {
  background-color: #fff;
  border-radius: 50%;
  width: 16em;
  height: 16em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6em;
  padding: 3.5em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_box .ite_img {
    font-size: 5px;
  }
}
.idx04 .idx_box .ite_ttl {
  font-weight: 500;
  font-size: 2.4em;
}
.idx04 .idx_box .ite_ttl .jp {
  display: block;
  margin-bottom: 2px;
}
.idx04 .idx_box .ite_ttl .en {
  display: block;
  font-size: 0.6667em;
  letter-spacing: 0.12em;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--clr-gr-dark);
}
.idx04 .idx_box .ite_link {
  position: absolute;
  width: 4.9em;
  height: 4.9em;
  bottom: 0;
  right: 0;
}
.idx04 .idx_box .ite_link::before {
  content: "";
  position: absolute;
  width: 9em;
  height: 9em;
  border-radius: 4em 5em 0 5em;
  top: 0px;
  left: 0px;
  background-color: var(--main-color);
}
.idx04 .idx_box .ite_link::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 0.5em;
  top: 1.1em;
  left: 0.8em;
  right: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/idx04_ic_arr.png") no-repeat center/cover;
}

.idx05 {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  .idx05 {
    padding: 133px 0 60px;
  }
  .idx05 h3 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer {
    font-size: 8.75px;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt {
    padding-top: 6.8em;
    padding-bottom: 6em;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_top {
  display: flex;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top {
    padding-bottom: 9em;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top {
    justify-content: space-between;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_top .tt {
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.9;
  margin-bottom: 20px;
  text-align: left;
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_top .desc {
  font-size: 1.6em;
  color: #636762;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top .desc {
    margin-bottom: 37px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top .desc {
    font-size: 14px;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_top .btn-group {
  font-size: 1em;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top_left {
    width: 49%;
    max-width: 620px;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top_right {
    padding-top: 12px;
    width: 48.9%;
    flex-shrink: 0;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_top_right picture img {
  border-radius: 10px;
  box-shadow: 0px 10px 50px 0px rgba(30, 44, 33, 0.2);
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top_right picture img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_top_right picture img {
    max-width: min(47vw, 706px);
    position: absolute;
  }
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_bot {
    display: grid;
    gap: 1.6em;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_bot {
    font-size: 8px;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: var(--main-color);
  background-image: -moz-linear-gradient(0deg, rgba(176, 197, 108, 0.50196) 0%, rgba(158, 189, 108, 0.39) 23%, rgba(139, 181, 108, 0) 99%, rgb(139, 181, 108) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(176, 197, 108, 0.50196) 0%, rgba(158, 189, 108, 0.39) 23%, rgba(139, 181, 108, 0) 99%, rgb(139, 181, 108) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(176, 197, 108, 0.50196) 0%, rgba(158, 189, 108, 0.39) 23%, rgba(139, 181, 108, 0) 99%, rgb(139, 181, 108) 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite:only-child {
    grid-column: 2/3;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite::before {
  content: "";
  position: absolute;
  width: 3.7em;
  height: 1em;
  bottom: 1.8em;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  background: url("../images/idx05_ic_arr.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite:not(:first-child) .tt {
    padding-left: 0.4583em;
  }
  .idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite:first-child .tt {
    padding-left: 0.0833em;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite .tt {
  position: absolute;
  font-size: 2.4em;
  color: #fff;
  text-align: center;
  z-index: 2;
  line-height: 1.9;
}
@media only screen and (min-width: 769px) {
  .idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite .tt {
    padding-top: 0.75em;
    min-height: 4.5833em;
  }
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite picture img {
  opacity: 0.2;
  mix-blend-mode: multiply;
}
.idx05 .TabContainer .TabContent .content .txt .idx_box_bot .ite:hover picture img {
  opacity: 0.5;
}

.idx06 {
  max-width: 1720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    width: 95%;
    padding: 133px 0 120px;
  }
}
.idx06_bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 80%;
  inset: 0;
  background: url("../images/idx06_bg01.png") no-repeat top center/100%, url("../images/idx06_bg02.png") no-repeat bottom center/100%, #fff;
}
@media only screen and (min-width: 769px) {
  .idx06_bg {
    max-height: 1002px;
    border-radius: 20px;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 h3 {
    margin-bottom: 58px;
  }
  .idx06 h3 .jp {
    margin-bottom: 2px;
    margin-left: -1px;
  }
  .idx06 h3 .en {
    margin-left: -2px;
  }
}
.idx06::before {
  content: "";
  position: absolute;
  width: 14.2em;
  height: auto;
  aspect-ratio: 142/148;
  top: 0px;
  left: 2.1em;
  background: url("../images/idx06_ic01.png") no-repeat center/cover;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx06::before {
    font-size: clamp(8px, 0.5vw, 10px);
  }
}
.idx06::after {
  content: "";
  position: absolute;
  width: 18.6em;
  height: auto;
  aspect-ratio: 186/216;
  bottom: 1.2em;
  right: -1.3em;
  background: url("../images/idx06_ic02.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx06::after {
    font-size: min(1vw, 10px);
  }
}
.idx06 .idx_box {
  --size-mg: 8px;
  font-size: 10px;
}
.idx06 .idx_box .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 1em;
  border: 1px solid var(--main-color);
  border-bottom-width: 0;
  background-color: #fff;
  padding: 4.4em 10px 3.7em;
  position: relative;
}
.idx06 .idx_box .item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1em;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: var(--main-color);
  border-radius: 0 0 1em 1em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_box .item {
    font-size: 7px;
    min-height: 200px;
  }
}
.idx06 .idx_box .item picture {
  width: 13.9em;
  height: 10.5em;
  margin-bottom: 2.2em;
}
.idx06 .idx_box .item .tt {
  font-size: 2.4em;
  text-align: center;
}
.idx06 .idx_box .item .tt .en {
  font-size: 0.5833em;
}
.idx06 .idx_box .item .tt > span {
  display: block;
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box .item:hover {
    background-color: var(--clr-gr-light);
  }
}

.idx07 {
  background-image: url("../images/idx07_bg.jpg");
  position: relative;
}
.idx07::before {
  content: "";
  position: absolute;
  width: 100%;
  height: auto;
  aspect-ratio: 1920/1540;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: url("../images/idx07_bg01.png") no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx07 {
    padding: 43px 0 113px;
  }
}
.idx07 .content {
  counter-reset: item;
}
@media only screen and (min-width: 769px) {
  .idx07 .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 min(10vw, 180px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1439px) {
  .idx07 .content {
    gap: 0 min(3vw, 180px);
  }
}
.idx07 .content .head {
  width: 100%;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .idx07 .content .head {
    margin: 16px 0 -21px;
    order: 3;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx07 .content .head {
    margin-bottom: 0;
  }
}
.idx07 .content .head::after {
  font-size: min(1vw, 10px);
  content: "";
  position: absolute;
  width: 76.4em;
  height: auto;
  aspect-ratio: 1/1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: url("../images/idx07_shape.png") no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx07 .content .head h3 {
    margin-bottom: 16px;
  }
  .idx07 .content .head h3 .jp {
    margin-bottom: -2px;
  }
  .idx07 .content .head h3 .en {
    letter-spacing: 0.18em;
  }
}
.idx07 .content .head .btn {
  margin: 0 auto;
}
.idx07 .content .item {
  counter-increment: item;
  position: relative;
  z-index: 2;
  padding-top: var(--pd-size);
  max-width: 621px;
}
@media only screen and (min-width: 769px) {
  .idx07 .content .item {
    --pd-size: min(5vw, 71px);
    width: 46%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx07 .content .item {
    width: 47%;
  }
}
.idx07 .content .item:nth-of-type(odd) {
  padding-right: var(--pd-size);
}
.idx07 .content .item:nth-of-type(odd) .point {
  right: 0.75em;
}
.idx07 .content .item:nth-of-type(even) {
  padding-left: var(--pd-size);
}
.idx07 .content .item:nth-of-type(even) .point {
  left: 0.9167em;
}
@media only screen and (min-width: 769px) {
  .idx07 .content .item:nth-of-type(2) {
    order: 1;
  }
  .idx07 .content .item:nth-of-type(3) {
    order: 2;
  }
  .idx07 .content .item:nth-of-type(4) {
    order: 4;
  }
  .idx07 .content .item:nth-of-type(4) .point {
    left: 0.75em;
  }
  .idx07 .content .item:nth-of-type(5) {
    order: 5;
  }
  .idx07 .content .item:nth-of-type(5) .point {
    right: 0.6667em;
  }
}
@media only screen and (max-width: 1200px) {
  .idx07 .content .item:nth-of-type(odd) {
    padding-right: 0;
  }
  .idx07 .content .item:nth-of-type(odd) .point {
    right: -1.5em;
  }
  .idx07 .content .item:nth-of-type(even) {
    padding-left: 0;
  }
  .idx07 .content .item:nth-of-type(even) .point {
    left: -1.5em;
  }
}
.idx07 .content picture {
  margin-bottom: 16px;
}
.idx07 .content picture img {
  border-radius: 10px;
  box-shadow: -3.816px 19.633px 26.7px 3.3px rgba(42, 64, 49, 0.08);
}
.idx07 .content .tt {
  font-weight: 500;
  line-height: 1.91;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .idx07 .content .tt {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1025px) {
  .idx07 .content .tt {
    padding-left: 4px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx07 .content .tt {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .content .tt {
    font-size: 16px;
  }
}
.idx07 .content .tt > span {
  display: inline-block;
}
.idx07 .content .point {
  position: absolute;
  top: 0;
  font-family: var(--f-en);
  font-size: min(1.8vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  color: var(--clr-gr-dark);
  text-transform: uppercase;
}
.idx07 .content .point::before {
  content: counter(item, decimal-leading-zero);
  display: block;
  font-size: 416.6666666667%;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 1px;
}
.idx07 .content .desc {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .idx07 .content .desc {
    width: 100%;
  }
}

.idx .idx_map {
  height: 450px;
}
.idx .idx_map iframe {
  height: 100%;
}

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