.home_page .wrapper {
  background-color: #f9f7f3;
}
.home_page .key {
  --height: 51.5625vw;
  --min-height: 410px;
  --max-height: 990px;
  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);
  background-repeat: no-repeat;
  background-image: url(../images/idx_key_bg.jpg);
  background-position: top center;
}
.home_page .key .inner {
  position: relative;
  padding: 0;
  width: 100%;
}
.home_page .key .mv_slider:not(.slick-slider) {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.home_page .key .mv_slider:not(.slick-slider) .catch {
  opacity: 0;
}
.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: center;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1919px) {
  .home_page .key .key_text .item {
    padding-bottom: 22em;
  }
}
.home_page .key .catch {
  padding-top: 15em;
}
.home_page .key h2,
.home_page .key .p {
  line-height: 1;
  letter-spacing: 0.1em;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
.home_page .key h2 {
  position: relative;
  font-size: 7.2em;
  color: #fff;
  background-color: rgba(235, 155, 34, 0.95);
  padding: 0.5em 0.6667em 0.5833em 0.1111em;
  font-weight: 700;
}
.home_page .key h2 .char {
  font-weight: 400;
  letter-spacing: 0.05em;
}
.home_page .key h2 .small {
  font-size: 0.6667em;
  margin-left: -0.375em;
}
.home_page .key h2 .en,
.home_page .key h2 .jp {
  position: absolute;
}
.home_page .key h2 .en {
  color: #ff8b55;
  line-height: 1;
  font-size: 3.0556em;
  letter-spacing: 0.05em;
  transform: rotate(-15deg);
  font-weight: 400;
  top: -0.9045em;
  left: -0.2182em;
  text-shadow: 0px 2px 20px rgba(255, 255, 255, 0.5), 0px 2px 20px rgba(255, 255, 255, 0.1);
}
.home_page .key h2 .en::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx_key_en_icon.svg) no-repeat center/contain;
  width: 0.3955em;
  height: 0.4591em;
  left: 0.4182em;
  top: -0.0455em;
  transform: rotate(15deg);
}
.home_page .key h2 .jp {
  font-size: 0.5556em;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-weight: 700;
  width: 9.075em;
  height: 5.325em;
  background: url(../images/idx_key_h2_icon.png) no-repeat center/contain;
  color: #96b22e;
  text-align: center;
  padding-top: 1.025em;
  bottom: 2.15em;
  right: -4.6em;
}
.home_page .key .p {
  line-height: 1.5;
  font-size: 3.2em;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 0.25em;
  padding: 0.3438em 0.625em 0.4688em 1.25em;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  position: relative;
  margin-bottom: 35px;
  color: var(--clr1);
  font-family: var(--f-notosans);
  font-size: calc(var(--ttl_size) * 2.1428571429);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.home_page h3 .en {
  font-size: 0.75em;
  color: var(--main-color);
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
.home_page h3.white {
  color: #fff;
}
.home_page h3.white .en {
  color: #fff;
}
.home_page h3.st02 {
  color: var(--main-color);
  font-size: calc(var(--ttl_size) * 1.7142857143);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: var(--f-notosans);
  font-feature-settings: "palt";
  font-weight: 700;
}
.home_page h3.st02 .jp {
  display: block;
  line-height: 1;
  color: var(--clr1);
  font-size: 0.75em;
  letter-spacing: 0.1em;
  margin-bottom: 0.0833em;
  font-weight: 500;
}
.home_page h3.small {
  font-size: 48px;
  font-weight: 700;
  font-feature-settings: "palt";
}
.home_page h3.small .en {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 6px;
}
.home_page h3.border::after {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../images/idx3_h3_icon.svg);
  background-color: #f8a65c;
  width: 100%;
  height: 10px;
  margin: 22px auto 0;
  mask-position: center bottom;
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page h3 {
    letter-spacing: 0 !important;
  }
  .home_page h3 .en {
    letter-spacing: 0 !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page h3.st02 {
    font-size: 36px;
  }
  .home_page h3 .en {
    font-size: 26px;
  }
  .home_page h3.small {
    font-size: 32px;
  }
  .home_page h3.small .en {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 769px) and (max-height: 780px) and (orientation: landscape) {
  .home_page .key {
    font-size: min(0.625em, 0.9vmin);
    --max-height: calc(100vh - var(--wrapper));
    background-image: url(../images/idx_key_bg_1560.jpg);
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1281px) {
  .home_page .key {
    font-size: 1vmin;
    background-image: url(../images/idx_key_bg_1560.jpg);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .home_page .key {
    font-size: 1vmin;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 0.7vmin;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.idx1 {
  background-color: #fff;
  padding: 74px 0 90px;
  position: relative;
  overflow: hidden;
}
.idx1 .inner {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
  grid-template-columns: 45% 47.5%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
.idx1 .inner::before, .idx1 .inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60.4375em;
  height: 47.0625em;
  font-size: min(16px, 1vw);
}
.idx1 .inner::before {
  background-image: url(../images/idx1_before.png);
  left: -26.875em;
  bottom: -21.1875em;
}
.idx1 .inner::after {
  background-image: url(../images/idx1_after.png);
  right: -18.4375em;
  top: -5.8125em;
}
.idx1 .idx1_img {
  grid-row: 1/span 4;
  max-width: 860px;
  position: relative;
}
.idx1 .img01 img {
  border-radius: 0 60px 0 0;
}
.idx1 .img02 {
  margin-top: -16.4%;
  margin-left: auto;
  display: table;
  margin-right: -9.1%;
  max-width: 500px;
  width: 60%;
}
.idx1 .img02 img {
  border-radius: 10px;
}
.idx1 h3 {
  margin-top: 31px;
  font-weight: 700;
}
.idx1 h3 .en {
  color: #bfd529;
  display: table;
  background: url(../images/idx1_h3_icon.svg) no-repeat center/contain;
  letter-spacing: 0.1em;
  padding: 0 0.1944em 1.0833em 0.6944em;
  margin-left: -8%;
  margin-bottom: -0.5em;
  font-size: 0.6em;
  font-weight: 400;
}
.idx1 .idx1_ttl {
  margin: 0.6875em 0 2em;
}
.idx1 .idx1_ttl p {
  line-height: 1.625;
  color: var(--main-color);
  font-weight: 500;
  font-size: 2em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: relative;
  display: table;
}
.idx1 .idx1_ttl p::before, .idx1 .idx1_ttl p::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.4688em;
  height: 1.3125em;
}
.idx1 .idx1_ttl p::before {
  top: -0.9375em;
  left: -1.9688em;
  background-image: url(../images/idx1_icon01.svg);
  width: 1.5313em;
  height: 1.3438em;
}
.idx1 .idx1_ttl p::after {
  bottom: -0.1875em;
  right: -2.2188em;
  background-image: url(../images/idx1_icon02.svg);
}
.idx1 .idx1_txt {
  width: calc(100% - 40px);
}
@media only screen and (min-width: 1919px) {
  .idx1 .idx1_txt {
    width: 66%;
  }
}
.idx1 .idx1_txt p {
  font-weight: 500;
  font-feature-settings: "palt";
}
@media only screen and (min-width: 769px) {
  .idx1 .idx1_txt p {
    line-height: 2.5;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx1 {
    padding: 60px 0;
  }
  .idx1 .idx1_ttl p {
    font-size: 20px;
    letter-spacing: 0;
  }
  .idx1 .idx1_img {
    margin-top: 40px;
  }
}

.idx2 {
  padding: 170px 0 49px;
}
.idx2 .idx2_inner {
  display: grid;
  grid-template-columns: 51% 48.125%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  padding-bottom: 162px;
}
.idx2 .idx2_inner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  background-color: #fff;
  z-index: -1;
  left: -21%;
  border-radius: 450px 0 0 450px;
  right: -100vw;
}
.idx2 .img {
  grid-row: 1/span 3;
  grid-column-start: 2;
  margin-top: -95px;
  margin-left: -31px;
}
.idx2 h3.st02 {
  margin-top: 121px;
  margin-bottom: 36px;
}
.idx2 ul {
  padding-left: 23px;
}
.idx2 ul li {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  display: flex;
  font-feature-settings: "palt";
}
.idx2 ul li::before {
  content: "";
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/idx2_icon_check.svg);
  background-color: #bfd529;
  min-width: 1.4444em;
  height: 1.1111em;
  margin-right: 0.5556em;
  position: relative;
}
.idx2 ul li:not(:last-child) {
  margin-bottom: 1.85em;
}

.idx2 .idx2_catch {
  margin-top: -29px;
  position: relative;
  z-index: 2;
}
.idx2 .idx2_catch::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background: url(../images/idx2_arr.png) no-repeat bottom center/contain;
  width: 100%;
  height: 20.625em;
  top: -4.9375em;
}
.idx2 .idx2_catch p {
  line-height: 1.4761904762;
  text-align: center;
  font-weight: 700;
  font-feature-settings: "palt";
  font-size: 2.625em;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
  filter: drop-shadow(0 0 20px #fff);
}
@media only screen and (max-width: 1840px) and (min-width: 769px) {
  .idx2 .idx2_inner::after {
    left: -15%;
    border-radius: 300px 0 0 300px;
  }
}
@media only screen and (max-width: 1600px) and (min-width: 769px) {
  .idx2 .idx2_inner::after {
    left: -10%;
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx2 .idx2_inner::after {
    left: -4%;
    border-radius: 250px 0 0 250px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx2 ul li {
    letter-spacing: 0;
  }
  .idx2 .idx2_inner {
    margin-left: 20px;
  }
  .idx2 .idx2_inner::after {
    left: -40px;
    border-radius: 200px 0 0 200px;
    right: -100vw;
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx2 ul li {
    letter-spacing: 0;
  }
  .idx2 .idx2_inner {
    margin-left: 40px;
  }
  .idx2 .idx2_inner::after {
    left: -40px;
    border-radius: 200px 0 0 200px;
    right: -100vw;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx2 {
    padding: 120px 0 40px;
  }
  .idx2 .idx2_inner {
    padding-bottom: 60px;
  }
  .idx2 .idx2_inner::after {
    border-radius: 150px 0 0 150px;
  }
  .idx2 h3.st02 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .idx2 ul li {
    letter-spacing: 1px;
    font-size: 16px;
  }
  .idx2 .idx2_catch p {
    font-size: 30px;
  }
}

.idx3 {
  padding-bottom: 100px;
}
.idx3 .inner {
  max-width: 1860px;
}
.idx3 .idx3_box {
  --radius: 120px;
  background: url(../images/idx3_box_bg.jpg) no-repeat top center/cover;
  padding: 132px 0 117px;
  border-radius: var(--radius);
  position: relative;
  z-index: 1;
}
.idx3 .idx3_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 20px;
  border-radius: calc(var(--radius) - 20px);
  border: 10px solid #fff;
  z-index: -1;
}
.idx3 h3 {
  margin-bottom: 31px;
}
.idx3 h3.small {
  margin-bottom: 34px;
}
.idx3 .idx3_list {
  margin: 0 auto;
  max-width: 1250px;
}
.idx3 .idx3_list .item {
  position: relative;
  width: calc(33.3333333333% - 56.66px);
}
.idx3 .idx3_list .item .img {
  display: table;
  margin: 0 auto;
  position: relative;
}
.idx3 .idx3_list .item .ttl01 {
  font-size: 26px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 500;
  color: var(--main-color);
  line-height: 1.6153846154;
  text-align: center;
  margin: 0px 0 0.4615em;
}
.idx3 .idx3_list .item .ttl02 {
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 500;
}
.idx3 .idx3_list .item .img {
  position: relative;
}
.idx3 .idx3_list .item .img img {
  position: relative;
}
.idx3 .idx3_list .item:not(:last-child) .img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx3_icon_x.svg) no-repeat center/contain;
  width: 5em;
  height: 5em;
  top: calc(50% - 2.6875em);
  left: calc(100% + 1.4375em);
}
@media only screen and (min-width: 769px) {
  .idx3 .idx3_list .item .ttl02 {
    line-height: 2.5;
  }
  .idx3 .idx3_list .item:nth-child(1) .img img {
    left: -6px;
  }
  .idx3 .idx3_list .item:nth-child(2) .img img {
    top: -3px;
  }
  .idx3 .idx3_list .item:nth-child(2) .img::after {
    top: calc(50% - 2.6875em);
    left: calc(100% + 1.1875em);
  }
  .idx3 .idx3_list .item:nth-child(3) .img img {
    left: 5px;
    top: -3px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx3 .inner_big {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1366px) and (min-width: 1025px) {
  .idx3 .idx3_list .item .ttl02 {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx3 .idx3_list .item:not(:last-child) .img::after {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx3 .idx3_list .item:not(:last-child) .img::after {
    font-size: 0.8vw;
  }
  .idx3 .idx3_box {
    --radius: 60px;
    padding: 120px 0 80px;
  }
  .idx3 .idx3_box::after {
    inset: 10px;
    border-width: 5px;
    border-radius: 60px;
  }
  .idx3 .idx3_list .item {
    width: calc(33.3333333333% - 40px);
  }
  .idx3 .idx3_list .item .img::after {
    font-size: 1vw;
  }
  .idx3 .idx3_list .item .ttl01 {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.idx4 {
  position: relative;
  z-index: 1;
  padding-bottom: 99px;
  --h1: 2vw;
  --h2: 12vw;
}
.idx4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  top: var(--h1);
  mask-repeat: no-repeat;
  mask-image: url(../images/idx4_bg_top.png);
  mask-position: top center;
  background: url(../images/idx4_bg.jpg) repeat 1em 0px;
  height: var(--h2);
  mask-size: 100%;
}
@media only screen and (min-width: 1919px) and (max-width: 1921px) {
  .idx4::before {
    mask-size: auto;
    --h1: 1.97916666667vw;
    --h2: 13.0208333333vw;
  }
}
@media only screen and (min-width: 2000px) {
  .idx4::before {
    top: 0;
  }
}
.idx4::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 0;
  top: calc(var(--h1) + var(--h2));
  background: url(../images/idx4_bg.jpg) repeat 1em 0px;
}
@media only screen and (min-width: 2000px) {
  .idx4::after {
    top: var(--h2);
  }
}
.idx4 .inner_big {
  position: relative;
  z-index: 1;
}
.idx4 .inner_big::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx4_icon_before.svg) no-repeat center/contain;
  width: 15em;
  height: 17.0625em;
  top: 0.3125em;
  left: -19.8125em;
}
.idx4 h3 {
  display: flex;
  font-size: 48px;
  align-items: flex-end;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1.3;
  margin-bottom: 25px;
}
.idx4 h3 .num {
  display: flex;
  background: url(../images/idx4_num.png) no-repeat center/contain;
  position: relative;
  width: 3.0417em;
  height: 3.7083em;
  margin-right: -0.4792em;
}
.idx4 h3 .num .en {
  position: absolute;
  letter-spacing: 0.1em;
  line-height: 1;
  font-size: 0.625em;
  font-weight: 400;
  color: var(--clr1);
  top: 1.0667em;
  left: 0.0333em;
  transform: rotate(-36deg);
}
.idx4 h3 .jp {
  color: #ff8b55;
  font-weight: 700;
}
.idx4 h3 .jp .small {
  font-size: 0.75em;
  display: block;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1;
  color: var(--clr1);
  margin-bottom: 0.2778em;
  font-weight: 500;
}
.idx4 .idx4_list .item {
  width: calc(50% - 40px);
}
.idx4 .idx4_list .item .idx4_img {
  position: relative;
  z-index: 1;
}
.idx4 .idx4_list .item .idx4_img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.idx4 .idx4_list .item .img {
  mask-repeat: no-repeat;
  mask-size: contain;
  position: relative;
}
.idx4 .idx4_list .item .ttl01 {
  line-height: 1.6;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #ff8b55;
  margin: 13px 0 14px;
  font-feature-settings: "palt";
}
.idx4 .idx4_list .item .ttl02 {
  line-height: 2.5;
  font-feature-settings: "palt";
  font-weight: 500;
}
.idx4 .idx4_list .item:nth-child(even) .ttl01 {
  margin-top: 27px;
}
.idx4 .idx4_list .item .num {
  position: absolute;
  line-height: 1;
  text-align: center;
  top: 0.519em;
  left: 0.3875em;
  text-transform: uppercase;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 4.9375em;
  color: #fff;
  width: 2.1266em;
  height: 2.0127em;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 0.05em 0.225em 0em;
}
.idx4 .idx4_list .item .num .en {
  display: block;
  font-family: var(--f-en);
  letter-spacing: 0.1em;
  font-size: 0.225em;
  color: #fff;
  line-height: 1;
  font-weight: 400;
  margin-bottom: -0.5556em;
}
.idx4 .idx4_list .item1 .ttl01,
.idx4 .idx4_list .item4 .ttl01 {
  color: #ff8b55;
}
.idx4 .idx4_list .item2 .ttl01,
.idx4 .idx4_list .item3 .ttl01 {
  color: #bfd529;
}
.idx4 .idx4_list .item1 .num,
.idx4 .idx4_list .item3 .num {
  left: unset;
  right: 0.3625em;
}
.idx4 .idx4_list .item1 .idx4_img::after {
  background-image: url(../images/idx4_img01_after.png);
  max-width: 612px;
  max-height: 630px;
  top: 0;
  left: 2px;
  width: 102%;
  height: 106%;
}
.idx4 .idx4_list .item1 .num {
  background: url(../images/idx4_num01.png) no-repeat center/contain;
}
.idx4 .idx4_list .item2 .idx4_img::after {
  background-image: url(../images/idx4_img02_after.png);
  max-width: 666px;
  max-height: 595px;
  top: 0;
  left: -10.5%;
  width: 111%;
  height: 100%;
}
.idx4 .idx4_list .item2 .num {
  background: url(../images/idx4_num02.png) no-repeat center/contain;
}
.idx4 .idx4_list .item3 .idx4_img::after {
  background-image: url(../images/idx4_img03_after.png);
  max-width: 638px;
  max-height: 612px;
  top: 0;
  left: -4%;
  width: 107%;
  height: 103%;
}
.idx4 .idx4_list .item3 .num {
  background: url(../images/idx4_num03.png) no-repeat center/contain;
}
.idx4 .idx4_list .item4 .idx4_img::after {
  background-image: url(../images/idx4_img04_after.png);
  max-width: 603px;
  max-height: 595px;
  top: 0;
  left: 0;
  width: 101%;
  height: 100%;
}
.idx4 .idx4_list .item4 .num {
  background: url(../images/idx4_num04.png) no-repeat center/contain;
}
@media only screen and (min-width: 1919px) {
  .idx4 .idx4_list .item1 .img,
  .idx4 .idx4_list .item3 .img {
    left: 2px;
  }
}
@media only screen and (min-width: 769px) {
  .idx4 .idx4_list .item2 {
    margin-bottom: 76px;
  }
  .idx4 .idx4_list .item3 {
    margin-top: -109px;
  }
  .idx4 .idx4_list .item3 .ttl01 {
    margin-top: 31px;
  }
}
.idx4 .idx4_list .item1 {
  order: 2;
  margin-top: -186px;
}
.idx4 .idx4_list .item1 .img {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='600px' height='595px'%3E%3Cpath fill-rule='evenodd' fill='rgb(246, 134, 33)' d='M590.890,359.085 C590.879,359.108 590.868,359.131 590.856,359.152 C590.851,359.137 590.845,359.119 590.840,359.104 C590.840,359.104 590.840,359.104 590.840,359.105 L590.840,359.104 C590.840,359.104 590.890,359.085 590.890,359.085 C590.194,357.131 589.772,355.058 588.431,353.381 C588.431,353.381 588.431,353.381 588.431,353.381 C587.430,351.318 586.748,349.094 585.324,347.246 C585.318,347.256 585.317,347.266 585.313,347.276 C585.063,345.730 583.978,344.584 583.362,343.212 C583.362,343.212 583.362,343.212 583.361,343.213 C583.361,343.212 583.361,343.212 583.362,343.212 C583.264,342.169 582.379,341.560 581.964,340.690 C581.964,340.690 581.964,340.690 581.963,340.690 L581.963,340.690 C581.290,339.711 580.959,338.489 579.899,337.781 C579.629,336.831 579.273,335.933 578.468,335.291 C578.468,335.291 578.468,335.291 578.468,335.291 L578.468,335.291 C578.117,334.815 577.767,334.339 577.418,333.864 L577.418,333.864 C577.357,333.684 577.297,333.504 577.237,333.323 C577.237,333.323 577.237,333.323 577.237,333.323 C576.389,331.949 575.607,330.525 574.305,329.499 L574.305,329.499 C571.363,325.461 568.879,321.070 565.176,317.616 C563.583,315.017 561.642,312.706 559.382,310.659 C559.381,310.659 559.381,310.659 559.381,310.659 C558.884,310.193 558.541,309.531 557.779,309.400 L557.767,309.420 C557.766,309.421 557.764,309.419 557.763,309.419 C557.768,309.413 557.774,309.407 557.780,309.400 C557.493,308.669 557.498,307.762 556.578,307.413 C556.578,307.413 556.578,307.413 556.579,307.413 C553.180,302.701 548.985,298.682 545.135,294.367 C542.667,291.598 540.579,288.441 537.400,286.352 C537.400,286.352 537.400,286.352 537.400,286.354 C536.868,285.490 536.434,284.549 535.790,283.781 C532.695,280.087 529.544,276.439 526.412,272.777 C525.568,271.840 524.723,270.899 523.879,269.963 C522.456,268.083 521.033,266.200 519.610,264.318 L519.610,264.318 L519.610,264.318 C517.664,261.533 515.867,258.637 513.538,256.139 C513.538,256.139 513.539,256.139 513.539,256.139 C509.962,250.018 505.992,244.126 502.759,237.805 C502.240,236.786 501.719,235.765 501.200,234.745 C501.200,234.745 501.200,234.745 501.199,234.745 C501.200,234.745 501.200,234.745 501.200,234.745 C499.931,232.008 498.662,229.270 497.393,226.533 C495.972,223.620 495.260,220.395 493.463,217.645 C493.342,217.314 493.220,216.980 493.100,216.648 C492.743,215.578 492.386,214.509 492.030,213.442 C492.030,213.442 492.030,213.442 492.030,213.442 C492.030,213.442 492.030,213.442 492.030,213.442 C491.298,211.695 491.386,209.603 489.821,208.206 L489.821,208.206 C489.009,205.727 488.197,203.244 487.384,200.762 C487.384,200.762 487.385,200.764 487.385,200.764 L487.385,200.764 C485.145,193.791 482.906,186.820 480.667,179.847 C480.208,178.418 479.750,176.990 479.292,175.560 C479.004,174.667 478.716,173.776 478.428,172.882 C478.428,172.882 478.428,172.882 478.428,172.882 L478.428,172.882 C478.093,171.805 477.758,170.728 477.424,169.653 C476.570,166.976 475.716,164.301 474.863,161.628 L474.863,161.628 C475.326,160.879 474.951,160.180 474.728,159.484 C471.597,149.710 468.461,139.941 465.320,130.170 C465.096,129.472 464.977,128.695 464.190,128.336 L464.190,128.336 C464.150,128.163 464.092,127.999 464.013,127.844 C463.836,127.308 463.658,126.772 463.481,126.236 C463.481,126.236 463.481,126.236 463.481,126.236 C463.481,126.236 463.481,126.236 463.481,126.236 C462.314,122.466 461.230,118.664 459.329,115.167 C459.329,115.167 459.329,115.167 459.329,115.167 L459.329,115.167 C458.195,110.230 455.661,105.849 453.610,101.302 C451.070,95.669 448.472,90.017 444.908,84.904 C443.370,81.512 441.336,78.436 438.971,75.569 C435.633,70.246 431.922,65.221 427.184,61.029 C424.457,57.820 421.607,54.730 418.344,52.047 C418.343,52.048 418.343,52.048 418.343,52.048 L418.343,52.048 C417.601,51.490 416.859,50.931 416.116,50.373 L416.116,50.373 C415.659,49.400 414.803,48.823 414.008,48.164 C406.513,41.945 398.698,36.154 390.319,31.194 C385.015,28.058 379.777,24.737 373.962,22.540 C373.962,22.540 373.961,22.540 373.961,22.540 L373.961,22.540 C372.384,21.208 370.313,20.974 368.531,20.099 C362.664,17.134 356.508,14.920 350.230,13.018 C350.230,13.018 350.230,13.018 350.229,13.018 L350.229,13.018 C344.774,10.599 338.953,9.379 333.229,7.843 C329.821,7.280 326.602,5.819 323.098,5.709 L323.098,5.709 C322.337,5.204 321.499,5.156 320.628,5.287 C320.628,5.288 320.628,5.288 320.628,5.288 C317.390,3.843 313.852,3.952 310.455,3.325 C308.631,3.118 306.806,2.915 304.981,2.707 C304.563,2.628 304.145,2.549 303.727,2.470 C297.661,1.417 291.529,1.049 285.396,0.683 C284.810,0.663 284.222,0.643 283.635,0.624 L283.635,0.624 C283.635,0.624 283.636,0.624 283.636,0.624 C283.282,0.542 282.930,0.393 282.575,0.386 C269.371,0.137 256.169,-0.003 243.001,1.290 C242.863,1.425 242.705,1.531 242.540,1.625 C242.696,1.515 242.837,1.393 243.001,1.290 C240.860,2.415 238.369,1.030 236.238,2.227 C236.238,2.227 236.238,2.228 236.237,2.228 C228.841,3.037 221.410,3.586 214.129,5.241 L214.129,5.241 L214.129,5.241 C203.939,7.049 193.837,9.228 183.975,12.416 C183.975,12.416 183.975,12.416 183.975,12.416 C183.975,12.416 183.976,12.416 183.976,12.416 C183.910,12.261 183.842,12.107 183.772,11.954 C177.874,13.844 171.976,15.735 166.079,17.625 C164.828,18.025 163.577,18.427 162.326,18.827 C162.375,18.991 162.422,19.157 162.466,19.323 C162.314,19.415 162.158,19.501 162.000,19.583 L162.000,19.583 L162.000,19.583 C161.104,19.856 160.189,20.079 159.315,20.410 C151.720,23.282 144.314,26.596 136.938,29.981 L136.938,29.981 C136.452,30.314 135.966,30.648 135.480,30.984 C134.631,31.340 133.750,31.640 132.939,32.067 C128.704,34.315 124.487,36.595 120.264,38.866 C118.779,39.734 117.294,40.601 115.808,41.470 C115.808,41.470 115.808,41.470 115.808,41.470 L115.808,41.470 C107.367,46.489 99.267,52.006 91.556,58.091 L91.556,58.091 C90.571,59.133 89.077,59.580 88.307,60.874 C79.536,67.485 71.884,75.292 64.476,83.342 C61.963,86.074 59.251,88.681 57.439,91.996 C52.447,97.215 48.380,103.139 44.456,109.157 C41.349,113.921 37.923,118.504 35.732,123.815 C35.731,123.815 35.731,123.815 35.731,123.816 C35.243,124.379 34.624,124.874 34.288,125.518 C30.561,132.630 26.708,139.682 23.771,147.179 C19.337,156.945 15.481,166.920 12.711,177.298 C10.898,181.704 9.932,186.350 8.867,190.965 L8.867,190.965 L8.867,190.965 C6.905,197.423 5.873,204.083 4.586,210.687 C4.586,210.687 4.586,210.687 4.587,210.687 C3.793,215.827 2.681,220.920 2.404,226.134 C2.019,229.167 1.490,232.191 1.282,235.237 C0.908,240.669 0.138,246.088 0.493,251.555 C0.493,251.555 0.493,251.555 0.493,251.555 C0.407,251.907 0.254,252.258 0.245,252.612 C-0.001,261.447 0.007,270.288 0.554,279.107 C0.961,285.674 1.249,292.269 2.622,298.741 C2.622,298.741 2.622,298.741 2.622,298.741 C2.297,299.133 2.352,299.558 2.518,299.991 C2.950,302.798 3.006,305.671 3.959,308.389 C3.763,310.528 4.452,312.547 4.820,314.608 C4.820,314.608 4.820,314.608 4.820,314.608 L4.820,314.608 C5.554,320.041 7.112,325.299 8.211,330.652 C8.211,330.652 8.211,330.652 8.211,330.652 L8.211,330.652 C8.410,331.373 8.610,332.096 8.810,332.816 C8.648,332.882 8.485,332.944 8.320,333.001 C8.836,334.609 9.352,336.216 9.868,337.824 C10.270,339.076 10.671,340.326 11.072,341.575 C13.137,348.008 15.202,354.441 17.266,360.870 C17.782,362.479 18.299,364.088 18.815,365.696 C18.986,365.642 19.158,365.591 19.332,365.547 L19.332,365.547 C19.531,366.063 19.730,366.582 19.928,367.097 C19.928,367.097 19.928,367.097 19.928,367.097 C21.487,370.745 23.045,374.394 24.604,378.041 C24.747,379.243 25.595,380.088 26.151,381.081 C27.894,384.648 29.637,388.216 31.379,391.782 L31.379,391.782 C31.724,392.275 32.069,392.767 32.413,393.258 L32.413,393.258 C32.413,393.258 32.413,393.258 32.413,393.258 C33.441,395.967 35.228,398.249 36.612,400.758 L36.612,400.758 C41.011,408.182 45.734,415.386 51.137,422.127 C51.843,423.087 52.550,424.046 53.256,425.003 C54.189,426.080 55.121,427.155 56.055,428.232 C56.193,428.674 56.393,429.059 56.898,429.167 L56.898,429.167 C64.427,438.604 72.856,447.145 82.280,454.699 C82.746,454.974 83.212,455.250 83.678,455.524 C84.514,456.627 85.484,457.561 86.842,457.1000 C87.380,458.415 87.918,458.831 88.457,459.246 C88.457,459.249 88.458,459.249 88.458,459.249 C90.316,460.796 92.307,462.145 94.463,463.246 C99.316,466.521 104.298,469.575 109.668,471.948 L109.668,471.948 C110.274,472.527 110.978,472.907 111.811,473.033 C113.802,474.378 115.913,475.492 118.195,476.264 C124.978,479.621 131.762,482.979 138.546,486.335 C145.676,490.190 152.677,494.268 159.559,498.551 C159.559,498.551 159.560,498.553 159.560,498.553 C165.049,502.704 170.537,506.853 176.026,511.004 C176.026,511.004 176.026,511.004 176.026,511.004 C179.823,514.096 183.270,517.603 187.295,520.422 C187.512,520.723 187.682,521.082 187.955,521.319 C197.217,529.333 205.995,537.895 215.500,545.635 C215.500,545.634 215.500,545.634 215.501,545.634 C221.020,550.654 226.938,555.170 233.024,559.472 L233.024,559.472 L233.024,559.472 C233.353,559.934 233.806,560.191 234.365,560.264 C234.697,560.999 235.394,561.308 236.013,561.730 C241.272,565.311 246.709,568.598 252.307,571.621 C252.307,571.621 252.307,571.621 252.307,571.621 C257.099,574.780 262.500,576.701 267.670,579.079 C270.714,580.480 273.746,581.989 277.077,582.672 C277.816,583.383 278.794,583.380 279.712,583.557 L279.712,583.557 C279.712,583.557 279.712,583.557 279.711,583.557 C280.108,583.976 280.588,584.207 281.172,584.198 L281.172,584.198 C281.172,584.198 281.172,584.198 281.171,584.199 C289.142,587.057 297.269,589.316 305.649,590.612 L305.649,590.612 C306.827,591.184 308.084,591.309 309.371,591.259 C310.031,591.416 310.691,591.572 311.350,591.726 C313.004,592.002 314.588,592.734 316.322,592.478 C317.729,592.694 319.110,593.141 320.562,592.951 C321.771,593.462 323.028,593.622 324.328,593.477 C325.330,593.626 326.317,593.968 327.348,593.695 C332.955,594.579 338.609,594.638 344.263,594.690 C344.263,594.690 344.264,594.690 344.263,594.688 C344.264,594.690 344.263,594.690 344.263,594.690 C346.392,594.615 348.534,594.999 350.652,594.519 C352.032,594.856 353.400,594.636 354.771,594.443 C354.771,594.443 354.771,594.443 354.771,594.443 C355.572,594.955 356.303,594.385 357.064,594.294 C357.065,594.297 357.065,594.297 357.065,594.297 C366.914,594.340 376.646,593.191 386.318,591.429 C387.761,591.943 388.918,590.918 390.227,590.708 L390.227,590.708 C391.072,591.184 391.807,590.699 392.570,590.445 C394.060,590.158 395.551,589.870 397.041,589.582 C401.250,588.637 405.458,587.692 409.666,586.746 C410.214,586.618 410.761,586.488 411.309,586.359 L411.309,586.359 C411.310,586.362 411.309,586.362 411.309,586.362 C411.372,586.514 411.429,586.669 411.482,586.826 C412.375,586.539 413.269,586.253 414.162,585.966 C416.664,585.165 419.167,584.363 421.668,583.561 C422.741,583.217 423.813,582.874 424.886,582.529 C426.315,582.072 427.745,581.614 429.175,581.156 C430.962,580.582 432.749,580.010 434.536,579.436 C434.715,579.380 434.894,579.322 435.073,579.265 C437.575,578.463 440.077,577.661 442.579,576.858 C442.539,576.694 442.505,576.526 442.476,576.357 C442.986,576.167 443.497,575.978 444.008,575.787 C444.841,575.696 445.419,575.181 445.964,574.610 L445.964,574.610 L445.964,574.610 C448.173,575.275 449.569,573.474 451.350,572.840 L451.350,572.840 L451.350,572.840 C454.137,572.313 456.548,570.816 459.101,569.723 C463.432,567.866 467.745,565.940 471.824,563.553 C472.051,563.519 472.286,563.417 472.539,563.150 C473.580,562.715 474.840,562.716 475.555,561.633 C477.757,560.889 479.796,559.831 481.666,558.448 C484.344,557.354 486.881,556.007 489.200,554.265 L489.199,554.265 C490.841,553.674 492.324,552.814 493.637,551.661 C494.411,551.379 495.260,551.226 495.721,550.421 C495.722,550.420 495.723,550.420 495.723,550.418 C496.313,550.231 496.955,550.119 497.197,549.420 L497.197,549.420 C497.197,549.420 497.197,549.420 497.197,549.420 C498.076,549.048 499.081,548.894 499.656,547.997 C505.297,544.939 510.540,541.276 515.657,537.425 L515.657,537.425 L515.657,537.425 C521.799,533.355 527.632,528.878 533.217,524.073 C534.023,523.447 534.827,522.820 535.635,522.196 C540.698,518.291 545.010,513.557 549.793,509.343 C551.250,508.439 552.426,507.243 553.416,505.855 C556.531,502.899 559.817,500.104 562.218,496.479 C565.275,494.234 567.364,491.130 569.610,488.165 C573.394,483.625 576.899,478.894 579.687,473.662 C579.842,473.464 579.996,473.263 580.151,473.064 C581.812,470.188 583.873,467.538 585.027,464.381 L585.027,464.381 C585.028,464.381 585.028,464.381 585.028,464.381 C586.497,462.584 587.167,460.414 587.879,458.263 C587.880,458.266 587.880,458.266 587.880,458.265 C588.986,456.566 589.920,454.792 590.231,452.754 C590.231,452.754 590.232,452.754 590.232,452.752 C591.501,450.941 592.124,448.892 592.446,446.733 C592.446,446.732 592.446,446.732 592.446,446.732 C592.668,446.245 592.889,445.758 593.110,445.271 C593.309,444.627 593.507,443.982 593.705,443.336 C593.812,443.092 593.918,442.852 594.024,442.608 C594.787,439.575 596.094,436.683 596.389,433.527 L596.389,433.527 C598.174,427.270 599.232,420.907 599.175,414.385 C600.000,411.999 599.572,409.516 599.748,407.078 C599.748,407.078 599.747,407.078 599.747,407.078 C599.747,407.078 599.747,407.078 599.748,407.078 C599.760,405.299 599.773,403.522 599.785,401.742 C599.531,398.474 599.278,395.210 599.025,391.945 C599.010,391.772 598.976,391.602 598.922,391.436 C598.922,391.436 598.922,391.436 598.922,391.436 C598.557,387.636 598.391,383.802 597.041,380.167 L597.042,380.167 C597.486,377.554 595.784,375.449 595.367,373.039 L595.367,373.039 C595.367,373.039 595.367,373.039 595.367,373.039 C595.539,372.982 595.711,372.922 595.881,372.858 C595.307,371.072 594.734,369.285 594.161,367.499 C594.046,367.140 593.931,366.783 593.816,366.426 C593.013,363.924 592.211,361.424 591.407,358.922 C591.235,358.977 591.063,359.032 590.890,359.085 Z'/%3E%3C/svg%3E");
}
.idx4 .idx4_list .item2 {
  order: 1;
}
.idx4 .idx4_list .item2 .img {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='600px' height='595px'%3E%3Cpath fill-rule='evenodd' fill='rgb(246, 134, 33)' d='M8.895,359.131 C8.907,359.153 8.918,359.177 8.930,359.197 C8.935,359.182 8.941,359.164 8.946,359.150 C8.946,359.150 8.946,359.150 8.946,359.150 L8.946,359.150 C8.946,359.150 8.895,359.131 8.896,359.131 C9.593,357.175 10.014,355.100 11.356,353.422 C11.356,353.422 11.356,353.422 11.356,353.422 C12.358,351.357 13.040,349.132 14.465,347.282 C14.470,347.292 14.472,347.302 14.476,347.313 C14.726,345.766 15.812,344.619 16.428,343.247 C16.428,343.247 16.428,343.247 16.429,343.247 C16.428,343.247 16.428,343.247 16.428,343.247 C16.526,342.201 17.411,341.592 17.826,340.722 C17.827,340.722 17.827,340.722 17.827,340.722 L17.827,340.722 C18.501,339.741 18.832,338.519 19.892,337.812 C20.162,336.860 20.519,335.961 21.324,335.319 C21.324,335.319 21.324,335.319 21.325,335.319 L21.325,335.319 C21.675,334.841 22.025,334.366 22.375,333.891 L22.375,333.891 C22.435,333.711 22.496,333.530 22.556,333.349 C22.556,333.349 22.556,333.349 22.556,333.349 C23.404,331.975 24.187,330.550 25.489,329.523 L25.489,329.523 C28.433,325.481 30.918,321.088 34.623,317.632 C36.217,315.029 38.159,312.718 40.421,310.669 C40.421,310.669 40.421,310.669 40.421,310.669 C40.919,310.203 41.262,309.540 42.024,309.408 L42.036,309.429 C42.037,309.430 42.039,309.428 42.040,309.428 C42.035,309.421 42.029,309.415 42.023,309.408 C42.310,308.678 42.306,307.771 43.225,307.419 C43.225,307.419 43.225,307.419 43.225,307.419 C46.626,302.706 50.823,298.683 54.675,294.364 C57.144,291.595 59.233,288.434 62.414,286.344 C62.414,286.344 62.414,286.344 62.414,286.346 C62.946,285.481 63.380,284.540 64.024,283.770 C67.121,280.074 70.274,276.424 73.407,272.758 C74.252,271.819 75.097,270.880 75.942,269.943 C77.365,268.062 78.789,266.178 80.213,264.294 L80.213,264.294 L80.213,264.294 C82.160,261.507 83.958,258.610 86.288,256.108 C86.288,256.108 86.288,256.108 86.287,256.108 C89.866,249.982 93.838,244.087 97.073,237.762 C97.593,236.742 98.113,235.719 98.632,234.699 C98.633,234.699 98.633,234.699 98.633,234.699 C98.633,234.699 98.633,234.699 98.633,234.699 C99.902,231.960 101.172,229.221 102.441,226.480 C103.863,223.565 104.576,220.337 106.373,217.586 C106.494,217.254 106.616,216.921 106.737,216.589 C107.094,215.518 107.451,214.449 107.807,213.380 C107.807,213.380 107.808,213.380 107.808,213.381 C107.808,213.380 107.808,213.380 107.808,213.380 C108.540,211.632 108.451,209.538 110.017,208.141 L110.017,208.141 C110.830,205.659 111.643,203.174 112.455,200.691 C112.455,200.692 112.455,200.693 112.455,200.693 L112.455,200.693 C114.696,193.715 116.936,186.739 119.177,179.761 C119.635,178.330 120.093,176.900 120.552,175.471 C120.840,174.576 121.128,173.684 121.416,172.790 L121.417,172.790 L121.417,172.790 C121.752,171.713 122.087,170.635 122.421,169.559 C123.275,166.881 124.130,164.204 124.983,161.528 L124.983,161.528 C124.520,160.779 124.895,160.079 125.118,159.382 C128.251,149.602 131.389,139.825 134.531,130.047 C134.756,129.349 134.875,128.570 135.661,128.211 L135.661,128.211 C135.701,128.039 135.760,127.874 135.839,127.719 C136.016,127.184 136.194,126.645 136.371,126.111 C136.371,126.111 136.371,126.111 136.371,126.111 C136.371,126.111 136.371,126.111 136.371,126.111 C137.539,122.337 138.623,118.531 140.525,115.032 C140.525,115.032 140.525,115.032 140.526,115.032 L140.525,115.032 C141.660,110.092 144.195,105.707 146.247,101.158 C148.789,95.521 151.388,89.864 154.954,84.747 C156.492,81.352 158.528,78.273 160.894,75.407 C164.234,70.078 167.947,65.050 172.687,60.855 C175.416,57.644 178.268,54.552 181.532,51.867 C181.533,51.867 181.533,51.867 181.533,51.867 L181.533,51.867 C182.275,51.309 183.018,50.749 183.761,50.191 L183.761,50.191 C184.219,49.218 185.074,48.641 185.870,47.981 C193.369,41.756 201.188,35.962 209.572,30.999 C214.878,27.859 220.119,24.536 225.937,22.338 C225.937,22.338 225.937,22.338 225.938,22.338 L225.938,22.338 C227.516,21.004 229.588,20.770 231.371,19.895 C237.241,16.928 243.400,14.712 249.681,12.808 C249.682,12.808 249.682,12.808 249.682,12.808 L249.682,12.808 C255.141,10.388 260.964,9.166 266.691,7.630 C270.101,7.066 273.322,5.604 276.828,5.494 L276.828,5.494 C277.589,4.990 278.428,4.941 279.298,5.072 C279.299,5.072 279.299,5.072 279.299,5.072 C282.539,3.626 286.078,3.736 289.477,3.109 C291.302,2.901 293.127,2.697 294.954,2.491 C295.372,2.411 295.790,2.333 296.208,2.253 C302.278,1.198 308.413,0.830 314.549,0.464 C315.136,0.446 315.723,0.425 316.310,0.405 L316.311,0.405 C316.310,0.405 316.310,0.405 316.310,0.405 C316.664,0.323 317.017,0.175 317.372,0.168 C330.582,-0.082 343.791,-0.222 356.966,1.072 C357.104,1.208 357.262,1.313 357.427,1.407 C357.271,1.297 357.130,1.175 356.966,1.072 C359.108,2.199 361.601,0.812 363.733,2.010 C363.733,2.010 363.733,2.010 363.733,2.010 C371.134,2.821 378.569,3.371 385.853,5.025 L385.853,5.025 L385.853,5.025 C396.049,6.836 406.155,9.015 416.022,12.205 C416.023,12.205 416.023,12.205 416.023,12.205 C416.022,12.205 416.022,12.205 416.022,12.205 C416.088,12.051 416.156,11.897 416.226,11.743 C422.127,13.635 428.028,15.526 433.929,17.418 C435.180,17.819 436.432,18.221 437.684,18.622 C437.634,18.786 437.587,18.952 437.543,19.118 C437.696,19.211 437.851,19.296 438.009,19.378 L438.009,19.378 L438.009,19.378 C438.906,19.652 439.822,19.875 440.696,20.207 C448.295,23.080 455.705,26.397 463.085,29.784 L463.085,29.784 C463.571,30.117 464.057,30.451 464.543,30.788 C465.393,31.144 466.274,31.444 467.086,31.873 C471.323,34.122 475.542,36.404 479.767,38.675 C481.253,39.544 482.739,40.413 484.225,41.282 C484.225,41.282 484.225,41.282 484.225,41.282 L484.225,41.282 C492.671,46.304 500.776,51.826 508.490,57.914 L508.490,57.914 C509.476,58.958 510.971,59.406 511.741,60.699 C520.517,67.316 528.172,75.129 535.584,83.184 C538.099,85.919 540.812,88.527 542.625,91.845 C547.620,97.067 551.689,102.996 555.615,109.019 C558.723,113.785 562.151,118.373 564.343,123.685 C564.344,123.686 564.344,123.686 564.344,123.688 C564.832,124.251 565.451,124.747 565.788,125.391 C569.517,132.509 573.372,139.565 576.310,147.068 C580.747,156.841 584.605,166.824 587.376,177.210 C589.190,181.620 590.157,186.267 591.222,190.887 L591.222,190.887 L591.222,190.887 C593.185,197.349 594.218,204.014 595.505,210.623 C595.505,210.623 595.505,210.623 595.505,210.623 C596.299,215.767 597.412,220.864 597.689,226.081 C598.073,229.117 598.603,232.142 598.812,235.191 C599.185,240.627 599.955,246.050 599.601,251.522 C599.601,251.522 599.601,251.522 599.601,251.522 C599.687,251.875 599.839,252.224 599.849,252.579 C600.095,261.420 600.087,270.268 599.540,279.093 C599.132,285.665 598.844,292.265 597.471,298.741 C597.471,298.741 597.471,298.741 597.471,298.741 C597.796,299.134 597.741,299.560 597.575,299.993 C597.142,302.801 597.086,305.676 596.133,308.397 C596.329,310.537 595.639,312.559 595.271,314.621 C595.271,314.621 595.271,314.621 595.271,314.621 L595.271,314.621 C594.537,320.058 592.978,325.319 591.879,330.677 C591.879,330.677 591.878,330.677 591.878,330.676 L591.878,330.677 C591.679,331.398 591.479,332.120 591.280,332.841 C591.441,332.907 591.605,332.970 591.770,333.027 C591.253,334.637 590.737,336.245 590.221,337.853 C589.818,339.106 589.417,340.357 589.016,341.607 C586.950,348.045 584.884,354.482 582.818,360.918 C582.302,362.526 581.785,364.137 581.269,365.746 C581.098,365.692 580.926,365.641 580.752,365.597 L580.752,365.597 C580.553,366.113 580.354,366.632 580.156,367.149 C580.156,367.149 580.156,367.149 580.155,367.149 C578.596,370.800 577.037,374.450 575.477,378.100 C575.334,379.304 574.485,380.149 573.929,381.143 C572.186,384.713 570.442,388.282 568.698,391.853 C568.698,391.853 568.698,391.853 568.698,391.853 C568.353,392.344 568.008,392.837 567.663,393.329 L567.663,393.329 C567.664,393.329 567.664,393.329 567.664,393.329 C566.635,396.040 564.847,398.324 563.463,400.834 L563.463,400.834 C559.061,408.263 554.336,415.473 548.930,422.218 C548.223,423.179 547.517,424.139 546.811,425.098 C545.877,426.175 544.944,427.251 544.010,428.329 C543.872,428.770 543.672,429.157 543.166,429.264 L543.166,429.264 C535.633,438.708 527.200,447.254 517.771,454.816 C517.305,455.090 516.838,455.366 516.372,455.640 C515.536,456.744 514.565,457.679 513.207,458.119 C512.668,458.533 512.129,458.950 511.591,459.365 C511.590,459.367 511.590,459.367 511.590,459.367 C509.731,460.916 507.738,462.265 505.582,463.368 C500.726,466.645 495.741,469.701 490.368,472.076 L490.368,472.076 C489.763,472.655 489.058,473.036 488.225,473.161 C486.232,474.509 484.120,475.622 481.837,476.396 C475.050,479.755 468.263,483.116 461.476,486.475 C454.341,490.330 447.338,494.413 440.452,498.698 C440.452,498.698 440.451,498.700 440.451,498.700 C434.959,502.855 429.468,507.007 423.976,511.163 C423.976,511.163 423.976,511.163 423.976,511.163 C420.177,514.256 416.728,517.765 412.701,520.585 C412.484,520.887 412.314,521.247 412.041,521.484 C402.774,529.503 393.991,538.073 384.481,545.816 C384.481,545.816 384.481,545.816 384.481,545.816 C378.959,550.840 373.038,555.360 366.948,559.664 L366.948,559.664 L366.948,559.664 C366.619,560.127 366.166,560.384 365.606,560.457 C365.275,561.194 364.577,561.501 363.957,561.926 C358.696,565.508 353.256,568.798 347.655,571.822 C347.655,571.822 347.655,571.822 347.655,571.822 C342.860,574.985 337.457,576.907 332.284,579.285 C329.238,580.688 326.205,582.197 322.873,582.881 C322.133,583.593 321.154,583.590 320.236,583.768 L320.236,583.768 C320.236,583.768 320.237,583.768 320.237,583.768 C319.839,584.187 319.359,584.418 318.776,584.409 L318.776,584.409 C318.776,584.409 318.776,584.409 318.776,584.410 C310.801,587.270 302.670,589.531 294.286,590.827 L294.286,590.827 C293.107,591.400 291.849,591.524 290.562,591.475 C289.902,591.632 289.241,591.789 288.581,591.943 C286.926,592.219 285.342,592.951 283.607,592.695 C282.199,592.911 280.818,593.359 279.365,593.168 C278.155,593.680 276.897,593.841 275.597,593.695 C274.594,593.843 273.606,594.187 272.575,593.913 C266.966,594.797 261.309,594.857 255.651,594.909 C255.651,594.908 255.651,594.908 255.651,594.906 C255.651,594.908 255.651,594.909 255.652,594.909 C253.522,594.833 251.379,595.217 249.259,594.738 C247.879,595.075 246.509,594.855 245.138,594.661 C245.138,594.661 245.138,594.661 245.138,594.661 C244.337,595.175 243.605,594.603 242.843,594.513 C242.843,594.516 242.843,594.516 242.843,594.516 C232.989,594.558 223.251,593.408 213.574,591.645 C212.131,592.160 210.973,591.133 209.663,590.923 L209.663,590.923 C208.819,591.400 208.082,590.914 207.320,590.660 C205.828,590.373 204.337,590.085 202.845,589.796 C198.635,588.851 194.424,587.906 190.214,586.959 C189.666,586.831 189.118,586.701 188.571,586.572 C188.571,586.572 188.571,586.571 188.570,586.571 C188.570,586.574 188.570,586.574 188.570,586.574 C188.508,586.727 188.450,586.882 188.398,587.039 C187.504,586.752 186.610,586.465 185.716,586.178 C183.212,585.376 180.709,584.573 178.206,583.771 C177.133,583.427 176.060,583.083 174.987,582.739 C173.556,582.280 172.126,581.822 170.695,581.364 C168.907,580.790 167.119,580.218 165.331,579.644 C165.152,579.587 164.973,579.529 164.794,579.472 C162.291,578.670 159.788,577.868 157.284,577.064 C157.324,576.899 157.358,576.733 157.388,576.563 C156.877,576.373 156.365,576.183 155.854,575.992 C155.021,575.901 154.442,575.386 153.898,574.814 L153.898,574.814 L153.898,574.814 C151.688,575.481 150.291,573.677 148.509,573.043 L148.508,573.043 L148.509,573.043 C145.720,572.515 143.308,571.017 140.753,569.923 C136.421,568.065 132.105,566.138 128.023,563.748 C127.797,563.714 127.562,563.612 127.309,563.346 C126.267,562.911 125.006,562.911 124.291,561.827 C122.087,561.082 120.047,560.024 118.177,558.639 C115.498,557.544 112.959,556.196 110.639,554.454 L110.639,554.454 C108.997,553.862 107.513,553.001 106.200,551.848 C105.425,551.567 104.575,551.412 104.114,550.607 C104.114,550.607 104.113,550.607 104.113,550.604 C103.522,550.417 102.880,550.304 102.638,549.604 L102.638,549.604 C102.638,549.604 102.638,549.604 102.638,549.604 C101.758,549.233 100.753,549.080 100.177,548.182 C94.533,545.121 89.288,541.456 84.169,537.603 L84.169,537.603 L84.169,537.603 C78.023,533.528 72.187,529.048 66.599,524.240 C65.793,523.614 64.988,522.987 64.180,522.362 C59.114,518.454 54.800,513.717 50.014,509.499 C48.556,508.595 47.380,507.397 46.389,506.008 C43.273,503.050 39.985,500.253 37.582,496.624 C34.524,494.378 32.434,491.272 30.187,488.306 C26.401,483.763 22.894,479.027 20.104,473.793 C19.949,473.593 19.795,473.393 19.640,473.194 C17.979,470.316 15.917,467.664 14.761,464.504 L14.761,464.504 C14.761,464.504 14.761,464.504 14.761,464.504 C13.291,462.706 12.620,460.534 11.909,458.382 C11.908,458.383 11.907,458.383 11.907,458.383 C10.801,456.683 9.867,454.908 9.555,452.868 C9.555,452.868 9.555,452.868 9.555,452.867 C8.285,451.054 7.661,449.003 7.340,446.843 C7.339,446.843 7.339,446.843 7.339,446.843 C7.117,446.354 6.896,445.867 6.675,445.380 C6.476,444.736 6.277,444.090 6.079,443.443 C5.973,443.199 5.866,442.958 5.760,442.715 C4.997,439.680 3.689,436.786 3.394,433.627 L3.394,433.627 C1.608,427.366 0.550,420.998 0.607,414.470 C-0.219,412.082 0.210,409.598 0.034,407.158 C0.034,407.158 0.034,407.158 0.034,407.158 C0.034,407.158 0.034,407.158 0.034,407.158 C0.021,405.378 0.008,403.600 -0.004,401.819 C0.250,398.549 0.503,395.281 0.757,392.014 C0.772,391.841 0.806,391.672 0.860,391.505 C0.860,391.505 0.860,391.505 0.860,391.505 C1.225,387.703 1.391,383.866 2.741,380.228 L2.740,380.228 C2.297,377.614 3.999,375.506 4.417,373.096 L4.417,373.096 C4.417,373.096 4.417,373.096 4.416,373.096 C4.244,373.036 4.073,372.977 3.902,372.914 C4.476,371.125 5.050,369.338 5.624,367.550 C5.738,367.192 5.853,366.834 5.968,366.476 C6.772,363.973 7.575,361.471 8.378,358.967 C8.551,359.022 8.723,359.078 8.895,359.131 Z'/%3E%3C/svg%3E");
}
.idx4 .idx4_list .item3 {
  order: 4;
}
.idx4 .idx4_list .item3 .img {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='600px' height='595px'%3E%3Cpath fill-rule='evenodd' fill='rgb(246, 134, 33)' d='M590.890,359.085 C590.879,359.108 590.868,359.131 590.856,359.152 C590.851,359.136 590.845,359.119 590.840,359.103 C590.840,359.103 590.840,359.103 590.840,359.103 L590.840,359.103 C590.840,359.103 590.890,359.085 590.890,359.085 C590.194,357.132 589.772,355.058 588.431,353.381 C588.431,353.381 588.431,353.381 588.431,353.381 C587.430,351.317 586.748,349.095 585.324,347.247 C585.318,347.255 585.317,347.264 585.313,347.276 C585.063,345.730 583.978,344.583 583.362,343.213 C583.362,343.213 583.362,343.213 583.361,343.213 C583.361,343.213 583.361,343.213 583.362,343.213 C583.264,342.169 582.379,341.560 581.964,340.690 C581.964,340.690 581.964,340.690 581.963,340.690 L581.963,340.690 C581.290,339.710 580.959,338.488 579.899,337.782 C579.629,336.832 579.273,335.932 578.468,335.290 C578.468,335.290 578.468,335.290 578.468,335.290 L578.468,335.290 C578.117,334.814 577.767,334.340 577.418,333.864 L577.418,333.864 C577.357,333.684 577.297,333.504 577.237,333.324 C577.237,333.324 577.237,333.324 577.237,333.324 C576.389,331.949 575.607,330.526 574.305,329.500 L574.305,329.500 C571.363,325.461 568.879,321.070 565.176,317.617 C563.583,315.017 561.642,312.706 559.382,310.659 C559.381,310.660 559.381,310.660 559.381,310.660 C558.884,310.194 558.541,309.531 557.779,309.401 L557.767,309.420 C557.766,309.421 557.764,309.419 557.763,309.419 C557.768,309.413 557.774,309.406 557.780,309.399 C557.493,308.669 557.498,307.763 556.578,307.412 C556.578,307.412 556.578,307.412 556.579,307.412 C553.180,302.702 548.985,298.682 545.135,294.365 C542.667,291.599 540.579,288.441 537.400,286.352 C537.400,286.352 537.400,286.352 537.400,286.353 C536.868,285.491 536.434,284.549 535.790,283.781 C532.695,280.087 529.544,276.439 526.412,272.776 C525.568,271.838 524.723,270.900 523.879,269.963 C522.456,268.083 521.033,266.201 519.610,264.319 L519.610,264.319 L519.610,264.319 C517.664,261.533 515.867,258.638 513.538,256.139 C513.538,256.139 513.539,256.138 513.539,256.138 C509.962,250.018 505.992,244.126 502.759,237.806 C502.240,236.786 501.719,235.764 501.200,234.745 C501.200,234.745 501.200,234.745 501.199,234.745 C501.200,234.745 501.200,234.745 501.200,234.745 C499.931,232.008 498.662,229.270 497.393,226.533 C495.972,223.621 495.260,220.394 493.463,217.645 C493.342,217.314 493.220,216.980 493.100,216.648 C492.743,215.579 492.386,214.509 492.030,213.443 C492.030,213.443 492.030,213.443 492.030,213.443 C492.030,213.443 492.030,213.443 492.030,213.443 C491.298,211.695 491.386,209.602 489.821,208.206 L489.821,208.206 C489.009,205.726 488.197,203.244 487.384,200.762 C487.384,200.762 487.385,200.764 487.385,200.764 L487.385,200.764 C485.145,193.791 482.906,186.820 480.667,179.847 C480.208,178.419 479.750,176.989 479.292,175.561 C479.004,174.667 478.716,173.775 478.428,172.881 C478.428,172.881 478.428,172.881 478.428,172.881 L478.428,172.881 C478.093,171.805 477.758,170.729 477.424,169.652 C476.570,166.976 475.716,164.300 474.863,161.627 L474.863,161.627 C475.326,160.881 474.951,160.180 474.728,159.484 C471.597,149.710 468.461,139.940 465.320,130.170 C465.096,129.472 464.977,128.694 464.190,128.335 L464.190,128.335 C464.150,128.164 464.092,127.999 464.013,127.844 C463.836,127.309 463.658,126.771 463.481,126.237 C463.481,126.237 463.481,126.237 463.481,126.237 C463.481,126.237 463.481,126.237 463.481,126.237 C462.314,122.466 461.230,118.663 459.329,115.165 C459.329,115.165 459.329,115.165 459.329,115.165 L459.329,115.165 C458.195,110.230 455.661,105.848 453.610,101.302 C451.070,95.669 448.472,90.016 444.908,84.904 C443.370,81.511 441.336,78.435 438.971,75.570 C435.633,70.245 431.922,65.221 427.184,61.028 C424.457,57.820 421.607,54.732 418.344,52.048 C418.343,52.048 418.343,52.048 418.343,52.048 L418.343,52.048 C417.601,51.489 416.859,50.931 416.116,50.372 L416.116,50.372 C415.659,49.401 414.803,48.823 414.008,48.164 C406.513,41.944 398.698,36.154 390.319,31.195 C385.015,28.057 379.777,24.737 373.962,22.539 C373.962,22.539 373.961,22.540 373.961,22.540 L373.961,22.540 C372.384,21.208 370.313,20.974 368.531,20.099 C362.664,17.136 356.508,14.920 350.230,13.017 C350.230,13.017 350.230,13.017 350.229,13.017 L350.229,13.017 C344.774,10.600 338.953,9.379 333.229,7.843 C329.821,7.281 326.602,5.820 323.098,5.709 L323.098,5.709 C322.337,5.205 321.499,5.156 320.628,5.288 C320.628,5.288 320.628,5.288 320.628,5.288 C317.390,3.842 313.852,3.951 310.455,3.325 C308.631,3.118 306.806,2.914 304.981,2.708 C304.563,2.628 304.145,2.550 303.727,2.470 C297.661,1.416 291.529,1.048 285.396,0.682 C284.810,0.664 284.222,0.643 283.635,0.624 L283.635,0.624 C283.635,0.624 283.636,0.624 283.636,0.624 C283.282,0.542 282.930,0.394 282.575,0.387 C269.371,0.137 256.169,-0.003 243.001,1.290 C242.863,1.425 242.705,1.531 242.540,1.625 C242.696,1.515 242.837,1.392 243.001,1.290 C240.860,2.416 238.369,1.030 236.238,2.228 C236.238,2.228 236.238,2.228 236.237,2.228 C228.841,3.038 221.410,3.587 214.129,5.240 L214.129,5.240 L214.129,5.240 C203.939,7.049 193.837,9.228 183.975,12.415 C183.975,12.415 183.975,12.415 183.975,12.415 C183.975,12.415 183.976,12.415 183.976,12.415 C183.910,12.261 183.842,12.106 183.772,11.954 C177.874,13.844 171.976,15.734 166.079,17.624 C164.828,18.025 163.577,18.426 162.326,18.827 C162.375,18.992 162.422,19.158 162.466,19.324 C162.314,19.415 162.158,19.502 162.000,19.584 L162.000,19.584 L162.000,19.584 C161.104,19.856 160.189,20.080 159.315,20.411 C151.720,23.282 144.314,26.596 136.938,29.980 L136.938,29.980 C136.452,30.315 135.966,30.648 135.480,30.984 C134.631,31.340 133.750,31.639 132.939,32.068 C128.704,34.316 124.487,36.596 120.264,38.865 C118.779,39.734 117.294,40.602 115.808,41.470 C115.808,41.470 115.808,41.470 115.808,41.470 L115.808,41.470 C107.367,46.489 99.267,52.006 91.556,58.091 L91.556,58.091 C90.571,59.133 89.077,59.581 88.307,60.874 C79.536,67.486 71.884,75.293 64.476,83.343 C61.963,86.075 59.251,88.681 57.439,91.997 C52.447,97.215 48.380,103.139 44.456,109.158 C41.349,113.920 37.923,118.505 35.732,123.813 C35.731,123.814 35.731,123.814 35.731,123.816 C35.243,124.379 34.624,124.873 34.288,125.517 C30.561,132.631 26.708,139.683 23.771,147.177 C19.337,156.944 15.481,166.920 12.711,177.298 C10.898,181.705 9.932,186.349 8.867,190.965 L8.867,190.965 L8.867,190.965 C6.905,197.423 5.873,204.082 4.586,210.687 C4.586,210.687 4.586,210.687 4.587,210.687 C3.793,215.828 2.681,220.921 2.404,226.133 C2.019,229.167 1.490,232.190 1.282,235.237 C0.908,240.670 0.138,246.088 0.493,251.556 C0.493,251.556 0.493,251.556 0.493,251.556 C0.407,251.908 0.254,252.257 0.245,252.612 C-0.001,261.447 0.007,270.287 0.554,279.107 C0.961,285.674 1.249,292.269 2.622,298.740 C2.622,298.740 2.622,298.740 2.622,298.740 C2.297,299.133 2.352,299.558 2.518,299.991 C2.950,302.797 3.006,305.671 3.959,308.390 C3.763,310.528 4.452,312.547 4.820,314.609 C4.820,314.609 4.820,314.609 4.820,314.609 L4.820,314.609 C5.554,320.040 7.112,325.298 8.211,330.653 C8.211,330.653 8.211,330.653 8.211,330.652 L8.211,330.653 C8.410,331.372 8.610,332.095 8.810,332.815 C8.648,332.882 8.485,332.944 8.320,333.002 C8.836,334.609 9.352,336.217 9.868,337.823 C10.270,339.076 10.671,340.326 11.072,341.575 C13.137,348.008 15.202,354.441 17.266,360.872 C17.782,362.479 18.299,364.088 18.815,365.696 C18.986,365.641 19.158,365.591 19.332,365.547 L19.332,365.547 C19.531,366.063 19.730,366.582 19.928,367.098 C19.928,367.098 19.928,367.098 19.928,367.098 C21.487,370.745 23.045,374.393 24.604,378.040 C24.747,379.245 25.595,380.088 26.151,381.081 C27.894,384.649 29.637,388.216 31.379,391.784 L31.379,391.784 C31.724,392.273 32.069,392.767 32.413,393.259 L32.413,393.259 C32.413,393.259 32.413,393.259 32.413,393.259 C33.441,395.967 35.228,398.250 36.612,400.759 L36.612,400.759 C41.011,408.181 45.734,415.386 51.137,422.127 C51.843,423.086 52.550,424.046 53.256,425.004 C54.189,426.081 55.121,427.155 56.055,428.232 C56.193,428.674 56.393,429.059 56.898,429.167 L56.898,429.167 C64.427,438.605 72.856,447.144 82.280,454.699 C82.746,454.973 83.212,455.250 83.678,455.524 C84.514,456.627 85.484,457.559 86.842,458.000 C87.380,458.415 87.918,458.832 88.457,459.246 C88.457,459.249 88.458,459.248 88.458,459.248 C90.316,460.796 92.307,462.144 94.463,463.246 C99.316,466.521 104.298,469.575 109.668,471.948 L109.668,471.948 C110.274,472.526 110.978,472.907 111.811,473.032 C113.802,474.379 115.913,475.492 118.195,476.263 C124.978,479.620 131.762,482.979 138.546,486.336 C145.676,490.190 152.677,494.268 159.559,498.550 C159.559,498.550 159.560,498.552 159.560,498.552 C165.049,502.703 170.537,506.852 176.026,511.005 C176.026,511.005 176.026,511.005 176.026,511.005 C179.823,514.097 183.270,517.603 187.295,520.422 C187.512,520.722 187.682,521.082 187.955,521.319 C197.217,529.333 205.995,537.896 215.500,545.633 C215.500,545.633 215.500,545.633 215.501,545.633 C221.020,550.654 226.938,555.171 233.024,559.472 L233.024,559.472 L233.024,559.472 C233.353,559.934 233.806,560.191 234.365,560.264 C234.697,560.1000 235.394,561.308 236.013,561.730 C241.272,565.311 246.709,568.599 252.307,571.620 C252.307,571.620 252.307,571.620 252.307,571.620 C257.099,574.780 262.500,576.702 267.670,579.078 C270.714,580.480 273.746,581.987 277.077,582.672 C277.816,583.383 278.794,583.380 279.712,583.557 L279.712,583.557 C279.712,583.557 279.712,583.557 279.711,583.557 C280.108,583.976 280.588,584.207 281.172,584.198 L281.172,584.198 C281.172,584.198 281.172,584.198 281.171,584.198 C289.142,587.056 297.269,589.315 305.649,590.611 L305.649,590.611 C306.827,591.184 308.084,591.308 309.371,591.259 C310.031,591.416 310.691,591.572 311.350,591.727 C313.004,592.003 314.588,592.734 316.322,592.478 C317.729,592.695 319.110,593.141 320.562,592.949 C321.771,593.462 323.028,593.623 324.328,593.478 C325.330,593.625 326.317,593.968 327.348,593.696 C332.955,594.579 338.609,594.638 344.263,594.690 C344.263,594.690 344.264,594.690 344.263,594.688 C344.264,594.690 344.263,594.690 344.263,594.691 C346.392,594.614 348.534,594.999 350.652,594.519 C352.032,594.857 353.400,594.636 354.771,594.443 C354.771,594.443 354.771,594.443 354.771,594.443 C355.572,594.957 356.303,594.384 357.064,594.294 C357.065,594.297 357.065,594.297 357.065,594.297 C366.914,594.340 376.646,593.190 386.318,591.428 C387.761,591.943 388.918,590.918 390.227,590.709 L390.227,590.709 C391.072,591.185 391.807,590.699 392.570,590.445 C394.060,590.158 395.551,589.869 397.041,589.582 C401.250,588.638 405.458,587.693 409.666,586.746 C410.214,586.618 410.761,586.489 411.309,586.359 L411.309,586.358 C411.310,586.361 411.309,586.361 411.309,586.361 C411.372,586.515 411.429,586.669 411.482,586.825 C412.375,586.539 413.269,586.253 414.162,585.966 C416.664,585.164 419.167,584.362 421.668,583.560 C422.741,583.217 423.813,582.872 424.886,582.530 C426.315,582.071 427.745,581.613 429.175,581.154 C430.962,580.582 432.749,580.009 434.536,579.437 C434.715,579.379 434.894,579.322 435.073,579.265 C437.575,578.464 440.077,577.661 442.579,576.859 C442.539,576.694 442.505,576.527 442.476,576.358 C442.986,576.168 443.497,575.978 444.008,575.788 C444.841,575.696 445.419,575.181 445.964,574.610 L445.964,574.610 L445.964,574.610 C448.173,575.276 449.569,573.473 451.350,572.840 L451.350,572.840 L451.350,572.840 C454.137,572.313 456.548,570.816 459.101,569.723 C463.432,567.867 467.745,565.940 471.824,563.552 C472.051,563.518 472.286,563.416 472.539,563.150 C473.580,562.716 474.840,562.716 475.555,561.632 C477.757,560.889 479.796,559.830 481.666,558.448 C484.344,557.353 486.881,556.006 489.200,554.266 L489.199,554.266 C490.841,553.674 492.324,552.813 493.637,551.662 C494.411,551.380 495.260,551.226 495.721,550.421 C495.722,550.421 495.723,550.421 495.723,550.418 C496.313,550.231 496.955,550.120 497.197,549.418 L497.197,549.418 C497.197,549.418 497.197,549.418 497.197,549.418 C498.076,549.048 499.081,548.894 499.656,547.999 C505.297,544.939 510.540,541.277 515.657,537.426 L515.657,537.426 L515.657,537.426 C521.799,533.355 527.632,528.877 533.217,524.073 C534.023,523.448 534.827,522.821 535.635,522.196 C540.698,518.291 545.010,513.558 549.793,509.342 C551.250,508.440 552.426,507.243 553.416,505.856 C556.531,502.899 559.817,500.104 562.218,496.478 C565.275,494.234 567.364,491.130 569.610,488.165 C573.394,483.625 576.899,478.894 579.687,473.663 C579.842,473.464 579.996,473.263 580.151,473.064 C581.812,470.189 583.873,467.539 585.027,464.381 L585.027,464.381 C585.028,464.381 585.028,464.381 585.028,464.381 C586.497,462.584 587.167,460.413 587.879,458.263 C587.880,458.265 587.880,458.265 587.880,458.265 C588.986,456.566 589.920,454.792 590.231,452.754 L590.232,452.754 C591.501,450.942 592.124,448.892 592.446,446.732 C592.446,446.732 592.446,446.732 592.446,446.732 C592.668,446.245 592.889,445.757 593.110,445.271 C593.309,444.627 593.507,443.982 593.705,443.336 C593.812,443.092 593.918,442.851 594.024,442.608 C594.787,439.575 596.094,436.683 596.389,433.527 L596.389,433.527 C598.174,427.269 599.232,420.907 599.175,414.385 C600.000,411.999 599.572,409.516 599.748,407.078 C599.748,407.078 599.747,407.078 599.747,407.078 C599.747,407.078 599.747,407.078 599.748,407.078 C599.760,405.298 599.773,403.520 599.785,401.743 C599.531,398.475 599.278,395.209 599.025,391.944 C599.010,391.771 598.976,391.602 598.922,391.436 C598.922,391.436 598.922,391.436 598.922,391.436 C598.557,387.637 598.391,383.803 597.041,380.168 L597.042,380.167 C597.486,377.554 595.784,375.448 595.367,373.040 L595.367,373.040 C595.367,373.040 595.367,373.040 595.367,373.040 C595.539,372.982 595.711,372.922 595.881,372.858 C595.307,371.071 594.734,369.285 594.161,367.499 C594.046,367.141 593.931,366.784 593.816,366.425 C593.013,363.923 592.211,361.424 591.407,358.922 C591.235,358.978 591.063,359.032 590.890,359.085 Z'/%3E%3C/svg%3E");
}
.idx4 .idx4_list .item4 {
  order: 3;
}
.idx4 .idx4_list .item4 .img {
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='600px' height='595px'%3E%3Cpath fill-rule='evenodd' fill='rgb(246, 134, 33)' d='M8.895,359.131 C8.907,359.153 8.918,359.176 8.930,359.197 C8.935,359.182 8.941,359.164 8.946,359.149 C8.946,359.149 8.946,359.149 8.946,359.149 L8.946,359.149 C8.946,359.149 8.895,359.131 8.896,359.131 C9.593,357.175 10.014,355.100 11.356,353.421 C11.356,353.422 11.356,353.422 11.356,353.422 C12.358,351.357 13.040,349.133 14.465,347.283 C14.470,347.291 14.472,347.301 14.476,347.313 C14.726,345.766 15.812,344.618 16.428,343.246 C16.428,343.246 16.428,343.246 16.429,343.247 C16.428,343.246 16.428,343.246 16.428,343.246 C16.526,342.201 17.411,341.592 17.826,340.721 C17.827,340.722 17.827,340.722 17.827,340.722 L17.827,340.722 C18.501,339.742 18.832,338.519 19.892,337.811 C20.162,336.861 20.519,335.960 21.324,335.319 C21.324,335.319 21.324,335.319 21.325,335.319 L21.325,335.319 C21.675,334.842 22.025,334.366 22.375,333.891 L22.375,333.891 C22.435,333.711 22.496,333.530 22.556,333.350 C22.556,333.350 22.556,333.350 22.556,333.350 C23.404,331.974 24.187,330.551 25.489,329.523 L25.489,329.523 C28.433,325.482 30.918,321.087 34.623,317.631 C36.217,315.030 38.159,312.717 40.421,310.669 C40.421,310.669 40.421,310.669 40.421,310.669 C40.919,310.203 41.262,309.539 42.024,309.410 L42.036,309.429 C42.037,309.430 42.039,309.428 42.040,309.428 C42.035,309.422 42.029,309.415 42.023,309.409 C42.310,308.677 42.306,307.770 43.225,307.419 C43.225,307.419 43.225,307.419 43.225,307.419 C46.626,302.705 50.823,298.683 54.675,294.363 C57.144,291.595 59.233,288.434 62.414,286.343 C62.414,286.344 62.414,286.344 62.414,286.345 C62.946,285.481 63.380,284.539 64.024,283.771 C67.121,280.074 70.274,276.424 73.407,272.757 C74.252,271.820 75.097,270.880 75.942,269.943 C77.365,268.061 78.789,266.178 80.213,264.294 L80.213,264.294 L80.213,264.294 C82.160,261.507 83.958,258.609 86.288,256.108 C86.288,256.108 86.288,256.108 86.287,256.108 C89.866,249.983 93.838,244.087 97.073,237.761 C97.593,236.742 98.113,235.719 98.632,234.699 C98.633,234.699 98.633,234.699 98.633,234.699 C98.633,234.699 98.633,234.699 98.633,234.699 C99.902,231.960 101.172,229.220 102.441,226.481 C103.863,223.566 104.576,220.337 106.373,217.587 C106.494,217.254 106.616,216.920 106.737,216.589 C107.094,215.519 107.451,214.448 107.807,213.380 C107.807,213.380 107.808,213.380 107.808,213.381 C107.808,213.380 107.808,213.380 107.808,213.380 C108.540,211.631 108.451,209.538 110.017,208.141 L110.017,208.141 C110.830,205.659 111.643,203.175 112.455,200.691 C112.455,200.691 112.455,200.693 112.455,200.693 L112.455,200.693 C114.696,193.714 116.936,186.739 119.177,179.761 C119.635,178.330 120.093,176.900 120.552,175.471 C120.840,174.577 121.128,173.684 121.416,172.789 L121.417,172.789 L121.417,172.789 C121.752,171.712 122.087,170.635 122.421,169.559 C123.275,166.881 124.130,164.203 124.983,161.528 L124.983,161.528 C124.520,160.780 124.895,160.079 125.118,159.383 C128.251,149.602 131.389,139.825 134.531,130.046 C134.756,129.348 134.875,128.570 135.661,128.211 L135.661,128.211 C135.701,128.038 135.760,127.874 135.839,127.719 C136.016,127.183 136.194,126.646 136.371,126.110 C136.371,126.110 136.371,126.110 136.371,126.110 C136.371,126.110 136.371,126.110 136.371,126.110 C137.539,122.337 138.623,118.531 140.525,115.033 C140.525,115.033 140.525,115.033 140.526,115.033 L140.525,115.033 C141.660,110.092 144.195,105.707 146.247,101.157 C148.789,95.520 151.388,89.863 154.954,84.747 C156.492,81.352 158.528,78.274 160.894,75.406 C164.234,70.078 167.947,65.050 172.687,60.855 C175.416,57.645 178.268,54.552 181.532,51.867 C181.533,51.867 181.533,51.867 181.533,51.868 L181.533,51.868 C182.275,51.308 183.018,50.749 183.761,50.190 L183.761,50.190 C184.219,49.218 185.074,48.640 185.870,47.981 C193.369,41.756 201.188,35.962 209.572,30.998 C214.878,27.858 220.119,24.536 225.937,22.337 C225.937,22.337 225.937,22.337 225.938,22.337 L225.938,22.337 C227.516,21.005 229.588,20.770 231.371,19.895 C237.241,16.928 243.400,14.712 249.681,12.809 C249.682,12.809 249.682,12.809 249.682,12.809 L249.682,12.809 C255.141,10.389 260.964,9.168 266.691,7.630 C270.101,7.066 273.322,5.605 276.828,5.494 L276.828,5.495 C277.589,4.989 278.428,4.941 279.298,5.073 C279.299,5.073 279.299,5.073 279.299,5.073 C282.539,3.626 286.078,3.736 289.477,3.109 C291.302,2.903 293.127,2.697 294.954,2.491 C295.372,2.410 295.790,2.333 296.208,2.253 C302.278,1.199 308.413,0.831 314.549,0.465 C315.136,0.445 315.723,0.424 316.310,0.406 L316.311,0.406 C316.310,0.406 316.310,0.406 316.310,0.406 C316.664,0.325 317.017,0.175 317.372,0.168 C330.582,-0.082 343.791,-0.222 356.966,1.072 C357.104,1.208 357.262,1.314 357.427,1.407 C357.271,1.298 357.130,1.174 356.966,1.072 C359.108,2.199 361.601,0.812 363.733,2.011 C363.733,2.011 363.733,2.011 363.733,2.011 C371.134,2.821 378.569,3.370 385.853,5.026 L385.853,5.026 L385.853,5.026 C396.049,6.836 406.155,9.016 416.022,12.206 C416.023,12.206 416.023,12.206 416.023,12.206 C416.022,12.206 416.022,12.206 416.022,12.206 C416.088,12.051 416.156,11.897 416.226,11.744 C422.127,13.635 428.028,15.527 433.929,17.419 C435.180,17.819 436.432,18.221 437.684,18.622 C437.634,18.786 437.587,18.952 437.543,19.119 C437.696,19.211 437.851,19.296 438.009,19.378 L438.009,19.378 L438.009,19.378 C438.906,19.652 439.822,19.876 440.696,20.206 C448.295,23.081 455.705,26.397 463.085,29.784 L463.085,29.784 C463.571,30.118 464.057,30.452 464.543,30.788 C465.393,31.145 466.274,31.444 467.086,31.873 C471.323,34.122 475.542,36.403 479.767,38.675 C481.253,39.544 482.739,40.413 484.225,41.282 C484.225,41.282 484.225,41.282 484.225,41.282 L484.225,41.282 C492.671,46.305 500.776,51.826 508.490,57.915 L508.490,57.915 C509.476,58.957 510.971,59.405 511.741,60.699 C520.517,67.316 528.172,75.129 535.584,83.185 C538.099,85.920 540.812,88.527 542.625,91.845 C547.620,97.068 551.689,102.996 555.615,109.019 C558.723,113.785 562.151,118.373 564.343,123.685 C564.344,123.686 564.344,123.686 564.344,123.689 C564.832,124.251 565.451,124.746 565.788,125.390 C569.517,132.509 573.372,139.566 576.310,147.068 C580.747,156.841 584.605,166.824 587.376,177.210 C589.190,181.619 590.157,186.268 591.222,190.887 L591.222,190.887 L591.222,190.887 C593.185,197.348 594.218,204.015 595.505,210.623 C595.505,210.623 595.505,210.623 595.505,210.623 C596.299,215.767 597.412,220.864 597.689,226.080 C598.073,229.118 598.603,232.141 598.812,235.192 C599.185,240.627 599.955,246.049 599.601,251.521 C599.601,251.521 599.601,251.521 599.601,251.521 C599.687,251.874 599.839,252.224 599.849,252.578 C600.095,261.419 600.087,270.268 599.540,279.094 C599.132,285.664 598.844,292.265 597.471,298.741 C597.471,298.741 597.471,298.741 597.471,298.741 C597.796,299.135 597.741,299.560 597.575,299.992 C597.142,302.800 597.086,305.677 596.133,308.398 C596.329,310.538 595.639,312.558 595.271,314.621 C595.271,314.621 595.271,314.621 595.271,314.621 L595.271,314.621 C594.537,320.058 592.978,325.319 591.879,330.677 C591.879,330.677 591.878,330.677 591.878,330.676 L591.878,330.677 C591.679,331.397 591.479,332.121 591.280,332.842 C591.441,332.908 591.605,332.970 591.770,333.027 C591.253,334.636 590.737,336.245 590.221,337.854 C589.818,339.106 589.417,340.357 589.016,341.608 C586.950,348.045 584.884,354.482 582.818,360.918 C582.302,362.526 581.785,364.137 581.269,365.747 C581.098,365.691 580.926,365.641 580.752,365.597 L580.752,365.597 C580.553,366.113 580.354,366.633 580.156,367.149 C580.156,367.149 580.156,367.149 580.155,367.149 C578.596,370.799 577.037,374.449 575.477,378.100 C575.334,379.304 574.485,380.149 573.929,381.143 C572.186,384.713 570.442,388.283 568.698,391.852 C568.698,391.852 568.698,391.852 568.698,391.852 C568.353,392.344 568.008,392.838 567.663,393.328 L567.663,393.328 C567.664,393.328 567.664,393.328 567.664,393.328 C566.635,396.039 564.847,398.324 563.463,400.834 L563.463,400.834 C559.061,408.262 554.336,415.473 548.930,422.219 C548.223,423.179 547.517,424.140 546.811,425.098 C545.877,426.175 544.944,427.251 544.010,428.329 C543.872,428.771 543.672,429.156 543.166,429.264 L543.166,429.264 C535.633,438.708 527.200,447.255 517.771,454.815 C517.305,455.090 516.838,455.366 516.372,455.640 C515.536,456.745 514.565,457.678 513.207,458.119 C512.668,458.534 512.129,458.951 511.591,459.365 C511.590,459.368 511.590,459.368 511.590,459.368 C509.731,460.916 507.738,462.266 505.582,463.368 C500.726,466.646 495.741,469.702 490.368,472.077 L490.368,472.077 C489.763,472.655 489.058,473.036 488.225,473.161 C486.232,474.508 484.120,475.623 481.837,476.395 C475.050,479.754 468.263,483.115 461.476,486.475 C454.341,490.331 447.338,494.412 440.452,498.697 C440.452,498.697 440.451,498.700 440.451,498.699 C434.959,502.856 429.468,507.008 423.976,511.162 C423.976,511.162 423.976,511.162 423.976,511.162 C420.177,514.255 416.728,517.764 412.701,520.586 C412.484,520.887 412.314,521.246 412.041,521.484 C402.774,529.503 393.991,538.072 384.481,545.816 C384.481,545.816 384.481,545.816 384.481,545.816 C378.959,550.840 373.038,555.359 366.948,559.665 L366.948,559.665 L366.948,559.665 C366.619,560.128 366.166,560.384 365.606,560.457 C365.275,561.194 364.577,561.503 363.957,561.925 C358.696,565.508 353.256,568.798 347.655,571.822 C347.655,571.822 347.655,571.822 347.655,571.822 C342.860,574.985 337.457,576.907 332.284,579.286 C329.238,580.688 326.205,582.197 322.873,582.882 C322.133,583.593 321.154,583.589 320.236,583.768 L320.236,583.768 C320.236,583.768 320.237,583.768 320.237,583.768 C319.839,584.187 319.359,584.418 318.776,584.409 L318.776,584.409 C318.776,584.409 318.776,584.409 318.776,584.409 C310.801,587.269 302.670,589.530 294.286,590.827 L294.286,590.827 C293.107,591.401 291.849,591.524 290.562,591.475 C289.902,591.632 289.241,591.788 288.581,591.943 C286.926,592.219 285.342,592.951 283.607,592.696 C282.199,592.911 280.818,593.359 279.365,593.167 C278.155,593.680 276.897,593.841 275.597,593.696 C274.594,593.844 273.606,594.186 272.575,593.914 C266.966,594.798 261.309,594.858 255.651,594.909 C255.651,594.909 255.651,594.909 255.651,594.907 C255.651,594.909 255.651,594.909 255.652,594.910 C253.522,594.833 251.379,595.217 249.259,594.738 C247.879,595.076 246.509,594.856 245.138,594.661 C245.138,594.661 245.138,594.661 245.138,594.661 C244.337,595.174 243.605,594.604 242.843,594.513 C242.843,594.515 242.843,594.515 242.843,594.515 C232.989,594.558 223.251,593.409 213.574,591.644 C212.131,592.160 210.973,591.134 209.663,590.924 L209.663,590.924 C208.819,591.402 208.082,590.915 207.320,590.660 C205.828,590.372 204.337,590.085 202.845,589.797 C198.635,588.851 194.424,587.907 190.214,586.959 C189.666,586.831 189.118,586.702 188.571,586.572 C188.571,586.572 188.571,586.571 188.570,586.571 C188.570,586.574 188.570,586.574 188.570,586.574 C188.508,586.727 188.450,586.882 188.398,587.039 C187.504,586.752 186.610,586.465 185.716,586.178 C183.212,585.376 180.709,584.573 178.206,583.771 C177.133,583.427 176.060,583.083 174.987,582.740 C173.556,582.281 172.126,581.822 170.695,581.364 C168.907,580.790 167.119,580.217 165.331,579.644 C165.152,579.586 164.973,579.529 164.794,579.473 C162.291,578.670 159.788,577.867 157.284,577.064 C157.324,576.899 157.358,576.732 157.388,576.563 C156.877,576.372 156.365,576.183 155.854,575.992 C155.021,575.900 154.442,575.386 153.898,574.814 L153.898,574.814 L153.898,574.814 C151.688,575.480 150.291,573.677 148.509,573.043 L148.508,573.043 L148.509,573.043 C145.720,572.515 143.308,571.017 140.753,569.923 C136.421,568.065 132.105,566.137 128.023,563.748 C127.797,563.714 127.562,563.612 127.309,563.347 C126.267,562.911 125.006,562.911 124.291,561.827 C122.087,561.082 120.047,560.025 118.177,558.639 C115.498,557.545 112.959,556.196 110.639,554.454 L110.639,554.454 C108.997,553.862 107.513,553.001 106.200,551.848 C105.425,551.566 104.575,551.413 104.114,550.607 C104.114,550.607 104.113,550.607 104.113,550.605 C103.522,550.418 102.880,550.306 102.638,549.604 L102.638,549.604 C102.638,549.604 102.638,549.604 102.638,549.604 C101.758,549.233 100.753,549.079 100.177,548.182 C94.533,545.121 89.288,541.456 84.169,537.603 L84.169,537.603 L84.169,537.603 C78.023,533.528 72.187,529.047 66.599,524.240 C65.793,523.614 64.988,522.987 64.180,522.362 C59.114,518.453 54.800,513.716 50.014,509.499 C48.556,508.596 47.380,507.398 46.389,506.009 C43.273,503.050 39.985,500.253 37.582,496.625 C34.524,494.379 32.434,491.271 30.187,488.305 C26.401,483.762 22.894,479.026 20.104,473.793 C19.949,473.593 19.795,473.392 19.640,473.194 C17.979,470.316 15.917,467.665 14.761,464.503 L14.761,464.503 C14.761,464.503 14.761,464.503 14.761,464.503 C13.291,462.705 12.620,460.534 11.909,458.381 C11.908,458.383 11.907,458.383 11.907,458.383 C10.801,456.683 9.867,454.908 9.555,452.868 C9.555,452.868 9.555,452.868 9.555,452.868 C8.285,451.054 7.661,449.004 7.340,446.842 C7.339,446.842 7.339,446.842 7.339,446.842 C7.117,446.354 6.896,445.867 6.675,445.379 C6.476,444.735 6.277,444.089 6.079,443.443 C5.973,443.199 5.866,442.958 5.760,442.715 C4.997,439.680 3.689,436.785 3.394,433.627 L3.394,433.627 C1.608,427.365 0.550,420.998 0.607,414.471 C-0.219,412.082 0.210,409.598 0.034,407.159 C0.034,407.159 0.034,407.159 0.034,407.159 C0.034,407.159 0.034,407.159 0.034,407.159 C0.021,405.378 0.008,403.600 -0.004,401.818 C0.250,398.549 0.503,395.282 0.757,392.015 C0.772,391.841 0.806,391.671 0.860,391.505 C0.860,391.505 0.860,391.505 0.860,391.505 C1.225,387.704 1.391,383.866 2.741,380.228 L2.740,380.228 C2.297,377.613 3.999,375.506 4.417,373.095 L4.417,373.095 C4.417,373.095 4.417,373.095 4.416,373.095 C4.244,373.038 4.073,372.977 3.902,372.913 C4.476,371.125 5.050,369.338 5.624,367.550 C5.738,367.192 5.853,366.834 5.968,366.476 C6.772,363.973 7.575,361.471 8.378,358.967 C8.551,359.023 8.723,359.078 8.895,359.131 Z'/%3E%3C/svg%3E");
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx4 .idx4_list {
    padding: 0 40px;
  }
  .idx4 .idx4_list .item .num {
    font-size: 68px;
  }
  .idx4 .idx4_list .item2 .num,
  .idx4 .idx4_list .item4 .num {
    left: 0.1em;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx4 {
    padding-bottom: 60px;
  }
  .idx4 h3 {
    font-size: 32px;
  }
  .idx4 .idx4_list .item .num {
    font-size: 5vw;
  }
  .idx4 .idx4_list .item .ttl01 {
    letter-spacing: 0;
    font-size: 20px;
  }
}

.idx5 {
  padding: 108px 0 109px;
  background-image: url(../images/idx5_bg.jpg);
  background-position: top left;
}
.idx5 h3 .en {
  color: #bfd529;
}
.idx5 h3.border::after {
  background-color: #bfd529;
}
.idx5 .idx5_banner,
.idx5 .idx5_ul {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}
.idx5 .idx5_ul {
  margin-top: 47px;
  background-color: #fff;
  border-radius: 60px;
  padding: 68px 160px 69px;
  box-shadow: 9.899px 9.899px 0px 0px rgba(191, 213, 41, 0.25);
}
.idx5 .idx5_ul li {
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}
.idx5 .idx5_ul li::before {
  content: "";
  min-width: 11px;
  min-height: 11px;
  border-radius: 50%;
  background-color: #f68621;
  margin-right: 0.7778em;
  position: relative;
  top: 0.5em;
}
.idx5 .idx5_ul li:not(:last-child) {
  margin-bottom: 25px;
}
.idx5 .idx5_banner {
  position: relative;
  z-index: 1;
}
.idx5 .idx5_banner::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx5_banner_pattern.png) no-repeat bottom right/contain;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0.875em;
  left: 0.9375em;
}
.idx5 .idx5_banner .idx5_banner_box {
  background-color: #f68621;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 50px;
  padding: 2.125em 0 2.314em;
  position: relative;
  z-index: 1;
}
.idx5 .idx5_banner .idx5_banner_box::before, .idx5 .idx5_banner .idx5_banner_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16.25em;
  height: 16.25em;
}
.idx5 .idx5_banner .idx5_banner_box::before {
  background-image: url(../images/idx5_banner_before.png);
  top: -2.375em;
  left: 0.1875em;
}
.idx5 .idx5_banner .idx5_banner_box::after {
  background-image: url(../images/idx5_banner_after.png);
  top: -1.5625em;
  right: 1.75em;
}
.idx5 .idx5_banner p {
  text-align: center;
  color: #fff;
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-feature-settings: "palt";
  margin-bottom: 17px;
}
.idx5 .idx5_banner p::before {
  content: "";
  display: block;
  background: url(../images/idx5_icon.svg) no-repeat center/contain;
  width: 1.9375em;
  height: 2em;
  margin-right: 0.4375em;
  position: relative;
  top: 0.0625em;
}
.idx5 .idx5_btn {
  margin: 0 auto 0;
  width: 100%;
  max-width: 260px;
}
.idx5 .idx5_btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--main-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
  border-radius: 24px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 0.4583em 0 0.5417em;
  position: relative;
  transition: 0.3s all;
}
.idx5 .idx5_btn a:hover {
  opacity: 1;
}
.idx5 .idx5_btn a::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx5_btn_icon.png) no-repeat center/contain;
  min-width: 0.9167em;
  min-height: 0.9167em;
  right: 0.5417em;
  top: calc(50% - 0.4583em);
}
@media only screen and (min-width: 769px) {
  .idx5 .idx5_btn a:hover {
    opacity: 1;
    color: var(--clr2);
  }
  .idx5 .idx5_btn a:hover::before {
    background-image: url(../images/idx5_btn_icon_active.png);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx5 {
    padding: 60px 0;
  }
  .idx5 .idx5_ul {
    padding: 60px;
  }
  .idx5 .idx5_ul li {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx5 .idx5_banner {
    font-size: 1.45vw;
  }
}

.idx6 {
  background: url(../images/idx6_bg.jpg) top left repeat;
  padding: 88px 0 89px;
  position: relative;
  overflow: hidden;
}
.idx6 .inner_big {
  position: relative;
  z-index: 1;
}
.idx6 .inner_big::before, .idx6 .inner_big::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
}
.idx6 .inner_big::before {
  background: url(../images/idx6_before.svg) no-repeat center/contain;
  width: 60.5625em;
  height: 47.1875em;
  opacity: 0.15;
  top: -17em;
  left: -24.625em;
}
.idx6 .inner_big::after {
  background: url(../images/idx6_after.svg) no-repeat center/contain;
  width: 60.5625em;
  height: 47.1875em;
  opacity: 0.25;
  bottom: -156px;
  right: -39.1em;
}
.idx6 h3.small {
  color: var(--main-color);
  display: table;
  position: relative;
  margin-bottom: 30px;
}
.idx6 h3.small .en {
  font-family: var(--f-notosans);
  font-size: 0.75em;
  color: var(--clr1);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 0.11em;
}
.idx6 h3.small::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx6_icon01.svg) no-repeat center/contain;
  width: 2.2917em;
  height: 1.3542em;
  top: -1.2083em;
  left: -1.0417em;
}
.idx6 h3.small::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx6_icon02.svg) no-repeat center/contain;
  width: 3.1458em;
  height: 2.75em;
  top: -0.5417em;
  left: calc(100% + 1.0833em);
}
.idx6 .idx6_banner {
  background: #f8fce9;
  margin-top: 5px;
  padding-right: 112px;
  padding-left: 77px;
  margin-bottom: 24px;
}
.idx6 .idx6_banner .img {
  max-width: 161px;
  margin-top: -5px;
  margin-bottom: 0;
}
.idx6 .idx6_banner .ttl01 {
  background: #f68621;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  width: 200px;
  padding: 8px 0 9px;
  margin-bottom: 0;
}
.idx6 .idx6_banner .ttl02 {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 500;
  font-feature-settings: "palt";
}
.idx6 .TabContainer {
  align-items: flex-start;
}
.idx6 .TabContainer .TabPager {
  max-width: 100%;
  width: 100%;
  flex-direction: column;
  width: 25%;
}
.idx6 .TabContainer .TabPager > div {
  border-radius: 0;
  width: 100%;
  justify-content: flex-start;
  padding: 2.125em 1.25em;
  transition: 0.3s all;
  min-height: 8.8125em;
}
.idx6 .TabContainer .TabPager > div:nth-child(1) {
  background-color: #eee6d3;
}
.idx6 .TabContainer .TabPager > div:nth-child(2) {
  background-color: #ffd178;
}
.idx6 .TabContainer .TabPager > div:nth-child(3) {
  background-color: #dde3b1;
}
.idx6 .TabContainer .TabPager > div p {
  font-size: 1.5em;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: var(--clr1);
  display: flex;
  align-items: center;
  transition: 0.3s all;
  border: 0;
}
.idx6 .TabContainer .TabPager > div p::before {
  content: "";
  min-width: 3em;
  min-height: 3em;
  border-radius: 50%;
  background: #fff url(../images/idx7_icon.png) center/contain;
  margin-right: 1em;
}
.idx6 .TabContainer .TabPager > div.active p {
  border: 0;
}
@media only screen and (min-width: 769px) {
  .idx6 .TabContainer .TabPager > div:hover {
    background-color: var(--main-color);
  }
}
.idx6 .TabContainer .TabContent {
  width: 75%;
  background: transparent;
}
.idx6 .TabContainer .TabContent .content {
  background: transparent;
}
.idx6 .TabContainer .TabContent .content > div {
  border-radius: 0 12px 12px 0;
  padding: 20px;
  transition: none;
}
.idx6 .TabContainer .TabContent .tab_bg {
  background-color: #fff;
  border-radius: 0 10px 10px 0;
}
.idx6 .TabContainer .tab1 {
  background: #eee6d3;
}
.idx6 .TabContainer .tab2 {
  background: #ffd178;
}
.idx6 .TabContainer .tab3 {
  background: #dde3b1;
}
.idx6 .inner {
  max-width: 806px;
  padding-top: 49px;
  padding-bottom: 47px;
}
.idx6 .img {
  margin-bottom: 23px;
}
.idx6 .idx7_ttl {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: 500;
}
.idx6 h4 {
  background-color: #bfd529;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-size: 18px;
  margin: 44px 0 32px;
  padding: 0.1667em 0 0.2778em;
}
.idx6 .txt ul li {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-size: 14px;
  margin-bottom: 15px;
}
.idx6 .txt ul li span {
  letter-spacing: 0.1em;
}
.idx6 .txt ul li .ttl01 {
  width: 20%;
}
.idx6 .txt ul li .ttl02 {
  width: 26%;
}
.idx6 .txt ul li .ttl03 {
  width: 54%;
}
.idx6 .img2 {
  max-width: 250px;
  width: 33%;
}
.idx6 .img2 img {
  border-radius: 10px;
}
.idx6 .txt {
  max-width: 472px;
  width: 62%;
  margin-top: -5px;
	align-self: center;
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx6 .inner_big {
    padding: 0 60px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx6 {
    padding: 80px 0 60px;
  }
  .idx6 .TabContainer .TabPager {
    font-size: 12px;
  }
  .idx6 .img2 {
    width: 100%;
    max-width: 250px;
    margin: 0 auto 30px;
  }
  .idx6 .txt {
    width: 100%;
  }
  .idx6 .txt ul li span {
    letter-spacing: 0 !important;
  }
  .idx6 .idx6_banner {
    padding: 40px;
    margin-bottom: 24px;
    align-items: center;
  }
  .idx6 .idx6_banner .txt {
    width: auto;
  }
  .idx6 .idx6_banner .img {
    max-width: 140px;
    width: 20%;
    align-self: flex-end;
  }
  .idx6 .idx6_banner .ttl01 {
    font-size: 16px;
    margin-top: 0px;
    width: 150px;
  }
  .idx6 .idx6_banner .ttl02 {
    font-size: 24px;
  }
}

.idx7 {
  background-color: #f9f7f3;
  padding: 90px 0 0;
}
.idx7 .inner_big {
  max-width: 1860px;
}
.idx7 .idx7_box {
  background: url(../images/idx7_bg.jpg) no-repeat center/cover;
  padding: 132px 0;
  border-radius: 120px;
  position: relative;
  z-index: 1;
}
.idx7 .idx7_box::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  inset: 20px;
  border: 10px solid #ffffff;
  z-index: -1;
  border-radius: 100px;
}
.idx7 .inner {
  max-width: 1320px;
}
.idx7 h3 {
  margin-bottom: 61px;
}
.idx7 .idx7_item {
  width: calc(25% - 20px);
  position: relative;
}
.idx7 .idx7_item .idx7_img {
  position: relative;
}
.idx7 .idx7_item .idx7_img img {
  border-radius: 10px;
}
.idx7 .idx7_item:not(:last-child) .idx7_img::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx7_arr.png) no-repeat center/contain;
  right: -1.3125em;
  top: calc(50% - 1em);
  height: 2em;
  width: 2em;
}
.idx7 .idx7_item .en {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/idx7_step.svg) no-repeat center/contain;
  text-align: center;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  width: 4.25em;
  height: 5.1667em;
  position: absolute;
  top: -0.5em;
  right: 1.6667em;
  font-size: 12px;
  letter-spacing: 0.1em;
}
.idx7 .idx7_item .en .num {
  font-family: var(--f-notosans);
  letter-spacing: 0;
  font-weight: 500;
  font-size: 2.5em;
  font-feature-settings: "palt";
  line-height: 1;
  margin-top: -0.1667em;
  position: relative;
  left: -0.05em;
}
.idx7 .idx7_item .ttl01 {
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: var(--main-color);
  font-weight: 500;
  font-feature-settings: "palt";
  margin: 0.9583em 0 0.4583em;
}
.idx7 .idx7_item .ttl02 {
  font-size: 15px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  width: 83%;
  margin: 0 auto;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  .idx7 .inner {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx7 {
    padding: 60px 0 0;
  }
  .idx7 .idx7_box {
    padding: 80px 0;
    border-radius: 80px;
  }
  .idx7 .idx7_item .en {
    font-size: 0.89vw;
  }
  .idx7 .idx7_item .ttl01 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .idx7 .idx7_item .ttl02 {
    width: 100%;
  }
}

.idx8 {
  background: linear-gradient(45deg, rgb(246, 134, 33) 0%, rgb(255, 162, 41) 100%);
  padding: 93px 0 89px;
}
.idx8 h3.border::after {
  background-color: #fff;
}
.idx8 .idx8_dl {
  margin-top: 67px;
}
.idx8 .idx8_dl dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  --w: 290px;
}
.idx8 .idx8_dl dl:not(:last-child) {
  margin-bottom: 6px;
}
.idx8 .idx8_dl dl dt,
.idx8 .idx8_dl dl dd {
  line-height: 1.875;
}
.idx8 .idx8_dl dl dt {
  width: var(--w);
  text-align: center;
  background-color: #824e14;
  color: #fff;
  font-size: 18px;
  font-feature-settings: "palt";
  padding: 0.8333em 0 0.8333em;
  min-height: 3.5556em;
}
.idx8 .idx8_dl dl dd {
  width: calc(100% - var(--w) - 6px);
  margin-left: 6px;
  background-color: #fff;
  padding: 1.0625em 0.625em 1.0625em 2.3125em;
  font-feature-settings: "palt";
}
.idx8 .idx8_dl .jp {
  color: #f68621;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.55em;
  text-decoration-color: #f8a971;
}
@media only screen and (min-width: 1919px) {
  .idx8 .idx8_dl .min96 {
    min-height: 96px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx8 {
    padding: 60px 0;
  }
  .idx8 .idx8_dl dl {
    --w: 150px;
  }
  .idx8 .idx8_dl dl dt {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx8 .idx8_dl dl dd {
    letter-spacing: 0;
  }
}

.idx9 {
  padding: 94px 0 90px;
}
.idx9 .inner {
  max-width: 1000px;
}
.idx9 .idx9_frm {
  margin-top: 25px;
}
.idx9 .idx9_frm .item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 25px 25px 27px;
}
.idx9 .idx9_frm .item.input {
  padding-top: 25px;
  padding-bottom: 24px;
}
.idx9 .idx9_frm .item.textarea {
  padding-bottom: 19px;
}
.idx9 .idx9_frm .item p {
  font-feature-settings: "palt";
  line-height: 1.8;
  margin: 0;
}
.idx9 .idx9_frm .item .req {
  position: absolute;
  right: 0;
  top: calc(50% - 1em);
  background: #f68621;
  color: #fff;
  width: 3em;
  height: 2em;
  text-align: center;
  padding-top: 0.1em;
}
.idx9 .idx9_frm .item:not(:last-child) {
  margin-bottom: 16px;
}
.idx9 .idx9_frm .item .left {
  width: 32%;
  max-width: 278px;
  position: relative;
}
.idx9 .idx9_frm .item .right {
  width: 66%;
  margin-left: auto;
  max-width: 596px;
  position: relative;
}
.idx9 .idx9_frm .item input[type=text],
.idx9 .idx9_frm .item input[type=number],
.idx9 .idx9_frm .item input[type=email],
.idx9 .idx9_frm .item input[type=tel] {
  height: 56px;
  width: 100%;
  background: #f2f2f2;
  border: 0;
  padding: 10px;
  outline: 0;
  appearance: none;
  border-radius: 0;
}
.idx9 .idx9_frm .item textarea {
  max-width: 100%;
  min-width: 100%;
  max-height: 160px;
  height: 160px;
  width: 100%;
  background: #f2f2f2;
  border: 0;
  padding: 10px;
  outline: 0;
  appearance: none;
  border-radius: 0;
}
.idx9 .idx9_frm .item .radio input {
  margin-right: 5px;
}
.idx9 .idx9_frm .item .radio + .radio {
  margin-left: 10px;
}
.idx9 .idx9_frm .item .input_small {
  display: flex;
  line-height: 1;
  align-items: flex-start;
  max-width: 145px;
  width: 30%;
}
.idx9 .idx9_frm .item .input_small:not(:first-child) {
  margin-left: 11px;
}
.idx9 .idx9_frm .item .input_small .input_char {
  margin-left: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.idx9 .idx9_frm .item .input_small .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) + .input_char {
  height: 55%;
}
.idx9 .idx9_frm .item .wpcf7-list-item.last {
  margin-left: 10px;
}
.idx9 .idx9_frm .item .flex {
  justify-content: flex-start;
}
.idx9 .idx9_frm .item .wpcf7-not-valid-tip {
  color: red;
  display: block;
  font-size: 11px;
  line-height: 1.5;
  margin-top: 5px;
}
.idx9 .idx9_frm .item [data-name=your-age] {
  max-width: 122.39px;
}
.idx9 .idx9_frm .item [data-name=your-age] .wpcf7-not-valid-tip {
  white-space: nowrap;
}
.idx9 .idx9_frm_confirm .item .input_small {
  width: auto;
}
.idx9 .idx9_frm_confirm .textarea .cf7msm-ro {
  white-space: pre-wrap;
}
.idx9 .idx9_ttl {
  text-align: center;
  background-color: #fff;
  padding: 43px 0 46px;
}
.idx9 .idx9_ttl p {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.222222222;
  font-feature-settings: "palt";
}
.idx9 .idx9_btn {
  max-width: 300px;
  margin: 50px auto 0;
}
.idx9 .idx9_btn a,
.idx9 .idx9_btn input {
  border: 0;
  box-shadow: none;
  outline: 0;
  width: 100%;
  height: 3.6667em;
  background: var(--main-color) url(../images/idx9_arr.png) no-repeat calc(100% - 1.0556em)/0.5556em;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-family: var(--f-notosans);
  padding-bottom: 0.1em;
  cursor: pointer;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  appearance: none;
  border-radius: 0;
}
@media only screen and (min-width: 769px) {
  .idx9 .idx9_btn a:hover,
  .idx9 .idx9_btn input:hover {
    background-color: var(--clr2);
  }
}
.idx9 .idx9_btn a.prev,
.idx9 .idx9_btn input.prev {
  background: var(--main-color) url(../images/idx9_prev.png) no-repeat 1.0556em center/0.5556em;
}
.idx9 .idx9_fblock {
  max-width: 600px;
  margin: 50px auto 0;
}
.idx9 .idx9_fblock .idx9_btn {
  margin: 0;
  max-width: 100%;
  width: calc(50% - 40px);
}
.idx9 .idx9_box {
  background-color: #eee6d3;
  text-align: center;
  margin-top: 49px;
  padding: 69px 0 66px;
}
.idx9 .idx9_box ul {
  display: table;
  margin: 34px auto 0;
  position: relative;
  left: -0.5em;
}
.idx9 .idx9_box ul li {
  line-height: 1.5;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.idx9 .idx9_box ul li:not(:last-child) {
  margin-bottom: 13px;
}
.idx9 .idx9_box ul li::before {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background-color: var(--main-color);
  margin-right: 0.5556em;
  margin-top: 0.3889em;
}
.idx9 h4 {
  line-height: 1;
  display: table;
  margin: 0 auto;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
.idx9 h4::before {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  background: url(../images/idx9_icon.svg) no-repeat center/contain;
  width: 1.5em;
  height: 1.3333em;
  top: -0.9583em;
  left: -1.3333em;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx9 .idx9_ttl p {
    font-size: 16px;
    letter-spacing: 0;
  }
  .idx9 h3 {
    font-size: 20px;
  }
  .idx9 .idx9_box ul li {
    font-size: 16px;
    letter-spacing: 0;
  }
}

.idx11 {
  padding: 120px 0 120px;
  background-position: top center;
}
@media only screen and (min-width: 1919px) and (max-width: 1921px) {
  .idx11 {
    background-size: auto;
  }
}
.idx11 .inner {
  max-width: 1640px;
}
.idx11 .idx11_bg {
  margin-top: 70px;
}
.idx11 .item {

}
.idx11 .idx11_bg .accContainer:not(:last-child) {
  margin-bottom: 40px;
}
.idx11 .accContainer {
  position: relative;
  z-index: 1;
}
.idx11 .accContainer::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  z-index: -1;
  top: 10px;
  background-color: var(--main-color);
  bottom: -10px;
  left: 0;
  right: 0;
}
.idx11 .accContainer .accBtn {
  background-color: #fff;
  max-width: calc(100% - 10px);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1.05em 0 0.95em 2.85em;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
  transition: 0.3s all;
}
.idx11 .accContainer .accBtn::before {
  content: "Q";
	    font-family: var(--f-en);
  position: absolute;
  font-size: 1.3em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--main-color);
  left: 0.9em;
  top: 0.7em;
  transition: 0.3s all;
}
.idx11 .accContainer .accBtn span {
  width: 100%;
  position: relative;
  padding-right: 2em;
}
.idx11 .accContainer .accBtn span::before,
.idx11 .accContainer .accBtn span::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s;
  width: 18px;
  height: 2px;
  background-color: var(--main-color);
  top: calc(50% - 1px);
  right: 12px;
}
.idx11 .accContainer .accBtn span::after {
  transform: rotate(90deg);
}
.idx11 .accContainer .accBtn.rotate span::after {
  transform: rotate(0deg);
}
@media only screen and (min-width: 769px) {
  .idx11 .accContainer .accBtn:hover {
    background-color: var(--clr2);
    color: #fff;
  }
  .idx11 .accContainer .accBtn:hover::before {
    color: #fff;
  }
  .idx11 .accContainer .accBtn:hover span::before,
  .idx11 .accContainer .accBtn:hover span::after {
    background-color: #fff;
  }
}
.idx11 .accContainer .txt {
  padding: 0px 60px 10px 58px;
  color: #fff;
  position: relative;
}
.idx11 .accContainer .txt::before {
	font-family: var(--f-en);
  content: "A";
  position: absolute;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  left: 0.9em;
  top: -0.0385em;
}
@media only screen and (min-width: 769px) and (max-width: 1440px) {
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn {
    min-height: 5em;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn::before {
    top: 1em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .idx11 .accContainer .accBtn {
    letter-spacing: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .idx11 {
    padding: 60px 0 ;
  }
  .idx11 .accContainer .accBtn {
    letter-spacing: 0;
    font-size: 18px;
  }
  .idx11 .idx11_bg {
    padding: 40px 0;
    background-size: 100%;
    background-repeat: repeat;
  }
}
@media only screen and (min-width: 769px) and (max-width: 850px) {
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn {
    min-height: 6.5em;
  }
  .idx11 .fblock .item:last-child .accContainer:last-child .accBtn::before {
    top: 1em;
  }
}
