.home_page .key {
  --height: 58vw;
  --min-height: 600px;
  --max-height: 1080px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.55vw, 10px);
  background: url(../images/idx_key_mv01.jpg) no-repeat center/cover;
  background-color: var(--main-color);
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
  max-width: 1640px;
}
@media only screen and (min-width: 769px) {
  .home_page .key .inner {
    padding-left: calc(var(--wrapper) + 3em);
    padding-right: calc(var(--wrapper) + 3em);
  }
}
.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 .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
}
.home_page .key .catch {
  display: table;
  padding-bottom: 27.2em;
  margin: auto;
}
@media only screen and (min-width: 769px) {
  .home_page .key .catch {
    margin-right: 0;
    margin-left: auto;
  }
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  display: table;
  padding-left: 0.3833em;
  padding-right: 0.2833em;
  padding-bottom: 0.1333em;
  margin-bottom: 0.55em;
  border-bottom: 1px solid white;
  font-size: 6em;
  line-height: 1.4;
}
.home_page .key p {
  padding-left: 0.5833em;
  font-size: 3.6em;
  line-height: 1.66667;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) + 12px);
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main-color);
}
.home_page h3 .en {
  display: block;
  margin-top: 6px;
  font-size: 20px;
  color: var(--clr2);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.center {
  text-align: center;
}
.home_page h3.has_line::after {
  content: "";
  display: block;
  margin-top: 14px;
  margin-left: 2px;
  width: 100px;
  height: 2px;
  background-color: #b4d796;
}
.home_page h4 {
  font-family: var(--f-jp);
  font-weight: 700;
  letter-spacing: 0.1em;
}
.home_page h4.style01 {
  font-size: calc(var(--ttl_size) + 6px);
  line-height: 2;
}
.home_page h4.style01 > span {
  padding: 0.25em 0.7778em 0.1667em 0.5278em;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background-color: var(--clr2);
  color: white;
}
.home_page h4.style01.bg02 {
  font-size: 20px;
  line-height: 2.45;
}
.home_page h4.style01.bg02 > span {
  padding: 0.55em 0.4em 0.45em 0.8em;
  background-color: var(--clr3);
}

@media only screen and (min-width: 769px) {
  .home_page .key .char01_l {
    margin-right: -0.5em;
  }
}
@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: 35vw;
  }
}
@media only screen and (max-width: 1560px) and (min-width: 769px) {
  .home_page .key {
    --max-height: calc(100vh);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 700px) {
  .home_page .key {
    --min-height: 400px;
    font-size: 1.1vmin;
  }
  .home_page .key .catch {
    padding-bottom: 15em;
  }
  .home_page .key .inner {
    max-width: 185em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) and (max-height: 700px) {
  .home_page .key {
    font-size: min(1.3vmin, 5.5px);
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.home_page .loop_wrap {
  display: flex;
}
.home_page .loop_wrap .text {
  -webkit-animation: 30s loop 0s linear infinite;
  animation: 30s loop 0s linear infinite;
  will-change: transform;
  white-space: nowrap;
}

.idx01 {
  padding: 79px 20px 76px;
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx01 {
    background-image: url(../images/idx01_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx01 {
    background-image: url(../images/idx01_bg_sp.jpg);
  }
}
.idx01 .idx_box {
  padding: 68px 40px 94px;
  background-color: white;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.idx01 .card_gr {
  --size-radius: 16px;
  font-size: min(0.8vw, 10px);
}
.idx01 .card_gr .card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 1.3em 1em 1em;
  max-width: 300px;
  min-height: 24em;
  border-radius: var(--size-radius);
}
.idx01 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--size-radius);
  background-color: #f3f7fa;
}
.idx01 .card_gr .card .card_ico {
  position: relative;
  margin-bottom: 2.8em;
  width: 10.4em;
  height: 8.2em;
  background: no-repeat center bottom/cover;
}
.idx01 .card_gr .card h4 {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  width: 100%;
  min-height: 2.75em;
  max-width: 11.6em;
  font-size: 2.2em;
  line-height: 1.363636;
  text-align: center;
  letter-spacing: 0.05em;
  color: var(--main-color);
}
.idx01 .card_gr .card h4::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  top: 6px;
  bottom: 0;
  margin: auto 0;
  width: 0.5em;
  height: 0.8182em;
  background: url(../images/idx01_card_arr.png) no-repeat center/cover;
}
.idx01 .card_gr .c1 .card_ico {
  background-image: url(../images/idx01_ico1.png);
}
.idx01 .card_gr .c2 .card_ico {
  background-image: url(../images/idx01_ico2.png);
}
.idx01 .card_gr .c3 .card_ico {
  background-image: url(../images/idx01_ico3.png);
}
.idx01 .card_gr .c4 .card_ico {
  background-image: url(../images/idx01_ico4.png);
}
.idx01 .card_gr .c5 .card_ico {
  background-image: url(../images/idx01_ico5.png);
}
.idx01 .card_gr .c6 .card_ico {
  background-image: url(../images/idx01_ico6.png);
}
.idx01 .card_gr .c1 .card_ico {
  top: 0.3em;
}
.idx01 .card_gr .c3 .card_ico {
  top: 0.5em;
  left: 0.1em;
}
.idx01 .card_gr .c4 .card_ico {
  top: 0.2em;
  left: 0.1em;
}
@media only screen and (min-width: 769px) {
  .idx01 .card_gr {
    --size-mg: 3em;
  }
  .idx01 .card_gr .card {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .idx01 .card_gr .card:hover::after {
    background-color: white;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  }
}

@media only screen and (min-width: 769px) {
  .idx01 h3 {
    margin-bottom: 59px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01 .card_gr {
    --size-mg: 1.5em;
  }
}
.idx02 {
  position: relative;
  z-index: 1;
  padding: 94px 20px 90px;
  background-color: white;
}
.idx02::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx02::before {
    background-image: url(../images/idx02_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx02::before {
    background-image: url(../images/idx02_bg_sp.jpg);
  }
}
.idx02 .inner_max {
  max-width: 1640px;
}
.idx02 .circle_gr {
  --size-mg: 3em;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -7.1em;
  padding-bottom: 6.5em;
  font-size: min(0.8vw, 10px);
  margin-left: calc(var(--size-mg) * -1);
  margin-right: calc(var(--size-mg) * -1);
}
.idx02 .circle_gr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 45.9em;
  height: 27.4em;
  background: url(../images/idx02_circle_gr_arr_big.png) no-repeat center/cover;
}
.idx02 .circle_gr .circle {
  --cl-mode: var(--main-color);
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.55em 1em 1em;
  margin: var(--size-mg);
  width: 31em;
  height: 31em;
  border-radius: 50%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.idx02 .circle_gr .circle::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
}
.idx02 .circle_gr .circle::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 2.2em;
  margin: 0 auto;
  width: 1.1em;
  height: 1.8em;
  --mask: url(../images/idx_btn_arr_mask.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;
  background-color: var(--clr2);
}
.idx02 .circle_gr .circle .card_sd {
  position: absolute;
  z-index: -2;
  left: 1.8em;
  top: 1.6em;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: url(../images/idx02_pattern.png) repeat top left/8px auto;
}
.idx02 .circle_gr .circle h4 {
  position: relative;
  z-index: 1;
  padding-top: 3em;
  width: 100%;
  font-size: 3em;
  line-height: 1.5;
  text-align: center;
  color: var(--cl-mode);
  transition: all 0.3s;
}
.idx02 .circle_gr .circle h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: 3.56667em;
  height: 2.4333em;
  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 top;
  -webkit-mask-position: center top;
  background-color: var(--main-color);
  background-color: var(--cl-mode);
}
.idx02 .circle_gr .circle h4 .en {
  display: block;
  margin-top: 0.4375em;
  font-size: 0.533333em;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--clr2);
  transition: all 0.3s;
}
.idx02 .circle_gr .c1 h4::before {
  --mask: url(../images/idx02_circle_ico1.png);
}
.idx02 .circle_gr .c2 h4::before {
  --mask: url(../images/idx02_circle_ico2.png);
}
.idx02 .circle_gr .c3 h4::before {
  --mask: url(../images/idx02_circle_ico3.png);
}
@media only screen and (min-width: 769px) {
  .idx02 .circle_gr .circle:hover {
    --cl-mode: #fff;
  }
  .idx02 .circle_gr .circle:hover h4 {
    color: white;
  }
  .idx02 .circle_gr .circle:hover::before {
    background-color: var(--clr3);
  }
  .idx02 .circle_gr .circle:hover::after {
    background-color: var(--cl-mode);
  }
}
.idx02 .idx_box .box_pic {
  position: relative;
  z-index: 1;
  max-width: 800px;
}
.idx02 .idx_box .box_pic::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  font-size: min(0.7vw, 10px);
  background: url(../images/idx02_pattern.png) repeat left top/8px auto;
}
.idx02 .idx_box .ct_area {
  max-width: 580px;
}
.idx02 .idx_box .ct_area p {
  font-size: var(--fs-p-02);
}
.idx02 .idx_box.idx_box_st01 .box_pic::before {
  top: -4.5em;
  left: -7.2em;
  width: 30em;
  height: 30em;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_box.idx_box_st01 .box_ct p {
    line-height: 2.22222;
  }
}
.idx02 .idx_box.idx_box_st02 {
  margin-top: 18px;
}
.idx02 .idx_box.idx_box_st02 .box_pic {
  z-index: 2;
}
.idx02 .idx_box.idx_box_st02 .box_pic::before {
  top: -6.4em;
  right: -8.5em;
  width: 18em;
  height: 18em;
}
.idx02 .idx_box.idx_box_st02 .box_ct {
  position: relative;
  z-index: 1;
  padding: 91px 97px 88px 96px;
}
.idx02 .idx_box.idx_box_st02 .box_ct::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: calc(100vw - 240px);
  height: 100%;
  background: url(../images/idx02_box02_bg.jpg) no-repeat center/cover;
  background-color: white;
}

@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    --size-w-box-pic: 50%;
    --size-space: 59px;
    align-items: flex-start;
  }
  .idx02 .idx_box .box_pic {
    width: var(--size-w-box-pic);
  }
  .idx02 .idx_box .box_ct {
    width: calc(100% - var(--size-w-box-pic) - var(--size-space));
  }
  .idx02 .idx_box.idx_box_st01 {
    justify-content: flex-start;
  }
  .idx02 .idx_box.idx_box_st01 h3 {
    margin-bottom: 32px;
    margin-left: -9px;
  }
  .idx02 .idx_box.idx_box_st01 h3 .en {
    margin-top: 7px;
  }
  .idx02 .idx_box.idx_box_st01 .box_ct {
    padding-bottom: 120px;
    padding-top: 38px;
    max-width: 601px;
    margin-left: var(--size-space);
  }
  .idx02 .idx_box.idx_box_st01 .btn-group {
    margin-top: 43px;
  }
  .idx02 .idx_box.idx_box_st02 {
    --size-space: 0px;
    justify-content: flex-end;
  }
  .idx02 .idx_box.idx_box_st02 h3 {
    margin-bottom: 26px;
  }
  .idx02 .idx_box.idx_box_st02 .box_ct {
    margin-top: 74px;
    max-width: 720px;
  }
  .idx02 .idx_box.idx_box_st02 .btn-group {
    margin-top: 45px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx02 .idx_box.idx_box_st02 .box_ct {
    padding: 80px clamp(30px, 3.2vw, 40px) 75px clamp(30px, 3.2vw, 40px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_box {
    --size-space: 30px;
  }
  .idx02 .idx_box.idx_box_st01 .box_ct {
    padding-bottom: 80px;
  }
  .idx02 .idx_box.idx_box_st01 h3 {
    margin-left: 0;
  }
}
.idx03 {
  position: relative;
  z-index: 1;
  padding: 88px 0 90px;
  background: repeat-y center top/100vw auto;
}
.idx03::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(400px, 32vw, 600px);
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    background-image: url(../images/idx03_bg.jpg);
  }
  .idx03::before {
    background-image: url(../images/idx03_bg_top.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    background-image: url(../images/idx03_bg_sp.jpg);
    background-size: 100% auto;
    background-repeat: repeat-y;
  }
  .idx03::before {
    background-image: url(../images/idx03_bg_top_sp.jpg);
  }
}
.idx03 .idx_box .btn-group {
  margin-top: 49px;
}
.idx03 .idx_box h4 {
  margin-bottom: 34px;
}
.idx03 .idx_box .box_pic {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 937px;
}
.idx03 .idx_box .box_pic .box_name {
  position: absolute;
  left: -10.1em;
  bottom: -3.1em;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.2em;
  padding-right: 0.5em;
  width: 20.3em;
  height: 20.4em;
  font-size: min(1vw, 10px);
}
.idx03 .idx_box .box_pic .box_name::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 1;
  left: -0.5em;
  right: 0;
  top: 2.9em;
  margin: 0 auto;
  width: 5.5em;
  height: 2.2em;
  background: url(../images/idx03_box_name_ico.png) no-repeat center/cover;
}
.idx03 .idx_box .box_pic .box_name::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/idx03_box_name_bg.png) no-repeat center/cover;
}
.idx03 .idx_box .box_pic .box_name .name_jp {
  margin-bottom: 0;
  font-size: 3em;
  letter-spacing: 0;
  line-height: 1.2;
  text-align: center;
  font-weight: 700;
  font-family: var(--f-jp);
  background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 168, 76) 0%, rgb(251, 243, 190) 20%, rgb(209, 168, 76) 50%, rgb(209, 168, 76) 75%, rgb(251, 243, 190) 100%, rgb(251, 243, 190) 100%);
  background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 168, 76) 0%, rgb(251, 243, 190) 20%, rgb(209, 168, 76) 50%, rgb(209, 168, 76) 75%, rgb(251, 243, 190) 100%, rgb(251, 243, 190) 100%);
  background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(209, 168, 76) 0%, rgb(251, 243, 190) 20%, rgb(209, 168, 76) 50%, rgb(209, 168, 76) 75%, rgb(251, 243, 190) 100%, rgb(251, 243, 190) 100%);
  background-clip: text;
  color: transparent;
}
.idx03 .idx_box .box_pic .pic_item {
  position: relative;
  z-index: 1;
  font-size: min(0.7vw, 10px);
}
.idx03 .idx_box .box_pic .pic_item .decor {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -2em;
  width: 15em;
  height: 15em;
}
.idx03 .idx_box .box_pic .pic_item .decor::before, .idx03 .idx_box .box_pic .pic_item .decor::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-color: white;
}
.idx03 .idx_box .box_pic .pic_item .decor::before {
  left: 0;
  top: 1em;
  width: 100%;
  height: 1px;
}
.idx03 .idx_box .box_pic .pic_item .decor::after {
  left: 1.6em;
  top: 0;
  width: 1px;
  height: 100%;
}
.idx03 .idx_box .box_pic .pic_item.pic01 {
  width: 34.2%;
  max-width: 320px;
}
.idx03 .idx_box .box_pic .pic_item.pic02 {
  margin-top: 10.2%;
  width: 65%;
  max-width: 600px;
}
.idx03 .idx_box .ct_area p {
  font-size: var(--fs-p-02);
}
.idx03 .idx_box .box_ct {
  position: relative;
  z-index: 1;
  padding: 90px 82px 103px 85px;
}
.idx03 .idx_box .box_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.idx03 .card_gr {
  --size-mg: 5em;
  --min-height-txt-top: 2.4em;
  margin-top: 29px;
  font-size: min(0.62vw, 10px);
}
.idx03 .card_gr .card {
  --cl-mode: var(--clr3);
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 6.6em 2em 7em;
  max-width: 540px;
  min-height: 72.8em;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.idx03 .card_gr .card .card_txt_top {
  position: absolute;
  top: calc(var(--min-height-txt-top) * -0.5);
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.32em 0.5em 0.25em;
  margin: 0 auto;
  min-height: var(--min-height-txt-top);
  width: calc(100% - 2em);
  max-width: 400px;
  line-height: 1.5;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  background-color: white;
  color: var(--cl-mode);
  border: 1px solid var(--cl-mode);
}
.idx03 .card_gr .card .card_txt_top::before, .idx03 .card_gr .card .card_txt_top::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  margin: 0 auto;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.idx03 .card_gr .card .card_txt_top::before {
  bottom: -0.675em;
  width: 1.6em;
  height: 0.7em;
  background-color: white;
}
.idx03 .card_gr .card .card_txt_top::after {
  z-index: -2;
  bottom: -0.75em;
  width: 1.7em;
  height: 0.75em;
  background-color: var(--cl-mode);
}
.idx03 .card_gr .card h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7em;
  min-height: 2.4em;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--cl-mode);
}
.idx03 .card_gr .card .card_pic {
  margin-bottom: 1.9em;
}
.idx03 .card_gr .card .card_ct_area {
  margin-bottom: 3.2em;
  max-width: 40em;
}
.idx03 .card_gr .card .card_ct_area p {
  font-size: var(--fs-p-02);
}
.idx03 .card_gr .card .btn-group {
  margin-top: auto;
  width: 100%;
  max-width: 40em;
  font-size: 1em;
}
.idx03 .card_gr .c1 {
  background-color: #fbf3dc;
}
.idx03 .card_gr .c2 {
  background-color: #deebf7;
}
.idx03 .card_gr .c3 {
  background-color: #e2f0d9;
}
.idx03 .card_gr .c4 {
  background-color: #e4e5f6;
}
@media only screen and (min-width: 769px) and (max-width: 1800px) {
  .idx03 .card_gr {
    padding-left: calc(var(--wrapper) - 20px);
    padding-right: calc(var(--wrapper) - 20px);
  }
}
.idx03 .card_gr_st02 {
  max-width: 1322px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  font-size: min(0.8vw, 10px);
}
.idx03 .card_gr_st02 .card {
  --cl-filter01: var(--clr3);
  --cl-filter02: #404d35;
  --cl-filter03: #796544;
  --cl-filter04: var(--clr3);
  --cl-filter05: #404d35;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 2em 1em 1.5em 1.4em;
  max-width: 400px;
  min-height: 30em;
  overflow: hidden;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}
