:root {
  --main-color: #e6f0fa;
  --accent-color: #4a90e2;
  --text-color: #333;
  --bg-light: #f8f9fa;
}
html {
  scroll-behavior: smooth;
}
body {
  margin:0; font-family:Arial, "Noto Sans JP", メイリオ, "ＭＳ ゴシック", sans-serif; 
  color:#333; 
  background:#fff; 
}
.new-cta-fixed {
    display: block;
    z-index: 999;
    position: fixed;
    top: 57%;
    bottom: 0;
    right: -0.2em;
    height: fit-content;
}
.new-cta-fixed ul {
    color: #fff;
    background: #065AAA;
    border-radius: 10px 0 0 10px;
    padding: .825em;
    -webkit-box-shadow: 0px 7px 12px -2px #a8a8a8;
    -moz-box-shadow: 0px 7px 12px -2px #a8a8a8;
    box-shadow: 0px 7px 12px -2px #a8a8a8;
}
.new-cta-fixed li{
  list-style: none;
}
.new-cta-fixed ul li:nth-child(1) {
    margin-bottom: .3125em;
}
a {
    color: inherit;
    text-decoration: none;
}

.contact-details {
  font-size: 0.8em;
  line-height: 0.4;
  max-height: 0;
  overflow: hidden;
  transition: max-width 0.6s ease,　max-height 0.5s ease, opacity 0.8s ease;
  opacity: 0;
}

.contact-details.visible {
  transition: max-height 3.5s ease,max-height 3.5s ease, opacity 0.8s ease;
  max-height: 1000px; 
  opacity: 1;
}

.float_contact_tell {
  max-width: 80px;
  cursor: pointer;
}
.float_contact_tell i{
  font-size: 3.6em;
  border-bottom: solid 1px;
  padding-bottom: 0.2em;
}
.float_contact_tell .txt-contact-center{
  line-height: 0.4;
}
.float_contact_tell.expanded {
  transition: max-width 0.6s ease, max-height 3.5s ease, opacity 0.8s ease;
  display: flex;
  max-width: 500px; /* 展開後の幅 */
}

h1,h2,h3 { 
  margin-bottom:0.5em; 
}
a { 
  text-decoration:none; 
}
.br{
  display: none;
}
.section { 
  padding:60px 20px; 
  max-width:1100px; 
  margin:0 auto; 
}
.header { 
  text-align:left; 
  color:#777; 
  font-size:0.85em; 
  padding:1.2em; 
  padding-left: 80px;
  border-bottom: 8px solid #5eb6f1;
}
.header span{
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  padding-left: 0.5rem;
  vertical-align: super;
}
.top{
  width: 100%;
  height: 70vh;
  min-height: 700px;
  position: relative;
  background: linear-gradient(45deg, rgb(83 145 191 / 22%), #98c7d999, rgba(241, 134, 157, 0.1), rgba(241, 134, 157, 0.1));
}
.hero{
  width: 80%;
  height: 70vh;
  min-height: 700px;
  background-image: url(../images/31517959_l_trim.jpg);
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 500px 0 0 500px;
  overflow: hidden;  
}
.hero p { 
  font-size:1.2em; 
  margin-bottom:1.5em; 
}
.title{
    position: absolute;
    left: 15%;
    top: 45%;
    transform: translate(-15%, -50%);
    z-index: 1;
    top: 50%;
}
.title p{
  font-size: 2.5em;
  margin: 0.2em;
}
.sub-title{
  font-size: 0.8em;
  width: 70%;
  /* color: #fff; */
  background-color: #fafdff;
  box-shadow: 0px 0px 20px 20px #fafdff;
  padding: 10px;
  margin: 40px 30px;
}
.sub-title p{
  font-size: 1.5em;
  margin: 0.2em;
}
.line1{
  font-size: 2.5em;
  border-bottom: 5px solid #065AAA;
}
.top h1 { 
  font-size:2.2em; 
  margin-bottom:0.5em; 
  text-align: left; 
  padding-left: 3em;
}
.worry-section{
  background: linear-gradient(45deg, rgb(83 145 191 / 22%), #98c7d999, rgba(241, 134, 157, 0.1));
  border-radius: 0px 0px 0 0;
}
.worry-head-txt{
  width: 500px;
  margin: 0 auto;
  text-align: center;
  display: block;
  margin-top: 29px;
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.04em;
  border-bottom:  3px solid;
}
.answer-section-2 {
  flex-flow: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 110px;
  display: flex;
}

.answer-section-2 h2 {
  color: var(--main-text);
  letter-spacing: .05rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Helveticanowdisplay, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

#w-node-f88fcb80-a88a-8cf5-d505-93f56149ed36-1aac1f2b {
    grid-area: Area;
    justify-self: start;
    width: 50%;
    margin: 0 auto;
}
.grid-12.pad-fix.japanseperation {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1.5fr 1.25fr;
    padding-top: 20px;
}
.grid-12 {
    grid-template:
        ".Area"
        ".Area"
        ".Area"
        ".Area" 
        ".Area" 
        ".Area"
        ".Area" / 1fr 1fr;
    max-width: 1280px;
    font-size: 20px;
}
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}
.div-block-37 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-self: flex-start;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
    display: flex;
}

