body {
  color: #1C1F41;
}
.is-fixed {
  overflow: hidden;
}
.contentInner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#content {
  padding-top: 73px;
}
@media screen and (max-width: 768px){
  #content {
    padding-top: 0;
  }
}

/* FV */
.fv {
  background: url(../../img/aws-construction/kv_pc.jpg)no-repeat top center /cover;
}
@media screen and (max-width: 768px){
  .fv {
    background: url(../../img/aws-construction/kv_sp.jpg)no-repeat top center /cover;
  }
}

.fvInner {
  padding: 100px 0 80px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .fvInner {
    padding: 16% 5.7% 7%;
  }
}


.fvTitle1 {
  font-size: 2.4rem;
  line-height: 1.75;
  color: #FFF;
  font-weight: 700;
  margin-top: 3px;
}
@media screen and (max-width: 768px){
  .fvTitle1 {
    font-size: 1.8rem;
    line-height: 1.722;
    margin-top: 0;
  }
}

.fvTitle2 {
  font-size: 5.8rem;
  line-height: 1.4655;
  font-weight: 800;
  margin-top: 3px;
}
@media screen and (max-width: 768px){
  .fvTitle2 {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 6%;
  }
}

.fvLead1 {
  font-size: 1.8rem;
  line-height: 1.722;
  color: #FFF;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .fvLead1 {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 3%;
  }
}

.fvLead2 {
  font-size: 1.6rem;
  line-height: 1.625;
  color: #FFF;
  font-weight: 700;
  margin-top: 52px;
}
@media screen and (max-width: 768px){
  .fvLead2 {
    font-size: 1.4rem;
    line-height: 1.857;
    margin-top: 10%;
  }
}

.contactLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  width: 494px;
  height: 68px;
  margin: 10px auto 0;
  border-radius: 60px;
}
@media screen and (max-width: 768px){
  .contactLink {
    width: auto;
    height: 55px;
    font-size: 1.7rem;
    line-height: 1.529;
  }
}
.bgOrange {
  background: #FF9900;
  color: #FFF;
}
.bgWhite {
  background: #FFF;
  color: #1C1F41;
}

.contactLink-second {
  margin-top: 20px;
}

.fvAnnotation {
  font-size: 1.3rem;
  line-height: 1.846;
  margin-top: 21px;
  color: #FFF;
}
@media screen and (max-width: 768px){
  .fvAnnotation {
    font-size: 12px;
    line-height: 1.833;
  }
}

.contentTitle {
  font-size: 3.2rem;
  line-height: 1.75;
  font-weight: 700;
  margin-top: 109px;
}
@media screen and (max-width: 768px){
  .contentTitle {
    font-size: 2.2rem;
    line-height: 1.591;
    margin-top: 14%;
    margin-bottom: 0;
  }
}

.contentTitleSub {
  font-size: 1.8rem;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .contentTitleSub {
    font-size: 1.4rem;
  }
}

.contentTitleBig {
  font-size: 4.2rem;
  line-height: 1.33;
}
@media screen and (max-width: 768px){
  .contentTitleBig {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

.troubleTitle {
  font-size: 2.8rem;
  margin-top: 117px;
}
@media screen and (max-width: 768px){
  .troubleTitle {
    font-size: 2rem;
    line-height: 1.75;
    margin-top: 13.5%;
    margin-bottom: 0;
  }
}

.troubleList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 43px;
}
@media screen and (max-width: 768px){
  .troubleList{
    margin-top: 7%;
  }
}

.troubleList li{
  background: #F7F7F7;
  margin: 5px;
  font-size: 1.5rem;
  line-height: 2;
  position: relative;
}
@media screen and (max-width: 768px){
  .troubleList li{
    margin: 0.75% 0;
    line-height: 1.5333;
    display: block;
    width: 100%;
  }
}

.troubleList li:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background: #FF9900;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0,-50%)rotate(45deg);
}
@media screen and (max-width: 768px){
  .troubleList li:before{
    width: 16px;
    left: 20px;
    top: 22px;
  }
}

.troubleList li:after{
  content: "";
  display: inline-block;
  width: 14px;
  height: 3px;
  background: #FF9900;
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translate(0,-50%)rotate(-45deg);
}
@media screen and (max-width: 768px){
  .troubleList li:after{
    width: 16px;
    left: 20px;
    top: 22px;
  }
}

