@charset "UTF-8";
html {
  font-family: 'Hiragino Kaku Gothic ProN', Arial, Helvetica, sans-serif;
}

body {
  overflow-x: hidden;
}

main.overview {
  background-color: #fff;
}

main.overview .sp {
  display: none;
}

main.overview a:hover {
  opacity: 0.8;
}

main.overview .inner {
  width: 90%;
  max-width: 1095px;
  margin: 0 auto;
}

main.overview h2.title {
  font-size: 32px;
  font-weight: bold;
  color: #FE4B44;
  text-align: center;
}

main.overview .text {
  font-size: 13px;
  line-height: 1.769;
}

main.overview .btn_entry {
  display: block;
  margin: 34.4px auto 0;
  width: 100%;
  max-width: 278px;
  height: 64px;
  line-height: 64px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  background-color: #FE4B44;
  text-align: center;
}
main.overview .btn_entry.use {
    color: #FE4B44;
    background-color: #fff;
    border: solid 2px #FE4B44;
    margin-top: 20px;
}
main.overview .top {
  height: 100vh;
  display: flex;
}

main.overview .top .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  order: 1;
}

main.overview .top .left .img_logo {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 370px;
  height: auto;
}

main.overview .top .left p {
  font-size: 15px;
  font-weight: bold;
  margin-top: 17.2px;
  text-align: center;
  line-height: 1.733;
}

main.overview .top .left .img_system {
  margin-top: 54px;
  margin-left: 46px;
  display: block;
}

