.home_page .key {
  position: relative;
  z-index: 1;
  --height: 56vw;
  --min-height: 650px;
  --max-height: 980px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: 0.625em;
  background-size: cover;
  background-color: var(--main-color)
}

/* .home_page .key::before {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #594207;
  opacity: .35;
} */

.home_page .key .key_video {
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute
}

.home_page .key .key_video:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1
}

.home_page .key .key_video video {
  position: absolute;
  width: calc(100% - 20px);
  min-height: 100%;
  height: 100%;
  left: 50%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  -o-object-fit: cover;
  object-fit: cover
}

.home_page .key .inner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%
}

.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden
}

.home_page .key .mv_slider:not(.slick-slider) .slider:not(:first-child) {
  display: none
}

.home_page .key .mv_slider:not(.slick-slider) .slider {
  width: 100%;
  height: 100%
}

.home_page .key .key_text {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1
}

.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat
}

.home_page .key .catch {
  padding-bottom: 1.2em;
  max-width: 80em;
  margin: auto
}

.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  font-family: var(--f-hiragino-mincho);
  text-align: center;
  font-feature-settings: "palt"
}

.home_page .key h2 {
  margin-bottom: 1em;
  font-size: 3.6em;
  letter-spacing: 0.1em
}

.home_page .key h2 {
  padding: 0.2778em 0.5556em;
  background-color: rgba(182, 151, 69, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 5px;
}

.home_page .key p {
  font-size: 2.6em;
  letter-spacing: 0.2em;
  line-height: 1.5;
}

.home_page .key p {
  display: table;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px;
  padding: 0.3846em;
  background-color: rgba(182, 151, 69, 0.5);
  backdrop-filter: blur(5px);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.home_page .key .show_480{
  display: none;
}
@media only screen and (max-width: 480px) {
  .home_page .key .show_480{
    display: table;
  }
}

@media only screen and (min-width:1566px) {

  .home_page .key h2,
  .home_page .key p {
    position: relative
  }

  .home_page .key h2 {
    right: 4px
  }

  .home_page .key p {
    left: 3px
  }
}

.home_page #mainContent {
  position: relative;
  z-index: 1
}

.home_page #mainContent:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 320px);
  background: url(../images/idx_pattern.jpg) repeat top left/864px auto
}

.home_page .topic_path {
  display: none
}

.home_page h3 {
  position: relative;
  margin-bottom: 30px;
  color: var(--clr1);
  font-family: var(--f-hiragino-mincho);
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  letter-spacing: 0.1em;
  font-feature-settings: "palt"
}

.home_page h3 .en {
  position: relative;
  display: table;
  margin: 0 auto 0.2em;
  font-size: 0.47619em;
  line-height: 1;
  letter-spacing: 0.14em;
  color: var(--main-color);
  font-weight: 400;
  text-transform: uppercase
}

.home_page h3 .en:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 1px;
  background-color: var(--main-color);
  opacity: 0.5
}

.home_page h3.white {
  color: #fff
}

.home_page h3.white .en {
  color: #fff
}

.home_page h3.white .en:after {
  background-color: white
}

.home_page h4 {
  font-family: var(--f-hiragino-mincho);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-feature-settings: "palt"
}

.home_page h4 .en {
  display: block
}

@media only screen and (max-width:1366px) and (min-width:769px) {
  .home_page .key {
    font-size: 8.75px;
    --height: 55vw;
    --min-height: 520px;
    --max-height: calc(100vh - var(--wrapper))
  }
}

@media only screen and (max-width:1366px) and (min-width:769px) and (max-height:800px) {
  .home_page .key {
    font-size: 1.6vmin;
  }
}

section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center
}

.link a {
  position: absolute;
  inset: 0;
  z-index: 2
}

.idx01 {
  padding: 80px 0px 81px
}

.idx01 h3 {
  display: table;
  padding: 0 5px 0.4em 0.25em;
  margin-bottom: 27px;
  width: 100%;
  max-width: 310px;
  border-bottom: 2px solid var(--main-color);
  font-size: 24px
}

