@charset "utf-8";
html {
  scroll-behavior: smooth;
}
.downloadbtn {
  padding-top: 9px;
  border: solid 1px #0064D2;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.downloadbtn:hover {
  background: rgba(100,175,225,0.25);
}
#top-image {
  margin-bottom: 50px;
  padding: 20px;
  height: 477px;
  background-color: #505054;
  background-image: url("../images/phi-pilot_ai-component_00.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
/*  display: grid; */
}
.title {
  /* 子要素に合わせて親要素の横幅を可変 */
  display: inline-block;
/* 子要素に合わせて親要素の横幅を可変 */
  padding: 12px 16px 8px;
  background-color: rgba(0,0,0,0.70);
  color: #fff;
  word-break: keep-all;
}
.message {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.message span {
  color: #FAD737;
}
.series-title {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 8px;
}
.main-title {
  font-size: 27px;
  line-height: 31px;
  color: #d3bfe0;
}
.above {
  margin-top: 10px;
}
.under {
  margin-bottom: 210px;
}
/*
.top-image-item {
  margin: 120px 20px auto auto;
  margin-top: 120px;
  display: flex;
  justify-content: flex-end;
}
*/
.radiusbtn {
  padding: 10px 50px; 
  border-radius: 50px; 
  font-size: large; 
}
/*
#top-image .radiusbtn {
  margin: auto auto 10px;
}
.contact {
  align-items: end;
  justify-content: center;
  display: block;
}
*/
#contentsarea h2 {
  margin: 120px 0 20px !important;
  height: 80px !important;
  font-size: 24px !important;
  display: flex;
  align-items: center;
  background: linear-gradient(to right, #fff 15%, rgba(160,160,165,0.25));
  border-left: solid 3px #007580;
  padding-left: 5px;
  text-indent: 0;
  word-break: keep-all;
}
#contentsarea h2::before {
  content: "";
  width: 3px;
  height: 80px;
  display: inline-block;
  position: relative;
  background-color: transparent;
}
#feature h3 {
  margin: 50px 0 20px;
  padding: 10px 10px 5px 20px;
  font-size: 20px;
  align-items: center;
  word-break: keep-all;
  background: linear-gradient(to right, rgba(100,175,225,0.55) 10%, #fff 80%); 
  border-bottom: solid 3px rgba(100,175,225,0.40);
}

#what-is .flexbox {
  margin-top: -30px;
  margin-bottom: -10px;
  display: flex;
}
#what-is .before,
#what-is .after,
#what-is .after2 {
  display: block;
  width: 100%;
}
#what-is .sub-title {
  margin: 30px auto 0;
  padding: 5px 20px 3px;
  border-radius: 16px;color: #fff;
  display: inline-block;
  font-size: 18px;
}
#what-is .before .sub-title {
  background-color: #505054;
}
#what-is .after .sub-title,
#what-is .after2 .sub-title {
  background-color: #B94B00;
}
#what-is dl {
  margin-top: -16px;
  padding: 10px 6px;
}
#what-is .before dl {
  background-color: rgba(160,160,165,0.15);
}
#what-is .after dl {
  background-color: rgba(250,150,40,0.15);
}
#what-is .after2 dl {
  background-color: rgba(175,140,200,0.15);
}
#what-is dt {
  margin-left: 16px;
  padding: 6px 0 3px;
  border-radius: 24px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  word-break: keep-all;
}
#what-is .before dt {
  background-color: rgba(160,160,165,0.55);
}
#what-is .after dt {
  background-color: rgba(250,150,40,0.55);
}