.troubleListInner {
  padding: 16px 24px 16px 48px;
}
@media screen and (max-width: 768px){
  .troubleListInner {
    padding: 12px 24px 12px 48px;
  }
}

.troubleText {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-top: 45px;
}
@media screen and (max-width: 768px){
  .troubleText {
    font-size: 1.6rem;
    line-height: 1.5625;
    margin-top: 10%;
  }
}

.troubleText:after {
  content: "";
  display: inline-block;
  background: url('../../img/aws-construction/arrow1.svg') no-repeat top center /cover;
  width: 51px;
  height: 35px;
  margin-top: 25px;
}
@media screen and (max-width: 768px){
  .troubleText:after {
    width: 38px;
    height: 26px;
    margin-top: 12px;
  }
}

.troubleTextBig{
  font-size: 5rem;
  line-height: 1.28;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .troubleTextBig{
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-top: 8px;
  }
}

#trouble {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px){
  #trouble {
    margin-bottom: 4%;
  }
}

.contactWrap {
  background: url('../../img/aws-construction/cv_bg_pc.jpg')no-repeat top center /cover;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 768px){
  .contactWrap {
    background: url('../../img/aws-construction/cv_bg_sp.jpg')no-repeat top center /cover;
  }
}

.contactInner {
  padding: 77px 20px 79px;
}
@media screen and (max-width: 768px){
  .contactInner {
    padding: 14% 5.74% 12%;
  }
}

.contactTitle {
  font-size: 3.2rem;
  line-height: 1.593;
  font-weight: 800;
}
@media screen and (max-width: 768px){
  .contactTitle {
    font-size: 2.4rem;
    line-height: 1.5416;
  }
}

.contactText1 {
  font-size: 1.4rem;
  line-height: 2.14;
  margin-top: 15px;
}
@media screen and (max-width: 768px){
  .contactText1 {
    font-size: 1.2rem;
    line-height: 1.833;
  }
}

.contactText2 {
  font-size: 1.8rem;
  line-height: 1.44;
  margin-top: 35px;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .contactText2 {
    font-size: 1.5rem;
    line-height: 1.733;
    margin-top: 6.5%;
  }
}

.aboutFlex {
  display: flex;
  flex-direction: row-reverse;
  max-width: 908px;
  width: 100%;
  margin: 38px auto 0;
}
@media screen and (max-width: 768px){
  .aboutFlex {
    margin-top: 0;
    display: block;
  }
}

.aboutFlexImg {
  width: 23.79%;
  margin-top: 5px;
  margin-left: 7.92%;
}
@media screen and (max-width: 768px){
  .aboutFlexImg {
    width: 47.46%;
    margin: 8% auto 0;
  }
}

.aboutFlexTextWrap {
  width: 68.29%;
}
@media screen and (max-width: 768px){
  .aboutFlexTextWrap {
    width: auto;
    margin: 8% auto 0;
  }
}

.aboutFlexText {
  font-size: 1.6rem;
  line-height: 2;
}
.aboutFlexText:nth-of-type(2){
  margin-top: 32px;
}

/* service */
.serviceLead {
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
  max-width: 800px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px){
  .serviceLead {
    margin: 8% auto 0;
  }
}

.serviceList {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 110px;
}
@media screen and (max-width: 768px){
  .serviceList {
    margin-top: 10%;
    border: solid 4px #1C1F41;
    padding: 4.5% 2.7% 2.4%;
  }
}