.idx01 h3 .en {
  display: inline;
  padding: 0;
  border-bottom: none;
  font-size: min(3.2vw, 60px);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: unset
}

@media only screen and (min-width:769px) {
  .idx01 h3 .jp {
    padding-left: 9.7%
  }
}

.idx01 .content {
  align-items: inherit
}

.idx01 .content .box {
  width: 100%;
  padding: 68px 80px 42px 80px;
  border-radius: 10px;
  background-color: rgba(235, 229, 216, 0.5)
}

.idx01 .content li {
  border-bottom: 1px solid #c3c3c1;
  width: auto
}

.idx01 .content li:last-child {
  border-bottom: none
}

.idx01 .content li a {
  position: relative;
  z-index: 1;
  display: flex;
  text-decoration: none;
  padding: 31px 20px 33px 9px;
  --w: 7em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1)
}

.idx01 .content li a:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  width: 0;
  opacity: 0.3;
  background-color: var(--main-color);
  transition: all 0.5s ease
}

.idx01 .content li a span {
  display: inline-block
}

.idx01 .content li a:hover {
  opacity: 1
}

@media only screen and (min-width:769px) {
  .idx01 .content li a:hover:before {
    width: 100%
  }
}

.idx01 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  font-family: var(--f-hiragino-mincho);
  letter-spacing: 0.05em;
  color: #979797
}

.idx01 .content li a .title {
  max-width: calc(100% - var(--w));
  padding-left: 3px;
  position: relative;
  padding-right: 1.5em;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
  text-overflow: ellipsis;
  overflow: hidden
}

.idx01 .content .news {
  position: relative
}

.idx01 .content .btn-group {
  width: 100%;
  max-width: 145px;
  display: table
}

.idx01 .content .btn-group .btn.style01 {
  width: 100%
}