#what-is .ai-comp {
  background-color: rgba(175,140,200,0.55) !important;
}
.box-bottom {
  display: flex;
  align-items: flex-end;
}
.speechbubble {
  position: relative;
  display: inline-block;
  padding: 10px 10px 7px;
  border-radius: 12px;
  text-align: left;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.speechbubble::before {
  content: "";
  position: absolute;
}
.before-a,
.before-b {
  border: 2px solid #bcbcc0;
  background-color: #ffffff;
}
.before-c,
.before-d {
  margin-top: 10px;
  border: 2px solid #bcbcc0;
  background-color: #e7e7e8;
}
.before-a::before {
  bottom: 0;
  left: 60%;
  border-style: solid;
  border-width: 24px 16px 0 0;
  border-color: #bcbcc0 transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
.before-b::before {
  bottom: 0;
  left: 40%;
  border-style: solid;
  border-width: 24px 0 0 16px;
  border-color: #bcbcc0 transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
.before-c::before {
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 0 24px 16px;
  border-color: transparent transparent #bcbcc0;
  translate: -50% -100%;
  transform: skew(-10deg);
  transform-origin: bottom;
}
.before-d::before {
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 16px 24px 0;
  border-color: transparent transparent #bcbcc0;
  translate: -50% -100%;
  transform: skew(10deg);
  transform-origin: bottom;
}

.after-a,
.after-b {
  border: 2px solid #fbb568;
  background-color: #ffffff;
}
.after-c {
  border: 2px solid #fbb568;
  background-color: #fcd4a9;
}
.after-d,
.after-e,
.after-f {
  border: 2px solid #c7aed8;
  background-color: #dfd1e9;
}
.after-a::before {
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 24px 16px 0 0;
  border-color: #fbb568 transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
.after-b::before {
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 24px 0 0 16px;
  border-color: #fbb568 transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
.after-c,
.after-e,
.after-f {
  margin-top: 10px;
}
.after-c::before {
  top: 0;
  left: 35%;
  border-style: solid;
  border-width: 0 0 24px 16px;
  border-color: transparent transparent #fbb568;
  translate: -50% -100%;
  transform: skew(-10deg);
  transform-origin: bottom;
}
.after-d::before {
  bottom: 0;
  left: 30%;
  border-style: solid;
  border-width: 24px 16px 0 0;
  border-color: #c7aed8 transparent transparent;
  translate: -50% 100%;
  transform: skew(-10deg);
  transform-origin: top;
}
.after-e::before {
  top: 0;
  left: 80%;
  border-style: solid;
  border-width: 0 0 24px 16px;
  border-color: transparent transparent #c7aed8;
  translate: -50% -100%;
  transform: skew(-10deg);
  transform-origin: bottom;
}
.after-f::before {
  top: 0;
  left: 20%;
  border-style: solid;
  border-width: 0 16px 24px 0;
  border-color: transparent transparent #c7aed8;
  translate: -50% -100%;
  transform: skew(10deg);
  transform-origin: bottom;
}
.resizeimage img {
  width: 100%;
}
#what-is .arrows {
  margin: auto -20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.purple {
  color: #d3bfe0;
  font-weight: bold;
}
#issues dt,
#merit dt {
  margin-bottom: 6px;
  font-weight: normal;
  font-size: 18px;
}
#issues dt {
  border-bottom: solid 2px #007580;
}
#merit dt  {
  border-bottom: solid 2px #50BEBE;
}
#flow .flow {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
#flow .step {
  padding-left: 0;
}
#flow .step li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}
#flow .icon {
  width: 36px;
  height: 36px;
  line-height: 38px;
  text-align: center;
  border-radius: 100vh;
  display: inline-block;
  background: #64AFE1;
  color: #fff;
  position: absolute;
  left: 0;
  font-size: 22px;
  font-weight: bold;
}
#flow .step > li:not(:last-child)::before {
  content: '';
  background: rgba(160,160,165,0.40);
  width: 6px;
  height: 100%;
  position: absolute;
  top: calc(50% - -30px);
  left: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
#flow .step-bar {
  font-size: 18px;
  color: #64AFE1;
  border-bottom: solid 1px #64AFE1;
  margin-bottom: 7px;
}
#flow .step-title {
  color: #000;
}
#flow .step li dl dd ul,
#flow .step li dl dd ul li {
  padding-left: 0;
}
.exsample {
  margin: 16px auto;
  padding: 10px 10px 6px;
}
#flow .exsample {
  background-color: rgba(250,215,55,0.15);
}
#faq .exsample {
  background-color: rgba(255,255,255,0.55);
}
.exsample dt {
  font-weight: normal !important;
  font-size: 16px !important;
  color: #000 !important;
}
.exsample dd ul {
  margin-left: 40px;
  list-style-type: disc !important;
}
.exsample dd ul li {
  margin-bottom: 3px !important;
}
.step2-list {
  padding-left: 24px !important;
}
.step2-list dl {
  margin-bottom: 0;
}
.step2-list dt {
  font-weight: normal;
}
.step2-list li {
  margin-bottom: 10px;
}
#faq .exsample ul {
  margin-left: 0;
}
.fa-thumb-tack {
  color: #FA9628;
}
.link-btn {
  padding: 10px 10px 7px;
  border: solid 2px #0064D2;
  border-radius: 6px;
  background-color: #fff;
  color: #0064D2 !important;
  cursor: pointer;
}
.link-btn:hover {
  border: solid 2px #0064D2;
  background-color: #0064D2;
  color: #fff !important;
}
.inquiry {
  margin: 50px 0 100px;
  padding: 30px 0;
  border: solid thin #A0A0A5; 
  background-color: #f7f7f7;
  text-align: center;
}
.inquiry-text {
  margin-bottom: 20px;
  font-size: 20px !important;
  word-break: keep-all;
}
.radiusbtn {
  padding: 10px 50px; 
  border-radius: 50px; 
  font-size: large; 
}
figcaption,
#solution .caption {
  text-align: center;
  word-break: keep-all;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mb-05 {
  margin-bottom: -5px;
}