.serviceList:after {
  content: "";
  display: block;
  position: absolute;
  width: 84%;
  height: 128.75%;
  border: solid 7px #1C1F41;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
@media screen and (max-width: 768px){
  .serviceList:after {
    display: none;
  }
}

.serviceList li {
  position: relative;
  width: 16%;
}
@media screen and (max-width: 768px){
  .serviceList li {
    position: relative;
    width: 16.185%;
  }
}

.serviceList li:not(:nth-child(1)):after{
  content: "";
  width: 12.5%;
  height: 2.5%;
  background: #1C1F41;
  position: absolute;
  left: -22%;
  top: 50%;
  transform: translate(0,-50%);
}
@media screen and (max-width: 768px){
  .serviceList li:not(:nth-child(1)):after{
    display: none;
  }
}

.serviceList li:not(:nth-child(1)):before{
  content: "";
  width: 2.5%;
  height: 12.5%;
  background: #1C1F41;
  position: absolute;
  left: -17%;
  top: 50%;
  transform: translate(0,-50%);
}
@media screen and (max-width: 768px){
  .serviceList li:not(:nth-child(1)):before{
    display: inline-block;
    background: url('../../img/aws-construction/cross.svg')no-repeat top center /contain;
    width: 14%;
    height: 8.2%;
    left: -21%;
    top: 31%;
  }
}

.serviceTitle {
  text-align: center;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%,0);
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
  width: 100%;
}
@media screen and (max-width: 768px){
  .serviceTitle {
    font-size: 1rem;
    line-height: 1.4;
    color: #1C1F41;
    font-weight: 600;
    position: static;
    transform: translate(-4%,0%);
    width: 108%;
    margin-top: 15%;
  }
}

.serviceListArrow {
  margin-top: 46px;
  text-align: center;
  line-height: 0;
}
@media screen and (max-width: 768px){
  .serviceListArrow {
    width: 11%;
    margin: 6% auto 0;
  }
}

.serviceText {
  font-size: 1.8rem;
  text-align: center;
  font-weight: 700;
  margin-top: 71px;
  margin-bottom: 52px;
}
@media screen and (max-width: 768px){
  .serviceText {
    font-size: 1.6rem;
    margin-top: 5%;
    margin-bottom: 5%;
  }
}

.serviceTextBig{
  font-size: 5rem;
  line-height: 1.28;
  display: block;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .serviceTextBig{
    font-size: 2.6rem;
    line-height: 1.1538;
    margin-top: 8px;
  }
}

.serviceAccordion {
  margin-top: 8px;
}
.serviceAccordionTitle {
  background: #0466C8;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  padding: 11px 47px;
  position: relative;
}
@media screen and (max-width: 768px){
  .serviceAccordionTitle {
    font-size: 2rem;
    line-height: 2.1;
    padding: 11px 5.98%;
    width: 100%;
    margin-left: -20px;
  }
}

.serviceAccordionTitle:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #FFF;
  top: 50%;
  transform: translate(0,-50%);
  position: absolute;
  right: 56px;
}
@media screen and (max-width: 768px){
  .serviceAccordionTitle:before{
    right: 20px;
  }
}

.serviceAccordionTitle:after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #FFF;
  top: 50%;
  transform: translate(0,-50%);
  position: absolute;
  right: 62px;
}
@media screen and (max-width: 768px){
  .serviceAccordionTitle:after{
    right: 26px;
  }
}

.serviceAccordionTitle.is-open:after {
  display: none;
}


.serviceAccordionTitleIcon{
  margin-right: 19px;
  vertical-align: middle;
}
@media screen and (max-width: 768px){
  .serviceAccordionTitleIcon{
    display: inline;
  }
}

.serviceAccordionInner {
  display: none;
  margin-bottom: 44px;
}
@media screen and (max-width: 768px){
  .serviceAccordionInner {
    margin-bottom: 6%;
  }
}

.serviceAccordionLead {
  font-size: 1.6rem;
  line-height: 1.81;
  width: 100%;
  max-width: 80%;
  margin: 50px auto 0;
}
@media screen and (max-width: 768px){
  .serviceAccordionLead {
    max-width: 100%;
    margin: 5% auto 0;
  }
}

.serviceAccordionFlex {
  padding: 56px 0 36px;
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #F2F2F2;
}
@media screen and (max-width: 768px){
  .serviceAccordionFlex {
    padding: 0;
    display: block;
    margin-top: 14%;
  }
}

.serviceAccordionFlex:nth-of-type(1){
  margin-top: 43px;
}
@media screen and (max-width: 768px){
  .serviceAccordionFlex:nth-of-type(1){
    margin-top: 14%;
  }
}

.serviceAccordionFlexTitle {
  font-size: 1.8rem;
  line-height: 1.72;
  font-weight: 700;
}
.serviceAccordionFlexText {
  margin-top: 13px;
  font-size: 1.6rem;
  line-height: 1.81;
}
@media screen and (max-width: 768px){
  .serviceAccordionFlexText {
    margin-top: 3%;
  }
}