@media only screen and (min-width:769px) {
  .idx01 h3 {
    text-align: left
  }

  .idx01 h3 .en:after {
    display: none
  }

  .idx01 .content .btn-group {
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .idx01 .content .box {
    padding: 60px 40px 40px
  }

  .idx01 .content li a {
    padding: 20px 20px 20px 9px
  }
}

.idx02 {
  padding: 103px 0 80px
}

.idx02 .inner_big {
  max-width: 1280px
}

.idx02 .txt_line {
  border-bottom: 1px solid white;
  font-weight: 500
}

.idx02 .card_gr .card {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 25px 30px 29px;
  background: no-repeat center/cover;
  background-color: #b69745;
  border-radius: 10px
}

.idx02 .card_gr .card h4,
.idx02 .card_gr .card p {
  color: white;
  text-align: center
}

.idx02 .card_gr .card .txt_top {
  position: relative;
  display: table;
  margin-bottom: 2px;
  font-size: var(--ttl_size);
  font-family: var(--f-hiragino-mincho);
  line-height: 1.5;
  letter-spacing: 0.05em
}

.idx02 .card_gr .card .txt_top:after {
  content: "";
  display: table;
  margin: 3px auto 0;
  width: 60px;
  height: 1px;
  background-color: white
}

.idx02 .card_gr .card .txt_top.fs02 {
  font-size: clamp(22px, 1.3vw, 24px);
  letter-spacing: 0.1em
}

.idx02 .card_gr .card .ico {
  margin-bottom: 18px;
  width: 14.2em;
  height: 14.2em;
  border-radius: 50%;
  font-size: min(1.2vw, 10px);
  background: no-repeat center/7.5em auto;
  background-color: white
}

.idx02 .card_gr .card h4 {
  font-size: var(--ttl_size);
  margin-bottom: 0.5em
}

.idx02 .card_gr .card h4.fs02 {
  margin-bottom: 1em;
  font-size: calc(var(--ttl_size) + 12px)
}

.idx02 .card_gr .card .card_ct p {
  font-size: 1.125em;
  line-height: 1.77778em
}

.idx02 .card_gr .card.c1 {
  background-image: url(../images/idx02_card_bg01.jpg)
}

.idx02 .card_gr .card.c1 .ico {
  background-image: url(../images/idx02_card_ico01.png)
}

.idx02 .card_gr .card.c2 {
  background-image: url(../images/idx02_card_bg02.jpg);
  background-position: left top
}

.idx02 .card_gr .card.c2 .ico {
  background-image: url(../images/idx02_card_ico02.png)
}

.idx02 .card_gr .card.c3 {
  background-image: url(../images/idx02_card_bg03.jpg);
  background-position: center top
}

@media only screen and (max-width:480px) {
  .idx02 .card_gr .card.c3 {
    background-position: left -294px top
  }
}

.idx02 .card_gr .card.style01 .card_ct {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto
}

.idx02 .card_gr .card.style02 {
  align-items: center;
  padding: 56px 30px 65px
}

.idx02 .card_gr .card.style02 .txt_top {
  line-height: 1.6;
  margin-bottom: 0.3em
}

.idx02 .card_gr .card.style02 h4 {
  margin-bottom: 0.7em
}

.idx02 .card_gr .card.style02 .card_ct p {
  letter-spacing: 0.2em;
  margin-bottom: 1.77778em
}

.idx02 .card_gr .card.style02 .card_ct p:last-child {
  margin-bottom: 0
}

@media only screen and (min-width:769px) {
  .idx02 {
    background-image: url(../images/idx02_bg.jpg)
  }

  .idx02 .card_gr {
    --size-mg: 20px
  }

  .idx02 .card_gr .card.style01.c2 .card_ct {
    max-width: 428px
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {

  .idx02 .card_gr .card.c1 .card_ct p br,
  .idx02 .card_gr .card.c2 .card_ct p br {
    display: none
  }
}

.idx03 {
  padding: 80px 0 85px;
  color: white
}

.idx03 .idx_box {
  margin-bottom: 40px
}

.idx03 .idx_box .btn-group {
  --size-mg: 10px
}

.idx03 .idx_box .btn-group .btn {
  max-width: 242px
}

@media only screen and (min-width:769px) {
  .idx03 {
    background-image: url(../images/idx03_bg.jpg)
  }

  .idx03 h3 {
    margin-bottom: 51px
  }

  .idx03 .idx_box>.left,
  .idx03 .idx_box>.right {
    width: calc(50% - 20px)
  }

  .idx03 .idx_box>.left {
    padding-left: 5.3%;
    max-width: 572px
  }

  .idx03 .idx_box>.right {
    padding-top: 9px;
    padding-right: 20px;
    max-width: 625px
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .idx03 .idx_box>.left {
    padding-left: 0
  }
}

.circle_design {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.8em 1.7em 2em 2em;
  width: 87em;
  height: 89em;
  font-size: min(0.66vw, 10px)
}

.circle_design:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 72em;
  height: 72em;
  background: url(../images/idx04_circle_design_bg.png) no-repeat center/cover
}

.circle_design .center_content {
  position: relative;
  z-index: 2
}

.circle_design .center_content .idx04_logo {
  display: table;
  margin: 0 auto 1em;
  width: 22.7em;
  height: 3.6em
}

.circle_design .center_content .idx04_logo a:hover {
  opacity: 1
}

.circle_design .center_content .en-big {
  font-size: 5.2em;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500
}

.circle_design .circle {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 38.2em;
  height: 38.2em;
  padding: 7em 1em 2em;
  border-radius: 50%;
  background: no-repeat center/cover
}

.circle_design .circle:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 5px;
  border-radius: 50%;
  border: 1px solid white;
  opacity: 0.2
}

.circle_design .circle h4,
.circle_design .circle p {
  text-align: center;
  color: white
}

.circle_design .circle .txt_top {
  margin-bottom: 0.2em;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  font-family: var(--f-hiragino-mincho)
}

.circle_design .circle .txt_top .num {
  font-size: 1.875em;
  line-height: 1
}

.circle_design .circle h4 {
  position: relative;
  margin-bottom: 0.65em;
  font-size: 2.6em;
  letter-spacing: 0.2em;
  font-weight: 600;
  line-height: 1.3846154;
  font-family: var(--f-hiragino-mincho)
}

.circle_design .circle h4:after {
  content: "";
  display: block;
  margin: 0.65em auto 0;
  width: 2.6923077em;
  height: 2px;
  background-color: white
}

.circle_design .circle .content_area p {
  letter-spacing: 0.2em;
  line-height: 1.625;
  font-size: 1.6em
}

.circle_design .circle.c1 {
  top: 0;
  left: calc(50% - 18.9em)
}

.circle_design .circle.c2 {
  bottom: 0;
  left: 0
}

.circle_design .circle.c3 {
  bottom: 0;
  right: 0
}

.circle_design .circle.c1 {
  background-image: url(../images/idx04_circle_bg01.jpg)
}

.circle_design .circle.c2 {
  background-image: url(../images/idx04_circle_bg02.jpg)
}

.circle_design .circle.c3 {
  background-image: url(../images/idx04_circle_bg03.jpg)
}

.idx04 {
  padding: 90px 0 89px
}

.idx04 h3 {
  letter-spacing: 0.2em;
  color: var(--main-color)
}

.idx04 h3 .en {
  color: #0b0805;
  letter-spacing: 0.14em
}

.idx04 .inner_big {
  max-width: 1550px
}

.idx04 .idx_box .box_content_area p {
  font-family: var(--f-hiragino-mincho);
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2.6;
  font-size: 1.25em
}

@media only screen and (max-width:768px) {
  .idx04 .idx_box .box_content_area p {
    line-height: 2
  }
}

.idx04 .idx_box .btn-group {
  margin-top: 48px
}

.idx04 .idx_box .btn-group .btn {
  margin-bottom: 20px
}

.idx04 .idx_box .btn-group .btn:last-child {
  margin-bottom: 0
}

@media only screen and (min-width:769px) {
  .idx04 h3 {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 39px;
    margin-left: -8px;
    width: 100%;
    max-width: 402px;
    text-align: left;
    color: var(--main-color);
    line-height: 1
  }

  .idx04 h3 .jp {
    width: 3.7em
  }

  .idx04 h3 .en {
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    width: calc(100% - 8em);
    margin: unset;
    padding-left: 1em;
    padding-right: 0;
    text-align: left;
    border-bottom: none;
    color: var(--clr1)
  }

  .idx04 h3 .en:after {
    content: "";
    flex-grow: 1;
    display: block;
    margin-left: 0.95em;
    height: 1px;
    width: 4.5em;
    background-color: var(--main-color)
  }

  .idx04 .idx_box {
    --size-space-between: 58px;
    --size-w-right: 60%;
    justify-content: flex-end
  }

  .idx04 .idx_box>.left {
    padding-top: 73px;
    width: calc(100% - var(--size-w-right) - var(--size-space-between));
    margin-right: var(--size-space-between);
    max-width: 465px
  }

  .idx04 .idx_box>.right {
    width: var(--size-w-right);
    max-width: 870px
  }
}

@media only screen and (min-width:769px) and (max-width:1280px) {
  .idx04 h3 {
    max-width: 360px
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .circle_design {
    font-size: 0.55vw
  }

  .circle_design .circle .content_area p {
    font-size: 1.9em
  }

  .idx04 .idx_box {
    --size-space-between: 40px;
    --size-w-right: 50%
  }

  .idx04 .idx_box .box_content_area p {
    font-size: 16px
  }
}

.idx05 {
  padding: 87px 0 54px;
  background: no-repeat top center/100% auto;
  background-color: #d2ae50
}

.idx05 .card_gr {
  align-items: flex-start;
  font-size: min(0.85vw, 10px);
  color: white
}

.idx05 .card_gr .card {
  position: relative;
  z-index: 1
}

.idx05 .card_gr .card .card_ttl {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  padding: 0.5em;
  width: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-size: 3em
}

.idx05 .card_gr .card .card_ttl .en {
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 400
}

.idx05 .card_gr .card .card_arr {
  position: absolute;
  z-index: 1;
  bottom: 2.2em;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 2.8em;
  height: 2.8em;
  font-size: 10px;
  background-image: -moz-linear-gradient(0deg, rgb(176, 151, 75) 0%, rgb(217, 186, 91) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(176, 151, 75) 0%, rgb(217, 186, 91) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(176, 151, 75) 0%, rgb(217, 186, 91) 100%);
  overflow: hidden;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 360' %3E%3Cpath d='M179.1000,0.000 C279.411,0.000 359.1000,80.589 359.1000,180.000 C359.1000,279.411 279.411,359.1000 179.1000,359.1000 C80.589,359.1000 0.000,279.411 0.000,180.000 C0.000,80.589 80.589,0.000 179.1000,0.000 Z'/%3E%3C/svg%3E");
  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
}

.idx05 .card_gr .card .card_arr:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  background-color: #8a6c17;
  opacity: 0
}

.idx05 .card_gr .card .card_arr:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  margin: auto;
  width: 1.3em;
  height: 0.7em;
  background: url(../images/idx05_card_arr.png) no-repeat center/cover
}

.idx05 .card_gr .card .card_pic {
  position: relative;
  display: table;
  margin-bottom: 2em;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden
}

.idx05 .card_gr .card .card_pic:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  inset: 0;
  background-color: #221f15;
  opacity: 0.5
}

