body {
  background-color: #f4f4f8;
}

.partner_navi,
.partner_navi *,
.partner_header,
.partner_header *,
main,
main *,
.partner_footer,
.partner_footer * {
  box-sizing: border-box;
}

.partner_navi .inner,
.partner_header .inner,
.partner_footer.inner,
main .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

main h2 {
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 160%;
}

main h3 {
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 160%;
}

main p {
  font-size: 16px;
  line-height: 170%;
}

main a {
  color: #0e43a9;
  text-decoration: underline;
}

main a:hover {
  text-decoration: none;
}

/* partner_navi 
 * ----------------------- */
.partner_navi {
  background-color: #0e43a9;
  font-size: 15px;
}

.partner_navi .inner {
  display: flex;
  min-height: 64px;
  justify-content: space-between;
  align-items: center;
}

.partner_navi a {
  color: #fff;
  font-weight: 600;
}

.navi_list {
  display: flex;
  gap: 30px;
  align-items: center;
}

.navi_list li a {
  font-size: 15px;
}

.partner_navi a:hover {
  opacity: 0.8;
}

.link_to_inquiry a {
  display: flex;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 0 30px;
  min-height: 40px;
  justify-content: center;
  align-items: center;
}

/* header 
 * ----------------------- */
.partner_header {
  min-height: 280px;
  padding-top: 64px;
  background: linear-gradient(#0E43A9, #1374C9);
  border-radius: 0 0 0 140px;
}

.partner_header h1 {
  color: #fff;
  font-size: 33px;
  line-height: 160%;
}

.partner_header h1 span {
  display: block;
}

.partner_header .inner {
  position: relative;
}

.partner_header .inner::before {
  content: "";
  width: 398px;
  height: 370px;
  right: 0;
  top: -20px;
  background-image: url(images/mainvisual.png);
  position: absolute;
  z-index: 100;
}

/* main > .layout_introduction 
 * ----------------------- */
.layout_introduction {
  padding: 160px 0 80px;
  position: relative;
}

.layout_introduction::before,
.layout_introduction::after {
  content: "";
  display: block;
  position: absolute;
  width: 280px;
  height: 100px;
  top: 0;
  right: 0;
  border-radius: 0 100px 0 0;
/*  border-radius: 50% 320px / 0 180px 0 0; 楕円形*/
}

@media (max-width: 959px) {
  .layout_introduction::before,
  .layout_introduction::after {
    border-radius: 0 41px 0 0;
  width: 41px;
  height: 41px;
  }
}

.layout_introduction::before {
  background-color: #f4f4f8;
  z-index: 10;
}

.layout_introduction::after {
  background-color: #1374C9;
  z-index: 1;
  border-radius: 0;
}

.service_intro {
  display: flex;
  gap: 56px;
}

.service_intro_text {
  flex: 0 0 425px;
}

.service_intro_image {
  flex: 0 1 506px;
}

.service_intro_image img {
  width: 100%;
}

/* main > .layout_introduction > .explain_program
 * ----------------------- */
.explain_program {
  margin-top: 100px;
}

.program_list {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.program_list li {
  flex: 0 1 460px;
  min-height: 400px;
  padding: 56px 40px 48px;
  border-radius: 15px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 1px 15px 0px rgba(163, 163, 205, 0.10);
}

.program_image {
  margin-bottom: 24px;
}

.program_list h4 {
  margin-bottom: 16px;
  font-size: 26px;
}

.program_list p {
  margin-bottom: 20px;
  text-align: left;
}

.link_to_sales {
  text-align: center!important;
}

.link_to_sales .fa-arrow-right {
  padding-left: 8px;
  font-size: 20px;
}

/* main > .layout_flow
 * ----------------------- */
.layout_flow {
  padding: 112px 0 72px;
  background-color: #fff;
}

.layout_flow h2 {
  margin-bottom: 16px;
}

.layout_flow h2 + p {
  margin-bottom: 48px;
}

.flow_list {
  display: flex;
  margin-bottom: 104px;
  gap: 106px;
  justify-content: space-evenly;
}

.flow_list li {
  position: relative;
  text-align: center;
}

.flow_list li::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  right: -84px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-width: 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #0e43a9;
}

.flow_list li:last-child:after {
  display: none;
}

.flow_list .flow_image {
  margin-bottom: 20px;
}

/* main > .layout_flow > .term_list
 * ----------------------- */
.term_list {
  display: flex;
  gap: 32px;
}

.term_list > li {
  min-height: 205px;
  padding: 24px 20px;
  border-radius: 2px;
  background-color: #f4f4f8;
}

.term_list .fa-check-square {
  padding-right: 4px;
}

.term_list h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.term_discription p {
  margin-bottom: 8px;
  line-height: 28px;
}

.term_sales {
  flex: 0 1 532px;
}

.term_tech {
  flex: 0 1 396px;
}

.term_sales_list li {
  margin-left: 20px;
  font-size: 15px;
  list-style: square;
  line-height: 25px;
}

/* footer
 * ----------------------- */
.partner_footer {
  min-height: 248px;
  padding: 60px 0 70px;
  text-align: center;
  background-image: url(images/footer.png);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color:rgba(4,40,108,0.7);
  background-blend-mode: multiply;
}


.partner_footer p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.partner_footer .behave_button {
  display: flex;
  max-width: 614px;
  min-height: 80px;
  margin: auto;
  background-color: #fff;
  color: #0e43a9;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
  justify-content: center;
  align-items: center;
}

.partner_footer a:hover {
  opacity: 0.8;
}




@media ( max-width: 960px ){
  .flow_list {
    flex-direction: column;
  }

  .flow_list li::after {
    right: 0;
    bottom: -320px;
    left: 0;
    transform: rotate(90deg);
  }
}

@media ( min-width: 601px ){
  .only_sp {
    display: none;
  }
}


@media ( max-width: 600px ){
  .only_pc {
    display: none;
  }

  .layout_introduction {
    padding: 70% 0 10%;
  }

  .inner {
    padding: 0 20px;
  }

  .partner_navi .link_to_sales {
    display: none;
  }

  .link_to_sales a {
    display: block;
    border-radius: 1px;
    border: 1px solid #0e43a9;
    padding: 4%;
    width: 100%;
    text-align: center;
    text-decoration: none;
  }

  .service_intro {
    flex-direction: column;
  }

  .service_intro_text {
    flex-basis: auto;
  }

  .service_intro_image {
    flex-basis: auto;
  }

  .program_list {
    flex-direction: column;
  }

  .program_list li {
    flex-basis: auto;
    min-height: auto;
    padding: 28px 20px 24px;
  }

  .term_list {
    flex-direction: column;
  }

  .term_sales {
    flex-basis: auto;
  }

  .term_tech {
    flex-basis: auto;
  }

  .partner_footer .behave_button {
    max-width: 400px;
    width: 100%;
    padding: 20px;
    border-radius: 8px;
  }
}

@media ( max-width: 959px ){
  .inner {
    padding: 0 20px;
  }
}

@media (max-width: 959px) {
  .partner_header {
    border-radius: 0 0 0 57px;
  }
  .partner_header h1 {
    width: 50%;
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  main h2 {
    font-size: 24px;
  }

  .partner_header h1 {
    width: 100%;
    font-size: 28px;
  }

  .partner_header .inner::before {
    width: 90%;
    margin: auto;
    top: 110%;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}


/*セールスパートナー
 * ----------------------- */

.sales-partner {
  background-color: #fff;
}

@media (max-width: 959px) {
  .sales-partner section {
    padding: 0 3%;
  }
}

.sales-partner_header.partner_header {
  min-height: 218px;
}
.sales-partner_header.partner_header .inner::before {
  content: none;
}

.sales-partner .layout_introduction {
  background-color: #fff;
  padding: 120px 0 100px;
}

@media (max-width: 959px) {
  .sales-partner .layout_introduction {
    padding: 15% 3% 15%;
  }
}

.sales-partner .layout_introduction::before {
  background-color: #fff;
}

.sales-partner .service_intro {
  display: block;
  margin-bottom: 72px;
}

.sales-partner .service_intro_image {
  margin: 64px auto 0;
}


@media (max-width: 959px) {
  .sales-partner .service_intro_image {
    margin: 10% auto 0;
  }

  .sales-partner .service_intro {
    margin-bottom: 10%;
  }
}

.batch_area {
  background-color: #F4F4F8;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  padding: 40px 0;
  border-radius: 0px 144px;
}

.sakura-batch img {
  width: 208px;
}


.batch_text {
  width: 413px;
}

.note {
  font-size: 14px;
  margin-top: 16px;
}

@media (max-width: 959px) {
  .batch_area {
    padding: 40px 10% 40px 5%;
    gap: 3%;
  }

@media (max-width: 599px) {
  .batch_area {
    display: block;
    padding: 30px 10% 70px;
  }
  .batch_text {
    width: 100%;
  }
  .sakura-batch img {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .note {
    text-align: right;
  }
}
 }


/*セールスパートナー > 提供プログラム
 * ----------------------- */

.layout_program {
  background-color: #f4f4f8;
  padding: 100px 0;
}

.layout_program .program_list {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.layout_program .program_list li {
  flex-grow: 1;
  width: 50%;
  box-sizing: border-box;
  padding: 32px 40px 40px;
}

@media (max-width: 959px) {
  .layout_program .program_list li {
    width: 100%;
    padding: 16px 20px 20px;
  }
}

.layout_program .program_list h4 {
  font-size: 22px;
  line-height: 1.6;
}

.layout_program .program_list .program_image {
  height: 167px;
  display: flex;
  align-items: center;
  justify-content: center;

}


/*セールスパートナー > 提供プログラム >　エンジニア向け
 * ----------------------- */

.layout_program .program_list .program-engineer {
  text-align: left;
  padding: 40px 40px 32px
}

@media (max-width: 959px) {
  .layout_program .program_list .program-engineer {
    padding: 32px 20px 16px;
  }
}

.layout_program .program_list .program-engineer .engineer-training {
  display: flex;
  background-color: #f4f4f8;
  justify-content: space-between;
  padding: 32px 24px;
  gap: 32px;
  margin-top: 16px;
}

.layout_program .program_list .program-engineer .engineer-training ul {
  display: flex;
  flex-wrap:wrap;
}

.layout_program .program_list .program-engineer li.engineer-training_ex {
  min-height: auto;
  padding: 5px 0 0;
  display: block;
  flex: auto;
  align-items: center;
  border-radius: 1px;
  border: solid #DADAE1 1px;
  width: auto;
  height: 35px;
  box-shadow: none;
  margin: 3px;
  font-size: 15px;
}

.layout_program .lead {
  text-align: center;
  margin-top: 60px;
  font-size: 20px;
}

.layout_program .program_list .program-engineer .program-engineer_image img {
  width: 391px;
}

@media (max-width: 799px) {
  .layout_program .program_list .program-engineer li.engineer-training_ex {
    height: auto;
    display: block;
  }

  .layout_program .program_list .program-engineer .engineer-training {
    padding: 5%;
  }

  .layout_program .program_list .program-engineer .engineer-training ul {
    margin-bottom: 4%;
  }
    .layout_program .program_list .program-engineer .engineer-training {
    display: block;
  }
  .layout_program .program_list .program-engineer .program-engineer_image img {
    width: 100%;
  }
}

@media (max-width: 959px) {
  .layout_program .program_list .program-engineer li.engineer-training_ex {
    height: auto;
    padding: 2% 1%;
  }
}





@media (max-width: 959px) {
  .sales-partner section {
    padding: 12% 2%;
  }
}