.serviceAccordionFlexLeft {
  width: 66%;
}
@media screen and (max-width: 768px){
  .serviceAccordionFlexLeft {
    width: 100%;
  }
}

.serviceAccordionFlexRight {
  width: 26%;
  margin-top: 5px;
}
@media screen and (max-width: 768px){
  .serviceAccordionFlexRight {
    width: 100%;
    margin-top: 5%;
  }
  .serviceAccordionFlexImg {
    margin-top: 8%;
  }
  .serviceAccordionFlexImg img {
    width: 100%;
  }
}

#service {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px){
  #service {
    margin-bottom: 5%;
  }
}

.meritList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 90px 2%;
  margin-top: 100px;
}
@media screen and (max-width: 768px){
  .meritList {
    display: block;
    margin-top: 18%;
  }
}

.meritList li {
  width: 32%;
  padding: 0 30px 30px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px){
  .meritList li {
    width: 100%;
    margin-top: 12%;
  }
}

.meritListImg {
  text-align: center;
  margin-top: -50px;
}
@media screen and (max-width: 768px){
  .meritListImg {
    width: 25.096%;
    margin: 0 auto;
    transform: translate(0,-50%);
  }
}

.meritListTitle {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
  margin-top: 18px;
}
@media screen and (max-width: 768px){
  .meritListTitle {
    font-size: 1.7rem;
    line-height: 1.5882;
    margin-top: -5%;
  }
}

.meritListText {
  margin-top: 8px;
  font-size: 1.3rem;
  line-height: 1.846;
}
@media screen and (max-width: 768px){
  .meritListText {
    margin-top: 3%;
  }
}

#merit {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px){
  #merit {
    margin-bottom: 5.4%;
  }
}

/* security */
.securityTitle {
  font-size: 2.7rem;
  line-height: 1.74;
  color: #0466C8;
  font-weight: 700;
  margin-top: 110px;
}
@media screen and (max-width: 768px){
  .securityTitle {
    font-size: 2.2rem;
    line-height: 1.59;
    margin-top: 14%;
    margin-bottom: 0;
  }
}

.securityLead {
  font-size: 1.6rem;
  line-height: 2;
  width: 100%;
  max-width: 674px;
  margin: 29px auto 0;
}
@media screen and (max-width: 768px){
  .securityLead {
    margin-top: 8%;
    line-height: 1.875;
  }
}

.securityImg {
  margin-top: 48px;
}
@media screen and (max-width: 768px){
  .securityImg {
    margin-top: 8%;
    width: 112%;
    margin-left: -6%;
  }
}

.securityAnnotation {
  font-size: 1.3rem;
  line-height: 1.846;
  margin-top: 27px;
}
@media screen and (max-width: 768px){
  .securityAnnotation {
    margin-top: 8%;
  }
}

.securityAnnotation a{
  color: #453A36;
}
#security {
  margin-bottom: 114px;
}
@media screen and (max-width: 768px){
  #security {
    margin-bottom: 13%;
  }
}

/* example */
.exampleLead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 25px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px){
  .exampleLead {
    text-align: left;
    line-height: 1.85;
    margin-top: 8%;
  }
}

.exampleListTitle {
  background: #0466C8;
  font-size: 2.4rem;
  line-height: 1.75;
  font-weight: 700;
  color: #FFF;
  padding: 11px 0 11px 32px;
  display: flex;
  align-items: center;
  padding: 11px 0 11px 32px;
}
@media screen and (max-width: 768px){
  .exampleListTitle {
    font-size: 1.8rem;
    padding: 6px 0 7px 7px
  }
}

.exampleListTitle:before{
  counter-increment: number 1;
  content: counter(number);
  display: inline-block;
  background: url('../../img/aws-construction/example_icon.svg')no-repeat top center /cover;
  width: 45px;
  height: 45px;
  font-size: 1.9rem;
  line-height: 1;
  font-family: "Arial", "メイリオ";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  transform: translate(0px,-20px);
}
@media screen and (max-width: 768px){
  .exampleListTitle:before{
    width: 32px;
    height: 32px;
    font-size: 1.3rem;
    transform: translate(0px,-10px);
    margin-right: 19px;
  }
}