@media screen and (max-width: 1199px) {
  #top-image {
    padding: 10px;
    height: 388px;
  }
  .under {
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 960px) {
  #what-is figure,
  #feature-3 figure,
  #flow figure {
    padding: 0 70px;
  }
}
@media screen and (max-width: 959px) {
  #top-image {
    height: 300px;
  }
  .title {
    padding: 8px 16px 4px;
  }
  .message {
    font-size: 24px;
    font-weight: bold;
    line-height: 28px;
  }
  .series-title {
    font-size: 18px;
    line-height: 20px;
  }
  .main-title {
    font-size: 22px;
    line-height: 26px;
  }
  .under {
    margin-bottom: 88px;
  }
}
/*
@media screen and (min-width: 768px) {
  .disp-sp {
    display: none;
  }
}
*/
@media screen and (max-width: 767px) {
  #top-image {
    height: 350px;
  }
  .under {
    margin-bottom: 120px;
  }
/*  
  .disp-pc {
    display: none;
  }
*/
}
@media screen and (max-width: 720px) {
  #top-image {
    height: 310px;
  }
  .under {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 670px) {
  #top-image {
    height: 290px;
  }
  .under {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  #top-image {
    padding: 0;
    height: 270px;
    background-position: center bottom;
  }
  .title {
    padding: 10px 10px 6px;
  }
  .message {
    font-size: 20px;
    line-height: 22px;
  }
  .series-title {
    font-size: 16px;
    line-height: 22px;
  }
  .main-title {
    font-size: 21px;
    line-height: 22px;
  }
  .above {
    margin-top: 0;
  }
  .under {
    margin-bottom: 70px;
  }
  /*
  .top-image-item {
    margin-top: 30px;
  }
  */
  #contentsarea h2 {
    height: 100px !important;
    font-size: 19px !important;
    padding-left: 10px;
  }
  #what-is .flexbox {
    display: block;
  }
  #what-is .arrows {
    margin: -16px auto -40px;
  }
  #issues ul,
  #merit ul {
    padding-left: 20px;
  }
  #feature ul {
    padding-left: 0;
  }
  #flow .exsample dd ul {
    margin-left: 20px;
  }
  #faq .exsample dd ul {
    margin-left: -20px;
  }

  #feature h3,
  #use-case h3 {
    padding: 16px 10px 12px 10px;
    font-size: 17px;
  }
  .inquiry-text {
    font-size: 17px !important;
  }
  .radiusbtn {
    padding: 6px 16px 4px; 
    border-radius: 50px; 
    font-size: 16px; 
  }
  figcaption,
  #solution .caption {
    font-size: 14px;
  }
}
@media screen and (max-width: 470px) {
  #what-is dl {
    padding: 10px 0;
  }
  #what-is .flexbox {
    display: block;
  }
  #what-is .arrows {
    margin: -16px auto -40px;
  }
}


/* inputのチェックボックスを非表示 */
.accordion-hidden {
  display: none;
}

/* 見出しボタン部分 */
.accordion-open {
  display: block;
  padding-right: 40px;
  cursor: pointer;
  margin: 5px 0;
  position: relative;
  border-bottom: solid 2px #0064D2;
  color: #0064D2;
  font-weight: normal;
  font-size: 20px;
}

/* ＋アイコン */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #A0A0A5;
  position: absolute;
  top: 50%;
  right: 1%;
  transform: translateY(-50%);
}

/* アイコンのー */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .7s;
}

/* アコーディオンが開いたらーに */
.accordion-hidden:checked+.accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* アコーディオン中身部分 */
.accordion-inner {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
  
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 20px;
  background-color: rgba(100,175,225,0.25);
}

/* チェックボックスにチェックが入ったら中身部分を表示する */
.accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* ↑ここまで共通 */

/* Q&A追加ここから */
.accordion_qa .Q,
.accordion_qa .A {
  position: relative;
}
.accordion_qa .Q::before,
.accordion_qa .A::before {
  display: block;
  position: absolute;
}
.accordion_qa .accordion-open {
  padding-left: 10px;
}
.accordion_qa .accordion-hidden:checked+.accordion-open+.accordion-inner {
  height: auto;
  opacity: 1;
  padding: 10px;
}
/* Q&A追加ここまで */

@media screen and (max-width: 470px) {
  .accordion-open {
    font-size: 17px;
  }
}


#event{
  position:relative;
  overflow:hidden;
  margin: 0 0 50px 0;
} 
#event::before {
  position:absolute;
  top:0;
  left:-100%;
  bottom:0;
  margin:auto 0;
  width:100px;
  height:200%;
  content:"";
  background:linear-gradient(to right, #fff, #fff 10%, transparent 10%, transparent 20%, #fff 20%, #fff 90%, transparent 90%, transparent 94%, #fff 94%);
  opacity:0.3;
  transform:translate(-50%) rotate(45deg);
  transition:left 0.5s ease-in, transform 0.5s ease-in;
}
#event:hover::before {
  left:150%;
  transform:translate(50%) rotate(45deg);
  transition-timing-function:ease-out, ease-out;
}	

