/* FV */
@media screen and (min-width:1024px) and (max-width:1200px) {
 section#fv {
  background-position: center;
 }
}

@media screen and (min-width:1024px) {
  main { margin-top: 82px; }
  section#fv {
    background-image: url("../img/ir_database/fv.webp");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    padding: 0;
    position: relative;
    background-position: center;
  }
  section#fv .fv_content {
    padding: 0 0 0 10%;
    max-width: 60%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  p.fv_catch,
  p.fv_catch span {
    font-size: calc(2rem * 1.538);
  }
  h1 {
    font-size: calc(4.5rem * 1.538);
    line-height: calc(5rem * 1.538);
    margin: 2rem auto;
  }
  p.button a {
    font-size: calc(1.5rem * 1.538);
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
  section#fv {
    background-image: url("../img/ir_database/fv_tab.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75% 30px;
    padding: 0;
    position: relative;
  }
  section#fv .fv_content {
    padding: calc(15% + 80px) 20px 15% 40px;
    position: relative;
    z-index: 1;
  }
  section#fv .fv_content ul {
    max-width: 50%;
  }
  section#fv .fv_content ul li {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:767px) {
  section#fv {
	background-image: url("../img/ir_database/fv_tab.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 0;
    position: relative;
    margin-top: 80px;
	height: 600px;
  }
  section#fv .fv_content {
    padding: 15% 20px 5% 40px;
    position: relative;
    z-index: 1;
  }
  section#fv .fv_content ul {
    max-width: 50%;
  }
  section#fv .fv_content ul li {
    font-size: 1rem;
    padding: 6px 10px !important;
  }
  section#fv .fv_content p.button {
    margin: 20px auto 0;
  }
  section#fv .fv_content p.button a {
    padding: 12px 40px 12px 22.13px;
    font-size: 1.2rem;
  }
  section#fv .fv_content p.button a:after {
    width: 12.13px;
    height: 8.56px;
  }
}
@media screen and (max-width:679px) {
  section#fv .fv_content ul {
    max-width: 180px!important;
  }
  section#fv .fv_content {
    padding: 15% 20px 5% 20px!important;
  }
	
	section#fv{
		height: 600px!important;
		background-image: url("../img/ir_database/fv_sp.webp");
	}
	
}
@media screen and (max-width:1023px) {
  /*
  section#fv:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
     right: 0;
    bottom: 0;
    z-index: 0;
  }
  */
  
  p.fv_catch,
  p.fv_catch span {
    font-size: calc(1.3rem * 1.538);
  }
  h1 {
    font-size: calc(3rem * 1.538);
    line-height: calc(3.5rem * 1.538);
    margin: 2rem auto;
  }
  p.button a {
    font-size: calc(1rem * 1.538);
  }
  p.button.order a {
    font-size: calc(.9rem * 1.538);
  }
}
p.fv_catch span.ruby {
  /*  -webkit-text-emphasis: filled circle #373680; */
  -webkit-text-emphasis: filled circle #fff;
}
section h2 {
  font-family: Arial;
}
p.fv_catch,
p.fv_catch span,
h1 {
  color: #fff;
}

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: #E9EFFF;
  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:hover {
  /* background: linear-gradient(90deg,rgba(124, 60, 155, 1) 0%, rgba(61, 119, 198, 1) 100%); */
  opacity: .8;
}
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;
}