.exampleListFlex {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 48px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px){
  .exampleListFlex {
    display: block;
    margin-top: 5%;
    margin-bottom: 9%;
  }
}

.exampleListFlexModal {
  width: 24.5%;
}
@media screen and (max-width: 768px){
  .exampleListFlexModal {
    width: 100%;
    margin-top: 8%;
  }
}

.exampleListFlexTextWrap {
  width: 70.4%;
}
@media screen and (max-width: 768px){
  .exampleListFlexTextWrap {
    width: 100%;
  }
}

.exampleListFlexText {
  font-size: 1.6rem;
  line-height: 2;
}
.exampleListFlexText:not(:nth-of-type(1)) {
  margin-top: 29px;
}

.exampleListFlexText span{
  font-weight: 700;
}
.exampleListFlexModalText {
  font-size: 1.3rem;
  line-height: 1.846;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .exampleListFlexModalText {
    font-size: 1.1rem;
    margin-top: 2%;
  }
}

.exampleList {
  margin-top: 54px;
}
@media screen and (max-width: 768px){
  .exampleList {
    margin-top: 9%;
  }
}

.exampleListFlexModalImg {
  position: relative;
}
@media screen and (max-width: 768px){
  .exampleListFlexModalImg {
    background: #F7F7F7;
  }
}

.exampleListFlexModalImg:after{
  content: "";
  display: inline-block;
  background: url('../../img/aws-construction/zoom_icon.svg')no-repeat top center /cover;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 6px;
  right: 6px;
}
#example {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px){
  #example {
    margin-bottom: 0;
  }
}

/* strength */
.strengthInner {
  max-width: 1133px;
}
.strengthFlex {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
  max-width: 1052px;
}
@media screen and (max-width: 768px){
  .strengthFlex {
    display: block;
    margin-top: 4%;
  }
  .strengthFlex:not(:nth-of-type(1)){
    margin-top: 8%;
  }
}

.is-reverse {
  flex-direction: row-reverse;
  margin-left: 5%;
}
@media screen and (max-width: 768px){
  .is-reverse {
    margin-left: 0;
  }
}

.strengthFlexTextWrap {
  width: 58.94%;
}
@media screen and (max-width: 768px){
  .strengthFlexTextWrap {
    width: 100%;
  }
}

.strengthFlexImgWrap {
  width: 39.4%;
}
@media screen and (max-width: 768px){
  .strengthFlexImgWrap {
    width: 100%;
  }
}

.strengthFlexTitle {
  font-size: 2.8rem;
  line-height: 1.643;
  font-weight: 700;
  margin-top: 30px;
}
@media screen and (max-width: 768px){
  .strengthFlexTitle {
    font-size: 2.2rem;
    line-height: 1.5454;
    text-align: center;
    margin-top: 5%;
  }
}

.strengthFlexText {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 768px){
  .strengthFlexText {
    margin-top: 5%;
  }
}

.achievementLogo {
  text-align: center;
  margin-top: 44px;
}
@media screen and (max-width: 768px){
  .achievementLogo {
    margin-top: 8%;
  }
}

#achievement {
  margin-bottom: 120px;
  margin-top: -70px;
}
@media screen and (max-width: 768px){
  #achievement {
    margin-bottom: 13.3%;
    margin-top: 0;
  }
}

/* flow */
.flowListImgWrap {
  position: relative;
}
.flowListImg {
  width: 64px;
  position: absolute;
  left: 50%;
          transform: translate(-50%,0);
  margin-top: 108px;
}
@media screen and (max-width: 768px){
  .flowListImg {
    display: none;
  }
}

