.main {
  overflow: hidden;
  width: 100%;
  height: auto;
  background: #FFF;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 152px), 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 79%, 0% 100%);
}
.main .img {
  width: 100%;
}
.main .img img {
  width: 100%;
  display: block;
}
.main .img.flow_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.main .img.flow_mv {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .obi {
  display: block;
  width: calc(100% + 0px);
  height: calc(100% - 0px);
  transform: translate3d(0, 0, 0);
  background: #a8a8a7;
  background: none;
  position: absolute;
  bottom: 0;
  left: 0px;
  clip-path: polygon(0 74%, 100% 53%, 100% 79%, 0% 100%);
  z-index: 0;
}
.main .obi:before {
  content: "";
  display: block;
  width: calc(100% + 0px);
  height: calc(100% - 0px);
  transform: translateX(-105%);
  background: rgba(238, 122, 0, 0.85);
  position: absolute;
  top: 0;
  left: 0px;
}
.main .main_read {
  width: 100%;
  max-width: 660px;
  position: absolute;
  left: 100px;
  bottom: 110px;
  z-index: 3;
}
.main .main_read .img {
  position: relative;
  display: block;
  width: 100%;
}
.main .main_read .img img {
  opacity: 0;
  width: 100%;
  display: block;
  /*transform: translateY(105%);*/
  will-change: transform;
}

.js_isIe .main .obi:before {
  background: url(../../images/main_obi.png) no-repeat left top;
  background-size: 100%;
}

/* パソコンで見たときは"w2560"のclassがついた画像が表示される */
.w2560 { display: block!important; }
.w1500 { display: none!important; }
.w800 { display: none!important; }

/* 1500以下で見たときは"w1500"のclassがついた画像が表示される */
@media only screen and (max-width: 1280px) {
  .w2560 { display: none!important; }
  .w1500 { display: block!important; }
}

/* 767以下で見たときは"w800"のclassがついた画像が表示される */
@media only screen and (max-width: 767px) {
  .w1500 { display: none!important; }
  .w800 { display: block!important; }
}

.main {
  height: 723px;
}
.main .img.mv {
  background: url(../../images/main.webp) no-repeat left top;
  background-size: cover;
}
.main .img.mv img {
  width: 100%;
  display: block;
  opacity: 0;
}
.main .img.mv.flow_mv {
  background: url(../../images/main_b.jpg) no-repeat left top;
  background-size: cover;
}
.main .img.flow_img {
  background: url(../../images/main1.webp) no-repeat left top;
  background-size: cover;
}
.main .img.flow_img img {
  width: 100%;
  display: block;
  opacity: 0;
}
.main .img.flow_img.flow_img2 {
  background: url(../../images/main_b1.webp) no-repeat left top;
  background-size: cover;
}

.main_read_sp {
  display: none;
}

@media screen and (max-width: 1280px) {
  .main {
    height: auto;
  }
  .main .img.mv {
    background: none;
  }
  .main .img.mv img {
    opacity: 1;
  }
  .main .img.mv.flow_mv {
    background: none;
  }
  .main .img.mv.flow_mv img {
    opacity: 1;
  }
  .main .img.flow_img {
    background: none;
  }
  .main .img.flow_img img {
    opacity: 1;
  }
  .main .img.flow_img.flow_img2 {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .main {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    padding-bottom: 110px;
  }
  .main:after {
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
  }

  .main .img.flow_img,
  .main .img.mv {
    background: url(../../images/main.webp) no-repeat right top;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 79%, 0% 100%);
  }
  .main .img.flow_img img,
  .main .img.mv img {
    opacity: 0;
  }

  .main .img.mv.flow_mv {
    background: none;
    background-size: cover;
    clip-path: polygon(0% 0%, 100% 0%, 100% 79%, 0% 100%);
  }
  .main .img.mv.flow_mv img {
    opacity: 1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 79%, 0% 100%);
  }

  .main .img.flow_img {
    display: none;
  }

  .main .obi {
    display: none;
  }
}
.catch_area {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  padding: 72px 0 0 100px;
  z-index: 3;
}

.main_badges {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.main_badges .badges {
  position: absolute;
  display: flex;
  width: 307px;
  height: auto;
  bottom: 65px;
  right: 100px;
}

.main_badges .badges > a {
  display: block;
  width: 50%;
}

.main_badges .badges > a > img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .main_badges .badges {
    width: 185px;
    bottom: -35px;
    right: 15px;
  }
}

.main_catch {
  width: 100%;
  max-width: 635px;
  position: relative;
  padding-bottom: 24px;
  z-index: 3;
}
.main_catch:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 1.1vw;
  width: 0%;
  max-width: 574px;
  height: 8px;
  background: #000;
  box-shadow: 0px 0px 20px 0px white;
}
.main_catch .img {
  display: block;
  width: 100%;
  overflow: hidden;
}
.main_catch .img:first-of-type {
  max-width: 600px;
  margin-bottom: 0;
}
.main_catch .img img {
  width: 100%;
  display: block;
  /*transform: translateY(105%);*/
  opacity: 0;
  will-change: transform;
}

.main_catch2 {
  width: 100%;
  max-width: 600px;
  margin-top: 12px;
  position: relative;
  z-index: 3;
}
.main_catch2 .img {
  display: block;
  width: 100%;
}
.main_catch2 .img img {
  opacity: 0;
  width: 100%;
  display: block;
  /*transform: translateY(105%);*/
  will-change: transform;
}

@media screen and (max-width: 1280px) {
  .catch_area {
    padding: 5vw 0 0 7vw;
  }

  .main_catch {
    max-width: 49.61vw;
  }
  .main_catch:after {
    max-width: 44.58vw;
  }
  .main_catch .img:first-of-type {
    max-width: 46.76vw;
  }
  .main_catch .img:last-of-type {
    max-width: 49.61vw;
  }

  .main_catch2 {
    max-width: 46.76vw;
  }

  .main .main_read {
    max-width: 51.57vw;
    left: 8vw;
    bottom: 8.5vw;
  }
}
@media screen and (max-width: 767px) {
  .catch_area {
    padding: 140px 20px 20px;
  }

  .main_catch {
    max-width: 100%;
    padding-bottom: 16px;
  }
  .main_catch:after {
    max-width: calc(100% - 5.2vw);
    height: 4px;
  }
  .main_catch .img:first-of-type {
    max-width: calc(100% - 5.2vw);
  }
  .main_catch .img:last-of-type {
    max-width: 100%;
  }

  .main_catch2 {
    max-width: calc(100% - 5.2vw);
    margin-top: 0px;
  }
}
@media screen and (max-width: 650px) {
  .catch_area {
    padding: 140px 20px 20px;
  }

  .main_catch {
    max-width: 100%;
    padding-bottom: 16px;
  }
  .main_catch:after {
    max-width: calc(100% - 5.2vw);
    height: 4px;
  }
  .main_catch .img:first-of-type {
    max-width: calc(100% - 5.2vw);
  }
  .main_catch .img:last-of-type {
    max-width: 100%;
  }

  .main_catch2 {
    max-width: calc(100% - 2.2vw);
    margin-top: 6px;
  }
}
@media screen and (max-width: 767px) {
  .main .main_read {
    display: none;
  }

  .main_read_sp {
    display: flex;
    flex-wrap: wrap;
    width: 100% !important;
    height: fit-content !important;
    position: relative;
    padding: 80px 0 70px;
    align-items: center;
    clip-path: polygon(0 52px, 100% 0px, 100% 76%, 0% 100%);
  }
  .main_read_sp:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ee7a00;
    transform: translateX(-105%);
    z-index: 0;
    /*clip-path: polygon(0 68px, 100% 23px, 100% 87%, 0% 100%);
    clip-path: polygon(0 52px, 100% 0px, 100% 76%, 0% 100%);*/
  }
  .main_read_sp .main_read {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 510px;
    margin: auto;
    padding: 0 20px;
  }
  .main_read_sp .main_read .img {
    width: 100%;
  }
  .main_read_sp .main_read .img img {
    display: block;
    width: 100%;
  }

  .read {
    text-align: justify;
    font-size: 14px;
  }
  .read br.pc {
    display: none;
  }

  .section_title + .read, .subtitle + .read {
    margin-top: 32px;
  }
}
nav {
  margin-top: -5px;
}

