@charset "utf-8";
/*
font-family: "Noto Serif JP";
font-weight: 700;
sans:400=Regular,700=Bold

font-family: "Commissioner";
Medium=500,Bold=700

*/
.btn{
  clear: both;
  position: relative;
  margin:60px auto 0;
  border-radius: 45px;
  background: rgb(143,166,206);
background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
  width: 512px;
  height: 90px;
}
.btn a{
  display: block;
  color:#FFF;
  width: 512px;
  font-size:24px;
  font-weight: 700;
  line-height: 90px;
  text-align: center;
  text-decoration: none;
}
.btn:hover{
  background: rgb(239,137,156);
background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
}
/* keyveiw */
#keyview{
  position: relative;
  width: 100%;
  height: auto;
}
#key_area{
  position: relative;
  margin:365px 0 0;
  background-color: #FFF;
  width: 100%;
  height: 100px;
}
#key_area::before{
  content: "";
  position: absolute;
  top:-127px;
  left:0;
  background: url(../images/bg_circle_u.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#key_area h2{
  position: relative;
  margin: 0 0 0 130px;
  color: #5553C0;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
#key_area h2::before{
  content: "";
  position: absolute;
  top:50%;
  left:-100px;
  transform:translateY(-50%);
  -webkit- transform:translateY(-50%);
  background-color: #5553C0;
  width: 80px;
  height: 1px;
}
#key_area p{
  position: absolute;
  bottom:140px;
  left:30px;
  color:#CCC;
  font-family: "Commissioner";
  font-size:160px;
  line-height: 160px;
  font-weight: 700;
  z-index: 20;
}
/*aiintegration*/
#aiintegration{
  position: relative;
  background-color: #FFF;
  width: 100%;
}
#aiintegration h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
#aiintegration p{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 36px;
}
/*fastidiousness*/
#fastidiousness{
  position: relative;
  background-color: #FFF;
  width: 100%;
}
#fastidiousness h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
#fastidiousness::before{
  content: "";
  position: absolute;
  bottom:-127px;
  left:0;
  background: url(../images/bg_circle_d.svg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#fastidiousness p.txt_fastidiousness{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 36px;
}
#fastidiousness_area{
  display: flex;
  margin: 60px auto 0;
  width: 1200px;
}
.fastidiousness_box{
  margin: 0 0 0 90px;
  width: 340px;
}
.fastidiousness_box:nth-of-type(1){
  margin: 0 0 0 0px;
}
.fastidiousness_box h4{
  position: relative;
  padding:24px 0 0 70px;
  color:#5553C0;
  font-size:22px;
  line-height: 1.2em;
  font-weight: 700;
}
.fastidiousness_box h4::before{
  content: "01";
  position: absolute;
  top:0;
  left:0;
  color:#5553C0;
  font-size:53px;
  line-height: 1em;
  font-weight: 700;
}
.fastidiousness_box:nth-of-type(2) h4::before{
  content: "02";
  position: absolute;
  top:0;
  left:0;
  color:#5553C0;
  font-size:53px;
  line-height: 1em;
  font-weight: 700;
}
.fastidiousness_box:nth-of-type(3) h4::before{
  content: "03";
  position: absolute;
  top:0;
  left:0;
  color:#5553C0;
  font-size:53px;
  line-height: 1em;
  font-weight: 700;
}
.fastidiousness_img{
  margin:20px 0 0;
  width: 340px;
}
.fastidiousness_img img{
  width: 100%;
}
.fastidiousness_box p{
  margin:10px 0 0;
  font-size:18px;
  line-height: 1.5em;
}
/* portfolio */
#portfolio{
  position: relative;
  padding:0 0 100px;
  background-color: #FFF;
  width: 100%;
}
#portfolio h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
.txt_portfolio{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 36px;
}
#portfolio_list{
  display: flex;
  flex-wrap: wrap;
  margin:30px auto 0;
  width: 1200px;
}
.portfolio_box{
  position: relative;
  margin:30px 0 0;
  padding:0 0 20px;
  width: 585px;
  height: 542px;
}
.portfolio_box:nth-child(odd){
  margin-right:30px;
}
.portfolio_box a{
  display: block;
  text-decoration: none;
}
.portfolio_img{
  width: 585px;
  height: 439px;
  overflow: hidden;
}
.portfolio_img img{
  width: 100%;
}
.portfolio_box h4{
  margin:15px 0 0;
  color:#5553C0;
  font-size:24px;
  line-height: 1.2em;
  font-weight: 700;
}
.portfolio_box p{
  margin: 10px 0 0;
  font-size:16px;
  line-height: 1.2em;
}
.portfolio_view{
  display: none;
  position: absolute;
  top:0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  width: 583px;
  height: 438px;
  z-index: 20;
}
.portfolio_box .categorys{
  position: absolute;
  top:352px;
  left:20px;
  padding:20px 30px;
  background-color: #5553C0;
  color:#FFF;
  font-size:16px;
  line-height: 16px;
  font-weight: 700;
  z-index: 30;
}
.portfolio_view .links{
  position: absolute;
  bottom:20px;
  right:20px;
  width: 48px;
  height: 48px;
}
.portfolio_box .links img{
  width: 100%;
  height: auto;
}
/* solution */
#solution{
  position: relative;
  padding:0 0 100px;
  background-color: #FFF;
  width: 100%;
}
#solution::before{
  content: "";
  position: absolute;
  bottom:-127px;
  left:0;
  background: url(../images/bg_circle_d.svg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#solution h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}
#solution ul{
  display: flex;
  flex-wrap: wrap;
  margin:60px auto 0;
  width: 1200px;
}
#solution ul li{
  margin:0 15px 30px;
}
/* flow */
#flow{
  position: relative;
  padding:0 0 100px;
  background-color: #FFF;
  width: 100%;
}
#flow::before{
  content: "";
  position: absolute;
  top:-127px;
  left:0;
  background: url(../images/bg_circle_u.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 127px;
  z-index: 10;
}
#flow h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
#flow .txt_flow{
  margin: 60px auto 0;
  width: 1200px;
  font-size:24px;
  line-height: 36px;
}
.flow_area{
  display: flex;
  margin: 60px auto 0;
  width: 1200px;
}
.flow_area .flow_box{
  position: relative;
  margin:0 20px 0 0;
  width: 216px;
  height: 286px;
  border:4px solid #5553C0;
  border-radius: 10px;
}
.flow_area .flow_box:nth-last-of-type(1){
  margin: 0;
}
.flow_area .flow_box::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 16px solid #5553C0;
}
.flow_area .flow_box:last-of-type::after {
  display: none;
}
.flow_box h4{
  margin:15px auto 0;
  color:#5553C0;
  font-size: 20px;
  line-height: 1.2em;
  font-weight: 700;
  text-align: center;
}
.flow_icon{
  margin: 30px auto 0;
  height: 64px;
  text-align: center;
}
.flow_icon img{
  width: auto;
  height: 64px;
}
.flow_box p{
  margin: 30px 0 0;
  padding:0 15px;
  font-size: 16px;
  line-height: 1.5em;
}
#flow ul{
  margin: 30px auto 0;
  width: 1200px;
}
#flow ul li{
  padding-bottom:0.5em;
  font-size:18px;
  line-height: 1.2em;
}
#flow ul li::before{
  content: "※";
  font-size:18px;
  line-height: 1.2em;
}
/* faq */
#faq{
  position: relative;
  padding:0 0 100px;
  background-color: #FFF;
  width: 100%;
}
#faq h3{
  position: relative;
  padding:100px 0 0;
  font-family: "Noto Serif JP";
  font-size:48px;
  line-height: 57px;
  font-weight: 700;
  text-align: center;
}
#faq dl{
  margin: 10px auto 0;
  width: 1200px;
}
#faq dl:nth-of-type(1){
  margin:60px auto 0;
}
#faq dl dt{
  position: relative;
  display: flex;
  align-items: center;
  padding:30px 70px 30px 98px;
  border-radius: 48px;
  background-color: #5553C0;
  color:#FFF;
  width: 1032px;
  min-height: 36px;
  font-size: 24px;
  line-height: 1.2em;
  cursor: pointer;
}
#faq dl dt::before{
  content: "";
  position: absolute;
  top:20.5px;
  left:34px;
  background: url(../images/ai_integration/icon_q.png) no-repeat;
  background-size: cover;
  width: 36px;
  height: 55px;

}
#faq dl dt::after{
  content: "";
  position: absolute;
  top:20.5px;
  right:34px;
  background: url(../images/ai_integration/icon_open.png) no-repeat;
  background-size: cover;
  width: 26px;
  height: 55px;
}
#faq dl dt.active::after {
  background-image: url(../images/ai_integration/icon_close.png);
}
#faq dl dd{
  display: none;
  position: relative;
  margin: 30px 0 0;
  padding:0px 70px 30px 98px;
  font-size: 24px;
  line-height: 1.5em;
}
#faq dl dd::before{
  content: "";
  position: absolute;
  top:0px;
  left:34px;
  background: url(../images/ai_integration/icon_a.png) no-repeat;
  background-size: cover;
  width: 32px;
  height: 55px;
}