.idx05 .card_gr .card .card_ct {
  padding-right: 1em;
  padding-bottom: 1.2em
}

.idx05 .card_gr .card .card_ct p {
  font-size: 16px
}

@media only screen and (max-width:1280px) {
  .idx05 .card_gr .card .card_ct p {
    font-size: 14px
  }
}

@media only screen and (min-width:769px) {
  .idx05 {
    background-image: url(../images/idx05_bg.jpg)
  }

  .idx05 .card_gr {
    --size-mg: 2em
  }

  .idx05 .card_gr .card:hover .card_pic:before {
    opacity: 0.7
  }

  .idx05 .card_gr .card:hover .card_arr:before {
    opacity: 0.5
  }

  .idx05 .card_gr .card:nth-child(6) .card_ct {
    padding-bottom: 1.9em
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .idx05 .card_gr {
    --size-mg: 1em
  }

  .idx05 .card_gr .card .card_arr {
    font-size: 8px;
    bottom: 1.5em
  }
}

.idx06 {
  padding: 90px 0 89px;
  background: url(../images/idx06_bg.jpg) no-repeat left center/cover;
  color: white
}

.idx06 h3 .jp {
  letter-spacing: 0.2em
}

.idx06 .banner_gr .banner {
  position: relative;
  display: table;
  max-width: 400px;
  border-radius: 10px;
  overflow: hidden;
  overflow: hidden
}

.idx06 .banner_gr .banner a {
  position: relative;
  display: block;
  z-index: 2
}

.idx06 .banner_gr .banner a:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  border-radius: 10px;
  border: 1px solid #6b6344
}