.japanseperation {
    margin-bottom: 2px;
    font-size: 16px;
}

.ja-text-block-problem {
    color: var(--main-text);
    font-size: 19px;
    font-weight: 500;
}
.bpo_strength {
  margin: auto;
  width: 1000px;
  list-style: none;
}
.bpo_strength > li h3 {
    margin-bottom: calc(2 / 3.5 * 1em);
    line-height: 1.3333;
/*    color: #065AAA;*/
    font-weight: bold;
    font-size: 1.5em;
}
.bpo_strength > li h3 img {
    display: block;
    width: auto;
    height: calc(8.7 / 3.5 * 1em);
    margin-bottom: calc(4.6 / 3.5 * 1em);
}
.bpo_strength > li p {
    line-height: 1.75;
    font-size: 2em;
}
.bpo_strength > li:nth-child(1) {
    background: url(../images/PK4131316PAR58143_TP_V4.jpg) no-repeat right 6.7em top 0 / auto 15.8em;
}
.bpo_strength > li:nth-child(2) {
    background: url(../images/graph.jpg) no-repeat right 6.7em top 0 / auto 15.8em;
}
.bpo_strength > li:nth-child(3) {
    background: url(../images/image.jpg) no-repeat right 6.7em top 0 / auto 15.8em;
}
.bpo_strength > li:nth-child(1),
.bpo_strength > li:nth-child(2),
.bpo_strength > li:nth-child(3) {
    min-height: 13.8em;
    padding-bottom: 2.5em;
    background-repeat: no-repeat;
    background-position: right 6.7em top 0;
    background-size: 21.2em 15.8em; /* 幅・高さ固定 */
    border-radius: 10px;
    overflow: hidden;
}