.flowListImg:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #FF9900;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,0);
      -ms-transform: translate(-50%,0);
          transform: translate(-50%,0);
  z-index: -1;
}
.flowListImg li {
  position: relative;
}
.flowListImg li:nth-child(odd):before{
  content: "";
  display: inline-block;
  position: absolute;
  left: -44%;
  top: 50%;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FF9900;
}
.flowListImg li:nth-child(even):before{
  content: "";
  display: inline-block;
  position: absolute;
  right: -44%;
  top: 50%;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FF9900;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.flowListImg li:not(:nth-child(1)){
  margin-top: 32px;
}
.flowListContent {
  margin-top: 36px;
  counter-reset: number 0;
}
@media screen and (max-width: 768px){
  .flowListContent {
    margin-top: 7%;
  }
}

.flowListContent::after{
  content: "";
  display: block;
  clear: both;
}
.flowListContent li{
  width: calc(46.6% - 36px);
  margin-bottom: 16px;
  float: left;
  padding: 33px 40px 32px;
  background: #F7F7F7;
}
@media screen and (max-width: 768px){
  .flowListContent li{
    float: none;
    width: auto;
    margin-bottom: 0;
    position: relative;
    padding: 6% 6.68%;
  }
}

.flowListContent li:nth-child(even){
  float: right;
}
@media screen and (max-width: 768px){
  .flowListContent li:nth-child(even){
    float: none;
  }
}

.flowListContent li:nth-child(2){
  margin-top: 86px;
}
@media screen and (max-width: 768px){
  .flowListContent li:nth-child(2){
    margin-top: 0;
  }
}
@media screen and (max-width: 768px){
  .flowListContent li:not(:nth-child(1)){
    margin-top: 1.5%;
  }
}

.flowListContentText {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 3px;
}
@media screen and (max-width: 768px){
  .flowListContentText {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

.flowListContentText a {
  color: #1C1F41;
  text-decoration: underline;
}
.flowListContentText a:hover{
  text-decoration: none;
}

.flowListContentTitle {
  font-size: 1.8rem;
  line-height: 1.875;
  font-weight: 600;
}
@media screen and (max-width: 768px){
  .flowListContentTitle {
    font-size: 1.6rem;
  }
}

.flowListContentTitle:before{
  counter-increment: number 1;
  content: counter(number);
  color: #FF9900;
  font-family: "Arial", "メイリオ";
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  line-height: 1;
  margin-right: 10px;
}
@media screen and (max-width: 768px){
  .flowListContentTitle:before{
    font-size: 1.6rem;
  }
}

.flowOptionWrap {
  margin-top: 24px;
  background: #F7F7F7;
  display: flex;
  justify-content: space-between;
  padding: 32px 40px 32px;
}
@media screen and (max-width: 768px){
  .flowOptionWrap {
    display: block;
    padding: 6.68%;
    margin-top: 1.5%;
  }
}

.flowOptionTitle {
  font-size: 1.9rem;
  font-family: "Arial", "メイリオ";
  font-weight: bold;
  color: #FF9900;
}
@media screen and (max-width: 768px){
  .flowOptionTitle {
    font-size: 1.6rem;
  }
}

.flowOptionText {
  max-width: 820px;
  margin-left: 27px;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px){
  .flowOptionText {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 1.85;
  }
}

.flowOptionText span {
  font-weight: 600;
}
@media screen and (max-width: 768px){
  #flow .contentInner{
    padding: 0;
  }
}

/* faq */
#faq .contentInner {
  padding: 0;
}
.faq {
  margin-top: 37px;
}
@media screen and (max-width: 768px){
  .faq {
    margin-top: 6%;
  }
}

.faq li {
  margin-top: 3px;
}

.faqText {
  display: flex;
  align-items: flex-start;
}
.faqTextQ {
  background: #F7F7F7;
  padding: 13px 100px 13px 56px;
}
@media screen and (max-width: 768px){
  .faqTextQ {
    padding: 13px 9% 13px 5.5%;
  }
}

.faqTextA {
  padding: 23px 56px;
}
@media screen and (max-width: 768px){
  .faqTextA {
    padding: 6.2% 7.5% 6.2% 5.5%;
  }
}

.faqTextA p {
  font-size: 1.6rem;
  line-height: 1.875;
}
@media screen and (max-width: 768px){
  .faqTextA p {
    line-height: 1.75;
  }
}

.faqTextQ p{
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
}
.faqTextQ {
  position: relative;
}
.faqTextQ:before{
  content: "";
  display: inline-block;
  width: 14px;
  height: 2px;
  background: #FF9900;
  position: absolute;
  right: 56px;
  top: 29px;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
@media screen and (max-width: 768px){
  .faqTextQ:before{
    right: 14px;
  }
}

.faqTextQ:after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 14px;
  background: #FF9900;
  position: absolute;
  right: 62px;
  top: 29px;
  -webkit-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
          transform: translate(0,-50%);
}
@media screen and (max-width: 768px){
  .faqTextQ:after{
    right: 20px;
  }
}

.faq dl.is-open .faqTextQ:after {
  display: none;
}
.faqTextQ .faqTitleDeco {
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
  font-family: "Arial", "メイリオ";
  margin-right: 10px;
  margin-top: 3px;
}
@media screen and (max-width: 768px){
  .faqTextQ .faqTitleDeco {
    font-size: 1.8rem;
    line-height: 1.44;
    margin-top: 4px;
  }
}

.faqTextA .faqTitleDeco {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  font-family: "Arial", "メイリオ";
  margin-right: 20px;
}
@media screen and (max-width: 768px){
  .faqTextA .faqTitleDeco {
    font-size: 1.8rem;
    line-height: 1.44;
    margin-top: 4px;
    margin-right: 16px;
  }
}

.nwAboutFlex {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px){
  .nwAboutFlex {
    padding: 0 20px;
    display: block;
  }
}

.nwAboutFlexVideoWrap {
  width: 50%;
  margin-right: 7%;
}
@media screen and (max-width: 768px){
  .nwAboutFlexVideoWrap {
    width: 100%;
    margin-right: 0;
    margin-top: 8%;
  }
}

.nwAboutFlexTextWrap {
  width: 43%;
}
@media screen and (max-width: 768px){
  .nwAboutFlexTextWrap {
    width: 100%;
  }
}

#nwAbout {
  margin: 120px 0 188px;
}
@media screen and (max-width: 768px){
  #nwAbout {
    margin: 15% 0 0;
  }
}