.idx06 .banner_gr .banner a:hover {
  opacity: 1
}

.idx06 .idx_flow {
  font-size: min(1vw, 10px)
}

.idx06 .idx_flow h4 {
  padding: 0 10px 7px 5px;
  margin-bottom: 16px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: calc(var(--ttl_size) + 6px);
  font-weight: 400;
  letter-spacing: 0.1em
}

.idx06 .idx_flow .flow_item {
  --cl-mode: #b0974b;
  --size-space-left: 2.7em;
  position: relative;
  z-index: 1;
  padding: 5.5em 6.5em 6.2em 6.5em;
  margin-bottom: 2px;
  margin-left: var(--size-space-left);
  min-height: 300px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background: no-repeat left top/cover
}

.idx06 .idx_flow .flow_item:last-child {
  margin-bottom: 0
}

.idx06 .idx_flow .flow_item .flow_arr {
  position: absolute;
  right: 1.6em;
  bottom: 1.6em;
  width: 4em;
  height: 4em;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, rgb(176, 151, 75) 0%, rgb(217, 186, 91) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(176, 151, 75) 0%, rgb(217, 186, 91) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(176, 151, 75) 0%, rgb(217, 186, 91) 100%);
  transition: all 0.3s
}

.idx06 .idx_flow .flow_item .flow_arr:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  inset: 0;
  margin: auto;
  width: 1.3em;
  height: 0.7em;
  background: url(../images/idx06_flow_item_arr.png) no-repeat center/cover
}