/*導入の流れ*/
.sd[data-s-ef5e31dc-ef16-4ff2-bcf8-fb059d7fdcff] {
  display: flex;
  align-content: stretch;
  align-items: stretch;
  border-radius: 0;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0px;
  width: 1440px;
  --gap-uuid: ef5e31dc-ef16-4ff2-bcf8-fb059d7fdcff;
  --gap-h-ef5e31dc-ef16-4ff2-bcf8-fb059d7fdcff: 0px;
  --gap-v-ef5e31dc-ef16-4ff2-bcf8-fb059d7fdcff: 0px;
  max-width: 100%;
}
.sd[data-s-cf5f83ef-b5cf-4018-996d-4db67d7ab21d] {
  display: flex;
  align-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 32px;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
  flex: 269;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 16px;
  height: auto;
  justify-content: flex-start;
  padding: 24px;
  transform: translate(0px, 0px);
  width: auto;
  --gap-h-cf5f83ef-b5cf-4018-996d-4db67d7ab21d: 0px;
  --gap-v-cf5f83ef-b5cf-4018-996d-4db67d7ab21d: 16px;
  --gap-uuid: cf5f83ef-b5cf-4018-996d-4db67d7ab21d;
  max-width: 100%;
}
.sd[data-s-df6c6b4e-432f-4b85-9408-f6dd91fedea9] {
  object-fit: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.08);
    flex: none;
    height: 140px;
    margin: 8px 0px 0px 0px;
    width: 140px;
    max-width: 100%;
}
.sd[data-s-2abdf30f-afe3-46ab-a379-b4fc21e03c46] {
    color: #0360e5ff;
    font-family: var(--s-font-1fa15b83);
    font-size: 20px;
    font-weight: 900;
    height: auto;
    letter-spacing: 0.08em;
    line-height: 1.4;
    text-align: center;
    width: auto;
    max-width: 100%;
    justify-content: flex-start;
}
.sd[data-s-e9c0067d-7175-41cb-87b5-f7dc5d275b44] {
    align-content: center;
    align-items: center;
    flex: 68;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 0px;
    width: auto;
    max-width: 100%;
}
.sd[data-s-903710e0-6d0e-43f9-8514-f1d783255048] {
    flex: none;
    height: auto;
    transform: rotate(-90deg);
    width: 100%;
    max-width: 100%;
}
.sd[data-s-1abba19f-e6f7-40ba-9734-23f8de923105] {
    align-content: center;
    align-items: center;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 8px;
    height: auto;
    justify-content: flex-start;
    padding: 0px;
    width: calc(100% - (var(--gap-h-67e954e7-8072-496d-9d4c-4b20289936f4) * 0));
    --gap-h-1abba19f-e6f7-40ba-9734-23f8de923105: 0px;
    --gap-v-1abba19f-e6f7-40ba-9734-23f8de923105: 8px;
    --gap-uuid: 1abba19f -e6f7-40ba-9734-23f8de923105;
    max-width: calc(100% - (var(--gap-h-67e954e7-8072-496d-9d4c-4b20289936f4) * 0));
}

.notice{
  margin: 1em;
}
.number {
    color: #065AAA;
    font-size: 4.5rem;
    line-height: 1;
/*    display: inline-block;*/
    display: block;
    width: auto;
    height: calc(8.7 / 3.5 * 1em);
    margin-bottom: -80px;  
}
.features .feature-list,
.pricing .pricing-list {
  display:flex;
  flex-wrap:wrap; 
  gap:20px; 
  justify-content:center;
}
.feature-box, .pricing-plan {
  background:#e0f2fe; 
  padding:20px; 
  border-radius:12px;
  flex:1 1 250px; 
  max-width:280px;
}
.testimonial-box{
    background: aliceblue;
    display: flex;
    padding: 20px;
    border-radius: 12px;
    flex: 1 1 250px;
    margin: 1em;
    text-align: center;
    font-size: 1.3em;
    color: #696969;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    justify-content: center;
    align-items: baseline;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;

}
.testimonial-box span { 
  display:block; 
  margin-top:1em; 
  color:#666; 
  font-size:0.9em; 
}
.testimonial-box i{
  font-size: 1.2em;
  color: var(--accent-color);
  margin-right: 0.5em;    
} 
.pricing-plan { 
  background:#fff; 
  box-shadow:0 2px 6px rgba(0,0,0,0.05); 
  text-align: center;
}
.pricing-plan i{
    font-size: 2em;
    color: var(--accent-color);
    margin-bottom: 0.5em;  
}
.pricing-plan2 {
  padding:20px; 
  border-radius:12px;
  flex:1 1 250px; 
  max-width:280px;
}

.flow .flow-list {
  list-style:decimal; padding-left:1.2em;
}

.cta { 
  background:#708090; 
  color:#fff; 
  padding:1.8em 8em; 
  color:#fff
}
.footer { 
  text-align:center; 
  color:#777; 
  font-size:0.85em; 
  padding:20px; 
}

.pricing h2,.features h2, .flow h2, .testimonials h2{
  color: #065AAA;
  padding-bottom: .8rem;
  border-bottom: 2px solid #00008b;
}
.features h2{
  margin-bottom: 2em;
}

.footer-contact {
/*    margin-top: 60px;*/
  align-items: center;
  justify-content: space-around;
  padding: 2em 0 3em 0;
}
.flexbox {
    display: flex;
    align-items: center;
    line-height: 1.8;
}
.ico {
  max-width: 46px;
  width: 4.1rem;
  margin-right: 2rem;
  align-self: center;
}
.contact_tell i{
  font-size: 3.6em;
}
.contact_address i {
    font-size: 4em;
/*    color: var(--accent-color);*/
}