.idx03 .card_gr_st02 .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 1em;
  border: 1px solid white;
  opacity: 0.2;
}
.idx03 .card_gr_st02 .card h4 {
  position: relative;
  width: 100%;
  font-size: 2.4em;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.66667;
  text-align: center;
  color: white;
}
.idx03 .card_gr_st02 .card .arr {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.8em;
  margin-left: auto;
  margin-right: auto;
  width: 4.2em;
  height: 4.2em;
  border-radius: 50%;
  border: 1px solid white;
}
.idx03 .card_gr_st02 .card .arr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  inset: 0;
  margin: auto;
  width: 1.1em;
  height: 1.8em;
  --mask: url(../images/idx_btn_arr_mask.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;
  background-color: white;
}
.idx03 .card_gr_st02 .card .card_bg {
  position: absolute;
  z-index: -2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  transition: all 0.3s;
}
.idx03 .card_gr_st02 .card .card_bg::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--cl-filter);
  opacity: 0.5;
}
.idx03 .card_gr_st02 .c1 {
  --cl-filter:var(--cl-filter01);
}
.idx03 .card_gr_st02 .c1 .card_bg {
  background-image: url(../images/idx03_card_gr02_card_bg01.jpg);
}
.idx03 .card_gr_st02 .c2 {
  --cl-filter:var(--cl-filter02);
}
.idx03 .card_gr_st02 .c2 .card_bg {
  background-image: url(../images/idx03_card_gr02_card_bg02.jpg);
}
.idx03 .card_gr_st02 .c3 {
  --cl-filter:var(--cl-filter03);
}
.idx03 .card_gr_st02 .c3 .card_bg {
  background-image: url(../images/idx03_card_gr02_card_bg03.jpg);
}
.idx03 .card_gr_st02 .c4 {
  --cl-filter:var(--cl-filter04);
}
.idx03 .card_gr_st02 .c4 .card_bg {
  background-image: url(../images/idx03_card_gr02_card_bg04.jpg);
}
.idx03 .card_gr_st02 .c5 {
  --cl-filter:var(--cl-filter05);
}
.idx03 .card_gr_st02 .c5 .card_bg {
  background-image: url(../images/idx03_card_gr02_card_bg05.jpg);
}
@media only screen and (min-width: 769px) {
  .idx03 .card_gr_st02 {
    --size-mg: 2em;
  }
  .idx03 .card_gr_st02 .card:hover .card_bg {
    transform: scale(1.05);
  }
  .idx03 .card_gr_st02 .card:hover .card_bg::before {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 769px) {
  .idx03 h3 {
    margin-bottom: -7px;
  }
  .idx03 .idx_box {
    --size-w-box-img: 55%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .idx03 .idx_box .box_pic {
    width: var(--size-w-box-img);
  }
  .idx03 .idx_box .box_ct {
    margin-top: 9.25%;
    width: calc(100% - var(--size-w-box-img));
    max-width: 650px;
  }
  .idx03 .idx_box .box_ct::before {
    right: -3px;
    width: 130%;
    max-width: 840px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx03 .idx_box .box_ct {
    padding: 70px 40px 80px;
  }
  .idx03 .card_gr {
    padding-top: 3em;
  }
  .idx03 .card_gr .card:not(:nth-last-child(-n+2)) {
    margin-bottom: calc(var(--size-mg) * 2);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_box .box_ct {
    padding-left: 20px;
    padding-right: 20px;
  }
  .idx03 .idx_box h4 {
    font-size: 24px;
  }
  .idx03 .card_gr {
    --size-mg: 3em;
    --min-height-txt-top: 4em;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.85vw;
  }
  .idx03 .card_gr .card h4 {
    font-size: 2.6em;
  }
  .idx03 .card_gr_st02 {
    --size-mg: 1em;
  }
}
.idx04 {
  padding-top: 90px;
}
.idx04 .inner_max {
  max-width: 1920px;
}
@media only screen and (min-width: 769px) {
  .idx04 .inner_max {
    padding-left: 0;
    padding-right: 0;
  }
}
.idx04 .pic_gr .pic_item {
  width: calc(50% - 8px);
  max-width: 400px;
}
.idx04 .pic_gr h4 {
  position: relative;
  z-index: 1;
  padding-left: 0.9583em;
  margin-top: 21px;
  margin-left: 1px;
  min-height: 1.33334em;
  font-size: clamp(22px, 1.3vw, 24px);
  line-height: 1.5;
  color: var(--clr3);
  letter-spacing: 0.1em;
}
.idx04 .pic_gr h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 1px;
  width: 3px;
  height: calc(100% - 0.1667em);
  background-color: var(--clr3);
}
.idx04 .idx_box .box_pic {
  position: relative;
  z-index: 2;
}
.idx04 .idx_box .box_pic picture {
  position: relative;
  z-index: 1;
}
.idx04 .idx_box .box_pic picture::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 18em;
  height: 18em;
  font-size: min(0.7vw, 10px);
  background: repeat top left/8px auto;
}
.idx04 .idx_box .ct_area {
  margin-left: auto;
  margin-right: auto;
}
.idx04 .idx_box .ct_area p {
  font-size: var(--fs-p-02);
}
.idx04 .idx_box .box_ct {
  position: relative;
  z-index: 1;
}
.idx04 .idx_box .box_ct::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  width: 169%;
  max-width: 1600px;
  height: 100%;
  background: no-repeat center/cover;
}
.idx04 .idx_box.img_l .box_pic picture::before {
  top: -4.2em;
  right: -9em;
  background-image: url(../images/idx04_pattern01.png);
}
.idx04 .idx_box.img_l .box_ct::before {
  background-image: url(../images/idx04_idx_box_bg01.jpg);
}
.idx04 .idx_box.img_l .box_ct .ct_area {
  max-width: 680px;
}
.idx04 .idx_box.img_r {
  margin-top: 90px;
}
.idx04 .idx_box.img_r .box_pic picture::before {
  top: -4em;
  left: -9em;
  background-image: url(../images/idx04_pattern02.png);
}
.idx04 .idx_box.img_r .box_ct::before {
  background-image: url(../images/idx04_idx_box_bg02.jpg);
}
.idx04 .idx_box.img_r .box_ct .ct_area p {
  color: white;
}
.idx04 .idx_box.img_r .btn-group .btn {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  .idx04 .idx_box {
    --size-w-box-pic: 50.3%;
    align-items: flex-start;
  }
  .idx04 .idx_box .box_pic {
    width: var(--size-w-box-pic);
    max-width: 960px;
  }
  .idx04 .idx_box .box_ct {
    margin-top: 90px;
    width: calc(100% - var(--size-w-box-pic));
  }
  .idx04 .idx_box.img_l {
    justify-content: flex-start;
  }
  .idx04 .idx_box.img_l h3 {
    margin-bottom: 39px;
  }
  .idx04 .idx_box.img_l h3 .jp {
    margin-left: 10px;
  }
  .idx04 .idx_box.img_l .ct_area {
    margin-bottom: 47px;
  }
  .idx04 .idx_box.img_l .box_ct {
    padding: 82px 61px 108px 72px;
  }
  .idx04 .idx_box.img_l .box_ct::before {
    right: 0;
  }
  .idx04 .idx_box.img_l .btn-group {
    display: table;
    margin-left: auto;
    margin-right: 12.5%;
    margin-top: 55px;
    width: 80%;
    max-width: 400px;
  }
  .idx04 .idx_box.img_r {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .idx04 .idx_box.img_r h3 {
    margin-bottom: 38px;
  }
  .idx04 .idx_box.img_r .ct_area {
    max-width: 673px;
    margin-bottom: 44px;
  }
  .idx04 .idx_box.img_r .box_ct {
    padding: 83px 20px 85px 38px;
  }
  .idx04 .idx_box.img_r .box_ct::before {
    left: -10px;
  }
}
@media only screen and (min-width: 1281px) {
  .idx04 .idx_box.img_r h3 .en {
    margin-left: -11px;
  }
  .idx04 .idx_box.img_r .ct_area {
    position: relative;
    left: -9px;
  }
  .idx04 .idx_box.img_r .btn-group {
    position: relative;
    left: -15px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx04 .idx_box.img_l .box_ct {
    padding: 60px 40px 80px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .pic_gr h4 {
    font-size: 2vw;
  }
}
.idx05 {
  padding: 80px 0 36px;
}
.idx05 .inner_max {
  max-width: 1900px;
}
.idx05 .feature_gr {
  counter-reset: idx_feature_count;
}
.idx05 .feature_box {
  position: relative;
  z-index: 1;
  margin-bottom: 53px;
  padding: 0 75px 80px 75px;
}
.idx05 .feature_box::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78.7%;
  background: repeat-y center top/100% auto;
}
.idx05 .feature_box .box_catch {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.idx05 .feature_box .box_img {
  position: relative;
  z-index: 1;
  margin-bottom: 69px;
  width: 100%;
}
.idx05 .feature_box .box_img picture {
  position: relative;
  z-index: 1;
}
.idx05 .feature_box .box_img picture::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 34px;
  top: 30px;
  width: 100%;
  height: 100%;
  background: url(../images/idx05_pattern01.png) repeat left top/8px auto;
}
.idx05 .feature_box .box_img picture::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: 2;
  right: 2.6em;
  bottom: -38px;
  width: 11.4em;
  height: 13.6em;
  font-size: clamp(7px, 0.7vw, 10px);
  background: url(../images/idx05_box_img_ico01.png) no-repeat center/cover;
  display: none;
}
.idx05 .feature_box .box_img .box_img_point {
  position: absolute;
  z-index: 2;
  left: 1.6em;
  bottom: -2.5em;
  display: flex;
  align-items: center;
  color: var(--clr3);
  line-height: 1;
}
.idx05 .feature_box .box_img .box_img_point::after {
  content: counter(idx_feature_count, decimal-leading-zero);
  counter-increment: idx_feature_count;
  position: relative;
  right: 0;
  bottom: 0.0778em;
  font-size: 5.625em;
  line-height: 1;
  letter-spacing: 0;
}
.idx05 .feature_box .box_img .box_img_point > span {
  margin-right: 6px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx05 .feature_box h4 {
  margin-bottom: 31px;
  font-size: calc(var(--ttl_size) + 6px);
  font-weight: 700;
  line-height: 1.5;
  color: #0e4572;
  text-align: center;
}
.idx05 .feature_box h4::after {
  content: "";
  display: block;
  margin: 11px auto 0;
  width: 100px;
  height: 2px;
  background-color: var(--clr2);
}
.idx05 .feature_box .ct_area {
  margin-left: auto;
  margin-right: auto;
  max-width: 546px;
}
.idx05 .feature_box .ct_area p {
  font-size: var(--fs-p-02);
}
.idx05 .feature_box .btn-group {
  margin: 30px auto 0;
  width: 90%;
  max-width: 400px;
}
.idx05 .feature_box:nth-of-type(2n + 1)::before {
  background-image: url(../images/feature_box_bg01.jpg);
}
.idx05 .feature_box:nth-of-type(2n)::before {
  background-image: url(../images/feature_box_bg02.jpg);
}

@media only screen and (min-width: 769px) {
  .idx05 h3 {
    margin-bottom: 42px;
  }
  .idx05 h3 .en {
    margin-top: 7px;
  }
  .idx05 .feature_gr {
    align-items: flex-start;
  }
  .idx05 .feature_box {
    width: calc(50% - 15px);
    max-width: 900px;
  }
  .idx05 .feature_box:nth-of-type(2n) {
    margin-top: 38px;
  }
  .idx05 .feature_box:nth-of-type(2), .idx05 .feature_box:nth-of-type(3) {
    padding-top: 80px;
    background-color: var(--main-color);
  }
  .idx05 .feature_box:nth-of-type(2)::before, .idx05 .feature_box:nth-of-type(3)::before {
    display: none;
  }
  .idx05 .feature_box:nth-of-type(2) .box_img_point, .idx05 .feature_box:nth-of-type(3) .box_img_point {
    color: white;
  }
  .idx05 .feature_box:nth-of-type(2) h4, .idx05 .feature_box:nth-of-type(3) h4 {
    color: white;
  }
  .idx05 .feature_box:nth-of-type(2) .ct_area p, .idx05 .feature_box:nth-of-type(3) .ct_area p {
    color: white;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .feature_box {
    padding: 0 40px 50px;
  }
  .idx05 .feature_box:nth-of-type(2), .idx05 .feature_box:nth-of-type(3) {
    padding-top: 50px;
  }
  .idx05 .feature_box h4 {
    font-size: 24px;
  }
  .idx05 .feature_box .box_img picture::after {
    right: 10px;
  }
  .idx05 .feature_box .box_img .box_img_point {
    left: 10px;
    bottom: -1.85em;
  }
  .idx05 .feature_box .box_img .box_img_point::after {
    font-size: 4.5em;
  }
}
.idx06 {
  padding: 42px 0 100px;
  background: no-repeat right top/100vw auto;
}
@media only screen and (min-width: 769px) {
  .idx06 {
    background-image: url(../images/idx06_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx06 {
    background-image: url(../images/idx06_bg_sp.jpg);
  }
}
.idx06 .inner_max {
  max-width: 1780px;
}
.idx06 h4 {
  margin-bottom: 23px;
}
.idx06 .idx_box .ct_area {
  margin-bottom: 72px;
}
.idx06 .idx_box .ct_area p {
  font-size: 16px;
}
@media only screen and (max-width: 1024px) {
  .idx06 .idx_box .ct_area p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .idx06 .idx_box .ct_area p {
    line-height: 2.25;
  }
}
.idx06 .idx_box .pic_gr {
  max-width: 766px;
  font-size: min(0.7vw, 10px);
}
.idx06 .idx_box .pic_gr .pic_item {
  position: relative;
  z-index: 1;
}
.idx06 .idx_box .pic_gr .pic_item::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -3.6em;
  top: -4.4em;
  width: 8.5em;
  height: 9em;
  background: url(../images/idx_pattern_blue.png) repeat left top/8px auto;
}
.idx06 .idx_box .pic_gr .item01 {
  width: 55%;
  max-width: 400px;
}
.idx06 .idx_box .pic_gr .item02 {
  margin-top: 47px;
  width: 35%;
  max-width: 260px;
}
.idx06 .idx_box .box_left_top {
  max-width: 570px;
}
.idx06 .idx_box .box_right {
  max-width: 776px;
}
.idx06 .idx_box .box_name {
  position: absolute;
  right: 1px;
  bottom: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1.2em 1em 1em 1em;
  width: 27em;
  min-height: 16.2em;
  font-size: 1em;
  background-color: white;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.idx06 .idx_box .box_name p {
  text-align: center;
  line-height: 1;
}
.idx06 .idx_box .box_name .position {
  display: block;
  margin-bottom: 0.9444em;
  margin-left: 0.25em;
  padding-bottom: 0.6667em;
  width: 100%;
  max-width: 180px;
  border-bottom: 1px solid rgba(150, 199, 107, 0.2);
  font-size: 1.8em;
  letter-spacing: 0.4em;
}
.idx06 .idx_box .box_name .name_jp {
  margin-bottom: 0.2778em;
  font-size: 3.6em;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--clr3);
}
.idx06 .idx_box .box_name .name_en {
  margin-bottom: 0;
  font-size: 1.3em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--clr2);
}
.idx06 .idx_box .box_name .name_en .right {
  margin-left: 0.35em;
}
.idx06 .idx_box .box_pic {
  position: relative;
  z-index: 1;
  padding-top: 36px;
  padding-right: 15%;
  max-width: 776px;
  font-size: min(0.76vw, 10px);
}
.idx06 .idx_box .box_pic::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  right: 8.4%;
  top: 0;
  width: 14em;
  height: 30em;
  background: url(../images/idx_pattern_blue.png) repeat left top/8px auto;
}
.idx06 .btn-group {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  .idx06 .btn-group .btn:not(:last-of-type) {
    margin-bottom: 22px;
  }
}

@media only screen and (min-width: 769px) {
  .idx06 h3 {
    margin-bottom: 17px;
    margin-left: -5px;
    display: flex;
    align-items: flex-end;
    font-size: clamp(45px, 3.2vw, 60px);
  }
  .idx06 h3 .en {
    position: relative;
    margin-right: 0.9em;
    bottom: 0.75em;
    font-size: 0.33333em;
  }
  .idx06 h4 {
    margin-left: -6px;
  }
  .idx06 .idx_box {
    --size-space: 64px;
    --size-w-box-pic: 47.15%;
    justify-content: flex-end;
  }
  .idx06 .idx_box .box_right {
    width: var(--size-w-box-pic);
  }
  .idx06 .idx_box .pic_gr {
    margin-right: 3%;
  }
  .idx06 .idx_box .box_left {
    padding-top: 54px;
    margin-right: var(--size-space);
    width: calc(100% - var(--size-w-box-pic) - var(--size-space));
  }
  .idx06 .idx_box .box_left_top {
    margin-left: auto;
    margin-right: 0;
  }
  .idx06 .btn-group {
    margin-left: 1px;
  }
}
@media only screen and (min-width: 1441px) {
  .idx06 .idx_box {
    padding-right: 5.4%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx06 .idx_box {
    --size-space: 40px;
    --size-w-box-pic: 44%;
  }
  .idx06 h4.style01.bg02 {
    margin-left: 0;
    font-size: 18px;
  }
}
.idx07 {
  position: relative;
  z-index: 1;
  padding: 131px 0 130px;
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx07 {
    background-image: url(../images/idx07_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx07 {
    background-image: url(../images/idx07_bg_sp.jpg);
  }
}
.idx07 .loop_wrap {
  position: absolute;
  left: 0;
  width: 100%;
  top: -37px;
}
.idx07 .infor_logo {
  margin-bottom: 14px;
}
.idx07 .infor_address {
  margin-bottom: 27px;
}
.idx07 .infor_tell {
  margin-bottom: 25px;
}
.idx07 .infor_traffic {
  margin-top: 33px;
  margin-left: 6px;
}
.idx07 .idx_box p {
  color: white;
}
.idx07 .idx_box .box_left {
  max-width: 585px;
}
.idx07 .btn-group {
  margin-top: 41px;
}

@media only screen and (min-width: 769px) {
  .idx07 .idx_box .box_left {
    width: calc(50% - 30px);
  }
  .idx07 .idx_box .box_right {
    padding-top: 8px;
    width: 50%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .idx07 .idx_map {
    height: 396px;
  }
  .idx07 .loop_wrap {
    top: -30px;
  }
  .idx07 .loop_wrap .en-big {
    font-size: 60px;
  }
}
.idx08 {
  padding: 89px 0px 90px;
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx08 {
    background-image: url(../images/idx08_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx08 {
    background-image: url(../images/idx08_bg_sp.jpg);
  }
}
.idx08 h3 {
  padding-bottom: 17px;
  margin-bottom: 27px;
  width: 100%;
  border-bottom: 1px solid var(--clr3);
  font-size: calc(var(--ttl_size) + 6px);
  font-feature-settings: "palt";
}
.idx08 h3 .en {
  margin-top: -2px;
  font-weight: 700;
  font-size: 18px;
}
.idx08 .content {
  align-items: inherit;
}
.idx08 .content .box {
  width: calc(50% - 20px);
  max-width: 585px;
}
.idx08 .content li {
  border-bottom: 1px solid #cdcdcd;
  width: auto;
}
.idx08 .content li a {
  display: flex;
  text-decoration: none;
  padding: 32px 0px 33px 10px;
  --w: 7em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx08 .content li a span {
  display: inline-block;
}
.idx08 .content li a:hover {
  opacity: 1;
  color: var(--clr2);
}
.idx08 .content li a:hover .date {
  color: var(--clr2);
}
.idx08 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
}
.idx08 .content li a .title {
  max-width: calc(100% - var(--w));
  padding-left: 23px;
  position: relative;
  padding-right: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx08 .content .news {
  position: relative;
}

@media only screen and (min-width: 769px) {
  .idx08 h3 {
    padding-left: 7px;
  }
  .idx08 .content .btn-group {
    position: absolute;
    right: 9px;
    top: 25px;
    z-index: 1;
  }
}
.idx09 {
  padding: 99px 20px 108px;
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx09 {
    background-image: url(../images/idx09_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx09 {
    background-image: url(../images/idx09_bg_sp.jpg);
  }
}
.idx09 .ct_area p {
  text-align: center;
  color: white;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .idx09 .ct_area p {
    line-height: 2.25;
  }
  .idx09 .ct_area p:not(:last-child) {
    margin-bottom: 12px;
  }
}
.idx09 .btn-group {
  margin-top: 45px;
}

@media only screen and (min-width: 769px) {
  .idx09 h3 {
    margin-bottom: 33px;
  }
}

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