.home_page .key {
  --height: 45vw;
  --min-height: 470px;
  --max-height: 849px;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  background-image: url(../images/idx_key_bg.jpg);
  background-repeat: no-repeat;
  background-position: top 20% center;
  background-size: cover;
  font-size: 10px;
}
.home_page .key .inner {
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  padding: 0;
}
.home_page .key .key_text {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.home_page .key .item {
  width: 100%;
  height: var(--height);
  min-height: var(--min-height);
  max-height: var(--max-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home_page .key h2,
.home_page .key p {
  margin: 0;
  color: #fff;
  text-align: center;
  font-family: var(--f-shippori);
  font-weight: 500;
}
.home_page .key h2 {
  line-height: 1.5;
  letter-spacing: 0.21em;
  font-size: 5.9em;
}
.home_page .key .txt {
  letter-spacing: 0.3em;
  font-size: 2.8em;
}
.home_page .key .key_list {
  margin: 1.8em 0 1.6em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home_page .key .key_list p {
  width: calc(33.3333333333% - 12px);
  height: 20vw;
  max-width: 239px;
  max-height: 83px;
  margin: 0 6px;
  border: 2px solid #fff;
  letter-spacing: 0.14em;
  font-size: 3.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home_page .topic_path {
  display: none;
}
.home_page h3 {
  margin-bottom: 41px;
  padding-bottom: 17px;
  color: var(--main-color);
  text-align: center;
  font-family: var(--f-shippori);
  font-weight: 500;
  letter-spacing: 0.15em;
  font-size: calc(var(--ttl_size) + 28px);
  position: relative;
}
.home_page h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background-color: var(--main-color);
}
.home_page h3.fz30 {
  color: var(--clr1);
  font-size: var(--ttl_size);
}
.home_page h3.cl_1 {
  color: #fff;
}
.home_page h3.cl_1::after {
  background-color: #fff;
}

@media only screen and (min-width: 1921px) {
  .home_page .key {
    --max-height: auto;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .home_page .key {
    font-size: 7px;
  }
  .home_page .key .key_list p {
    width: 24vw;
    height: 8vw;
  }
}
@media only screen and (max-height: 700px) and (min-width: 769px) {
  .home_page .key {
    --height: 40vw;
    font-size: 8px;
  }
}
section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.idx_en {
  margin: 0;
  text-transform: uppercase;
  font-family: var(--f-shippori);
  color: #f8f0f1;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.11em;
  font-size: 132px;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx_en {
    font-size: 100px;
  }
}
.idx01 .col {
  padding: 71px 40px 80px 40px;
}
.idx01 .col_l {
  background-color: #fff;
}
.idx01 .col_l dl {
  background-color: #f7eced;
}
.idx01 .col_l dl:nth-of-type(even) {
  background-color: #fff;
}
.idx01 .col_r {
  background-color: #f7eced;
}
.idx01 .col_r dl {
  background-color: #fff;
}
.idx01 .col_r dl:nth-of-type(even) {
  background-color: #f7eced;
}
.idx01 .thumb {
  max-width: 560px;
}
.idx01 .info {
  margin-bottom: 39px;
}
.idx01 dl {
  padding: 15px 29px 18px 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.idx01 dl dt {
  width: 92px;
  font-family: var(--f-shippori);
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 13px;
}
.idx01 dl dd {
  width: calc(100% - 92px);
  padding-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
  letter-spacing: 0.11em;
}
.idx01 .idx_btn a {
  max-width: 180px;
  padding: 13px 10px 15px 10px;
  border-radius: 25px;
  font-size: 15px;
}

@media only screen and (min-width: 769px) {
  .idx01 .col {
    width: 50%;
  }
  .idx01 .col_l .thumb {
    margin-left: auto;
  }
  .idx01 dl {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx01 dl:hover {
    background-color: #f9e3e5 !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx01 .col {
    padding: 60px 20px;
  }
}
.idx02 .thumb {
  max-width: 520px;
}
.idx02_logo {
  width: 100%;
  max-width: 311px;
}
.idx02_logo a {
  width: 100%;
  display: block;
}
.idx02_logo a:hover {
  opacity: 1;
}
.idx02 .info {
  margin: 28px 0 60px 0;
}
.idx02 dl {
  padding: 15px 0 19px 0;
  border-bottom: 1px solid #d2d2d2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.idx02 dl::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 110px;
  background-color: var(--main-color);
}
.idx02 dl dt, .idx02 dl dd {
  font-weight: 600;
  letter-spacing: 0.1em;
}
.idx02 dl dt {
  width: 110px;
}
.idx02 dl dd {
  width: calc(100% - 110px);
  padding-left: 12px;
  line-height: 1.6875;
}
.idx02 dl span {
  margin-top: 7px;
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-size: 81.25%;
  display: block;
}

@media only screen and (min-width: 769px) {
  .idx02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx02 .col {
    width: 50%;
  }
  .idx02 .col_l {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .idx02 .col_r {
    padding: 40px 20px 40px 80px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx02 dl:nth-of-type(2) {
    padding: 10px 0 18px 0;
  }
  .idx02 dl:nth-of-type(3) {
    padding: 11px 0 18px 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx02 .col_r {
    padding: 40px 20px;
  }
  .idx02 .idx_map {
    height: 700px;
  }
  .idx02 dl::after {
    width: 95px;
  }
  .idx02 dl:last-child br {
    display: block !important;
  }
  .idx02 dl dt {
    width: 95px;
  }
  .idx02 dl dd {
    width: calc(100% - 95px);
    padding-left: 10px;
  }
  .idx02 dl span {
    padding-left: 12px;
    text-indent: -12px;
  }
}
.idx03 .idx_en {
  margin-right: -26px;
  text-align: right;
}
.idx03_box {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}
.idx03_box::before, .idx03_box::after {
  content: "";
  position: absolute;
  left: 0;
  background-image: url(../images/idx03_line.jpg);
  background-repeat: repeat-x;
  background-position: left center;
  background-size: cover;
  width: 100%;
  height: 2px;
}
.idx03 .inner {
  padding: 148px 20px 234px 20px;
}
.idx03 .col_text p {
  font-weight: 500;
}
.idx03 .col_text p:not(:last-child) {
  margin-bottom: 15px;
}
.idx03 .name {
  font-family: var(--f-shippori);
  color: var(--main-color);
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: calc(var(--ttl_size) + 13px);
}
.idx03 .name span {
  letter-spacing: 0.4em;
  font-size: 42%;
  display: block;
}
.idx03 .idx_btn:not(:last-child) {
  margin-bottom: 10px;
}
.idx03 .idx_btn a {
  letter-spacing: 0.07em;
}
.idx03_box01 {
  margin-top: -10px;
  background-image: url(../images/idx03_bg01.jpg);
  clip-path: polygon(0 0, 100% 0, 100% 99.3%, 0 76.5%);
  z-index: 1;
}
.idx03_box01::before {
  top: 0;
}
.idx03_box01::after {
  bottom: 4px;
  background-position: bottom left;
  left: 50%;
  -webkit-transform: rotate(5.3deg) translateX(-50%);
          transform: rotate(5.3deg) translateX(-50%);
  width: 101%;
}
.idx03_box02 {
  margin-top: -174px;
  background-image: url(../images/idx03_bg02.jpg);
}
.idx03_box02::before {
  display: none;
}
.idx03_box02::after {
  bottom: 0;
}

@media only screen and (min-width: 769px) {
  .idx03 {
    padding-top: 129px;
  }
  .idx03 .inner {
    position: relative;
    z-index: 0;
  }
  .idx03 .inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 520px;
    max-height: 628px;
    height: 100%;
    width: 42%;
    z-index: -1;
  }
  .idx03 .thumb {
    width: 70%;
    max-width: 810px;
  }
  .idx03 .col_name {
    width: 31%;
    max-width: 245px;
    margin-top: 4px;
  }
  .idx03 .col_text {
    width: 69%;
  }
  .idx03 .col_text p {
    line-height: 1.875;
  }
  .idx03 .name {
    margin-bottom: 25px;
  }
  .idx03_box01 .inner::after {
    background-image: url(../images/idx03_img01.png);
    background-position: right bottom;
    right: -48px;
    bottom: 4px;
  }
  .idx03_box01 .col_text {
    padding-left: 59px;
  }
  .idx03_box02 {
    clip-path: polygon(0 4%, 100% 26%, 100% 100%, 0% 100%);
  }
  .idx03_box02 .inner {
    padding-top: 255px;
    padding-bottom: 127px;
  }
  .idx03_box02 .inner::after {
    background-image: url(../images/idx03_img02.png);
    background-position: bottom left;
    bottom: 1px;
    left: -48px;
  }
  .idx03_box02 .thumb {
    margin-left: auto;
  }
  .idx03_box02 .col_name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .idx03_box02 .col_text {
    padding-right: 59px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .idx03_box02 .col_text p:not(:last-child) {
    margin-bottom: 29px;
  }
}
@media only screen and (min-width: 1901px) {
  .idx03_box01::after {
    bottom: 3px;
    background-position: bottom left;
    left: 50%;
    -webkit-transform: rotate(4.4deg) translateX(-50%);
            transform: rotate(4.4deg) translateX(-50%);
  }
}
@media only screen and (min-width: 1921px) {
  .idx03_box01::after {
    bottom: 0;
    -webkit-transform: rotate(2.4deg) translateX(-50%);
            transform: rotate(2.4deg) translateX(-50%);
  }
}
@media only screen and (max-width: 1440px) and (min-width: 769px) {
  .idx03_box01 {
    clip-path: polygon(0 0, 100% 0, 100% 99.3%, 0 79.5%);
  }
}
@media only screen and (max-width: 1280px) and (min-width: 769px) {
  .idx03_box01 {
    clip-path: polygon(0 0, 100% 0, 100% 99.3%, 0 81.5%);
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx03_box01 {
    clip-path: polygon(0 0, 100% 0, 100% 99.3%, 0 82.5%);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx03 {
    padding-top: 80px;
  }
  .idx03 .idx_en {
    margin-right: -7px;
  }
  .idx03 .inner {
    padding: 80px 20px 130px 20px;
  }
  .idx03_box01 {
    margin-top: -7px;
    clip-path: polygon(0 0, 100% 0, 100% 99.3%, 0 84.5%);
  }
  .idx03_box01 .col_text {
    padding-left: 30px;
  }
  .idx03_box02 .inner {
    padding-top: 26%;
    padding-bottom: 80px;
  }
  .idx03_box02 .col_text {
    padding-right: 25px;
  }
  .idx03 .col_name {
    width: 36%;
  }
  .idx03 .col_text {
    width: 64%;
  }
  .idx03 .name {
    font-size: calc(var(--ttl_size) + 10px);
  }
}
.idx04 {
  padding: 142px 0 28px 0;
  background-image: url(../images/idx04_bg.jpg);
  position: relative;
}
.idx04 h3 {
  letter-spacing: 0.38em;
  font-weight: 300;
}
.idx04 h3 span {
  margin-bottom: -6px;
  letter-spacing: 0.12em;
  font-size: 48.28%;
  display: block;
}
.idx04 .item {
  max-width: 560px;
  margin-bottom: 121px;
}
.idx04 .box_img {
  width: 80%;
  max-width: 361px;
  margin: 0 auto;
  position: relative;
}
.idx04 .box_img img {
  border-radius: 50%;
}
.idx04 h4, .idx04 p {
  color: #fff;
}
.idx04 p {
  margin: 0;
}
.idx04 .num {
  font-family: var(--f-shippori);
  line-height: 1;
  letter-spacing: 0.12em;
  font-size: calc(var(--ttl_size) + 62px);
  position: absolute;
  top: 25px;
  left: -42px;
}
.idx04 h4 {
  margin: 29px 0 25px 0;
  font-family: var(--f-shippori);
  text-align: center;
  letter-spacing: 0.12em;
  font-size: calc(var(--ttl_size) - 2px);
}
.idx04 .idx_btn {
  width: 100%;
  margin-top: 32px;
}
.idx04 .idx_btn a {
  letter-spacing: 0.06em;
}

@media only screen and (min-width: 769px) {
  .idx04 h3 {
    margin-bottom: 80px;
    padding-bottom: 28px;
    margin-left: 24px;
  }
  .idx04 h3::after {
    left: 49%;
  }
  .idx04 h3 span {
    margin-left: -17px;
  }
  .idx04 .item {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .idx04 .txt {
    line-height: 1.875;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx04 h4 {
    font-size: calc(var(--ttl_size) - 4px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx04 {
    padding-top: 70px;
  }
  .idx04 .item {
    margin-bottom: 60px;
  }
  .idx04 h4 .br_520 {
    display: block !important;
  }
}
.idx05 {
  padding: 131px 0 150px 0;
  background-image: url(../images/idx05_bg.jpg);
}
.idx05_tab {
  margin-bottom: 81px;
}
.idx05_tab .TabContainer {
  background-color: #fff;
}
.idx05_tab .TabPager li {
  width: calc(20% - 0.5px);
  height: 120px;
  padding: 10px;
  font-family: var(--f-shippori);
  color: var(--main-color);
  background-color: #f3bcc1;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 500;
  font-size: calc(var(--ttl_size) - 5px);
  position: relative;
  z-index: 0;
}
.idx05_tab .TabPager li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: var(--main-color);
  opacity: 0.07;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: -1;
}
.idx05_tab .TabPager li.active {
  background-color: #fff;
}
.idx05_tab .TabPager li.active::before {
  display: none;
}
.idx05_tab .TabPager li.active:hover {
  opacity: 1;
}
.idx05_tab .TabPager li:hover {
  opacity: 0.8;
}
.idx05_tab .TabContent > ul {
  background-color: #fff !important;
}
.idx05_tab .TabContent .infor {
  padding: 50px 30px 10px 30px;
}
.idx05_list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.idx05_list .item {
  width: calc(33.3333333333% - 40px);
  max-width: 340px;
  margin: 0 20px 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.idx05_list p {
  margin: 0;
}
.idx05_list .ttl {
  padding: 17px 10px 17px 10px;
  color: #fff;
  background-color: var(--main-color);
  text-align: center;
  font-family: var(--f-shippori);
  line-height: 1.8;
  font-size: calc(var(--ttl_size) - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.idx05_list .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url(../images/idx_icon_arrow.png);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  mask-position: right center;
  -webkit-mask-position: right center;
  mask-size: contain;
  -webkit-mask-size: contain;
  background-color: #fff;
  width: 7px;
  height: 10px;
}
.idx05_list .text {
  padding: 21px 25px 21px 30px;
  background-color: #f8f0f1;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.idx05_list .text p {
  font-weight: 500;
}
.idx05_flow {
  border: 2px solid var(--main-color);
}
.idx05_flow .item {
  position: relative;
}
.idx05_flow .item::before, .idx05_flow .item::after {
  content: "";
  position: absolute;
}
.idx05_flow .item:not(.item01)::before {
  background-color: #fff;
  z-index: 2;
}
.idx05_flow .item:not(.item01)::after {
  background-color: var(--main-color);
  z-index: 1;
}
.idx05_flow .item:not(.item01) .thumb {
  padding: 16px 20px 16px 33px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.idx05_flow .item:not(.item01) .thumb::before, .idx05_flow .item:not(.item01) .thumb::after {
  content: "";
  position: absolute;
}
.idx05_flow .item:not(.item01) .thumb::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
}
.idx05_flow .item:not(.item01) .thumb::after {
  z-index: 2;
}
.idx05_flow .item:nth-of-type(2) {
  background-color: #f7f0e9;
}
.idx05_flow .item:nth-of-type(2) .thumb::after {
  background-color: #f7f0e9;
}
.idx05_flow .item:nth-of-type(3) {
  background-color: #efe1d3;
}
.idx05_flow .item:nth-of-type(3) .thumb::after {
  background-color: #efe1d3;
}
.idx05_flow .item:nth-of-type(4) {
  background-color: #e6d1bc;
}
.idx05_flow .item:nth-of-type(4) .thumb::after {
  background-color: #e6d1bc;
}
.idx05_flow .item:nth-of-type(5) {
  background-color: #e0c6ac;
}
.idx05_flow .item:nth-of-type(5) .thumb::after {
  background-color: #e0c6ac;
}
.idx05_flow .item:last-child::before, .idx05_flow .item:last-child::after {
  display: none;
}
.idx05_flow .item:last-child .thumb::after {
  display: none;
}
.idx05_flow .item01 {
  padding: 20px 5px;
}
.idx05_flow .item01::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
}
.idx05_flow .item01 h4 {
  margin-bottom: 11px;
  color: var(--main-color);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-size: calc(var(--ttl_size) + 4px);
}
.idx05_flow .item01 h4 .fz28 {
  font-size: 82.32%;
}
.idx05_flow .item01 h4 .fz23 {
  font-size: 67.65%;
}
.idx05_flow .item01 .idx_btn a {
  max-width: 157px;
  padding: 13px 10px 15px 10px;
  letter-spacing: 0.01em;
  font-size: calc(var(--ttl_size) - 15px);
}
.idx05_flow h4, .idx05_flow h5 {
  text-align: center;
  font-family: var(--f-shippori);
}
.idx05_flow h5 {
  padding-bottom: 14px;
  margin-bottom: 17px;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: calc(var(--ttl_size) - 6px);
  position: relative;
}
.idx05_flow h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: var(--main-color);
}
.idx05_flow p {
  font-weight: 500;
}

@media only screen and (min-width: 769px) {
  .idx05 h3 {
    padding-bottom: 28px;
    margin-bottom: 80px;
    margin-left: 11px;
  }
  .idx05 h3::after {
    left: calc(50% - 4px);
  }
  .idx05_list .item {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx05_list .item .ttl {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
  .idx05_list .item:hover .ttl {
    background-color: var(--clr1);
  }
  .idx05_list .text p {
    line-height: 1.875;
  }
  .idx05_flow .item {
    min-height: 189px;
  }
  .idx05_flow .item:not(.item01) {
    width: 21.25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .idx05_flow .item:not(.item01)::before, .idx05_flow .item:not(.item01)::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9%;
    height: 42%;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .idx05_flow .item:not(.item01)::before {
    right: calc(-9% + 2px);
  }
  .idx05_flow .item:not(.item01)::after {
    right: -9%;
  }
  .idx05_flow .item:not(.item01):not(:last-child) {
    border-right: 2px solid var(--main-color);
  }
  .idx05_flow .item:not(.item01) .thumb::before {
    border-left: none;
  }
  .idx05_flow .item:not(.item01) .thumb::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: calc(-9% + 6px);
    width: 9%;
    height: 42%;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
  .idx05_flow .item:nth-of-type(2) {
    border-left: 3px solid #fff;
  }
  .idx05_flow .item01 {
    width: 15%;
    max-width: 179px;
    border-right: 2px solid var(--main-color);
  }
  .idx05_flow .item01::before {
    border-right: none;
  }
  .idx05_flow p {
    line-height: 1.6875;
  }
}
@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .idx05_tab .TabPager li {
    font-size: calc(var(--ttl_size) - 7px);
  }
  .idx05_flow .item01 .idx_btn a::after {
    right: 4px;
    width: 6px;
  }
  .idx05_flow h5 {
    font-size: calc(var(--ttl_size) - 7px);
  }
}
@media only screen and (max-width: 1024px) and (min-width: 769px) {
  .idx05 {
    padding: 70px 0;
  }
  .idx05 h3 {
    margin-bottom: 40px;
  }
  .idx05_tab {
    margin-bottom: 60px;
  }
  .idx05_tab .TabPager li {
    height: 80px;
    padding: 5px;
    font-size: calc(var(--ttl_size) - 9px);
  }
  .idx05_tab .TabContent .infor {
    padding: 40px 10px 20px 10px;
  }
  .idx05_list .item {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px 10px;
  }
  .idx05_list .ttl {
    font-size: calc(var(--ttl_size) - 11px);
  }
  .idx05_list .ttl::after {
    right: 10px;
  }
  .idx05_list .text {
    padding: 20px 15px;
  }
  .idx05_flow .item01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .idx05_flow .item01 h4 {
    font-size: 3vw;
  }
  .idx05_flow .item01 .idx_btn a {
    padding: 10px 5px 12px 5px;
    font-size: 1.3vw;
  }
  .idx05_flow .item:not(.item01) .thumb {
    padding: 16px 15px 16px 23px;
  }
  .idx05_flow h5 {
    font-size: 2.2vw;
  }
}