.nwAboutFlexTitle {
  font-size: 2.4rem;
  line-height: 2.166;
  font-weight: 700;
}
@media screen and (max-width: 768px){
  .nwAboutFlexTitle {
    font-size: 2.2rem;
    line-height: 1.59;
    text-align: center;
  }
}

.nwAboutFlexText {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 3px;
}
@media screen and (max-width: 768px){
  .nwAboutFlexText {
    line-height: 1.875;
    margin-top: 6%;
  }
}

/* common */
.textOrange {
  color: #FF9900;
}


/* モーダル */
.modal-overlay {
  align-items: center;
  background: rgba(0,0,0,.8);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.modal-container {
  background-color: #F7F7F7;
  max-height: 80vh;
  max-width: 600px;
  overflow-y: auto;
  padding: 30px;
  width: 80%;
  text-align: center;
}
@media screen and (max-width: 768px){
  .modal-container {
    padding: 30px 0;
    width: 90%;
  }
}

.modal-container img{
  width: 500px;
}

.modal-header {
  position: fixed;
  right: 40px;
  top: 40px;
}
@media screen and (max-width: 768px){
  .modal-header {
    right: 20px;
    top: 20px;
  }
}

.modal-close {
  background: transparent;
  border: 0;
  outline: none;
}

.modal-header .modal-close::before {
  content: "\2715";
  color: #FFF;
  font-size: 30px;
}

.modal-content {
  line-height: 1.5;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal-overlay {
  animation: mmfadeIn .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal-container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-overlay {
  animation: mmfadeOut .3s cubic-bezier(.0, .0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal-container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal-container,
.micromodal-slide .modal-overlay {
  will-change: transform;
}

.transition {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
      -ms-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),opacity 1.5s cubic-bezier(0.075, 0.82, 0.165, 1),-webkit-transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1)
}
.transition.fire{
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0)
}

.p-fix-cta__subject {
  background: #232F3E;
  border: solid 4px #FF9900;
}
.p-fix-cta .hs-form-field {
  border-color: #FF9900;
}
.p-fix-cta .hs-form-field label {
  color: #232F3E;
  font-weight: bold;
}
.p-fix-cta .hs_price_pulldown::after {
  border-color: #232F3E transparent transparent transparent;
}
.p-fixd-btn {
  background-color: #232F3E;
  font-size: 1.8rem;
}

.lp-related_list {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .lp-related_list {
    margin-top: 50px;
  }
  
}