.idx06 .idx_flow .flow_item .flow_arr:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  inset: 0;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, rgb(116, 89, 10) 0%, rgb(217, 186, 91) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(116, 89, 10) 0%, rgb(217, 186, 91) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(116, 89, 10) 0%, rgb(217, 186, 91) 100%);
  opacity: 0
}

.idx06 .idx_flow .flow_item .flow_num {
  position: absolute;
  left: calc(var(--size-space-left) * -1);
  top: 0;
  height: 100%;
  width: 6em
}

.idx06 .idx_flow .flow_item .flow_num:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  left: calc(50% - 0.3em);
  width: 0.6em;
  height: 100%;
  background-color: var(--cl-mode)
}

.idx06 .idx_flow .flow_item .flow_num .num {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 5px 9px 7px;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  font-size: 3em;
  font-family: var(--f-hiragino-mincho);
  letter-spacing: 0;
  background-color: var(--cl-mode);
  cursor: pointer;
  transition: all 0.3s
}

.idx06 .idx_flow .flow_item .content_txt {
  padding-left: 0.9em;
  max-width: 560px
}

.idx06 .idx_flow .flow_item .content_txt p {
  font-size: 18px
}

@media only screen and (max-width:1280px) {
  .idx06 .idx_flow .flow_item .content_txt p {
    font-size: 16px
  }
}

.idx06 .idx_flow .flow_item.item02 {
  padding-top: 7.6em
}

.idx06 .idx_flow .flow_item.item03 {
  padding-top: 5.8em;
  padding-bottom: 5.8em
}

.idx06 .idx_flow .item01 {
  background-image: url(../images/idx06_item_flow_bg01.jpg)
}

.idx06 .idx_flow .item02 {
  background-image: url(../images/idx06_item_flow_bg02.jpg)
}

.idx06 .idx_flow .item03 {
  background-image: url(../images/idx06_item_flow_bg03.jpg)
}

@media only screen and (min-width:769px) {
  .idx06 h3 {
    margin-bottom: 83px;
    width: 100%;
    text-align: left
  }

  .idx06 h3 .en {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    line-height: 1;
    margin-left: 0
  }

  .idx06 h3 .en .txt {
    width: 15.5em
  }

  .idx06 h3 .en:after {
    flex-grow: 1;
    width: auto;
    max-width: 90px
  }

  .idx06 h3 .jp {
    margin-left: -4px
  }

  .idx06 .banner_gr .b1 a:hover {
    opacity: 1
  }

  .idx06 .idx_flow .flow_item:hover {
    --cl-mode: #856917
  }

  .idx06 .idx_flow .flow_item:hover .flow_arr:after {
    opacity: 1
  }

  .idx06 .idx_box>.left {
    padding-top: 40px;
    padding-left: 30px;
    width: calc(37% - 20px);
    max-width: 442px
  }

  .idx06 .idx_box>.right {
    width: calc(63% - 20px);
    max-width: 777px
  }
}

@media only screen and (min-width:769px) and (max-width:1280px) {
  .idx06 h3 {
    font-size: min(3.5vw, 40px)
  }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
  .idx06 .idx_box>.left {
    padding-left: 0
  }

  .idx06 .idx_flow .flow_item.item02 {
    background-position: left -60px top
  }
}

.idx_banner {
  padding: 52px 0 51px
}

.idx_banner .banner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em 1em 1.3em 1.5em;
  font-size: 10px;
  max-width: 600px;
  min-height: 18em;
  border-radius: 10px;
  overflow: hidden;
  background: no-repeat center/cover
}

.idx_banner .banner:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  background-color: var(--clr1);
  opacity: 0
}

.idx_banner .banner:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  right: 2.6em;
  margin: auto 0;
  width: 4em;
  height: 4em;
  font-size: 10px;
  background: url(../images/idx_banner_arr.png) no-repeat center/cover
}