header {
  width: 100%;
  height: 108px;
}
header #header {
  height: 108px;
  overflow: hidden;
}
header #header nav {
  background: #FFF;
  margin-top: -2px;
  margin-bottom: 0px;
  padding-bottom: 4px;
  box-shadow: 0 5px 5px -3px #aaaaaa50;
}
header.visible_nabi #header {
  overflow: visible;
}

@media screen and (max-width: 920px) {
  header {
    height: 56px;
  }
  header #header {
    height: 56px;
    overflow: hidden;
  }
  header #header nav {
    padding-bottom: 0px;
  }
  header.visible_nabi #header {
    overflow: hidden;
    box-shadow: 0 5px 5px -3px #aaaaaa50;
  }

  nav {
    margin-top: 56px;
  }

  #header nav {
    display: none;
  }
}
.section_title .in_text {
  font-feature-settings: "palt";
}

@media screen and (max-width: 1130px) {
  .section_title.top_section.indention1 .in_text {
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .section_title.top_section.indention1 .in_text .text {
    display: flex;
    width: fit-content;
    position: relative;
    line-height: 1.5;
  }
  .section_title.top_section.indention1 .in_text .text .icon_title {
    position: absolute;
    top: -40px;
  }
  .section_title.top_section.indention1 .in_text .icon_title.pc {
    display: none;
  }
  .section_title.top_section.indention1 .in_text .icon_title.sp {
    display: block;
  }
}
@media screen and (max-width: 1050px) {
  .section_title.top_section.indention2 .in_text {
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .section_title.top_section.indention2 .in_text .text {
    display: flex;
    width: fit-content;
    position: relative;
    line-height: 1.5;
  }
  .section_title.top_section.indention2 .in_text .text .icon_title {
    position: absolute;
    top: -40px;
  }
  .section_title.top_section.indention2 .in_text .icon_title.pc {
    display: none;
  }
  .section_title.top_section.indention2 .in_text .icon_title.sp {
    display: block;
  }
}
@media screen and (max-width: 810px) {
  .section_title .in_text {
    font-size: 36px;
  }
  .section_title.top_section.indention1 .in_text .text .icon_title,
  .section_title.top_section.indention2 .in_text .text .icon_title {
    position: absolute;
    top: -35px;
  }
}
@media screen and (max-width: 767px) {
  .section_title .in_text {
    font-size: 24px;
  }
  .section_title.top_section.indention1 .in_text .text .icon_title,
  .section_title.top_section.indention2 .in_text .text .icon_title {
    position: absolute;
    top: -22px;
  }
  .section_title.top_section .in_text {
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
  }
  .section_title.top_section .in_text .text {
    display: flex;
    width: fit-content;
    position: relative;
    line-height: 1.5;
  }
  .section_title.top_section .in_text .text .icon_title {
    position: absolute;
    right: -20px;
    top: -20px;
  }
  .section_title.top_section .in_text .icon_title.pc {
    display: none;
  }
  .section_title.top_section .in_text .icon_title.sp {
    display: block;
  }
}
.merit_ttl.section_title .in_text {
  flex-direction: column;
}
.merit {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.merit .merit_list {
  width: 100%;
  max-width: 1080px;
  display: flex;
  margin-top: 104px;
}
.merit .merit_list .list {
  /* width: calc((100% - 60px)/2); */
  /* margin-right: 60px; */
	width: calc((100% - 40px)/2);
	margin-right: 40px;


}
.merit .merit_list .list:last-of-type {
  margin-right: 0;
  display: flex;
  align-items: flex-end;
}
.merit .merit_list .list .img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.merit .merit_list .list .img img {
  width: 100%;
  display: block;
}
.merit .merit_list .list .list_title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  padding-top: 82px;
  letter-spacing: 0.25px;
}
.merit .merit_list .list .list_title br.sp {
  display: none;
}
.merit .merit_list .list .list_title .merit_icon {
  position: absolute;
  left: 0;
  top: -6px;
  width: 128px;
  height: 97px;
  z-index: -1;
  overflow: hidden;
  padding: 0px 0px 0 0px;
}
.merit .merit_list .list .list_title .merit_icon .merit_icon_circle {
  width: 120px;
  height: 120px;
  /*-webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);*/
  transform: rotate(147deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 2;
}
.merit .merit_list .list .list_title .merit_icon .merit_icon_circle circle {
  fill: transparent;
  stroke: #ee7a00;
  stroke-width: 2;
  stroke-dasharray: 0 366;
}
.merit .merit_list .list .list_title .merit_icon .merit_icon_circle.circle2 {
  left: 6px;
  top: 2px;
  z-index: 1;
}
.merit .merit_list .list .list_title .merit_icon .merit_icon_circle.circle2 circle {
  fill: #f8ac28;
  stroke: transparent;
  opacity: 0;
}
.merit .merit_list .list .list_title .merit_icon .list_caption {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-4px);
  z-index: 2;
}
.merit .merit_list .list .list_title .merit_icon .list_caption .caption {
  font-size: 14px;
  font-weight: 700;
  color: #FFF;
  line-height: 1;
  display: block;
  text-align: center;
}
.merit .merit_list .list .list_title .merit_icon .list_caption .num {
  font-size: 54px;
  font-weight: 400;
  color: #FFF;
  line-height: 1;
  display: block;
  text-align: center;
  margin-top: 6px;
}
.merit .merit_list .list .list_text {
  font-size: 16px;
  line-height: 1.75;
  font-weight: 400;
  margin-top: 12px;
  text-align: justify;
  color: #343434;
}
.merit .merit_list .list .list_text .blank_target {
  text-decoration: none;
  color: #343434;
  border-bottom: 1px solid #343434;
  margin-top: 5px;
}
.merit .merit_list .list .list_text .blank_target:before {
  border-color: #343434;
}
.merit .merit_list .list .list_text .blank_target:after {
  background-color: #343434;
}
.merit .merit_list:nth-child(even) .list:nth-of-type(1) {
  order: 2;
  margin-right: 0;
}
.merit .merit_list:nth-child(even) .list:nth-of-type(2) {
  order: 1;
  margin-right: 60px;
}
.merit .merit_list + .merit_list {
  margin-top: 80px;
}

@media screen and (max-width: 910px) {
  .merit .merit_list {
    margin-top: 56px;
  }
  .merit .merit_list + .merit_list {
    margin-top: 40px;
  }

  .merit .merit_list .list .list_title {
    font-size: 28px;
    padding-top: 82px;
  }

  .merit .merit_list .list {
    width: calc((100% - 20px)/2);
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .merit .merit_list {
    flex-wrap: wrap;
    margin-top: 32px;
  }
  .merit .merit_list .list {
    width: 100%;
    margin-right: 0;
  }
  .merit .merit_list .list:last-of-type {
    align-items: flex-start;
  }
  .merit .merit_list .list .img {
    width: 100%;
  }
  .merit .merit_list .list .img.parallax1 {
    transform: translateY(0) !important;
  }
  .merit .merit_list .list .list_title {
    font-size: 20px;
    padding-top: 0;
    padding-left: 88px;
    min-height: 88px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .merit .merit_list .list .list_title br.sp {
    display: block;
  }
  .merit .merit_list .list .list_title br.pc {
    display: none;
  }
  .merit .merit_list .list .list_title .merit_icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 88px;
    z-index: -1;
  }
  .merit .merit_list .list .list_title .merit_icon .merit_icon_circle {
    transform: rotate(90deg);
  }
  .merit .merit_list .list .list_title .merit_icon .merit_icon_circle {
    width: 80px;
    height: 80px;
    overflow: visible;
    transform: rotate(90deg);
    left: 0;
    top: 4px;
    z-index: 2;
  }
  .merit .merit_list .list .list_title .merit_icon .merit_icon_circle.circle2 {
    left: 3px;
    top: 1px;
    z-index: 1;
  }
  .merit .merit_list .list .list_title .merit_icon .list_caption {
    top: 3px;
    transform: translateY(0px);
  }
  .merit .merit_list .list .list_title .merit_icon .list_caption .caption {
    font-size: 10px;
  }
  .merit .merit_list .list .list_title .merit_icon .list_caption .num {
    font-size: 36px;
    margin-top: 6px;
  }
  .merit .merit_list .list .list_text {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 4px;
    color: #000;
    font-weight: 400;
  }
  .merit .merit_list:nth-child(even) .list:nth-of-type(1) {
    order: 1;
    margin-right: 0;
  }
  .merit .merit_list:nth-child(even) .list:nth-of-type(1) .list_title {
    padding-left: 0;
    padding-right: 90px;
  }
  .merit .merit_list:nth-child(even) .list:nth-of-type(1) .list_title .merit_icon {
    left: initial;
    right: 0;
  }
  .merit .merit_list:nth-child(even) .list:nth-of-type(2) {
    order: 2;
    margin-right: 0;
  }
  .merit .merit_list + .merit_list {
    margin-top: 40px;
  }
}
.section2 {
  margin-top: -122px;
  position: relative;
}
.section2:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f8ac28;
}
.section2 .inner {
  position: relative;
  z-index: 2;
}
.service_out_text{
  font-size: 20px;
  font-weight: 500;
  padding: 15px 25px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  position: relative;
  display: table;
  margin: -100px auto 10px;
  line-height: 1.7;
}
.service_out_text::after{
  position: absolute;
  content: '';
  border-top: 15px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  bottom: -14px;
  right: 0;
  left: 0;
  margin: auto;
  display: inherit;
}
.service_ttl.section_title .in_text {
  flex-direction: column;
}
.section2 .service-card {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin: auto;
  justify-content: center;
  padding-top: 12px;
  opacity: 0;
}
.section2 .service-card .card {
  width: calc((100% - 108px)/4);
  margin-top: 40px;
  margin-right: 36px;
  position: relative;
}
.section2 .service-card .card .in_title {
  text-align: center;
  font-size: 24PX;
  line-height: 1.75;
  color: #999;
  font-family: 'Roboto', sans-serif;
  width: 100%;
}
.section2 .service-card .card .in_text {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  min-height: 81px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  background: #FFF;
  position: relative;
  z-index: 1;
}
.section2 .service-card .card .item_btn {
  font-size: 16px;
  font-weight: 700;
  width: 192px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #ee7a00;
  color: #FFF;
  line-height: 1;
  padding: 0 11px 1px;
  margin: 0 auto 0;
  line-height: 1;
  font-feature-settings: "palt";
  transition: all .3s;
  position: absolute;
  top: calc(100% - 58px);
  left: 0;
  right: 0;
  z-index: 1;
}
.section2 .service-card .card .item_btn .icon_title {
  width: 30px;
  position: absolute;
  top: -18px;
  right: -15px;
}
.section2 .service-card .card .item_btn .icon_title .tm {
  width: 100%;
}
.section2 .service-card .card .item_btn .icon_title .tm .cls-1 {
  fill: #ee7a00;
}
.section2 .service-card .card .card_icon {
  width: 100%;
  margin-top: 12px;
}
.section2 .service-card .card .card_icon .img {
  width: 85px;
  margin: auto;
}
.section2 .service-card .card .card_icon .img img {
  width: 100%;
  display: block;
}
.section2 .service-card .card:last-of-type, .section2 .service-card .card:nth-of-type(4n) {
  margin-right: 0;
}
.section2 .service-card .card .card_item {
  width: 100%;
  height: 100%;
  background: #FFF;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.2);
  flex-wrap: wrap;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: all .3s;
}
.section2 .service-card .card .card_item.front {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 5px 95px;
  display: flex;
}
.section2 .service-card .card .card_item.back {
  transform: rotateY(-180deg);
  align-items: flex-start;
  justify-content: flex-start;
  padding: 70px 24px 30px;
  opacity: 0;
}
.section2 .service-card .card .card_item.back .in_text {
  font-size: 14px;
  margin-top: 0;
  text-align: justify;
  min-height: auto;
  justify-content: flex-start;
}
.section2 .service-card .card .card_item.back .in_text + .in_text {
  margin-top: 6px;
}
.section2 .service-card .card .card_item.back .case_list {
  margin-top: 12px;
  width: 100%;
}
.section2 .service-card .card .card_item.back .case_list .case .in_list {
  font-size: 14px;
  font-weight: 700;
  position: relative;
  padding-left: 14px;
  display: block;
  text-decoration: none;
  color: #000;
  width: fit-content;
}
.section2 .service-card .card .card_item.back .case_list .case .in_list:after {
  content: "";
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #ee7a00;
  border-right: 2px solid #ee7a00;
  z-index: -1;
}
.section2 .service-card .card .card_item.back .case_list .case .in_list:before {
  content: "";
  width: 100%;
  height: 5px;
  background: rgba(238, 122, 0, 0.85);
  position: absolute;
  display: none;
  bottom: 3px;
  left: 14px;
  width: 0;
  transition: all .3s;
  z-index: -1;
  animation-timing-function: ease-in-out;
}
.section2 .service-card .card .card_item.back .case_list .case .in_list:hover {
  color: #ee7a00;
}
.section2 .service-card .card .card_item.back .case_list .case .in_list:hover:before {
  content: "";
  width: 100%;
}
.section2 .service-card .card .card_item.back .return {
  display: block;
  width: 18px;
  height: 21px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  background: url(../../images/return_hover.png) no-repeat left top;
  background-size: 18px 21px;
}
.section2 .service-card .card .card_item.back .return .img img {
  width: 18px;
  height: 21px;
  display: block;
}
.section2 .service-card .card .card_item.back .return:hover .img {
  opacity: 0;
}
.section2 .service-card .card.hover .item_btn {
  top: 24px;
}
.section2 .service-card .card.hover .card_item.front {
  transform: rotateY(180deg);
}
.section2 .service-card .card.hover .card_item.back {
  transform: rotateY(0);
  opacity: 1;
}

@media screen and (max-width: 1110px) {
  .service_out_text{
    margin: 0 auto 10px;
  }
  .section2 .service-card {
    max-width: 840px;
    padding: 0 20px;
  }
  .section2 .service-card .card {
    width: calc((100% - 40px)/2);
    margin-top: 40px;
    margin-right: 40px;
  }
  .section2 .service-card .card:nth-of-type(4n) {
    margin-right: 40px;
  }
  .section2 .service-card .card:nth-of-type(2n) {
    margin-right: 0px;
  }
  .section2 .service-card .card .card_item {
    min-height: 320px;
  }
  .section2 .service-card .card .card_item.front {
    padding: 12px 5px 95px;
  }
  .section2 .service-card .card .card_item.front .in_text br.tab {
    display: none;
  }
  .section2 .service-card .card .card_item.back {
    padding: 70px 24px 40px;
  }
  .section2 .service-card .card .card_icon {
    margin-top: 6px;
  }

  .section2 .service-card .card .item_btn {
    top: calc(100% - 56px);
  }
}
@media screen and (max-width: 767px) {
  .section2 {
    margin-top: 0;
  }
  .service_out_text{
    font-size: 16px;
    margin: 0 auto 20px;
  }
  .section2 .service-card {
    max-width: calc(100% - 40px);
    padding: 0;
  }
  .section2 .service-card .card {
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }
  .section2 .service-card .card:nth-of-type(4n) {
    margin-right: 0;
  }
  .section2 .service-card .card .card_item .in_text {
    min-height: auto;
    margin-top: 12px;
    font-size: 14px;
  }
  .section2 .service-card .card .card_item .card_icon {
    margin-top: 12px;
  }
  .section2 .service-card .card .item_btn {
    width: calc(100% - 48px);
  }
  .section2 .read {
    text-align: justify;
  }
  .section2 .section_btn {
    margin-top: 40px;
  }

  .service-block .subtitle .in_text {
    font-size: 16px;
  }

  .service-block .subtitle + .read {
    margin-top: 20px;
    font-size: 14px;
  }
  .service-block .subtitle + .read br.sp {
    display: none;
  }

  .section2 .service-card .card .item_btn {
    top: calc(100% - 56px);
  }
}
.section_bottom {
  width: 100%;
  position: relative;
  left: 0;
  bottom: 0px;
  z-index: 1;
  overflow: hidden;
  margin-top: -76px;
}
.section_bottom img {
  width: 100%;
  display: block;
  opacity: 0;
  height: 100%;
  max-height: 472px;
}
.section_bottom:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.section_bottom:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.section1_bottom:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/section2_bottom3.webp) no-repeat left top;
  background-size: cover;
  z-index: 1;
}
.section1_bottom:after {
  background: #FFF;
}
.section1_bottom.pg:before {
  background: url(../../images/section2_bottom4.webp);
  background-size: cover;
}