.txt{
  font-size: 0.9em;
}
.txt p{
  margin: 0.1em;
}
.heading{
/*  font-weight: bold;*/
  color: #fff;  
}
.corp_wrap {
    font-size: 0.9em;
    padding: 1em 0;
    border-top: solid 1px;
    border-color: rgba(255, 255, 255, 0.37);
    text-align: center;
}
.corp_wrap ul {
    justify-content: right;
    margin-bottom: 1.5em;
    list-style: none;
    font-size: 0.9em;
}
.corp_wrap ul li {
    margin-right: 2em;
}
.flexbox li.left {
  margin-right: auto; /* 一番左に押しやる */
} 
.logo-link {
  display: flex;
  align-items: center;
  gap: 0.5em; 
  text-decoration: none;
}
.c-pagetop{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #065AAA;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
}
.show {
  display: block !important;
  opacity: 1;
}

.c-pagetop__icon {
    fill: #fff;
    height: 1em;
    width: 1em;
}
.c-pagetop-wrap {
    bottom: 5em;
    position: fixed;
    right: 1em;
    z-index: 2;
    display: none;
    opacity: 1;
}

.txt-contact-center{
  line-height: 1.4;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    opacity: 0.5;
}
/*下部固定用*/
.float-banner[data-v-2c8a67e5] {
    background: #fff;
    bottom: 0;
    height: 40px;
    height: 68px;
    position: fixed;
    width: 100%;
    z-index: 9;
}
.float-banner ul[data-v-2c8a67e5] {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    max-width: 700px;
    padding: 10px 0;
    width: 96%;
}
.float-banner li[data-v-2c8a67e5] {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0 .5rem;
    padding: 0;
    transition: .3s;
}
.float-banner__nyuukai .openForm[data-v-2c8a67e5] {
    color: #fff;
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.float-banner__nyuukai[data-v-2c8a67e5]
 {
    background: #065AAA;
    border-radius: 12px;
    height: 48px;
    max-width: 386px;
    transform: .3s;
    width: 70%;
}
@media screen and (max-width: 768px) {
  .hero h1 {
    font-size: 1.8em;
  }

  .hero p, .section {
    padding: 40px 16px;
  }

  .feature-list,
  .pricing-list,
  .testimonial-list {
    flex-direction: column;
    align-items: center;
  }

  .feature-box,
  .pricing-plan,
  .testimonial-box {
    width: 90%;
    max-width: 400px;
  }
  
  .grid-12.pad-fix.japanseperation {
        flex-flow: column;
        align-self: center;
        align-items: flex-start;
    }
    .grid-12.pad-fix {
        flex-direction: column;
        display: flex;
    }  
}
/* モーダル用 */
.modal {
  display: none;
  position: fixed;
  top:0; left:0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

/* モーダル内のコンテンツ */
.modal-content {
  background: #fff;
  margin: 40px auto;
  padding: 20px;
  border-radius: 8px;
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 20px;
}

/* iframe */
.modal-iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

/* スマホ向け調整 */
@media (max-width: 480px) {
  .modal-content {
    margin: 20px auto;
    padding: 15px;
    border-radius: 5px;
  }
  .modal-iframe {
    height: 70vh;
  }
}

@media screen and (max-width: 479px) {
  .header { 
    text-align:left; 
    color:#777; 
    font-size:0.85em; 
    padding:1.2em; 
    padding-left: 10px; 
    border-bottom: 8px solid #5eb6f1;
  }
  .new-cta-fixed {
      display: block;
      z-index: 999;
      position: fixed;
      top: 66%;
      bottom: 0;
      right: -0.2em;
      height: fit-content;
      opacity: 0.8;
  }
  .float_contact_tell {
    max-width: 50px;
  }
  .float_contact_tell i{
    font-size: 2.6em;
  }
  .ico div{
    font-size: 0.8em;
  }
  .contact-details{
    font-size: 0.7em;
  }
  .space{
    display: none;
  }
  .title{
    width: 90%;
  }
  .title p{
    font-size: 1.8em;
  }
  .sub-title{
    font-size: 0.6em;
    width: 80%;
  }
  .answer-section-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero {
    background-image: url(../images/31517959_l_trim.jpg); 
    background-size: cover; 
    text-align:center; 
    padding:0px; 
    color: #5eb6f1;
    height: 250px;
  }
  .hero h1 { 
    font-size:1.3em; 
    margin-bottom:0.5em; 
    text-align: left; 
    padding-left: 0.3em;
    padding-top: 2em;  
  }
  .worry-head-txt{
    width: 100%;
  }  
  .answer-section-2 h2{
    font-size: 1.5em;
  }
  .pricing h2,.features h2, .flow h2, .testimonials h2{
    text-align: center;
  }  
  
  img {
      vertical-align: baseline;
      max-width: 80%;
  }
  .feature-box, .pricing-plan {
    display: block;
    align-items: center;
    /*background:#e0f2fe;*/ 
    padding:20px; 
    border-radius:12px;
    flex:1 1 50px; max-width:280px;
  }
  .testimonial-box {
    display: flex;
    align-items: center;
    /*background:#e0f2fe;*/ 
    padding:20px; 
    border-radius:12px;
    flex:1 1 50px; max-width:280px;
    margin: 0 auto;
    margin-bottom: 19px;
  }
  .sd[data-s-ef5e31dc-ef16-4ff2-bcf8-fb059d7fdcff]{
    display: block;
  }
  .sd[data-s-e9c0067d-7175-41cb-87b5-f7dc5d275b44]{
    text-align: center;
  }
  .sd[data-s-903710e0-6d0e-43f9-8514-f1d783255048]{
    width: auto;
    transform: none;
  }
  .sd[data-s-df6c6b4e-432f-4b85-9408-f6dd91fedea9] {
      height: 220px;
      width: 220px;
  }  
  .contents-text-head{
    display: block;
    text-align: center;
  }
  .pricing-plan2{
    display: none;
  }
  .bpo_strength {
    padding-left: 0;
    width: auto;
    list-style: none;
  }
  .bpo_strength > li:nth-child(1),
  .bpo_strength > li:nth-child(2),
  .bpo_strength > li:nth-child(3) {
      min-height: 13.8em;
      padding-bottom: 2.5em;
      background-repeat: no-repeat;
      background-position: right 0em top 12em;
      background-size: 21.2em 15.8em; 
      border-radius: 0px;
      overflow: hidden;
      height: 25em;
  }  
  .contents-image{
    border-radius: 5px;
    position: relative;
    right: 0px; 
    top: 50%;
    transform: none;
    width: 100%;
    height: 130%;
    pointer-events: none; 
  }
  .contents-image2{
    border-radius: 5px;
    position: relative;
    right: 0px; 
    top: 50%;
    transform: none;  
    width: 100%; 
    height: 100%;
    pointer-events: none;
  }  
  .contents-title{
    font-size:1.2rem;
  }

  .testimonial-box p{
    text-align: left;
  }
  .testimonial-list{
    font-size: 0.8em;
  }
  .testimonial-box i{
    font-size: 3.0em;
    color: var(--accent-color);
    margin-right: 0.5em;    
  }   
  .flexbox {
    display: block;
    line-height: 1.3;
  }
  .cta { 
    padding:1.8em 3em; 
    color:#fff;
    text-align: center;
  }
  .contact_title p{
    border-bottom: solid;
  }  
  .contact_address{
    display: flex;
    margin-bottom: 1.5em;
  }
  .contact_tell{
    display: flex;
  }
  .txt p{
    text-align: left;
  }
  .txt span{
    font-size: 0.8em;
  }
  .corp_wrap ul {
    display: -webkit-box;
    font-size: 0.8em;
    text-decoration: underline;
    padding-left: 0em;
  }
  .left span{
    display: none;
  }

  .txt-contact-center{
    line-height: 1.1;
  }
  .heading{
/*  font-weight: bold;*/
    color: #065AAA;  
  }
  .c-pagetop-wrap{
    bottom: 5em;
    right: 0.3em;
  }  
  .br{
    display: block;
  }
    
}