<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home_page .key {
  --height: 56vw;
  --min-height: 600px;
  --max-height: 920px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  font-size: min(0.9vw, 10px);
}
.home_page .key::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 7px;
  z-index: 2;
  background-color: var(--main-color);
}
.home_page .key .inner {
  position: relative;
  max-width: 1600px;
  padding: 0 80px 16.6em;
  width: 100%;
}
.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;
}
@media only screen and (min-width: 769px) {
  .home_page .key .s1 {
    background-image: url(../images/idx_key_mv01.jpg);
  }
  .home_page .key .s2 {
    background-image: url(../images/idx_key_mv02.jpg);
  }
  .home_page .key .s3 {
    background-image: url(../images/idx_key_mv03.jpg);
  }
}
.home_page .key .key_text {
  position: relative;
  overflow: hidden;
}
.home_page .key .key_text .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  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 {
  margin: auto;
}
.home_page .key h2,
.home_page .key p {
  color: #fff;
  letter-spacing: 0.1em;
}
.home_page .key h2 {
  margin-bottom: 23px;
  font-size: 4em;
  line-height: 1.5;
  font-weight: 700;
}
.home_page .key p {
  font-size: 2.4em;
  font-weight: 400;
  line-height: 1.666667;
}
@keyframes moveDown {
  0% {
    transform: translateY(-3em);
  }
  100% {
    transform: translateY(250%);
  }
}
.home_page .key .key_scroll {
  position: absolute;
  bottom: 13px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 5.1em;
  height: 12.2em;
}
.home_page .key .key_scroll a {
  text-decoration: none;
}
.home_page .key .key_scroll a:hover {
  opacity: 0.8;
  color: white;
}
.home_page .key .key_scroll p {
  font-weight: 300;
  font-family: var(--f-jp);
  font-size: 1.2em;
  color: white;
  text-transform: uppercase;
  white-space: nowrap;
}
.home_page .key .key_scroll .line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6em;
  margin: 0 auto;
  width: 0.1em;
  height: 10.3em;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.home_page .key .key_scroll .line::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  height: 4.2em;
  width: 100%;
  background-color: white;
  animation: moveDown 1.5s infinite linear;
}
.home_page .topic_path {
  display: none;
}
.home_page #mainContent {
  background-color: #f5f0ed;
}
.home_page h3 {
  position: relative;
  margin: 0 auto 51px;
  color: var(--clr1);
  font-size: calc(var(--ttl_size));
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.home_page h3 .en {
  --cl-mode: #eb860e;
  position: relative;
  z-index: 1;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1;
  color: white;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: clamp(50px, 4.2vw, 80px);
  text-shadow: var(--cl-mode) 2px 0px 0px, var(--cl-mode) 1.75517px 0.958851px 0px, var(--cl-mode) 1.0806px 1.68294px 0px, var(--cl-mode) 0.141474px 1.99499px 0px, var(--cl-mode) -0.832294px 1.81859px 0px, var(--cl-mode) -1.60229px 1.19694px 0px, var(--cl-mode) -1.97998px 0.28224px 0px, var(--cl-mode) -1.87291px -0.701566px 0px, var(--cl-mode) -1.30729px -1.5136px 0px, var(--cl-mode) -0.421592px -1.95506px 0px, var(--cl-mode) 0.567324px -1.91785px 0px, var(--cl-mode) 1.41734px -1.41108px 0px, var(--cl-mode) 1.92034px -0.558831px 0px;
}
.home_page h3 .en::before, .home_page h3 .en::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: no-repeat center/cover;
}
.home_page h3 .en::before {
  left: 0;
  top: 0;
}
.home_page h3 .en::after {
  right: 0;
  top: 0;
}
.home_page h3 .jp {
  position: relative;
  z-index: 1;
  display: table;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.home_page h3 .jp::before, .home_page h3 .jp::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  height: clamp(30px, 2.2vw, 40px);
  width: 2px;
  background-color: #eb860e;
}
.home_page h3 .jp::before {
  left: 0;
  top: 0;
  transform: rotate(-37deg);
  transform-origin: bottom right;
}
.home_page h3 .jp::after {
  right: 0;
  top: 0;
  transform: rotate(37deg);
  transform-origin: bottom left;
}
.home_page h3.white {
  mix-blend-mode: screen;
}
.home_page h3.white .en {
  --cl-mode: #fff;
  color: black;
}
.home_page h3.white .jp {
  color: white;
}
.home_page h3.white .jp::before, .home_page h3.white .jp::after {
  background-color: white;
}
.home_page h3.style01 .en::before, .home_page h3.style01 .en::after {
  top: 0.2em;
  width: 1.1125em;
  height: 0.7375em;
}
.home_page h3.style01 .en::before {
  background-image: url(../images/idx_h3_st01_decor01.png);
}
.home_page h3.style01 .en::after {
  background-image: url(../images/idx_h3_st01_decor02.png);
}
@media only screen and (min-width: 769px) {
  .home_page h3.style01 .en {
    padding-left: 3.0875em;
    padding-right: 3.0875em;
  }
}
@media only screen and (min-width: 1280px) {
  .home_page h3.style01 .en {
    padding-right: 2.9375em;
    left: -2px;
  }
}
.home_page h3.style02 .en::before, .home_page h3.style02 .en::after {
  top: 0.325em;
  width: 1.1em;
  height: 0.55em;
}
.home_page h3.style02 .en::before {
  background-image: url(../images/idx_h3_st02_decor01.png);
}
.home_page h3.style02 .en::after {
  background-image: url(../images/idx_h3_st02_decor01.png);
}
@media only screen and (min-width: 769px) {
  .home_page h3.style02 .jp {
    padding-left: 42px;
    padding-right: 38px;
  }
  .home_page h3.style02 .en {
    padding-left: 3.275em;
    padding-right: 3.275em;
  }
}
@media only screen and (min-width: 1280px) {
  .home_page h3.style02 .en {
    padding-right: 3.2125em;
  }
}
.home_page h3.style03 .en::before, .home_page h3.style03 .en::after {
  top: 7px;
  width: 1.05em;
  height: 0.8875em;
}
.home_page h3.style03 .en::before {
  background-image: url(../images/idx_h3_st03_decor01.png);
}
.home_page h3.style03 .en::after {
  background-image: url(../images/idx_h3_st03_decor02.png);
}
@media only screen and (min-width: 769px) {
  .home_page h3.style03 .en {
    padding-left: 2.8625em;
    padding-right: 2.8625em;
    letter-spacing: 0.12em;
  }
}
@media only screen and (min-width: 1280px) {
  .home_page h3.style03 .en {
    padding-right: 2.7375em;
  }
}
.home_page h3.style04 {
  padding-top: 2.1667em;
  font-size: 24px;
  background: url(../images/idx_h3_st04_decor01.png) no-repeat center top/2.25em auto;
}
.home_page h3.style04 .jp {
  margin-top: 0.625em;
}
.home_page h4 {
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.home_page h4 .en {
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height:35vw;
  }
}
@media only screen and (max-width: 1566px) and (min-width: 769px) {
  .home_page .key {
    --max-height: 800px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) and (max-height: 720px) {
  .home_page .key {
    --min-height: 400px;
    --max-height: calc(100vh);
    font-size: min(1.35vmin, 9px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .home_page .key .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cl-or {
  color: #eb860e;
}

.cl-gr {
  color: #559966;
}

.cl-bl {
  color: #333333;
}

.idx_box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.decoration {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  font-size: min(1.2vw, 10px);
}
.decoration .item {
  position: absolute;
  display: block;
  background: no-repeat center/cover;
}
@media only screen and (max-width: 768px) {
  .decoration {
    font-size: min(2vw, 8px);
  }
}

.idx01 {
  position: relative;
  z-index: 1;
  padding: 89px 0 120px;
}
.idx01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 280px);
  background: no-repeat center/cover;
}
@media only screen and (min-width: 769px) {
  .idx01::before {
    background-image: url(../images/idx01_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx01::before {
    background-image: url(../images/idx01_bg_sp.jpg);
    background-position: left top;
    background-size: 100% auto;
  }
}
@media only screen and (min-width: 769px) {
  .idx01 h3.style01 .jp {
    padding-right: 14px;
  }
}
.idx01 h3.style04 {
  margin-bottom: 38px;
}
.idx01 h3.style04 .jp::before {
  top: -3px;
}
.idx01 h3.style04 .jp::after {
  top: -3px;
}
.idx01 .circle_gr {
  --size-mg: 1.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: calc(var(--size-mg) * -1);
  font-size: min(0.9vw, 10px);
}
.idx01 .circle_gr .circle {
  position: relative;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.8em 1em 0.5em;
  margin: var(--size-mg);
  width: 22em;
  height: 22em;
  border-radius: 50%;
  transition: all 0.3s;
}
.idx01 .circle_gr .circle::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 50%;
}
.idx01 .circle_gr .circle::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: -1px;
  top: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 50%;
  border: 3px solid var(--main-color);
  opacity: 0;
}
.idx01 .circle_gr .circle .ttl {
  text-align: center;
  font-size: 2em;
  line-height: 1.5;
  font-weight: 500;
}
.idx01 .circle_gr .circle .arr {
  position: absolute;
  bottom: 1.1em;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3.6em;
  height: 3.6em;
  border-radius: 50%;
  background-color: var(--clr3);
  transition: all 0.3s;
}
.idx01 .circle_gr .circle .arr::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.4em;
  height: 1.4em;
  --mask: url(../images/idx01_mask_arr.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;
}
@media only screen and (min-width: 769px) {
  .idx01 .circle_gr .circle:hover {
    box-shadow: 0px 3px 30px 0px rgb(255, 181, 65);
  }
  .idx01 .circle_gr .circle:hover::after {
    opacity: 1;
  }
  .idx01 .circle_gr .circle:hover .arr {
    background-color: var(--main-color);
  }
}
.idx01 .idx_box {
  margin-bottom: 80px;
}
.idx01 .idx_box h4 {
  display: table;
  margin-bottom: 53px;
  font-size: var(--ttl_size);
  line-height: 1.3333333;
  color: var(--clr1);
  white-space: nowrap;
  writing-mode: vertical-rl;
}
.idx01 .idx_box h4 .en {
  display: block;
  margin-top: 3px;
  margin-left: 6px;
  font-size: 12px;
  font-weight: 500;
  color: var(--clr2);
  line-height: 1;
}
.idx01 .idx_box .box_ct .ct_area {
  position: relative;
  z-index: 1;
  padding: 48px 56px 49px 60px;
  min-height: 349px;
}
.idx01 .idx_box .box_ct .ct_area::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 130%;
  max-width: 520px;
  height: 100%;
  border-radius: 20px;
  background-color: white;
}
.idx01 .idx_box .box_ct .ct_area::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  width: 15.6em;
  height: 20.8em;
  font-size: min(1vw, 10px);
}
.idx01 .idx_box .box_circle {
  position: relative;
  z-index: 2;
  padding: 40px;
  border-radius: 20px;
  background: no-repeat center/cover;
}
.idx01 .idx_box:nth-of-type(1) .box_ct .ct_area::after {
  top: -18.3em;
  right: 5.5em;
  background: url(../images/idx01_char01.png) no-repeat center/cover;
}
.idx01 .idx_box:nth-of-type(1) .box_circle {
  background-image: url(../images/idx01_circle_gr_bg.jpg);
}
.idx01 .idx_box:nth-of-type(2) .box_ct .ct_area::after {
  top: -18.4em;
  left: 5.9em;
  background: url(../images/idx01_char02.png) no-repeat center/cover;
}
.idx01 .idx_box:nth-of-type(2) .box_circle {
  background-image: url(../images/idx01_circle_gr_bg02.jpg);
}
.idx01 .idx_box.box_l h4 {
  margin-left: 13.7%;
}
.idx01 .idx_box.box_r {
  margin-bottom: 40px;
}
.idx01 .idx_box.box_r h4 {
  width: 100%;
  padding-right: 13.4%;
}
.idx01 .idx_box.box_r h4 .en {
  margin-left: 15px;
  margin-top: 0;
}
.idx01 .decoration {
  font-size: clamp(8px, 0.8vw, 10px);
}
.idx01 .decoration .item01 {
  top: 12px;
  right: -9%;
  width: 10.6em;
  height: 5.9em;
  background-image: url(../images/idx01_item_decor01.png);
}
.idx01 .idx_tab {
  position: relative;
}
.idx01 .idx_tab .btn-group {
  font-size: min(0.9vw, 10px);
}
@media only screen and (min-width: 769px) {
  .idx01 h3.style04 .jp {
    left: -1px;
  }
  .idx01 .idx_box {
    --size-w-content: 31.25%;
    align-items: flex-end;
  }
  .idx01 .idx_box .box_ct {
    width: var(--size-w-content);
  }
  .idx01 .idx_box .box_circle {
    width: calc(100% - var(--size-w-content));
    margin-bottom: 60px;
  }
  .idx01 .idx_box.box_l .box_ct .ct_area::before {
    left: 0;
  }
  .idx01 .idx_box.box_r {
    flex-direction: row-reverse;
  }
  .idx01 .idx_box.box_r h4 {
    margin-bottom: 30px;
  }
  .idx01 .idx_box.box_r .box_ct .ct_area::before {
    right: 0;
    left: auto;
  }
  .idx01 .idx_tab .btn-group {
    --size-mg: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx01 .decoration .item01 {
    right: -10px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx01::before {
    background-position: left -300px top;
  }
  .idx01 .idx_box {
    --size-w-content: 43%;
  }
  .idx01 .idx_box .box_ct .ct_area {
    padding: 40px 30px;
    min-height: auto;
  }
  .idx01 .idx_box .box_circle {
    padding: 20px;
  }
}
.idx02 {
  --size-pd-inner: min(6.3vw, 120px);
  position: relative;
  z-index: 2;
  padding: 0 30px 80px;
}
.idx02 .decoration .item01 {
  right: -67px;
  bottom: -20px;
  width: 4.2em;
  height: 9.1em;
  background-image: url(../images/idx02_decor01.png);
}
.idx02 .decoration .item02 {
  left: -187px;
  bottom: 48px;
  width: 5.9em;
  height: 7.7em;
  background-image: url(../images/idx02_decor02.png);
}
.idx02 .inner_max {
  position: relative;
  z-index: 1;
  padding: 89px clamp(40px, 4vw, 60px) clamp(90px, 6.3vw, 120px);
  max-width: 1680px;
  border-radius: clamp(40px, 3.2vw, 60px);
  background: url(../images/idx02_pattern.jpg) repeat top left/236px auto;
}
.idx02 .idx_link {
  --cl-mode: #eb860e;
  display: table;
  position: relative;
  z-index: 1;
  padding-right: 6em;
  margin-bottom: 2.6em;
  width: 100%;
  max-width: 36.9em;
  font-size: min(0.7vw, 10px);
}
.idx02 .idx_link h4 {
  margin-bottom: 0;
  font-size: 2.8em;
  line-height: 1.4;
}
.idx02 .idx_link h4::after {
  content: "";
  display: block;
  margin-top: 0.6071em;
  width: 4.2857em;
  height: 1px;
  background-color: var(--cl-mode);
  transition: all 0.3s ease-in-out;
}
.idx02 .idx_link h4 .en {
  font-size: 0.5714em;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--cl-mode);
}
.idx02 .idx_link .arr {
  position: absolute;
  top: 9px;
  bottom: 0;
  right: 0;
  margin: auto 0;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background-color: #f5f0ed;
}
.idx02 .idx_link .arr::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1.4em;
  height: 1.4em;
  --mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 132 128' %3E%3Cpath d='M68.352,127.640 L54.210,113.497 L95.715,71.993 L0.147,71.993 L0.147,56.007 L95.715,56.007 L54.210,14.503 L68.352,0.360 L131.992,64.000 L68.352,127.640 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;
  background-color: var(--cl-mode);
}
.idx02 .idx_link.st02 {
  --cl-mode: #559966;
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_link:hover {
    opacity: 0.8;
  }
  .idx02 .idx_link:hover h4:after {
    width: 90%;
  }
}
.idx02 .card_gr {
  position: relative;
  z-index: 2;
  font-size: min(0.6vw, 10px);
}
.idx02 .card_gr .card {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 5.8em 1.5em 2em;
  min-height: 26em;
}
.idx02 .card_gr .card::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  opacity: 0.9;
}
.idx02 .card_gr .card::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  right: 8px;
  bottom: 9px;
  width: 13px;
  height: 13px;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background-color: white;
}
.idx02 .card_gr .card .ttl {
  padding-top: 4.25em;
  margin-bottom: 0;
  font-size: 2.4em;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: white;
  background: no-repeat center top/3.75em auto;
}
.idx02 .card_gr.gr01 .card::before {
  background-color: #f3a326;
}
@media only screen and (min-width: 769px) {
  .idx02 .card_gr.gr01 .card:hover::before {
    background-color: var(--clr3);
  }
}
.idx02 .card_gr.gr01 .c1 .ttl {
  background-image: url(../images/idx02_gr01_ico1.png);
}
.idx02 .card_gr.gr01 .c2 .ttl {
  background-image: url(../images/idx02_gr01_ico2.png);
}
.idx02 .card_gr.gr01 .c3 .ttl {
  background-image: url(../images/idx02_gr01_ico3.png);
}
.idx02 .card_gr.gr01 .c4 .ttl {
  background-image: url(../images/idx02_gr01_ico4.png);
}
.idx02 .card_gr.gr01 .c5 .ttl {
  background-image: url(../images/idx02_gr01_ico5.png);
}
.idx02 .card_gr.gr02 .card::before {
  background-color: var(--clr2);
}
@media only screen and (min-width: 769px) {
  .idx02 .card_gr.gr02 .card:hover::before {
    background-color: #2b7e40;
  }
}
.idx02 .card_gr.gr02 .c1 .ttl {
  background-image: url(../images/idx02_gr02_ico1.png);
}
.idx02 .card_gr.gr02 .c2 .ttl {
  background-image: url(../images/idx02_gr02_ico2.png);
}
.idx02 .card_gr.gr02 .c3 .ttl {
  background-image: url(../images/idx02_gr02_ico3.png);
}
.idx02 .card_gr.gr02 .c4 .ttl {
  background-image: url(../images/idx02_gr02_ico4.png);
}
.idx02 .card_gr.gr02 .c5 .ttl {
  background-image: url(../images/idx02_gr02_ico5.png);
}
@media only screen and (min-width: 769px) {
  .idx02 .card_gr .card {
    margin: calc(var(--size-mg) - 1px) var(--size-mg);
  }
  .idx02 .card_gr .card.big {
    width: calc(50% - var(--size-mg) * 2);
  }
}
.idx02 .idx_box {
  --size-radius-img: 80px;
  --size-mg-box-pic: 146px;
  --size-grow-width: 120px;
  margin-bottom: 92px;
}
.idx02 .idx_box:last-child {
  margin-bottom: 0;
}
.idx02 .idx_box .box_ct {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -258px;
}
.idx02 .idx_box .box_ct .ct_area {
  position: relative;
  z-index: 1;
  padding: 81px 50px 69px 79px;
}
.idx02 .idx_box .box_ct .ct_area::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: calc(100% + 44px);
  height: 100%;
  background-color: white;
}
.idx02 .idx_box.ct_left .ct_area::before {
  left: 0;
  border-top-right-radius: 20px;
}
.idx02 .idx_box.ct_left .box_pic {
  margin-left: var(--size-mg-box-pic);
  margin-right: calc((var(--size-pd-inner) + var(--size-grow-width)) * -1);
}
.idx02 .idx_box.ct_left .box_pic img {
  border-top-left-radius: var(--size-radius-img);
}
.idx02 .idx_box.ct_right .box_pic {
  margin-right: var(--size-mg-box-pic);
  margin-left: calc((var(--size-pd-inner) + var(--size-grow-width)) * -1);
}
.idx02 .idx_box.ct_right .ct_area {
  padding: 81px 79px 69px 56px;
}
.idx02 .idx_box.ct_right .ct_area::before {
  right: 0;
  left: auto;
  border-top-left-radius: 20px;
}
.idx02 .idx_box.ct_right .box_pic img {
  border-top-right-radius: var(--size-radius-img);
}
.idx02 .idx_banner_style01 {
  position: relative;
  z-index: 1;
  width: 128em;
  margin: 81px auto 0;
  font-size: min(0.7vw, 10px);
}
.idx02 .idx_banner_style01 .banner_style01 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 32px 4.1em 32px 6.3em;
  min-height: 29.2em;
  border-radius: 20px;
  border: 2px solid var(--clr2);
  background: url(../images/idx02_banner_style01_bg.jpg) no-repeat center/cover;
  overflow: hidden;
}
.idx02 .idx_banner_style01 .banner_style01::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  bottom: -2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 99px;
  background: url(../images/idx02_banner_style01_wave.png) no-repeat center bottom/auto 100%;
}
.idx02 .idx_banner_style01 .banner_style01 h4 {
  margin-bottom: 8px;
  font-size: 2.6em;
  line-height: 1.76923;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: var(--clr2);
}
.idx02 .idx_banner_style01 .banner_style01 .ct_area p {
  font-size: 16px;
}
@media only screen and (max-width: 1170px) {
  .idx02 .idx_banner_style01 .banner_style01 .ct_area p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_banner_style01 .banner_style01 .ct_area {
    max-width: 38%;
    padding-bottom: 16px;
  }
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr {
  font-size: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2.5px;
  padding: 0.8em;
  width: 22em;
  height: 22em;
  border-radius: 50%;
  background: no-repeat center/cover;
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr .circle .ttl {
  font-size: 2.1em;
  line-height: 1.4286;
  font-weight: 400;
  text-align: center;
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr .circle .ttl .cl-or, .idx02 .idx_banner_style01 .banner_style01 .circle_gr .circle .ttl.cl-gr {
  font-weight: 700;
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr .circle .ttl .cl-bl {
  font-weight: 400;
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr .c1 {
  background-image: url(../images/idx02_circle_bg01.png);
}
.idx02 .idx_banner_style01 .banner_style01 .circle_gr .c2 {
  background-image: url(../images/idx02_circle_bg02.png);
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_banner_style01 .banner_style01 .circle_gr {
    position: absolute;
    left: 44%;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.idx02 .idx_banner_style01 .banner_style01 .btn_style02 {
  font-size: clamp(13px, 0.8vw, 14px);
  --fs-arr: clamp(8px, .8vw, 10px);
}
@media only screen and (min-width: 769px) {
  .idx02 .idx_banner_style01 .banner_style01 .btn_style02 {
    position: absolute;
    right: 2em;
    bottom: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_banner_style01 .banner_style01 {
    min-height: 40em;
  }
  .idx02 .idx_banner_style01 .banner_style01 h4 {
    font-size: 3.2em;
  }
  .idx02 .idx_banner_style01 .banner_style01 .btn_style02 {
    bottom: 10px;
    right: 20px;
  }
  .idx02 .idx_banner_style01 .banner_style01 .circle_gr {
    font-size: 1.2em;
    bottom: 4em;
    left: 50%;
  }
  .idx02 .idx_banner_style01 .banner_style01 .ct_area {
    max-width: 45%;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  .idx02 .idx_box {
    --size-w-ct-area: 35%;
    align-items: flex-end;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .idx02 .idx_box .box_ct {
    align-items: flex-start;
    justify-content: space-between;
  }
  .idx02 .idx_box .box_ct .ct_area {
    width: var(--size-w-ct-area);
    max-width: 504px;
  }
  .idx02 .idx_box .box_ct .card_gr {
    --size-mg: 6px;
    margin-top: 122px;
    width: calc(100% - var(--size-w-ct-area));
  }
  .idx02 .idx_box.ct_right .box_ct {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1566px) {
  .idx02 .decoration .item01 {
    right: -10px;
  }
  .idx02 .decoration .item02 {
    left: -69px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1366px) {
  .idx02 .idx_box .box_ct .ct_area {
    padding: 60px 40px;
  }
  .idx02 .idx_box .box_ct {
    margin-top: -16vw;
  }
  .idx02 .idx_box .box_ct .card_gr {
    margin-top: 8vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx02 .idx_box {
    --size-w-ct-area: 43%;
  }
  .idx02 .idx_box .box_ct .ct_area {
    padding: 40px 25px;
  }
}
.idx03 {
  --fs-before-after: 10px;
  position: relative;
  z-index: 1;
  padding: 89px 0 120px;
  background: no-repeat left -5px bottom/cover;
}
@media only screen and (min-width: 769px) {
  .idx03 {
    background-image: url(../images/idx03_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx03 {
    background-image: url(../images/idx03_bg_sp.jpg);
  }
}
.idx03::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 0;
  right: -5px;
  width: 1652px;
  height: 1293px;
  font-size: var(--fs-before-after);
  background: no-repeat center top/100% auto;
}
@media only screen and (min-width: 769px) {
  .idx03::before {
    background-image: url(../images/idx03_bg_top.png);
  }
}
.idx03 .idx_feature_gr {
  counter-reset: idx_feature_count;
  align-items: flex-start;
}
.idx03 .idx_feature_gr .feature_box {
  --size-height-box: clamp(650px, 40.4vw, 774px);
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding: calc(var(--size-height-box) * 0.6355) 40px 40px 36px;
  min-height: var(--size-height-box);
  max-width: 580px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
  background-color: #d89f26;
}
.idx03 .idx_feature_gr .feature_box::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 top/100% auto;
}
.idx03 .idx_feature_gr .feature_box p {
  color: white;
}
.idx03 .idx_feature_gr .feature_box h4 {
  position: relative;
  padding-left: 4.8214em;
  padding-top: 0.3571em;
  margin-bottom: 23px;
  font-weight: 500;
  font-family: var(--f-jp);
  font-size: calc(var(--ttl_size) - 2px);
  color: white;
}
.idx03 .idx_feature_gr .feature_box h4::before {
  content: counter(idx_feature_count, decimal-leading-zero);
  counter-increment: idx_feature_count;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 4.2857em;
  line-height: 0.6;
  letter-spacing: 0.05em;
  font-family: var(--f-jp);
  color: white;
}
.idx03 .idx_feature_gr .feature_box .ct_area {
  padding-left: 4px;
  margin-bottom: 9px;
}
.idx03 .idx_feature_gr .feature_box .ct_area p {
  line-height: 2.5;
}
.idx03 .idx_feature_gr .feature_box .btn_style02 {
  margin-left: auto;
  margin-right: 0;
}
.idx03 .idx_feature_gr .feature_box:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  .idx03 .idx_feature_gr .feature_box.b4 h4 {
    margin-right: -34px;
  }
}
@media only screen and (min-width: 1025px) {
  .idx03 .idx_feature_gr .b1::before {
    background-image: url(../images/idx03_feature_img01.png);
  }
  .idx03 .idx_feature_gr .b2::before {
    background-image: url(../images/idx03_feature_img02.png);
  }
  .idx03 .idx_feature_gr .b3::before {
    background-image: url(../images/idx03_feature_img03.png);
  }
  .idx03 .idx_feature_gr .b4::before {
    background-image: url(../images/idx03_feature_img04.png);
  }
}
@media only screen and (max-width: 1024px) {
  .idx03 .idx_feature_gr .b1::before {
    background-image: url(../images/idx03_feature_img01_sp.png);
  }
  .idx03 .idx_feature_gr .b2::before {
    background-image: url(../images/idx03_feature_img02_sp.png);
  }
  .idx03 .idx_feature_gr .b3::before {
    background-image: url(../images/idx03_feature_img03_sp.png);
  }
  .idx03 .idx_feature_gr .b4::before {
    background-image: url(../images/idx03_feature_img04_sp.png);
  }
}
@media only screen and (min-width: 1280px) {
  .idx03 .idx_feature_gr .feature_box:nth-child(2) h4::before {
    left: -3px;
    top: -1px;
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(3) h4::before {
    left: -5px;
    top: -1px;
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(4) h4::before {
    left: -6px;
    top: -1px;
  }
}

@media only screen and (min-width: 769px) {
  .idx03 .idx_feature_gr {
    --size-mg-top-box: 42px;
  }
  .idx03 .idx_feature_gr .feature_box {
    width: calc(50% - 20px);
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(2n) {
    margin-bottom: 60px;
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(2n):last-child {
    margin-bottom: 0;
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(2) {
    margin-top: var(--size-mg-top-box);
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(2n+3) {
    margin-top: calc(var(--size-mg-top-box) * -1 - 40px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx03 .idx_feature_gr .feature_box {
    --size-height-box: min(80vw, 750px);
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(1) h4 {
    margin-right: -20px;
  }
  .idx03 .idx_feature_gr .feature_box:nth-child(2n+3) {
    margin-top: calc(var(--size-mg-top-box) * -1);
  }
  .idx03 .idx_feature_gr .feature_box h4 {
    padding-left: 4em;
    font-size: 2.5vw;
  }
  .idx03 .idx_feature_gr .feature_box h4::before {
    font-size: 3.5em;
  }
}
.idx04 {
  position: relative;
  z-index: 3;
  padding-top: 82px;
}
@media only screen and (min-width: 769px) {
  .idx04 {
    background-image: url(../images/idx04_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx04 {
    background-image: url(../images/idx04_bg_sp.jpg);
  }
}
.idx04 h3 .jp::after, .idx04 h3 .jp::before {
  background-color: var(--clr2);
}
.idx04 .inner_max {
  position: relative;
  z-index: 1;
}
.idx04 .decoration .item02 {
  bottom: -30px;
  right: -11px;
  width: 8.9em;
  height: 5.9em;
  background-image: url(../images/idx04_decor02.png);
}
.idx04 .idx_box .box_pic {
  position: relative;
  width: 50%;
  padding-left: 42px;
}
.idx04 .idx_box .box_pic .box_name {
  position: absolute;
  z-index: 2;
  left: -9px;
  top: 10.4em;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: min(1vw, 10px);
}
.idx04 .idx_box .box_pic .box_name::before {
  content: "";
  position: absolute;
  display: block;
  top: -9.8em;
  left: -13.5em;
  width: 8.4em;
  height: 7.1em;
  background: url(../images/idx04_decor01.png) no-repeat center/cover;
}
.idx04 .idx_box .box_pic .box_name p {
  display: table;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
.idx04 .idx_box .box_pic .box_name .jp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-items: center;
  padding: 2.7em 0.5em 2em 0.3em;
  margin-top: 3.3em;
  margin-left: 1.5em;
  min-width: 8em;
  min-height: 28.8em;
  border-radius: 10px;
  writing-mode: vertical-rl;
  letter-spacing: 0.2em;
  color: white;
  background-color: var(--clr2);
}
.idx04 .idx_box .box_pic .box_name .jp .position {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 0.64em;
  margin-bottom: 0.625em;
  font-size: 2.4em;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.idx04 .idx_box .box_pic .box_name .jp .position::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1px;
  right: 0;
  display: block;
  margin: 0 auto;
  width: 0.9167em;
  height: 2px;
  background: url(../images/idx04_line_ico.png) no-repeat center/auto 100%;
}
.idx04 .idx_box .box_pic .box_name .jp .name {
  display: flex;
  align-items: center;
  font-size: 3.8em;
  font-weight: 500;
  width: 100%;
  letter-spacing: 0.2em;
  text-align: center;
}
@-moz-document url-prefix() {
  .idx04 .idx_box .box_pic .box_name .jp .name {
    /* Fire Fox */
    padding-left: 0.2632em;
  }
}
.idx04 .idx_box .box_pic .box_name .en {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0.1875em;
  min-width: 3.125em;
  min-height: 12.9375em;
  border-radius: 10px;
  font-size: 1.6em;
  writing-mode: vertical-lr;
  font-family: var(--f-jp);
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: var(--clr3);
  background-color: white;
}
.idx04 .idx_box .btn-group {
  margin-top: 49px;
}

@media only screen and (min-width: 769px) {
  .idx04 h3 {
    text-align: left;
    margin-left: -67px;
    margin-bottom: 41px;
  }
  .idx04 h3 .jp {
    padding-left: 0;
    padding-right: 11px;
    margin-top: 9px;
    margin-left: 5px;
  }
  .idx04 h3 .jp::before {
    display: none;
  }
  .idx04 h3 .en {
    margin-left: 0;
    font-size: clamp(65px, 5.3vw, 100px);
  }
  .idx04 .idx_box {
    align-items: flex-end;
  }
  .idx04 .idx_box .box_ct {
    align-self: flex-start;
    width: calc(50% - 20px);
    padding-bottom: 100px;
    padding-top: 34px;
    padding-left: 4px;
  }
  .idx04 .idx_box .box_ct .ct_area {
    max-width: 603px;
  }
  .idx04 .idx_box .box_pic {
    width: 48%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1566px) {
  .idx04 .decoration .item02 {
    right: 20px;
  }
  .idx04 .idx_box .box_pic .box_name::before {
    left: -20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx04 .idx_box .box_pic .box_name {
    top: 3em;
  }
}
.idx05 {
  position: relative;
  z-index: 2;
  padding: 80px 0 81px;
}
.idx05::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 100px);
  max-height: 1101px;
  background: no-repeat center top/cover;
}
@media only screen and (min-width: 769px) {
  .idx05::before {
    background-image: url(../images/idx05_bg.jpg);
  }
}
@media only screen and (max-width: 768px) {
  .idx05::before {
    background-image: url(../images/idx05_bg_sp.jpg);
  }
}
.idx05 .inner_big {
  position: relative;
  z-index: 1;
}
.idx05 .decoration .item01 {
  left: -12.65%;
  bottom: -56px;
  width: 42px;
  height: 91px;
  background: url(../images/idx05_decor01.png) no-repeat center/cover;
}
.idx05 .idx_logo {
  display: table;
  margin: 0 auto 13px;
  max-width: 383px;
}
.idx05 .idx_logo a:hover {
  opacity: 1;
}
.idx05 .idx05_pic {
  margin-bottom: 45px;
}
.idx05 .idx05_pic img {
  border-radius: 10px;
}
.idx05 .infor_address {
  margin-bottom: 10px;
}
.idx05 .infor_tel {
  margin-bottom: 42px;
}
.idx05 .idx_box &gt; .right {
  max-width: 580px;
}
.idx05 .btn-group {
  margin-top: 37px;
}

@media only screen and (min-width: 769px) {
  .idx05 .idx_box {
    justify-content: space-between;
  }
  .idx05 .idx_box &gt; .left {
    width: 50%;
    max-width: 640px;
  }
  .idx05 .idx_box &gt; .right {
    padding-top: 58px;
    width: calc(50% - 40px);
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx05 .idx_box &gt; .left {
    width: 45%;
  }
  .idx05 .idx_box &gt; .right {
    padding-top: 0;
    width: calc(55% - 30px);
  }
}
.idx07 {
  padding: 82px 0px 0;
  position: relative;
  z-index: 1;
}
.idx07::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 400px);
  max-height: 1162px;
  bottom: -300px;
  left: 0px;
  background: no-repeat center/cover;
  z-index: -1;
}
@media only screen and (min-width: 769px) {
  .idx07::before {
    background-image: url("../images/idx07_bg.jpg");
  }
}
@media only screen and (max-width: 768px) {
  .idx07::before {
    background-image: url("../images/idx07_bg_sp.jpg");
    background-size: 100% auto;
    background-position: bottom center;
  }
}
.idx07 .inner_big {
  position: relative;
  z-index: 1;
}
.idx07 .decoration .item01 {
  top: -42px;
  right: -10.4%;
  width: 8.5em;
  height: 4.2em;
  background: url(../images/idx07_decor01.png) no-repeat center/cover;
}
.idx07 h3 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
}
.idx07 h3 .en {
  display: inline;
  margin-right: 8px;
  font-size: clamp(40px, 2.7vw, 50px);
  text-shadow: var(--cl-mode) 1px 0px 0px, var(--cl-mode) 0.540302px 0.841471px 0px, var(--cl-mode) -0.416147px 0.909297px 0px, var(--cl-mode) -0.989992px 0.14112px 0px, var(--cl-mode) -0.653644px -0.756802px 0px, var(--cl-mode) 0.283662px -0.958924px 0px, var(--cl-mode) 0.96017px -0.279415px 0px;
}
@media only screen and (min-width: 769px) {
  .idx07 h3 {
    margin-left: 0;
    text-align: left;
  }
}
.idx07 .content {
  align-items: inherit;
}
.idx07 .content .box {
  width: 49%;
  padding: 50px 58px 26px;
  max-width: 620px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 20px 26.7px 3.3px rgba(0, 0, 0, 0.05);
}
.idx07 .content .box:nth-child(2) h3 .en {
  --cl-mode: #559966;
}
@media only screen and (min-width: 769px) {
  .idx07 .content .box:nth-child(1) li a:hover {
    opacity: 1;
    color: var(--main-color);
  }
  .idx07 .content .box:nth-child(1) li a:hover .date {
    color: var(--main-color);
  }
  .idx07 .content .box:nth-child(1) li a:hover::after {
    background-color: var(--main-color);
  }
  .idx07 .content .box:nth-child(2) li a:hover {
    opacity: 1;
    color: var(--clr2);
  }
  .idx07 .content .box:nth-child(2) li a:hover .date {
    color: var(--clr2);
  }
  .idx07 .content .box:nth-child(2) li a:hover::after {
    background-color: var(--clr2);
  }
}
.idx07 .content li {
  border-bottom: 1px solid #dddddd;
  width: auto;
}
.idx07 .content li a {
  position: relative;
  z-index: 1;
  display: flex;
  text-decoration: none;
  padding: 26px 20px 26px 0;
  --w: 8.7em;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  white-space: nowrap;
  max-width: 100%;
  color: var(--clr1);
}
.idx07 .content li a::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  right: 7px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 11px;
  --mask: url(../images/idx07_arr_ico.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(--clr1);
}
.idx07 .content li a span {
  display: inline-block;
}
.idx07 .content li a .date {
  width: var(--w);
  transition: all 0.3s;
  color: #676767;
}
.idx07 .content li a .title {
  width: calc(100% - var(--w));
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
}
.idx07 .content li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 1280px) {
  .idx07 .content li:nth-child(1) a {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .idx07 .content li:nth-child(1) a::after {
    top: 19px;
    bottom: 30px;
  }
  .idx07 .content li:nth-child(2) a {
    padding-top: 27px;
    padding-bottom: 29px;
  }
  .idx07 .content li:nth-child(3) a {
    padding-top: 29px;
    padding-bottom: 29px;
  }
  .idx07 .content li:nth-child(3) a::after {
    top: 29px;
    bottom: 23px;
  }
}
.idx07 .content .news {
  position: relative;
}
@media only screen and (min-width: 769px) {
  .idx07 .btn_style02 {
    position: absolute;
    right: -8px;
    top: 17px;
    z-index: 1;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx07 .content .box {
    padding: 40px 25px 20px;
  }
  .idx07 h3 {
    font-size: 2vw;
  }
  .idx07 h3 .en {
    font-size: 2.5em;
  }
  .idx07 .btn_style02 {
    top: 1.2vw;
  }
}
.idx_map {
  height: 284px;
  border-radius: 10px;
  overflow: hidden;
}
.idx_map iframe {
  height: 100%;
}

/*# sourceMappingURL=index_pc.css.map */
</pre></body></html>