.section2_bottom:after, .section2_bottom:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../images/section2_bottom.webp) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
.section2_bottom:before {
  background: url(../../images/section2_bottom.webp) no-repeat center center;
  background-size: cover;
}
.section2_bottom:after {
  background: #FFF;
}
.section2_bottom.pg:before {
  background: url(../../images/section2_bottom2.webp);
  background-size: cover;
}

@media screen and (max-width: 910px) {
  .section_bottom {
    margin-top: -50px;
  }
}
@media screen and (max-width: 767px) {
  .section_bottom {
    margin-top: -22px;
    min-height: 200px;
  }
}
.partner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin: auto;
  padding-top: 24px;
}
.partner .list {
  width: calc((100% - 80px)/3);
  margin-right: 40px;
  margin-top: 40px;
  position: relative;
  border-radius: 100%;
}
.partner .list:nth-of-type(3n) {
  margin-right: 0;
}
.partner .list .item {
  width: 240px;
  height: 240px;
  background: #FFF;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
  color: #000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.partner .list .item .icon {
  width: 100%;
  height: 87px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .list .item .icon img {
  display: block;
  width: 100%;
}
.partner .list .item .icon.icon01 img {
  max-width: 98px;
}
.partner .list .item .icon.icon02 img {
  max-width: 86px;
}
.partner .list .item .icon.icon03 img {
  max-width: 95px;
}
.partner .list .item .icon.icon04 img {
  max-width: 88px;
}
.partner .list .item .icon.icon05 img {
  max-width: 117px;
}
.partner .list .item .icon.icon06 img {
  max-width: 104px;
}
.partner .list .item .iteme_name {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  text-align: center;
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 4px;
  transition: all .3s;
}
.partner .list .item .item_btn {
  font-size: 14px;
  font-weight: 500;
  width: fit-content;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  background: #ee7a00;
  color: #FFF;
  line-height: 1;
  padding: 0 11px 1px;
  margin: 0 auto;
  line-height: 1;
  font-feature-settings: "palt";
  transition: all .3s;
}
.partner .list .item.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform: rotateY(-180deg);
}
.partner .list .item.back .iteme_name {
  color: #ee7a00;
}
.partner .list.hover .item.front {
  transform: rotateY(180deg);
}
.partner .list.hover .item.back {
  transform: rotateY(0);
}