.idx_banner .banner p {
  color: white;
  margin-bottom: 0
}

.idx_banner .banner .ttl {
  font-family: var(--f-hiragino-mincho);
  line-height: 1
}

.idx_banner .banner .ttl .jp {
  font-weight: 500;
  font-size: 3.6em;
  letter-spacing: 0.1em
}

.idx_banner .banner .ttl .en {
  position: relative;
  bottom: -0.15em;
  padding-left: 1.7em;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 2em
}

.idx_banner .banner .ttl .en:before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0.2em;
  bottom: 0;
  width: 1.35em;
  height: 2.2em;
  background: url(../images/idx_banner_slash.png) no-repeat center/auto 100%
}

.idx_banner .banner .ico {
  position: absolute;
  top: 0.2em;
  bottom: 0;
  left: 3.25em;
  margin: auto 0;
  width: 8.1em;
  height: 8.1em;
  background: no-repeat center/cover
}

.idx_banner .b1 {
  background-image: url(../images/idx_banner_bn_bg01.jpg)
}

.idx_banner .b1 .ico {
  background-image: url(../images/idx_banner_bn_ico1.png)
}

@media only screen and (min-width:769px) {
  .idx_banner .banner:hover:before {
    opacity: 0.3
  }
}

.idx04_style02 {
  --height-decor: 35px;
  position: relative;
  z-index: 2;
  padding: 80px 0 80px;
  background: url(../images/idx04_style02_bg.jpg) no-repeat center/cover;
}

.idx04_style02::before,
.idx04_style02::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 50vw;
  height: var(--height-decor);
  background-color: #0c0805;
}

.idx04_style02::before {
  left: 0;
  top: calc(var(--height-decor) * -1);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}

.idx04_style02::after {
  right: 0;
  bottom: calc(var(--height-decor) * -1);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.idx04_style02 p,
.idx04_style02 ul {
  color: white;
}

.idx04_style02 h3 {
  margin-top: 50px;
}

.idx04_style02 h3 .en {
  font-size: 24px;
  margin-bottom: 0;
  margin-left: 0;
  color: white;
}

.idx04_style02 h3 .en::after {
  display: none;
}

@media only screen and (max-width: 768px) {
  .idx04_style02 h3 {
    margin-top: 30px;
  }
}

.idx04_style02 .commitment_ct {
  counter-reset: maru_num;
  margin-top: 30px;
}

.idx04_style02 .commitment_ct li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 40px;
  line-height: 1.8;
}

.idx04_style02 .commitment_ct li+li {
  margin-top: 15px;
}

.idx04_style02 .commitment_ct li::before {
  content: counter(maru_num) "";
  counter-increment: maru_num;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  color: #0c0805;
  line-height: 1;
  font-size: 1.375em;
  text-align: center;
  font-family: var(--f-hiragino-mincho);
  z-index: 1;
}

.idx04_style02 .commitment_ct li::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: #ffffff;
  left: 0;
  top: 0;
  border-radius: 50%;
}

@media only screen and (max-width: 768px) {
  .idx04_style02 .commitment_ct {
    margin-top: 20px;
  }
}

.idx04_style02 .btn-group {
  margin-top: 80px;
}

.idx04_style02 .btn-group .btn {
  max-width: 252px;
}

@media only screen and (min-width: 769px) {
  .idx04_style02 .btn-group {
    --size-mg: 10px;
    justify-content: flex-start;
  }
}

@media only screen and (max-width: 768px) {
  .idx04_style02 .btn-group {
    margin-top: 35px;
  }

  .idx04_style02 .btn-group .btn {
    width: 100% !important;
  }
}

@media only screen and (max-width: 768px) {
  .idx04_style02 {
    --height-decor: 20px;
    padding: 60px 0;
  }

  .idx04_style02::before,
  .idx04_style02::after {
    width: 70vw;
  }

  .idx04_style02::before {
    top: calc(var(--height-decor) * -1 + 1px);
  }
}

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