/* FV */
@media screen and (min-width:1024px) {
  section#fv {
    background-image: url("../img/ir_running/fv.png");
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    height: 600px;
    padding: 0;
    position: relative;
  }
  section#fv .fv_content {
    padding: 0 0 0 10%;
    max-width: 70%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  p.fv_catch,
  p.fv_catch span {
    font-size: 2rem;
    font-weight: 600;
  }
  h1 {
    font-size: 4rem;
    line-height: 5rem;
    margin: 2rem auto;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;
  }
  h1 strong {
    font-size: 4.5rem;
    color: #3F3D87;
    font-weight: 900;
  }
  h1 span {
    font-size: 3rem;
  }
  p.button a {
    font-size: 1.5rem;
  }
  p.button a:after {
    content: "";
    background-image: url("../img/icon_button_link.png");
    width: 24.26px;
    height: 17.11px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  p.button.order a {
    background: linear-gradient(90deg,rgba(55, 54, 128, 1) 0%, rgba(55, 54, 128, 1) 100%);
    padding: 16px 70px 16px 32px;
  }
  p.button.order a:hover {
    background: linear-gradient(90deg,rgba(55, 54, 128, 1) 0%, rgba(55, 54, 128, 1) 100%);
  }
  p.button.order a:after {
    right: 32px;
  }
}
@media screen and (max-width:1023px) {
  section#fv {
    background-image: url("../img/ir_running/fv_sp.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 0;
    position: relative;
  }
  section#fv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
     right: 0;
  bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 0;
  }
  section#fv .fv_content {
    padding: 10% 20px 10% 20px;
    position: relative;
    z-index: 1;
  }
  p.fv_catch,
  p.fv_catch span {
    font-size: 1.3rem;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 3.5rem;
    margin: 2rem auto;
  }
  p.button a {
    font-size: 1.3rem;
  }
  p.button.order a {
    font-size: 1.1rem;
  }
  p.button a:after {
    content: "";
    background-image: url("../img/icon_button_link.png");
    width: 12.13px;
    height: 8.56px;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  p.button.order a {
    background: linear-gradient(90deg,rgba(55, 54, 128, 1) 0%, rgba(55, 54, 128, 1) 100%);
    padding: 16px 30px 16px 20px;
    width: 300px;
  }
  p.button.order a:hover {
    background: linear-gradient(90deg,rgba(55, 54, 128, 1) 0%, rgba(55, 54, 128, 1) 100%);
  }
  p.button.order a:after {
    right: 20px;
  }
  .other_service p.button.order a {
    width: 100%;
    max-width: 300px;
  }
}
#fv .fv_explain {
  font-weight: 400;
}
p.fv_catch span.ruby {
  -webkit-text-emphasis: filled circle #373680;
}
section h2 {
  font-family: Arial;
}
p.fv_catch span,
h2 span.strong,
.three_col .feature_content h3,
.case_box h3 {
  color: #373680;
}
h2 span.strong {
  display: inline;
}
section#fv .fv_content ul li {
  display: inline-block;
  background-color: #F2F2F2;
  padding: 6px 19px;
  margin-right: 8px;
  margin-bottom: 8px;
  list-style-type: none;
  position: relative;
}
section#fv .fv_content ul li:before {
  content: "\025cf";
  color: #6E6CC7;
  margin-right: 4px;
}
p.button {
  margin: 40px auto 0;
}
p.button a {
  display: inline-block;
  border-radius: 40px;
  text-align: center;
  padding: 16px 80px 16px 66px;
  color: #fff;
  background: linear-gradient(90deg,rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
  position: relative;
  transition: all .3s;
}
p.button a:hover {
  background: linear-gradient(90deg,rgba(124, 60, 155, 1) 0%, rgba(61, 119, 198, 1) 100%);
  opacity: .8;
}
.fv_content p.contact_button,
.fv_content p.download {
  display: inline-block;
}
.fv_content p.contact_button {
  margin-right: 16px;
}
.fv_content ul {
  margin: 16px auto 0;
}
.fv_content ul li {
  font-weight: 600;
}

/* Main */
@media screen and (min-width:1024px) {
  section {
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
  }
  ul.check li {
    position: relative;
    font-size: 1.5rem;
    margin-bottom: 24px;
    vertical-align: middle;
    line-height: 40px;
    display: flex;
  }
  ul.check li:before {
    content: "";
    background-image: url("../img/icon_check.png");
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
  }
  h2 {
    font-size: 3.5rem;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 16px auto;
  }
  .three_col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .three_col.flex {
    display: flex;
    gap: 20px 50px;
  }
  .three_col.flex > div {
    width: calc(33.33% - 32px);
  }
  .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
    margin: 64px auto;
  }
  .two_col .recommend_box {
    padding: 40px;
    background-color: #fff;
    display: flex;
    gap: 0 20px;
  }
  .two_col .recommend_box .recommend_box_content p {
    font-size: 1.5rem;
  }
  .faq_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 44px;
  }
  .faq-list_box {
    background-color: #fbfbff;
    border-radius: 10px;
    padding: 40px;
  }
  section.service .three_col {
    gap: 0 57px;
  }
  .service_box_content h3 {
    padding: 16px 40px;
    bottom: -16px;
    right: -16px;
  }
  section.contact_box .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 50px;
  }
  section.contact_box .two_col > div {
    width: 40%;
  }
  section.contact_box .two_col > div:first-child:after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
  }
  .three_col .feature_box .feature_content h3 {
    font-size: 1.5rem;
    border-bottom: 2px solid #8A88E1;
    margin-bottom: 16px;
    display: inline-block;
  }
  p.contact_button a {
    padding: 16px 40px;
  }
  p.download a {
    padding: 16px 40px;
  }
  p.num span {
    padding: 0 20px;
  }
  section.solution .inner_box .two_col {
    grid-template-columns: .41fr .59fr;
    margin: 0 auto;
    gap: 50px 30px;
  }
  section.solution .inner_box {
    padding: 60px 80px;
  }
  section.solution .inner_box.other_service .two_col {
    grid-template-columns: .55fr .5fr;
    gap: 25px;
  }
  section.solution .inner_box.other_service .two_col p.button.order a {
    font-size: 1rem;
  }
  p.num {
    position: relative;
    height: 26px;
  }
  p.num span {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    display: block; 
    text-align: center;
    position: absolute;
    text-align: justify;
    border-image: linear-gradient(to right, rgba(61, 119, 198, 1), rgba(124, 60, 155, 1)) 1;
    height: 26px;
  }
  section.solution .inner_box .two_col p.button_line {
    text-align: right;
  }
}
@media screen and (max-width:1023px) {
  section {
    padding: 80px 20px;
    margin: 0 auto;
    text-align: center;
  }
  ul.check li {
    position: relative;
    font-size: 1.2rem;
    margin-bottom: 24px;
    vertical-align: middle;
    line-height: 30px;
    display: flex; 
    padding-left: 35px;
  }
  ul.check li:before {
    content: "";
    background-image: url("../img/icon_check.png");
    width: 30px;
    height: 30px;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  h2 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 16px auto;
  }
  .three_col.flex {
    display: block;
  }
  .three_col.flex > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .three_col.flex > div:last-child {
    margin-bottom: 0;
  }
  .two_col .recommend_box {
    padding: 20px;
    background-color: #fff;
    display: flex;
    gap: 0 20px;
  }
  .two_col .recommend_box .recommend_box_content p {
    font-size: 1.2rem;
  }
  .faq_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
  .faq-list_box {
    background-color: #fbfbff;
    border-radius: 10px;
    padding: 20px;
  }
  section.service .three_col {
    gap: 50px 0;
  }
  .service_box_content h3 {
    padding: 16px 20px;
    bottom: -8px;
    right: -8px;
  }
  .three_col .feature_box .feature_content h3 {
    font-size: 1.3rem;
    border-bottom: 2px solid #8A88E1;
    margin-bottom: 16px;
    display: inline-block;
  }
  p.contact_button a {
    padding: 16px 20px;
  }
  p.download a {
    padding: 16px 20px;
  }
   p.num span {
    padding: 3px 20px 0;
  }
  section.solution .inner_box {
    padding: 30px 20px;
  }
  section.solution .inner_box .two_col p.spver img {
    margin-bottom: 10px;
  }
  section.solution .inner_box.other_service .two_col {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  section.solution .inner_box.other_service .two_col p.button.order a {
    font-size: .8rem;
  }
  section.solution .inner_box.other_service {
    padding: 60px 20px 30px;
  }
  p.title_sub,
  section.solution .inner_box .two_col p {
    font-size: 1.2rem;
  }
  p.num span {
    color: #ffffff;
    background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    display: block;
    text-align: center;
    position: absolute;
    text-align: justify;
    border-image: linear-gradient(to right, rgba(61, 119, 198, 1), rgba(124, 60, 155, 1)) 1;
    height: 35px;
  }
  section.contact_box .two_col p {
    font-size: .9rem;
  }
  p.num {
    position: relative;
    height: 35px;
  }
  section.solution .inner_box .two_col p.button_line {
    text-align: center;
  }
  section.solution .inner_box .two_col p.button.order {
    text-align: center;
  } 
}
@media screen and (min-width:768px) and (max-width:1023px) {
  .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 20px;
    margin: 40px auto;
  }
  section.solution .inner_box .two_col {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
    gap: 50px 30px;
  }
  .three_col {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    gap: 40px 20px;
  }
  section.contact_box .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0;
  }
  section.contact_box .two_col > div {
    width: 50%;
  }
  section.contact_box .two_col > div:first-child:after {
    content: "";
    height: 100%;
    width: 2px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
  }
}
@media screen and (max-width:767px) {
  .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 0;
    margin: 40px auto;
  }
  section.solution .inner_box .two_col {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 50px 30px;
  }
  .three_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px 0;
  }
  section.contact_box .two_col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 100px 0;
  }
  section.contact_box .two_col > div {
    width: 100%;
  }
  section.contact_box .two_col > div:first-child:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    bottom: -50px;
  }
}
section.sec {
  background-color: #E9EFFF;
}
section#fv {
  text-align: left;
}
section .content {
  max-width: 900px;
  margin: 0 auto;
}
h2 {
  color: #373680;
  position: relative;
  font-weight: 600;
}
section.feature h2,
section.recommend h2,
section.service h2 {
  margin-bottom: 64px;
}
h2 span {
  display: block;
  font-size: 1rem;
  color: #333;
  font-weight: 600;
}
h2:before {
  content: "";
  background-image: url("../img/title_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 8px;
  width: 32px;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
h3 {
  text-align: left;
}
ul.check li:last-child {
  margin-bottom: 0;
}
p.title_sub {
  font-weight: 400;
}
p.num:after {
  content: "";
  display: block;
  bottom: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
}
.three_col .feature_box p.number {
  padding: 8px 0 4px 0;
  color: #fff;
  background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
  clip-path: polygon(0 0, 85% 0, 100% 100%, 0% 100%);
  display: block;
  margin: 0 0 0 0;
  width: 116px;
  text-align: left;
  padding-left: 35px;
  font-size: 1.5rem;
  line-height: 1;
}
.three_col .feature_box .image {
  margin-top: -20px;
  border-image: linear-gradient(to right, rgba(61, 119, 198, 1), rgba(124, 60, 155, 1)) 1;;
  border-top: 3px solid;
}
.three_col .feature_box .image img {
  width: 100%;
}
.three_col .feature_box .feature_content {
  padding: 20px 15px;
  background-color: #fff;
}
.three_col .feature_box .feature_content p {
  text-align: left;
  font-weight: 300;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slide-arrow {
  bottom: 0;
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  width: 24px;
  z-index: 1;
}
.prev-arrow {
  left: -8px;
}
.next-arrow {
  right: -8px;
}
.case_box h3 {
  font-size: 1rem;
  text-align: left;
  margin-top: 8px;
}
.two_col .recommend_box .recommend_box_image {
  width: 70px;
}
.two_col .recommend_box .recommend_box_content {
  width: calc(100% - 90px);
  text-align: left;
}
.service_box {
  position: relative;
}
.service_box_content h3 {
  color: #ffffff;
  background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
  clip-path: polygon(10% 1%, 100% 0, 100% 20%, 100% 80%, 90% 100%, 20% 100%, 0 100%, 0 20%);
  display: block;
  max-width: 75%;
  text-align: left;
  position: absolute;
  text-align: justify;
}
dl.faq-list dt {
  cursor: pointer;
  position: relative;
  text-align: left;
  padding-left: 58px;
  padding-right: 30px;
  min-height: 50px;
  display: flex;
  align-items: center;
}
dl.faq-list dt:hover {
  opacity: .8;
}
dl.faq-list dt:before {
  content: "";
  background-image: url("../img/icon_question.png");
  width: 50px;
  height: 50px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 8px;
}
dl.faq-list dt:after {
  content: "";
  background-image: url("../img/icon_open.png");
  width: 26.5px;
  height: 26.5px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(1, 1);
  transition: all .5s;
}
dl.faq-list dt.is-open:after {
  transform: translateY(-50%) scale(1, -1);
}
dl.faq-list dd {
  display: none;
  border-top: 1px solid #AEAEAE;
  margin-top: 20px;
  padding-top: 20px;
  text-align: left;
}
dl.faq-list dd.open {
  display: inline-block;
}
section.contact_box {
  background: linear-gradient(90deg, rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
}
section.contact_box .content {
  background-color: #fff;
  padding: 25px;
}
section.contact_box .two_col > div img {
  width: 90px;
}
section.contact_box .two_col > div h2 {
  font-size: 1.5rem;
  color: #333;
  margin: 24px auto;
}
section.contact_box .two_col > div h2:before {
  content: none;
}
section.contact_box .two_col > div h2 span {
  color: #3F3D87;
  font-size: 0.75rem;
}
section.contact_box .two_col > div h2:after {
  content: none;
}
p.contact_button a {
  background: linear-gradient(315deg,rgba(146, 19, 146, 1) 0%, rgba(84, 85, 191, 1) 100%);
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 24px;
  transition: all .3s;
}
p.contact_button a:hover {
  background: linear-gradient(90deg,rgba(84, 85, 191, 1) 0%, rgba(146, 19, 146, 1) 100%);
  opacity: .8;
}
p.download a {
  background-color: #111752;
  color: #fff;
  text-align: center;
  font-size: 0.8125rem;
  border-radius: 5px;
  display: inline-block;
  margin-top: 24px;
  border: 1px solid #111752;
  transition: all .3s;
}
p.download a:hover {
  background: #fff;
  color: #111752;
  opacity: .8;
}
section.contact_box .two_col > div:first-child {
  position: relative;
}
.button_line {
  display: block;
  margin-right: 20px;
  text-align: right;
}
.button_line a {
  display: inline-block;
  margin-top: 20px;
  margin-right: 0;
  position: relative;
  border: 2px solid #111752;
  padding: 8px 40px;
  font-size: .9rem;
}
.button_line a::before {
  background: #111752;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  right: -20px;
  top: 50%;
  transform-origin: right top;
  transform: translateY(-50%) scale(.2, 1);
  transition: transform .3s;
}
.button_line a:hover::before {
  transform-origin: right top;
  transform: translateY(-50%) scale(0, 1);
}
section.slide_order p {
  font-size: 1.125rem;
}
section.slide_order p:not(:last-child) {
  margin-bottom: 24px;
}
section.solution .inner_box {
  background-color: #fff;
  border-radius: 10px;
}
section.solution .inner_box:not(:first-child) {
  margin-top: 40px;
}
section.solution .inner_box .two_col h3 {
  color: #3F3D87;
}
section.solution .inner_box .two_col p {
  text-align: left;
  font-weight: 400;
}
section.solution .inner_box .two_col p img {
  width: 100%;
}
section.solution .inner_box .two_col p.num {
  font-weight: 600;
}
section.solution .inner_box .two_col p.num:after {
  content: none;
}
section.solution .inner_box.other_service h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 40px;
  position: relative;
}
section.solution .inner_box.other_service h3:before {
  content: "";
  background-image: url("../img/title_icon.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 8px;
  width: 32px;
  display: block;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.three_col .image img {
  width: 100%;
}