@media (max-width: 767px){
  .btn{
    clear: both;
    position: relative;
    margin:30px 10px 0;
    border-radius: 22.5px;
    background: rgb(143,166,206);
  background: linear-gradient(90deg, rgba(143,166,206,1) 0%, rgba(239,137,156,1) 100%);
    width: calc(100% - 20px);
    height: 45px;
  }
  .btn a{
    display: block;
    color:#FFF;
    width: 100%;
    font-size:16px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-decoration: none;
  }
  .btn:hover{
    background: rgb(239,137,156);
  background: linear-gradient(90deg, rgba(239,137,156,1) 0%, rgba(143,166,206,1) 100%);
  }
  /* keyveiw */
  #keyview{
    position: relative;
    width: 100%;
    height: auto;
  }
  #key_area{
    position: relative;
    margin:182.5px 0 0;
    background-color: #FFF;
    width: 100%;
    height: 50px;
  }
  #key_area::before{
    content: "";
    position: absolute;
    top:-62.5px;
    left:0;
    background: url(../images/bg_circle_u.svg) no-repeat center bottom;
    background-size: contain;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #key_area h2{
    position: relative;
    margin: 0 0 0 65px;
    color: #5553C0;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
  }
  #key_area h2::before{
    content: "";
    position: absolute;
    top:50%;
    left:-50px;
    transform:translateY(-50%);
    -webkit- transform:translateY(-50%);
    background-color: #5553C0;
    width: 40px;
    height: 1px;
  }
  #key_area p{
    position: absolute;
    bottom:60px;
    left:15px;
    color:#CCC;
    font-family: "Commissioner";
    font-size:54px;
    line-height: 68px;
    font-weight: 700;
    z-index: 20;
  }