@media screen and (max-width: 810px) {
  .partner {
    max-width: 520px;
  }
  .partner .list:nth-of-type(3n),
  .partner .list {
    width: calc((100% - 40px)/2);
    margin-right: 40px;
    margin-top: 40px;
  }
  .partner .list:nth-of-type(3n):nth-of-type(2n),
  .partner .list:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .partner {
    max-width: 324px;
  }
  .partner .list:nth-of-type(3n),
  .partner .list {
    width: calc((100% - 24px)/2);
    margin-right: 24px;
    margin-top: 24px;
  }
  .partner .list:nth-of-type(3n):nth-of-type(2n),
  .partner .list:nth-of-type(2n) {
    margin-right: 0;
  }
  .partner .list:nth-of-type(3n) .item,
  .partner .list .item {
    width: 150px;
    height: 150px;
  }
  .partner .list:nth-of-type(3n) .item .icon,
  .partner .list .item .icon {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .partner .list:nth-of-type(3n) .item .icon img,
  .partner .list .item .icon img {
    display: block;
    width: 100%;
  }
  .partner .list:nth-of-type(3n) .item .icon.icon01 img,
  .partner .list .item .icon.icon01 img {
    max-width: 61px;
  }
  .partner .list:nth-of-type(3n) .item .icon.icon02 img,
  .partner .list .item .icon.icon02 img {
    max-width: 54px;
  }
  .partner .list:nth-of-type(3n) .item .icon.icon03 img,
  .partner .list .item .icon.icon03 img {
    max-width: 60px;
  }
  .partner .list:nth-of-type(3n) .item .icon.icon04 img,
  .partner .list .item .icon.icon04 img {
    max-width: 55px;
  }
  .partner .list:nth-of-type(3n) .item .icon.icon05 img,
  .partner .list .item .icon.icon05 img {
    max-width: 73px;
  }
  .partner .list:nth-of-type(3n) .item .icon.icon06 img,
  .partner .list .item .icon.icon06 img {
    max-width: 65px;
  }
  .partner .list:nth-of-type(3n) .item .iteme_name,
  .partner .list .item .iteme_name {
    font-size: 14px;
    width: 100%;
    height: 36px;
    margin-bottom: 4px;
    margin-top: 4px;
  }
  .partner .list:nth-of-type(3n) .item .item_btn,
  .partner .list .item .item_btn {
    font-size: 12px;
    height: 18px;
    padding: 0 4px 1px;
  }
}
.service-block + .service-block {
  margin-top: 120px;
}
.service-block .subtitle + .read {
  margin-top: 20px;
}
@media screen and (max-width: 810px) {
  .service-block + .service-block {
    margin-top: 54px;
  }
}

.flow_section_title{
  font-size: 40px;
  margin: -30px 0 5px;
  display: block;
}
.rakutian_flow {
  width: 100%;
  max-width: 768px;
  margin: auto;
  margin-top: 72px;
}
.rakutian_flow .list {
  width: 100%;
  position: relative;
  padding-bottom: 40px;
}
.rakutian_flow .list .list_box {
  width: 100%;
  border-radius: 8px;
  background: #efefef;
  padding: 12px 18px 32px 88px;
  opacity: 0;
  transform: translateY(40px);
}
.rakutian_flow .list .list_box .flow_title {
  font-size: 24PX;
  font-weight: 700;
  line-height: 1.75;
  position: relative;
}
.rakutian_flow .list .list_box .flow_text {
  font-size: 16px;
  line-height: 1.75;
  margin-top: 16px;
  text-align: justify;
  color: #343434;
}
.rakutian_flow .list .flow_num {
  width: 64px;
  height: 64px;
  background: #FFF;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  color: #FFF;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-feature-settings: "palt";
}
.rakutian_flow .list .flow_num:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ee7a00;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.rakutian_flow .list .flow_num:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  height: 3px;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2,
.rakutian_flow .list .flow_num .float_border {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.rakutian_flow .list .flow_num .float_border2:before,
.rakutian_flow .list .flow_num .float_border:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2:after,
.rakutian_flow .list .flow_num .float_border:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0%;
  height: 3px;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2:before {
  left: initial;
  right: 0;
  background: #ee7a00;
}
.rakutian_flow .list .flow_num .float_border2:after {
  background: #ee7a00;
  top: initial;
  left: initial;
  right: 0;
  bottom: 0;
}
.rakutian_flow .list:after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 29px;
  width: 3px;
  height: 0;
  background: #ee7a00;
  z-index: 0;
}
.rakutian_flow .list:last-of-type {
  padding-bottom: 0;
}
.rakutian_flow .list:last-of-type:after {
  display: none;
}

.rakutian_flow .list .list_box {
  position: relative;
}
.rakutian_flow .list .list_box .section_btn {
  position: absolute;
  bottom: -16px;
  right: 16px;
  padding: 0 20px;
  min-height: 32px;
  background-color: #216BB1;
  border: 1px solid #216BB1;
}
.rakutian_flow .list .list_box .section_btn:hover .in_text{
  color: #216BB1;
}
.rakutian_flow .list .list_box .section_btn .in_text {
  font-size: 16px;
  font-weight: 400;
}

@media screen and (max-width: 910px) {
  .flow_section_title{
    margin: 0;
  }
  .rakutian_flow {
    margin-top: 56px;
  }
  .rakutian_flow .list .list_box {
    padding: 12px 18px 24px 64px;
  }
  .rakutian_flow .list .list_box .flow_title {
    font-size: 20px;
  }
  .rakutian_flow .list .list_box .flow_text {
    font-size: 14px;
    margin-top: 8px;
  }
  .rakutian_flow .list:first-of-type .list_box {
    padding-bottom: 34px;
  }
  .rakutian_flow .list .flow_num {
    width: 40px;
    height: 40px;
    font-size: 22px;
    padding-top: 3px;
  }
  .rakutian_flow .list .flow_num:after {
    height: 2px;
  }
  .rakutian_flow .list .flow_num .float_border2:before,
  .rakutian_flow .list .flow_num .float_border:before {
    width: 2px;
  }
  .rakutian_flow .list .flow_num .float_border2:after,
  .rakutian_flow .list .flow_num .float_border:after {
    height: 2px;
  }
  .rakutian_flow .list:after {
    left: 19px;
    width: 2px;
  }

  .rakutian_flow .list .list_box .section_btn {
    max-width: 310px;
  }
}
@media screen and (max-width: 767px) {
  .flow_section_title{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .rakutian_flow {
    margin-top: 40px;
  }
  .rakutian_flow .list {
    padding-bottom: 24px;
  }
  .rakutian_flow .list .list_box {
    padding: 8px 18px 24px 64px;
  }
  .rakutian_flow .list .list_box .flow_title {
    font-size: 16px;
  }
  .rakutian_flow .list .list_box .flow_text {
    font-size: 14px;
    margin-top: 8px;
    color: #000;
  }
  .rakutian_flow .list:first-of-type .list_box {
    padding-bottom: 64px;
  }

  .rakutian_flow .list .list_box .section_btn {
    max-width: 247px;
    bottom: 16px;
    right: 0;
    left: 0;
    margin: 0 0 0 64px;
    padding: 0 10px;
  }
}

.cost_section_title{
  font-size: 40px;
  margin: -30px 0 5px;
  display: block;
}
.cost {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  margin-top: 80px;
  margin-bottom: 80px;
  border-radius: 8px;
  background: #FFF;
  padding: 64px 54px 40px;
}
.cost .cont_title {
  font-size: 24PX;
  font-weight: 700;
  text-align: center;
}
.cost .cont_title br.sp {
  display: none;
}
.cost .cost_graph_wrap {
  width: 100%;
  max-width: 910px;
  display: flex;
  position: relative;
  margin: auto;
  margin-top: 40px;
}
.cost .cost_graph_wrap:before {
  content: "";
  background-image: linear-gradient(to right, #CCC, #CCC 12px, transparent 12px, transparent 16px);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cost .cost_graph_wrap:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 2px;
  background: #ee7a00;
}
.cost .cost_graph_wrap .cost_graph {
  width: calc((100% - 80px)/3);
  margin-right: 40px;
}
.cost .cost_graph_wrap .cost_graph:last-of-type {
  margin-right: 0;
}
.cost .cost_graph_wrap .cost_graph .img {
  width: 100%;
}
.cost .cost_graph_wrap .cost_graph .img img {
  width: 100%;
  display: block;
}
.cost .cost_graph_wrap .cost_graph.graph {
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.cost .cost_graph_wrap .cost_graph.graph .item {
  width: 100%;
  height: 100%;
  background: #BBB url(../../images/graph_bg.png) repeat-y left top;
  background-size: 100%;
  padding: 32px 24px  20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  transform: translateY(105%);
}
.cost .cost_graph_wrap .cost_graph.graph .item .title {
  font-size: 24PX;
  font-weight: 700;
  color: #FFF;
}
.cost .cost_graph_wrap .cost_graph.graph .item .subtitle {
  font-size: 24PX;
  text-align: left;
  color: #FFF;
}
.cost .cost_graph_wrap .cost_graph.graph .item .subtitle span {
  font-size: 38px;
  font-weight: 700;
}
.cost .cost_graph_wrap .cost_graph.graph .item .text {
  font-size: 16px;
  line-height: 1.75;
  color: #FFF;
  margin-top: auto;
}
.cost .cost_graph_wrap .cost_graph.graph.graph2 .item {
  max-height: 73%;
}
.cost .cost_graph_wrap .cost_graph.graph3 {
  position: relative;
  overflow: hidden;
}
.cost .cost_graph_wrap .cost_graph.graph3 .img.type_graph {
  opacity: 0;
}
.cost .cost_graph_wrap .cost_graph.graph3 .img.type_graph2, .cost .cost_graph_wrap .cost_graph.graph3 .img.type_graph1 {
  position: absolute;
  left: 0;
  top: 0;
}
.cost .cost_graph_wrap .cost_graph.graph3 .img.type_graph1 {
  top: 2px;
}
.cost .cost_graph_wrap .cost_graph.graph3 .img.type_graph1 img {
  transform: translateY(-100%);
}
.cost .cost_graph_wrap .cost_graph.graph3 .img.type_graph2 img {
  transform: translateY(100%);
}
.cost .cost_graph_sp {
  display: none;
  margin-top: 12px;
}
.cost .cost_graph_sp .img img {
  width: 100%;
  display: block;
}
.cost .cost_graph_note {
  font-size: 14px;
  font-weight: 300;
  text-align: right;
  width: 100%;
  max-width: 910px;
  margin: auto;
  margin-top: 4px;
}
.cost_graph_emphasis{
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 0.6;
  margin: 20px 0 10px;
}
.cost_graph_emphasis .text{
  color: #ee7a00;
}
@media screen and (max-width: 1110px) {
  .cost_section_title{
    margin: 0;
  }
}
@media screen and (max-width: 940px) {
  .cost {
    padding: 64px 10px 40px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .cost .cont_title {
    font-size: 20px;
  }
  .cost .cost_graph_wrap {
    width: 100%;
    margin-top: 24px;
  }
  .cost .cost_graph_wrap:after {
    left: -10px;
    width: calc(100% + 20px);
  }
  .cost .cost_graph_wrap .cost_graph {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  .cost .cost_graph_wrap .cost_graph .img {
    width: 100%;
  }
  .cost .cost_graph_wrap .cost_graph .img img {
    width: 100%;
    display: block;
  }
  .cost .cost_graph_wrap .cost_graph.graph {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item {
    width: 100%;
    height: 100%;
    background: #BBB url(../../images/graph_bg.png) repeat-y left top;
    background-size: 100%;
    padding: 32px 24px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    transform: translateY(105%);
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .title {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .subtitle {
    font-size: 16px;
    text-align: left;
    color: #FFF;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .subtitle span {
    font-size: 18px;
    font-weight: 700;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .text {
    font-size: 16px;
    line-height: 1.75;
    color: #FFF;
    margin-top: auto;
  }
  .cost .cost_graph_wrap .cost_graph.graph.graph2 .item {
    max-height: 73%;
  }
  .cost .cost_graph_note {
    font-size: 14px;
    font-weight: 300;
    text-align: right;
    width: 100%;
    max-width: 910px;
    margin: auto;
    margin-top: 4px;
  }
}
@media screen and (max-width: 810px) {
  .cost .cost_graph_wrap .cost_graph.graph .item {
    padding: 32px 14px 20px;
  }
  .cost_graph_emphasis{
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cost_section_title{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .cost {
    padding: 10px 10px 10px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
  .cost .cont_title {
    font-size: 14px;
    /*br.sp{
        display: block;
    }*/
  }
  .cost .cost_graph_wrap {
    width: 100%;
    display: none;
    margin-top: 24px;
  }
  .cost .cost_graph_wrap:after {
    left: -5px;
    width: calc(100% + 10px);
  }
  .cost .cost_graph_wrap .cost_graph {
    width: calc((100% - 20px)/3);
    margin-right: 10px;
  }
  .cost .cost_graph_wrap .cost_graph .img {
    width: 100%;
  }
  .cost .cost_graph_wrap .cost_graph .img img {
    width: 100%;
    display: block;
  }
  .cost .cost_graph_wrap .cost_graph.graph {
    display: flex;
    align-items: flex-end;
    overflow: hidden;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item {
    width: 100%;
    height: 100%;
    background: #BBB url(../../images/graph_bg.png) repeat-y left top;
    background-size: 100%;
    padding: 32px 8px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: auto;
    transform: translateY(105%);
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .title {
    font-size: 16px;
    font-weight: 700;
    color: #FFF;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .subtitle {
    font-size: 14px;
    text-align: left;
    color: #FFF;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .subtitle span {
    font-size: 16px;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .text {
    font-size: 10px;
  }
  .cost .cost_graph_wrap .cost_graph.graph.graph2 .item {
    max-height: 73%;
  }
  .cost .cost_graph_sp {
    display: block;
  }
  .cost .cost_graph_note {
    font-size: 12px;
  }
  .cost_graph_emphasis{
    font-size: 22px;
    margin: 10px 0 20px;
    line-height: 1;
  }
}
@media screen and (max-width: 520px) {
  .cost .cost_graph_wrap .cost_graph {
    width: calc((100% - 10px - 128px)/2);
    margin-right: 5px;
  }
  .cost .cost_graph_wrap .cost_graph:last-of-type {
    width: 128px;
    display: flex;
    align-items: flex-end;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .subtitle {
    font-size: 10px;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item .subtitle span {
    font-size: 10px;
  }
  .cost .cost_graph_wrap .cost_graph.graph .item {
    padding: 16px 4px 16px;
  }
  .cost_graph_emphasis{
    font-size: 20px;
  }
}

.models {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .models {
    display: block;
  }
}

.models_title {
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}

.models_item {
  display: flex;
  flex-flow: column;
  border: 2px solid #ee7a00;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 20px;
  padding: 25px 30px;
  border-radius: 20px;
  width: 30%;
}

.models_item .ttl {
  font-size: 24px;
  font-weight: bold;
  color: #9c9c9b;
  text-align: center;
  margin: 0 0 10px;
}

.models_item .dsc {
  position: relative;
  border-bottom: 2px solid #9c9c9b;
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.models_item .dsc:after {
  content: '';
  position: absolute;
  background-color: #fff;
  border-left: 2px solid #9c9c9b;
  border-bottom: 2px solid #9c9c9b;
  width: 15px;
  height: 15px;
  left: calc(50% - 7.5px);
  bottom: -10px;
  transform: rotate(-45deg);
}

.models_item .tgs {
  font-weight: bold;
  margin: 0 -5px 20px;
}

.models_item .tgs span {
  display: inline-block;
  border: 2px solid #ee7a00;
  font-weight: normal;
  border-radius: 4px;
  padding: 0 7.5px;
  margin: 5px 5px;
}

.models_item .cst {
  position: relative;
  background-color: #ee7a00;
  color: #fff;
  margin: auto -30px -25px;
  padding: 0px 30px 10px;
  text-align: center;
  font-size: 24px;
}

.models_item .cst:after {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 18px;
  height: 18px;
  left: calc(50% - 9px);
  top: -12px;
  transform: rotate(-45deg);
}

.models_item .cst b {
  font-weight: bold;
  font-size: 200%;
}

@media screen and (max-width: 767px) {
  .models_item {
    width: 100%;
  }
}

.models_btn {
  display: table;
  margin: 20px auto 40px;
}

.models_btn img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.casestudy_top {
  margin: 60px auto 0;
  max-width: 750px;
  padding-bottom:110px;
}
.casestudy_top .casestudy_block {
  border: 2px solid #ee7a00;
  border-radius: 20px;
  padding: 40px 50px;
  background-color: #fff;
}
.casestudy_top .casestudy_block .info{
  display: flex;
  justify-content: space-between;
}
.casestudy_top .casestudy_block .profile{
  font-size: 17px;
}
.casestudy_top .casestudy_block .profile .word{
  font-size: 22px;
  background: linear-gradient(transparent 70%, #ee7a00 0%);
  display: inline-block;
}
.casestudy_top .casestudy_block .profile .name{
  margin: 5px 0 7px;
}
.casestudy_top .casestudy_block .profile .other{
  line-height: 1.6;
}
 .casestudy_top .casestudy_block .info .casestudy_icon {
  width: 120px; 
}
.casestudy_top .casestudy_block .info .casestudy_icon .img img {
  display: block;
  width: 100%;
  height:auto;
}
.casestudy_top .casestudy_block .service-item-list {
  margin-top: 15px;
  padding: 0 0 15px;
  border-bottom: 1px solid #ee7a00;
  display: flex;
}
.casestudy_top .casestudy_block .service-item-list .service-ttl{
  font-weight: 700;
  color: #ee7a00;
  white-space: nowrap;
  padding: 7px 0 0;
}
.casestudy_top .casestudy_block .service-item-list .service-item {
  display: inline-block;
  font-weight: 400;
  color: #343434;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px 6px;
  line-height: 1em;
  border: 1px solid #ee7a00;
  border-radius: 4px;
}
.casestudy_top .casestudy_block .casestudy_text{
  font-size: 17px;
}
.casestudy_top .casestudy_block .casestudy_text .title{
  display: block;
  color: #ee7a00;
  font-weight: 700;
  margin: 25px 0 5px;
}

#do{
z-index:3;
paddig-bottom:100px;
} 


@media screen and (max-width: 767px) {
  .casestudy_top {
    margin: 50px auto 0;
  }
  .casestudy_top .casestudy_block {
    padding: 30px;
  }
  .casestudy_top .casestudy_block .profile{
    font-size: 14px;
  }
  .casestudy_top .casestudy_block .profile .word{
    font-size: 18px;
  }
  .casestudy_top .casestudy_block .profile .name{
    margin: 5px 0 7px;
  }
  .casestudy_top .casestudy_block .service-item-list {
    flex-direction: column;
  }
  .casestudy_top .casestudy_block .service-item-list .service-ttl{
    padding: 0;
  }
  .casestudy_top .casestudy_block .service-item-list .service-item {
    margin-right: 8px;
    margin-left: 0;
  }
  .casestudy_top .casestudy_block .casestudy_text{
    font-size: 14px;
  }
  .casestudy_top .casestudy_block .casestudy_text .title{
    margin: 20px 0 5px;
  }
}
@media screen and (max-width: 640px) {
  .casestudy_top .casestudy_block {
    padding: 20px;
  }
  .casestudy_top .casestudy_block .info{
    flex-direction: column-reverse;
  }
 .casestudy_top .casestudy_block .info .casestudy_icon {
    margin: 0 auto 20px;
  }
}


.voice_section_title{
  font-size: 40px;
  margin: -70px 0 5px;
  display: block;
}
.voice_top {
  margin: 60px auto 0;
  max-width: 750px;

}
.voice_top .voice_block {
  border: 1px solid #ee7a00;
  border-radius: 20px;
  padding: 40px 30px;
  display: flex;
  background-color: #fff;

}
.voice_top .voice_block .voice_icon {
  width: 120px;
  width: 160px;  
}
.voice_top .voice_block .voice_icon .img img {
  display: block;
  width: 100%;
   /*width: 160px; */
  height:auto;
  margin: 0 auto;
}
.voice_top .voice_block .voice_info {
  width: calc(100% - 120px);
    width: calc(100%);
  padding-left: 40px;
  padding-left: 0;
  transform: translateY(-6px);
    transform: translateY(0);
	/*padding-top:120px;*/
	    margin-left: 20px;
}
.voice_top .voice_block .voice_info .voice_name {
  font-size: 18px;
  font-weight: 700;
  color: #343434;
}
.voice_top .voice_block .voice_info .voice_name br.sp {
  display: none;
}
.voice_top .voice_block .voice_info .voice_read {
  font-size: 20px;
  margin-top: 6px;
  line-height: 1.75;
  color: #343434;
  font-weight: 500;
}
.voice_top .voice_block .voice_info .voice_read br.sp {
  display: none;
}
.voice_top .voice_block .voice_info .voice_text {
  font-size: 16px;
  line-height: 2;
  margin-top: 8px;
  text-align: justify;
  color: #343434;
}
.voice_top .voice_block .service-item-list {
  margin-top: 15px;
  display: flex;
}
.voice_top .voice_block .service-item-list .service-ttl{
  font-weight: 700;
  color: #ee7a00;
  white-space: nowrap;
  padding: 7px 0 0;
}
.voice_top .voice_block .service-item-list .service-item {
  display: inline-block;
  font-weight: 400;
  color: #343434;
  margin-top: 8px;
  margin-left: 16px;
  padding: 4px 8px 6px;
  line-height: 1em;
  border: 1px solid #ee7a00;
  border-radius: 4px;
}
.voice_top .voice_block + .voice_block {
  margin-top: 64px;
}
@media screen and (max-width: 1110px) {
  .voice_section_title{
    margin: 0;
  }
}
@media screen and (max-width: 910px) {
  .voice_top_con {
    margin-top: 56px;
  }
  .voice_top .voice_block {
    padding: 24px 24px 12px;
  }
  .voice_top .voice_block .voice_icon {
    width: 100px;
  }
  .voice_top .voice_block .voice_info {
    width: calc(100% - 100px);
    padding-left: 20px;
    transform: translateY(-12px);
  }
  .voice_top .voice_block .voice_info .voice_name {
    font-size: 24px;
  }
  .voice_top .voice_block .voice_info .voice_read {
    font-size: 16px;
    font-weight: 700;
  }
  .voice_top .voice_block + .voice_block {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .voice_section_title{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .voice_top {
    margin-top: 40px;
  }
  .voice_top .voice_block {
    padding: 24px;
    position: relative;
  }
  .voice_top .voice_block .voice_icon {
    width: 56px;
    /*width: 100%;*/	
    position: absolute;
    left: 24px;
	/*left: 0px;*/
    top: 24px;
  }
  .voice_top .voice_block .voice_info {
    width: calc(100% + 56px);
    padding-left: 0;
    transform: translateY(0);
	/*new*/
	    margin: 0;
  }
  .voice_top .voice_block .voice_info .voice_name {
    font-size: 16px;
    padding-left: 74px;
    height: 56px;
    display: flex;
    align-items: center;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .voice_top .voice_block .voice_info .voice_name br.sp {
    display: block;
  }
  .voice_top .voice_block .voice_info .voice_read {
    font-size: 14px;
    margin-top: 18px;
    color: #000;
  }
  .voice_top .voice_block .voice_info .voice_read br.sp {
    display: block;
  }
  .voice_top .voice_block .voice_info .voice_text {
    font-size: 14px;
    margin-top: 16px;
    color: #000;
  }
  .voice_top .voice_block .service-item-list {
    flex-direction: column;
  }
  .voice_top .voice_block .service-item-list .service-ttl{
    padding: 0;
  }
  .voice_top .voice_block .service-item-list .service-item {
    margin-right: 8px;
    margin-left: 0;
  }
  .voice_top .voice_block + .voice_block {
    margin-top: 24px;
  }
}

.greetings_section .inner{
  z-index: 0;
}
.greetings{
  margin: 40px auto 0;
  max-width: 850px;
  font-size: 17px;
}
.greetings p{
  margin-bottom: 10px;
}
.greetings .profile{
  display: flex;
  align-items: center;
}
.greetings .greetings_img{
  width: 100%;
  max-width: 30%;
  margin: 0 0 -220px;
  object-fit: contain;
  object-position: top;
}
.greetings .profile .name{
  text-align: right;
}
@media screen and (max-width: 1000px) {
  .greetings .greetings_text{
    margin: 0 20px 0 0;
  }
}
@media screen and (max-width: 910px) {
  .greetings .profile{
    padding: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .greetings{
    margin-top: 24px;
    flex-direction: column;
    font-size: 14px;
  }
  .greetings .profile{
    margin: 0 0 -60px;
  }
}
@media screen and (max-width: 650px) {
  .greetings .profile{
    align-items: center;
    flex-direction: column;
    padding: 0;
  }
  .greetings .greetings_img {
    max-width: 250px;
    margin: 0 0 -270px;
}
}
.column_section_title{
  font-size: 40px;
  margin: -30px 0 5px;
  display: block;
}
.column {
  margin-top: 30px;
}
.column .item{
  max-width: 800px;
  margin: auto;
}
.column .column_list a{
  text-decoration: none;
  display: flex;
  background: rgba(238, 122, 0, 0.5);
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  padding: 5px 20px;
  margin: 15px 0 0;
}
.column .column_list a:hover{
  background: rgba(238, 122, 0, 0.8);
}
.column .column_date{
  width: 150px;
}
.column .column_title{
  width: calc(100% - 150px);
}
@media screen and (max-width: 1110px) {
  .column_section_title{
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .column_section_title{
    font-size: 18px;
    margin: 0 0 10px;
  }
  .column {
    margin-top: 24px;
  }
  .column .column_list{
    font-size: 16px;
  }
  .column .column_date{
    width: 100px;
	/*new*/
	font-size: 0.8em;
    padding-top: 4px;
  }
  .column .column_title{
    width: calc(100% - 100px);
  }
}


.text_fade,
.main_read_sp .main_read,
.slide_fade {
  opacity: 0;
}

.start.section_bottom:after {
  animation: slideOut 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s forwards;
}
.start .obi:before {
  animation: slideIn2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s forwards;
}
.start .main_catch .img.img1 img {
  animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s forwards;
}
.start .main_catch .img.img2 img {
  animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 0.7s forwards;
}
.start .main_catch:after {
  animation: extend 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;
}
.start .main_catch2 .img img {
  animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.6s forwards;
}
.start.main .main_read .img img {
  animation: fadeIn 0.4s cubic-bezier(0.39, 0.575, 0.565, 1) 1.8s forwards;
}
.start .service-card,
.start .slide_fade, .start.slide_fade {
  animation: slideUp 1.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) -0.4s forwards, fadeIn 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0.4s forwards;
}
.start.merit_list .list .list_title .merit_icon .merit_icon_circle circle {
  animation: circle 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.merit_list .list .list_title .merit_icon .merit_icon_circle.circle2 circle {
  animation: fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(1) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s forwards;
}
.start.rakutian_flow .list:nth-of-type(1):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(2) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards;
}
.start.rakutian_flow .list:nth-of-type(2):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(3) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}
.start.rakutian_flow .list:nth-of-type(3):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(4) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s forwards;
}
.start.rakutian_flow .list:nth-of-type(4):after {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border2:before,
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border:before {
  animation: extend2 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border2:after,
.start.rakutian_flow .list:nth-of-type(5) .flow_num .float_border:after {
  animation: extend 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .flow_num:before {
  animation: fadeIn 0.1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.rakutian_flow .list:nth-of-type(1) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.1s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s forwards;
}
.start.rakutian_flow .list:nth-of-type(2) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.5s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.6s forwards;
}
.start.rakutian_flow .list:nth-of-type(3) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0.9s forwards;
}
.start.rakutian_flow .list:nth-of-type(4) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.1s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.2s forwards;
}
.start.rakutian_flow .list:nth-of-type(5) .list_box {
  opacity: 0;
  animation: slideUp2 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.3s forwards, fadeIn 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 1.4s forwards;
}
.start.cost_graph_wrap .cost_graph.graph1 .item {
  animation: slideUp 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.2s forwards;
}
.start.cost_graph_wrap .cost_graph.graph2 .item {
  animation: slideUp 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.8s forwards;
}
.start.cost_graph_wrap .cost_graph.graph3 .type_graph2 img {
  animation: slideUp 0.5s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.4s forwards;
}
.start.cost_graph_wrap .cost_graph.graph3 .type_graph1 img {
  animation: slideDown 0.4s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.8s forwards;
}
.start.main_read_sp:after {
  animation: slideIn2 .2s ease-in-out 1.8s forwards;
}
.start.main_read_sp .main_read {
  animation: fadeIn .2s linear 2s forwards;
}

@media screen and (max-width: 767px) {
  .start.merit_list .list .list_title .merit_icon .merit_icon_circle circle {
    animation: circle_sp .5s linear 1s forwards;
  }
}
.js_isIe .main .img.mv {
  background: url(../../images/main_ie.jpg) no-repeat left top;
  background-size: cover;
}
.js_isIe .main .img.mv.flow_mv {
  background: url(../../images/main_b_ie.jpg) no-repeat left top;
  background-size: cover;
}
.js_isIe .main .img.flow_img {
  background: url(../../images/main1_ie.png) no-repeat left top;
  background-size: cover;
}
.js_isIe .main .img.flow_img.flow_img2 {
  background: url(../../images/main_b1.png) no-repeat left top;
  background-size: cover;
}
.js_isIe .section2 .service-card .card .item_btn .icon_title {
  display: none !important;
  width: 30px;
  height: 19px;
}
.js_isIe .section2 .service-card .card .item_btn .icon_title.isie {
  display: block !important;
}
.js_isIe .section2 .service-card .card .item_btn .icon_title.isie img {
  width: 100%;
  display: block;
}
.js_isIe .partner .list .item .item_btn {
  width: 118px;
}
.js_isIe .section2:after {
  background: url(../../images/top_bg.png) no-repeat left top;
  background-size: cover;
}
.js_isIe .section2_bottom:before {
  background: url(../../images/section2_bottom_ie.jpg) no-repeat center center;
  background-size: cover;
}
.js_isIe .section2_bottom:after {
  background: #FFF;
}
.js_isIe .section2_bottom.pg:before {
  background: url(../../images/section2_bottom2_ie.jpg);
  background-size: cover;
}
.js_isIe .section1_bottom:before {
  background: url(../../images/section2_bottom3_ie.jpg) no-repeat left top;
  background-size: cover;
}
.js_isIe .section1_bottom.pg:before {
  background: url(../../images/section2_bottom4_ie.jpg) no-repeat left top;
  background-size: cover;
}
.js_isIe .section1_bottom:after {
  background: #FFF;
}

.main .img.mv,
.main .img.flow_img {
  opacity: 1;
}

.main .img.mv.flow_mv,
.main .img.flow_img.flow_img2 {
  opacity: 0;
}

.main .img.mv.itemstatus2,
.main .img.flow_img.itemstatus2 {
  opacity: 0;
}

.main .img.mv.itemstatus,
.main .img.flow_img.itemstatus {
  opacity: 1;
}

.main .img.mv.itemstatus2,
.main .img.flow_img.itemstatus2 {
  opacity: 0;
}

.start.main .img.mv.itemstatus,
.start.main .img.flow_img.itemstatus {
  opacity: 1;
  animation: fadeOut 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2s forwards;
}

.start.main .img.mv.itemstatus2,
.start.main .img.flow_img.itemstatus2 {
  opacity: 0;
  animation: fadeIn 0.6s cubic-bezier(0.47, 0, 0.745, 0.715) 2s forwards;
}

@keyframes fadeOutmain {
  0% {
    opacity: 1;
  }
  45% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeInmain {
  0% {
    opacity: 0;
  }
  55% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes clipanimation {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}