main.overview .top .right {
  width: 60%;
  overflow: hidden;
  order: 2;
  position: relative;
  background: url(../images/overview/top_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 0%;
  padding-top: min(100vh,75%);
}

main.overview .feature {
  padding: 143px 0 150px;
  margin-bottom: 150px;
  height: 2290px;
  min-height: 1800px;
}

main.overview .feature .inner {
  position: relative;
  height: 1460px;
  padding-top: 245px;
}

main.overview .feature .panel_test {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  width: 20%;
  height: 0;
  z-index: 92;
  /* 1枚目の表示 */
  /* ２枚目の表示 */
  /* ３枚目の表示 */
}

main.overview .feature .panel_test .card1, main.overview .feature .panel_test .card2, main.overview .feature .panel_test .card3 {
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

main.overview .feature .panel_test.is-surface .card1 {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 150ms,
 transform 300ms 150ms;
}

main.overview .feature .panel_test.is-surface .card2 {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms,
 transform 300ms;
}

main.overview .feature .panel_test.is-surface .card3 {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms,
 transform 300ms;
}

main.overview .feature .panel_test.is-reverse .card1 {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms,
 transform 300ms;
}

main.overview .feature .panel_test.is-reverse .card2 {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 150ms,
 transform 300ms 150ms;
}

main.overview .feature .panel_test.is-reverse .card3 {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms,
 transform 300ms;
}

main.overview .feature .panel_test.is-reverse2 .card1 {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms,
 transform 300ms;
}

main.overview .feature .panel_test.is-reverse2 .card2 {
  opacity: 0;
  transform: rotateY(90deg);
  transition: opacity 50ms 200ms,
 transform 300ms;
}

main.overview .feature .panel_test.is-reverse2 .card3 {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity 100ms 150ms,
 transform 300ms 150ms;
}

main.overview .feature .content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 604px;
  margin-top: -100px;
}

main.overview .feature .content + .content {
  margin-top: 150px;
}

main.overview .feature .content .content_image {
  width: 50%;
  position: relative;
}

main.overview .feature .content .content_image .img_pc {
  position: relative;
  background-image: url(../images/overview/feature_content1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 0%;
  padding-top: min(100vh,605px);
}

main.overview .feature .content .content_image .content_panel {
  width: 36%;
  height: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%) rotateY(180deg);
  -webkit-transform: translate(50%, -50%) rotateY(180deg);
  -ms-transform: translate(50%, -50%) rotateY(180deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  transition: transform 2s;
  display: none;
}

main.overview .feature .content .content_text {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
}

main.overview .feature .content .content_text .sub_title {
  font-size: 22px;
  font-weight: bold;
  color: #FE4B44;
  line-height: 1.682;
}

main.overview .feature .content .content_text .text {
  margin-top: 34px;
}

main.overview .feature .content:nth-child(2) .content_image .img_pc {
  position: relative;
  background-image: url(../images/overview/feature_content1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 0%;
  padding-top: min(100vh,605px);
}

main.overview .feature .content:nth-child(2) .content_panel {
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
}

main.overview .feature .content:nth-child(3) .content_image {
  order: 2;
}

main.overview .feature .content:nth-child(3) .content_image .img_pc {
  position: relative;
  background-image: url(../images/overview/feature_content2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 0%;
  padding-top: min(100vh,605px);
}

main.overview .feature .content:nth-child(3) .content_image .content_panel {
  right: none;
  left: 0;
  transform: translate(-50%, -50%) rotateY(180deg);
  -webkit-transform: translate(-50%, -50%) rotateY(180deg);
  -ms-transform: translate(-50%, -50%) rotateY(180deg);
}

main.overview .feature .content:nth-child(3) .content_text {
  order: 1;
  margin-left: 0;
  margin-right: auto;
}

main.overview .feature .content:nth-child(4) .content_image .img_pc {
  position: relative;
  background-image: url(../images/overview/feature_content3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 0%;
  padding-top: min(100vh,605px);
}

main.overview .feature .content:nth-child(4) .content_image::after {
  background-image: url(../images/overview/feature_item3.png);
}

main.overview .move_block {
  position: relative;
}

main.overview .function {
  height: 200vh;
  min-height: 509px;
  background-image: url(../images/overview/image_pc.png);
  background-size: 170%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: relative;
  z-index: 92;
  background-attachment: fixed;
  transition: all 1s linear;
}

main.overview .function.isSmall {
  background-size: 80%;
}

main.overview .function .bg_function {
  height: 100%;
  background-color: rgba(254, 75, 68, 0.8);
  transition: all 2s ease;
}

main.overview .function .bg_function.clear {
  opacity: 0;
}

main.overview .function .inner {
  max-width: 1166px;
  position: relative;
}

main.overview .function .function_box {
  display: flex;
  align-items: center;
  height: calc(100vh - 68px);
}

main.overview .function .title {
  color: #fff;
}

main.overview .function .list {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

main.overview .function .list .item {
  margin-top: 50px;
  width: 30%;
  color: #fff;
}

main.overview .function .list .item .sub_title {
  display: flex;
  align-items: center;
}

main.overview .function .list .item .sub_title img {
  width: auto;
  height: 51px;
}

main.overview .function .list .item .sub_title .title_text {
  margin-left: 22px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.333;
  color: #fff;
}

main.overview .function .list .item .text {
  margin-top: 28px;
  color: #fff;
}

main.overview .pictures {
  height: calc(100vh - 68px);
  width: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: calc(100vh + 68px);
  z-index: 91;
}

main.overview .pictures .list_picture {
  width: 100%;
  overflow: hidden;
  transition: all 7s ease;
  opacity: 0;
}

main.overview .pictures .list_picture.active {
  opacity: 1;
}

main.overview .pictures .list_picture li {
  width: calc(100% + 20px);
  height: 109px;
}

main.overview .pictures .list_picture li + li {
  margin-top: 20px;
}

main.overview .pictures .list_picture li:nth-child(1) {
  background-image: url(../images/overview/picture_back.jpg);
  background-position: left -50px top 0;
  background-size: auto 109px;
  background-repeat: repeat-x;
}

main.overview .pictures .list_picture li:nth-child(2) {
  background-image: url(../images/overview/picture_back.jpg);
  background-position: left -50px top 0;
  background-size: auto 109px;
  background-repeat: repeat-x;
}

main.overview .pictures .list_picture li:nth-child(3) {
  background-image: url(../images/overview/picture_back.jpg);
  background-position: left -50px top 0;
  background-size: auto 109px;
  background-repeat: repeat-x;
}

main.overview .pictures .list_picture li li {
  min-width: 173px;
}

main.overview .pictures .list_picture li li img {
  width: 173px;
  height: auto;
}

main.overview .pictures .list_picture li li + li {
  margin-left: 10px;
}

main.overview .pictures .image_pc {
  position: absolute;
  top: -54px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: max-content;
  height: calc(100% + 143px);
}

main.overview .pictures .image_pc img {
  width: auto;
  height: 100%;
}

main.overview .voices {
  padding: 160px 0;
}

main.overview .voices .inner {
  max-width: 876px;
}

main.overview .voices .list {
  margin: 106px auto 0;
  display: flex;
  flex-direction: column;
}

main.overview .voices .list .voice {
  background-color: #FFFBF5;
  padding: 37px 40px 59px 145px;
  position: relative;
}

main.overview .voices .list .voice .img_voice {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 75px;
  height: 75px;
}

main.overview .voices .list .voice .title {
  color: #FE4B44;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.75;
}

main.overview .voices .list .voice .text {
  margin-top: 18px;
}

main.overview .voices .list .voice + .voice {
  margin-top: 70px;
}

main.overview .voices .list .voice::before {
  content: "";
  background-image: url(../images/overview/comma_start.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 19px;
  height: 16px;
  top: -10px;
  left: -10px;
}

main.overview .voices .list .voice::after {
  content: "";
  background-image: url(../images/overview/comma_end.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 19px;
  height: 16px;
  right: -10px;
  bottom: -10px;
}

main.overview .entry {
  background-image: url(../images/overview/entry_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-height: 780px;
  height: 0%;
  padding-top: min(100vh,75%);
  position: relative;
}

main.overview .entry .bg_entry {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
  display: flex;
}

main.overview .entry .bg_entry .left {
  margin-left: 82px;
  width: 40%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

main.overview .entry .bg_entry .left .title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.344;
  padding-left: 50px;
}

main.overview .entry .bg_entry .left .sub_title {
  margin-top: 13px;
  padding-left: 50px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.333;
}

main.overview .entry .bg_entry .left .img_system {
  display: block;
  margin-top: 28px;
}

main.overview .entry .bg_entry .left .btn_entry {
  margin-top: 44.5px;
  margin-left: 50px;
}

main.overview .links {
  width: 750px;
  margin: 100px auto 97px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

main.overview .links .btn_link {
  width: 350px;
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #C3C3C3;
  background-color: #fff;
}

main.overview .links .btn_link .logo {
  display: block;
  width: auto;
  height: 28px;
  margin-left: 30px;
}

main.overview .links .btn_link .pic1 {
  height: 50px;
  width: auto;
  margin-right: 18px;
}

main.overview .links .btn_link .pic2 {
  height: 100%;
  width: auto;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none;
  }
  .sp {
    display: block !important;
  }
  main.overview .inner {
    width: 100%;
  }
  main.overview h2.title {
    font-size: 26px;
  }
  main.overview .btn_entry {
    margin: 34px auto 0;
  }
  main.overview .top {
    height: auto;
    display: block;
  }
  main.overview .top .left {
    width: 100%;
    display: flex;
    position: relative;
    top: -50px;
  }
  main.overview .top .left .img_logo {
    margin: 30px auto 0;
    width: 315px;
    order: 2;
  }
  main.overview .top .left p {
    order: 3;
  }
  main.overview .top .left .img_system {
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 276px;
    order: 1;
  }
  main.overview .top .left .btn_entry {
    order: 4;
  }
  main.overview .top .right {
    width: 100%;
    height: 40vh;
    overflow: hidden;
    padding-top: 0;
  }
  main.overview .top .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.overview .feature {
    padding: 65px 0 119px;
    margin-bottom: 0;
    height: auto;
  }
  main.overview .feature .inner {
    height: auto;
    padding: 0;
  }
  main.overview .feature .content {
    display: block;
    margin-top: 46px;
  }
  main.overview .feature .content + .content {
    margin-top: 69px;
  }
  main.overview .feature .content .content_image {
    width: 100%;
    height: 350px;
    position: relative;
  }
  main.overview .feature .content .content_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  main.overview .feature .content .content_image .content_panel {
    width: 34%;
    max-width: 180px;
    height: auto;
    right: none;
    left: 53%;
    top: auto;
    bottom: -50px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  main.overview .feature .content .content_text {
    width: 90%;
    margin: 77px auto 0;
  }
  main.overview .feature .content .content_text .sub_title {
    font-size: 18px;
    line-height: 1.77;
  }
  main.overview .feature .content .content_text .text {
    margin-top: 17px;
  }
  main.overview .feature .content:nth-child(3) .content_image .content_panel {
    right: 53%;
    left: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
  }
  main.overview .feature .content:nth-child(3) .content_text {
    margin-left: auto;
    margin-right: auto;
  }
  main.overview .feature .content:nth-child(4) .content_image::after {
    background-image: url(../images/overview/feature_item3.png);
  }
  main.overview .function {
    background: none;
    height: auto;
    min-height: none;
  }
  main.overview .function .bg_function {
    background-color: rgba(254, 75, 68, 0.85);
    padding: 95px 0 165px;
  }
  main.overview .function .function_box {
    display: block;
    height: auto;
  }
  main.overview .function .inner {
    width: 84%;
  }
  main.overview .function .list {
    display: block;
  }
  main.overview .function .list .item {
    margin-top: 46px;
    width: 100%;
  }
  main.overview .function .list .item .sub_title img {
    width: auto;
    height: 35px;
  }
  main.overview .function .list .item .sub_title .title_text {
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.6;
  }
  main.overview .function .list .item .text {
    margin-top: 20px;
  }
  main.overview .pictures {
    position: relative;
    top: 0;
    margin-top: 0;
    background: none;
    height: auto;
    z-index: 92;
  }
  main.overview .pictures .image_pc {
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
  }
  main.overview .pictures .image_pc img {
    width: auto;
    height: 100%;
    max-height: 190px;
  }
  main.overview .voices {
    padding: 127px 0 63px;
  }
  main.overview .voices .inner {
    width: 80%;
  }
  main.overview .voices .list {
    margin: 56px auto 0;
    display: flex;
    flex-direction: column;
  }
  main.overview .voices .list .voice {
    background-color: #FFFBF5;
    padding: 62px 20px 49px;
    position: relative;
  }
  main.overview .voices .list .voice .img_voice {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  main.overview .voices .list .voice + .voice {
    margin-top: 60px;
  }
  main.overview .entry {
    background-image: url(../images/overview/entry_back.jpg);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    height: 509px;
    width: 100%;
    padding: 0;
  }
  main.overview .entry.sp_display {
    background-image: url(../images/overview/entry_back_sp.jpg);
  }
  main.overview .entry .bg_entry {
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    display: block;
  }
  main.overview .entry .bg_entry .left {
    margin: auto;
    width: 75%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  main.overview .entry .bg_entry .left .title {
    font-size: 23.5px;
    line-height: 1.346;
    padding-left: 0;
    letter-spacing: -0.3px;
  }
  main.overview .entry .bg_entry .left .sub_title {
    margin-top: 14px;
    padding-left: 0;
  }
  main.overview .entry .bg_entry .left .img_system {
    display: block;
    margin-top: 28px;
  }
  main.overview .entry .bg_entry .left .btn_entry {
    margin-top: 29.4px;
    margin-left: auto;
  }
  main.overview .links {
    width: 90%;
    max-width: 315px;
    margin: 50px auto 47px;
    display: block;
  }
  main.overview .links .btn_link {
    width: 100%;
    height: 90px;
  }
  main.overview .links .btn_link + .btn_link {
    margin-top: 30px;
  }
  main.overview .links .btn_link .logo {
    display: block;
    width: auto;
    height: 25px;
    margin-left: 27px;
  }
  main.overview .links .btn_link .pic1 {
    height: 45px;
    width: auto;
    margin-right: 16.9px;
  }
  main.overview .links .btn_link .pic2 {
    height: 100%;
    width: auto;
  }
}
/*# sourceMappingURL=style.css.map */