/*aiintegration*/
  #aiintegration{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
  }
  #aiintegration h3{
    position: relative;
    padding:35px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #aiintegration p{
    margin: 1em 10px 0;
    width: calc(100% - 20px);
    font-size:14px;
    line-height: 22px;
  }
  /*fastidiousness*/
  #fastidiousness{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
  }
  #fastidiousness::before{
    content: "";
    position: absolute;
    bottom:-63.5px;
    left:0;
    background: url(../images/bg_circle_d.svg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #fastidiousness h3{
    position: relative;
    padding:35px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #fastidiousness p.txt_fastidiousness{
    margin: 1em 10px 0;
    width: calc(100% - 20px);
    font-size:14px;
    line-height: 22px;
  }
  #fastidiousness_area{
    display: block;
    margin: 30px 10px 0;
    width: calc(100% - 20px);
  }
  .fastidiousness_box{
    margin: 30px 0px;
    width: 100%;
  }
  .fastidiousness_box:nth-of-type(1){
    margin: 0 0 0 0px;
  }
  .fastidiousness_box h4{
    position: relative;
    padding:8px 0 0 44px;
    color:#5553C0;
    font-size:18px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .fastidiousness_box h4::before{
    content: "01";
    position: absolute;
    top:0;
    left:0;
    color:#5553C0;
    font-size:28px;
    line-height: 1em;
    font-weight: 700;
  }
  .fastidiousness_box:nth-of-type(2) h4::before{
    content: "02";
    position: absolute;
    top:0;
    left:0;
    color:#5553C0;
    font-size:28px;
    line-height: 1em;
    font-weight: 700;
  }
  .fastidiousness_box:nth-of-type(3) h4::before{
    content: "03";
    position: absolute;
    top:0;
    left:0;
    color:#5553C0;
    font-size:28px;
    line-height: 1em;
    font-weight: 700;
  }
  .fastidiousness_img{
    margin:10px 0 0;
    width: 100%;
  }
  .fastidiousness_img img{
    width: 100%;
  }
  .fastidiousness_box p{
    margin:10px 0 0;
    font-size:14px;
    line-height: 1.5em;
  }
  /* portfolio */
  #portfolio{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
  }
  #portfolio h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  .txt_portfolio{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:14px;
    line-height: 1.5em;
  }
  #portfolio_list{
    display: block;
    flex-wrap: wrap;
    margin:15px 10px 0;
    width: calc(100% - 20px);
  }
  .portfolio_box{
    position: relative;
    margin:15px 0 0;
    padding:0 0 10px;
    width: 100%;
    height: auto;
    height: auto;
  }
  .portfolio_box:nth-child(odd){
    margin-right:0px;
  }
  .portfolio_box a{
    display: block;
    text-decoration: none;
  }
  .portfolio_img{
    width: 100%;
    height: 219px;
    overflow: hidden;
  }
  .portfolio_img img{
    width: 100%;
  }
  .portfolio_box h4{
    margin:8px 0 0;
    color:#5553C0;
    font-size:16px;
    line-height: 1.2em;
    font-weight: 700;
  }
  .portfolio_box p{
    margin: 8px 0 0;
    font-size:14px;
    line-height: 1.2em;
  }
  .portfolio_view{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    width:100%;
    height: 219px;
    z-index: 20;
  }
  .portfolio_box .categorys{
    position: absolute;
    top:0px;
    left:10px;
    padding:10px 15px;
    background-color: #5553C0;
    color:#FFF;
    font-size:14px;
    line-height: 14px;
    font-weight: 700;
  }
  .portfolio_data .links{
    position: absolute;
    bottom:10px;
    right:10px;
    width: 48px;
    height: 48px;
  }
  .portfolio_data .links img{
    width: 100%;
    height: auto;
  }
  /* solution */
  #solution{
    position: relative;
    padding:0 0 100px;
    background-color: #FFF;
    width: 100%;
  }
  #solution::before{
    content: "";
    position: absolute;
    bottom:-63.5px;
    left:0;
    background: url(../images/bg_circle_d.svg) no-repeat center bottom;
    background-size: cover;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #solution h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #solution ul{
    display: flex;
    flex-wrap: nowrap;
    margin:60px 10px 0;
    width: calc(100% - 20px);
    overflow-x: scroll;
  }
  #solution ul li{
    margin:0 10px 15px;
  }
  /* flow */
  #flow{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
  }
  #flow::before{
    content: "";
    position: absolute;
    top:-62.5px;
    left:0;
    background: url(../images/bg_circle_u.svg) no-repeat;
    background-size: contain;
    background-position: right bottom;
    width: 100%;
    height: 63.5px;
    z-index: 10;
  }
  #flow h3{
    position: relative;
    padding:50px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #flow .txt_flow{
    margin: 30px 10px 0;
    width: calc(100% - 20px);
    font-size:14px;
    line-height: 22px;
  }
  .flow_area{
    display: block;
    margin: 30px 10px 0;
    width: calc(100% - 20px);
  }
  .flow_area .flow_box{
    position: relative;
    margin:0 0 20px 0;
    width: calc(100% - 4px);
    height: auto;
    border:2px solid #5553C0;
    border-radius: 5px;
  }
  .flow_area .flow_box:nth-last-of-type(1){
    margin: 0;
  }
  .flow_area .flow_box::after {
    top: auto;
    bottom: -16px;
    right: 50%;
    left: 50%;
    transform: translateX(-50%);
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 16px solid #5553C0;
    border-bottom: none;
  }
  .flow_area .flow_box:last-of-type::after {
    display: none;
  }
  .flow_box h4{
    margin:15px auto 0;
    color:#5553C0;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
  }
  .flow_icon{
    margin: 15px auto 0;
    height: 64px;
    text-align: center;
  }
  .flow_icon img{
    width: auto;
    height: 64px;
  }
  .flow_box p{
    margin: 15px 10px 0;
    padding:0px 0 30px;
    font-size: 16px;
    line-height: 1.5em;
  }
  #flow ul{
    margin: 15px 10px 0;
    width:  calc(100% - 20px);
  }
  #flow ul li{
    padding-bottom:0.5em;
    font-size:14px;
    line-height: 1.2em;
  }
  #flow ul li::before{
    content: "※";
    font-size:14px;
    line-height: 1.2em;
  }
  /* faq */
  #faq{
    position: relative;
    padding:0 0 50px;
    background-color: #FFF;
    width: 100%;
  }
  #faq h3{
    position: relative;
    padding:35px 0 0;
    font-family: "Noto Serif JP";
    font-size:24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
  }
  #faq dl{
    margin: 10px 10px 0;
    width: calc(100% - 20px);
  }
  #faq dl:nth-of-type(1){
    margin:30px auto 0;
  }
  #faq dl dt{
    position: relative;
    display: flex;
    align-items: center;
    padding:15px 35px 15px 49px;
    border-radius: 24px;
    background-color: #5553C0;
    color:#FFF;
    width: calc(100% - 84px);
    min-height: 24px;
    font-size: 18px;
    line-height: 1.2em;
    cursor: pointer;
  }
  #faq dl dt::before{
    content: "";
    position: absolute;
    top:13.5px;
    left:17px;
    background: url(../images/ai_integration/icon_q.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 27.5px;

  }
  #faq dl dt::after{
    content: "";
    position: absolute;
    top:13.5px;
    right:17px;
    background: url(../images/ai_integration/icon_open.png) no-repeat;
    background-size: cover;
    width: 13px;
    height: 27.5px;
  }
  #faq dl dt.active::after {
    background-image: url(../images/ai_integration/icon_close.png);
  }
  #faq dl dd{
    display: none;
    position: relative;
    margin: 15px 0 0;
    padding:0px 35px 15px 49px;
    font-size: 14px;
    line-height: 1.5em;
  }
  #faq dl dd::before{
    content: "";
    position: absolute;
    top:0px;
    left:17px;
    background: url(../images/ai_integration/icon_a.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 27.5px;
  }

}

@media (max-width: 767px) and (orientation:landscape){

}