/* Main */
@media screen and (min-width:1024px) {
  section {
    padding: 80px 0;
    margin: 0 auto;
    text-align: center;
  }
  ul.check li {
    position: relative;
    font-size: calc(1.3rem * 1.538);
    margin-bottom: 24px;
    vertical-align: middle;
    line-height: calc(40px * 1.538);
    display: flex;
    padding-left: 50px;
  }
  ul.check li:before {
    content: "";
    background-image: url("../img/icon_check.png");
    width: 40px;
    height: 40px;
    background-size: cover;
    display: inline-block;
    margin-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
  }
  section.problem .content {
    background-image: url("../img/ir_database/problem_bg.png");
    background-size: 296px 255px;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  h2 {
    font-size: calc(3.5rem * 1.538);
    margin-bottom: 40px;
  }
  .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: 32px 40px;
  }
  .two_col .recommend_box {
    padding: 40px;
    background-color: #fff;
    display: flex;
    gap: 0 20px;
  }
  .two_col .recommend_box .recommend_box_content p {
    font-size: calc(1.5rem * 1.538);
  }
  .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;
  }
  .three_col .feature_box .feature_content h3 {
    font-size: calc(1.5rem * 1.538);
    border-bottom: 2px solid #8A88E1;
    margin-bottom: 16px;
    display: inline-block;
  }
  .button_line {
    display: block;
    margin-right: 20px;
    text-align: center;
  }
  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%); */
    background-color: #333;
    border: 1px solid #333;
    position: relative;
    transition: all .3s;
  }
  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%);
  }
}
@media screen and (max-width:1023px) {
  section {
    padding: 40px 20px;
    margin: 0 auto;
    text-align: center;
  }
  ul.check li {
    position: relative;
    font-size: calc(1.2rem * 1.538);
    margin-bottom: 24px;
    vertical-align: middle;
    line-height: calc(30px * 1.538);
    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: 8px;
  }
  h2 {
    font-size: calc(2.4rem * 1.538);
    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: calc(1.2rem * 1.538);
  }
  .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: calc(1.3rem * 1.538);
    border-bottom: 2px solid #8A88E1;
    margin-bottom: 16px;
    display: inline-block;
  }
  dl.faq-list dt,
  dl.faq-list dd,
  .three_col .feature_box .feature_content p {
    font-size: calc(1.2rem * 1.538);
  }
  section.slide_order p {
    text-align: left;
  }
  section.slide_order p.button.order {
    text-align: center;
  }
  .button_line {
    display: block;
    margin-right: 20px;
    text-align: center;
  }
  p.button a {
    display: inline-block;
    border-radius: 40px;
    text-align: center;
    padding: 12px 60px 12px 50px;
    color: #fff;
    /* background: linear-gradient(90deg,rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%); */
    background-color: #333;
    border: 1px solid #333;
    position: relative;
    transition: all .3s;
  }
  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%);
  }
}
@media screen and (min-width:768px) and (max-width:1023px) {
 .three_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 0 auto;
    max-width: 400px;
  }
 .three_col.flex {
    display: block;
  }
  .three_col.flex > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .two_col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }
  .faq_box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px 0;
  }
  
  section.problem .content {
    background-image: url("../img/ir_database/problem_bg.png");
    background-size: 30% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
  }
  p.problem_image.spver {
    display: none;
  }
  .button_line {
    display: block;
    margin-right: 20px;
    text-align: center;
  }
}
@media screen and (max-width:767px) {
 .three_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .three_col.flex {
    display: block;
  }
  .three_col.flex > div {
    width: 100%;
    margin-bottom: 40px;
  }
  .two_col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
  .faq_box {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px 0;
  }
  p.problem_image.spver {
    max-width: 400px;
    margin-top: 20px;
  }
  .button_line {
    display: block;
    margin-right: 20px;
    text-align: center;
  }
}

section.sec {
  background-color: #E9EFFF;
}
section#fv,
section.problem {
  text-align: left;
}
section .content {
  max-width: 900px;
  margin: 0 auto;
}
h2 {
  color: #373680;
  position: relative;
}
section.feature h2,
section.recommend h2,
section.service h2 {
  margin-bottom: 64px;
}
h2 span {
  display: block;
  font-size: calc(1rem * 1.538);
  color: #333;
}
h2:after {
  content: "";
  background: linear-gradient(90deg,rgba(61, 119, 198, 1) 0%, rgba(124, 60, 155, 1) 100%);
  height: 3px;
  width: 30px;
  display: block;
  margin: 18px auto 0;
}
section.problem h2:after {
  margin: 18px 0 0;
}
ul.check li:last-child {
  margin-bottom: 0;
}
.three_col .feature_box p.number {
  padding: 8px 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: calc(1.5rem * 1.538);
  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: calc(1rem * 1.538);
  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;
}

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: calc(0.8125rem * 1.538);
  padding: 16px 40px;
  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: calc(0.8125rem * 1.538);
  padding: 16px 40px;
  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;
}

.button_line a {
  display: inline-block;
  margin-top: 40px;
  margin-right: 0;
  padding-bottom: 5px;
  position: relative;
  border: 2px solid #111752;
  background-color: #fff;
  padding: 8px 60px;
}
.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: calc(1.125rem * 1.538);
}
section.slide_order p:not(:last-child) {
  margin-bottom: 24px;
}