@charset "UTF-8";
/*----------------------------------
初期化
----------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

main {
  min-width: 1400px;
}
@media (max-width: 767px) {
  main {
    min-width: initial;
  }
  br.cut-br {
    display:none; 
    }
}
main .button {
  opacity: 1;
}
main a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
main a:hover {
  opacity: 0.7;
  color: #fff;
}
main ol, main ul {
  list-style: none;
}
main li, main dd {
  list-style-type: none;
}
main img {
  max-width: 100%;
  height: auto;
  border: none;
}

.d-iblock {
  display: inline-block;
}


img.fvimg15 {
  width: 459px;
}

img.fvimg14 {
  width: 289px;
}


span24 {
  font-size: 16px;
}

.case-hyo10 {
  display: flex;
  flex-direction: row;
  /* text-align: left; */
  text-align: center;
  justify-content: space-between;
  align-items: flex-end;
  }

.case-hy10 span {/* width: 600px; *//* margin: 0px 49px 50px; *//* padding: 0 100px; */text-align: left;}

.case-hyo10 a {
  font-size: 15px;
  /* text-align: left; */
}

.case-hyo10 ul {
  font-size: 14px;
  FONT-WEIGHT: 600;
  /* padding: 0 90px 0 0; */
  text-align: center;
  /* list-style-position: inside; */
}

  .case-hyo10 ul li {
    background: url(https://logical.co.jp/service/aws/img/checkicon.png) no-repeat 0px 0;
    padding: 0 40px 0 27px;
  }

  .sec03-1__text {
    /* width: 702px; */
    margin: auto;
    margin: 40px 0 20px;
    font-size: 18px;
    text-align: center;
  }

  img.fvimg11 {
    width: 275px;
}

.case__text span {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.mv__wrap2 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
}

.mv__wrap2 .contact__item {
  width: 60%;
}

.mv__wrap2 .mv__text {
  color: #fff;
  font-size: 26px;
  /* margin-top: 40px; */
  font-weight: 700;
  text-align: center;
  display: block;
}

.mv__wrap2 .partner {
  width: 400px;
  flex: auto;
}

/*----------------------------------
補完クラス
----------------------------------*/
@media (min-width: 1401px) {
  .hidden-xl {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1919px) {
  .hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-tab {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.color-active {
  color: #C5C86A;
}

.font-size-small {
  font-size: 0.9em;
}

.font-em {
  font-weight: 700;
  color: #C5C86A;
  font-size: 1.1em;
}

/*----------------------------------
共通パーツ
----------------------------------*/
.inner {
  margin: 0 auto;
  height: inherit;
}

.inner {
  width: min(100% - 100px, 1050px);
}
@media (max-width: 767px) {
  .inner {
    width: min(100% - 30px, 1050px);
  }
}

.section {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 15px;
  }
}

.section__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .section__title {
    font-size: 24px;
  }
}
.section__title.white {
  color: #fff;
}

.button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #28a439;
  width: 100%;
  max-width: 100%;
  height: 60px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 0.3em 0 #404040;
}
@media (max-width: 767px) {
  .button-link {
    width: 350px;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
    margin: auto;
  }
}
.button-link:hover {
  transform: translateY(0.2em);
  box-shadow: 0 0.1em 0 #404040;
  opacity: 1;
}

/*----------------------------------
メインビジュアル
----------------------------------*/
.mv {
  background: url(../img/awslp/MV.png) no-repeat top center/cover;
  width: 100%;
  height: 800px;
  position: relative;
  padding: 100px 50px;
}

img.poc-p2 {
  width: 100%;
}

.awsaiimg2{
	display: inline-block;
	color: #FFF;
	width: 100%;
	font-size: 2em;
	font-weight: 600;
	text-align: center;
	font-size: 29px;
	margin: 50px 0 50px;
	padding: 7px 0;
	border-radius: 30px;
	background: url(https://logical.co.jp/service/aws/img/awsback.png) bottom right no-repeat;
}


@media (max-width: 767px) {
  .mv {
    width: 100%;
    height: auto;
    padding: 40px 15px 50px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 103, 182, 0.8);
}

.mv__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

.mv__content {
  width: 80%;
}
@media (max-width: 767px) {
  .mv__content {
    width: 100%;
  }
}

.mv__lists {
  display: flex;
}
@media (max-width: 767px) {
  .mv__lists {
    display: block;
  }
}

.mv__list {
  padding-left: 35px;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 767px) {
  .mv__list {
    font-size: 18px;
    padding-left: 30px;
  }
}
.mv__list + .mv__list {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .mv__list + .mv__list {
    margin-left: 0;
  }
}
.mv__list::before {
  content: "";
  background: url(../img/awslp/check.svg) no-repeat center left/contain;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 40px;
}
@media (max-width: 767px) {
  .mv__list::before {
    top: 54%;
    width: 30px;
    height: 35px;
  }
}

.mv__title {
  font-size: 86px;
  font-weight: 700;
  line-height: 1;
  margin-top: 40px;
  color: #fff100;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px 3px, rgba(0, 0, 0, 0.3) -1px 1px 3px, rgba(0, 0, 0, 0.3) 1px -1px 3px, rgba(0, 0, 0, 0.3) -1px -1px 3px;
}
@media (max-width: 767px) {
  .mv__title {
    font-size: clamp(35px, 10vw, 55px);
    line-height: 1.2;
    margin-top: 22px;
  }
}
.mv__title .font-small {
  font-size: 66px;
}
@media (max-width: 767px) {
  .mv__title .font-small {
    font-size: clamp(28px, 8vw, 40px);
  }
}

.mv__text {
  color: #fff;
  font-size: 26px;
  /* margin-top: 40px; */
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .mv__text {
    margin-top: 30px;
    font-size: 19px;
  }
}
@media (max-width: 359px) {
  .mv__text {
    font-size: 17px;
  }
}

.mv__wrap {
  position: relative;
}

.mv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
}
@media (max-width: 767px) {
  .mv__img {
    top: -10px;
    width: 100px;
  }
}

.mv__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mv__wrap {
    display: block;
  }
}
.mv__wrap .contact__item {
  flex: 0 0 550px;
}

.contact-message,
.contact-message .txt {
  position: relative;
}
.contact-message::before, .contact-message::after,
.contact-message .txt::before,
.contact-message .txt::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 50px;
  height: 2px;
  background: #fff;
}

.contact-message {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 0 50px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 767px) {
  .contact-message {
    font-size: 18px;
    padding: 0;
  }
}
@media (max-width: 359px) {
  .contact-message {
    font-size: 16px;
  }
}
.contact-message::before, .contact-message::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 50px;
  height: 2px;
  background: #fff;
}
.contact-message::before {
  transform: rotate(60deg);
  left: 9px;
}
@media (max-width: 767px) {
  .contact-message::before {
    content: none;
  }
}
.contact-message::after {
  transform: rotate(-60deg);
  right: 12px;
}
@media (max-width: 767px) {
  .contact-message::after {
    content: none;
  }
}
.contact-message .txt::before {
  transform: rotate(60deg);
  left: -46px;
}
@media (max-width: 767px) {
  .contact-message .txt::before {
    transform: rotate(68deg);
    top: 21px;
    width: 43px;
    left: -32px;
  }
}
.contact-message .txt::after {
  transform: rotate(-60deg);
  right: -49px;
}
@media (max-width: 767px) {
  .contact-message .txt::after {
    transform: rotate(-68deg);
    top: 21px;
    width: 43px;
    right: -35px;
  }
}

.partner {
  flex: 0 0 500px;
  text-align: center;
}
@media (max-width: 767px) {
  .partner {
    width: 350px;
    max-width: 100%;
    margin: 30px auto 0;
  }
}

.partner__wrap {
  display: flex;
  align-items: flex-end;
  padding: 10px 0 0;
}
@media (max-width: 767px) {
  .partner__wrap {
    align-items: flex-start;
  }
}

.partner__img {
  width: 80px;
}

.partner__text {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin-left: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  .partner__text {
    font-size: 15px;
  }
}

.time {
  font-size: 14px;
  text-align: right;
  color: #fff;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .time {
    font-size: 12px;
  }
}

/*----------------------------------
“AWSの開発に強い”ロジカル・アーツにお任せください！
----------------------------------*/
.sec01__inner {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

.sec01__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec01__lists {
    display: block;
    margin-top: 20px;
  }
}

.sec01__list {
  border-bottom: 2px dashed #ccc;
  padding: 0 0 10px 25px;
  position: relative;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec01__list {
    font-size: 15px;
    padding: 0 0 5px 22px;
  }
}
.sec01__list:nth-child(-n+4) {
  width: 50%;
}
@media (max-width: 767px) {
  .sec01__list:nth-child(-n+4) {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .sec01__list:nth-child(2) {
    margin-top: 10px;
  }
}
.sec01__list:nth-child(n+3) {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sec01__list:nth-child(n+3) {
    margin-top: 10px;
  }
}
.sec01__list:nth-child(n+5) {
  width: 100%;
}
.sec01__list::before {
  content: "";
  background: url(../img/awslp/check_green.svg) no-repeat center left/contain;
  position: absolute;
  top: 0;
  left: -9px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .sec01__list::before {
    top: -2px;
    width: 25px;
    height: 25px;
  }
}

/*----------------------------------
ロジカル・アーツはなぜ “AWS開発に強い” のか？6つの理由
----------------------------------*/
.sec02 {
  background: url(../img/awslp/bg.svg) no-repeat bottom center/cover;
  position: relative;
}
@media (max-width: 767px) {
  .sec02 {
    padding: 50px 0;
  }
}
.sec02::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 127, 162, 0.8);
}
.sec02::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #ffffff transparent transparent transparent;
}
@media (max-width: 767px) {
  .sec02::after {
    border-width: 25px 50px 0 50px;
  }
}
.sec02 .inner {
  position: relative;
}

.sec02__lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sec02__lists {
    display: block;
  }
}

.sec02__list {
  width: calc(33.333% - 20px);
  padding: 30px 15px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .sec02__list {
    width: 400px;
    max-width: 100%;
    margin: auto;
    padding: 20px 15px;
  }
}
.sec02__list + .sec02__list {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .sec02__list + .sec02__list {
    margin: 20px auto 0;
  }
}
.sec02__list:first-child .sec02__title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec02__list:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 767px) {
  .sec02__list:nth-child(3n+1) {
    margin: 20px auto 0;
  }
}
.sec02__list:nth-child(n+4) {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .sec02__list:nth-child(n+4) {
    margin-top: 30px;
  }
}

.sec02__img {
  text-align: center;
  height: 100px;
}
.sec02__img img {
  height: 100%;
}

.sec02__wrap {
  margin-top: 20px;
}

.sec02__title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  height: 58.8px;
}
@media (max-width: 767px) {
  .sec02__title {
    font-size: 18px;
    height: auto;
  }
}

.sec02__text {
  margin-top: 10px;
  font-size: 17px;
}
@media (max-width: 767px) {
  .sec02__text {
    font-size: 15px;
  }
}

/*----------------------------------
当社のAWS開発事例
----------------------------------*/
@media (max-width: 767px) {
  .sec03 {
    padding: 50px 0;
  }
}

.sec03__text {
  width: 702px;
  margin: auto;
  margin-top: 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec03__text {
    max-width: 100%;
    padding: 0 15px;
    font-size: 15px;
  }
}

.case__list {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .case__list {
    margin-top: 30px;
  }
}


.case__content1 {
    position: relative;
    background: url(../img/awslp/case01_bg.webp) no-repeat top center/cover;
  }
.case__content1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(62, 127, 162, 0.8);
  }


.case__contentb {
  position: relative;
  height: auto;
  margin: 30px 0;
  background: url(../img/awslp/casepoc_bg1.jpeg) no-repeat top center/cover;
}
.case__contentb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(67 145 188 / 80%);
}

.case__content2 {
    position: relative;
    background: url(../img/awslp/case02_bg.jpg) no-repeat top center/cover;
  }
  .case__content2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 126, 59, 0.71);
  }
  .case__list:nth-child .system-info {
    background-color: #629156;
  }


.case__content3 {
  position: relative;
  background: url(../img/awslp/case03_bg.jpg) no-repeat top center/cover;
}
.case__content3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 31, 36, 0.8);
}

.case__content4 {
  position: relative;
  background: url(../img/awslp/case04_bg.jpg) no-repeat top center/cover;
}
.case__content4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 69, 128, 0.8);
}
.case__lis

.case__list:first-child .case__content {
  position: relative;
  background: url(../img/awslp/case01_bg.webp) no-repeat top center/cover;
}
.case__list:first-child .case__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(62, 127, 162, 0.8);
}
.case__list:first-child .system-info {
  background-color: #2c7ec2;
}
.case__list:nth-child(2) .case__content {
  position: relative;
  background: url(../img/awslp/case02_bg.jpg) no-repeat top center/cover;
}
.case__list:nth-child(2) .case__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 126, 59, 0.71);
}
.case__list:nth-child(2) .system-info {
  background-color: #629156;
}
.case__list:nth-child(3) .case__content {
  position: relative;
  background: url(../img/awslp/case03_bg.jpg) no-repeat top center/cover;
}
.case__list:nth-child(3) .case__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(160, 31, 36, 0.8);
}
.case__list:nth-child(4) .case__content {
  position: relative;
  background: url(../img/awslp/case04_bg.jpg) no-repeat top center/cover;
}
.case__list:nth-child(4) .case__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(88, 69, 128, 0.8);
}
.case__list:nth-child(4) .system-info {
  background-color: #629156;
}

.case__inner {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: auto;
  padding: 40px 0 180px;
}
@media (max-width: 767px) {
  .case__inner {
    padding: 40px 15px 150px;
  }
  .mv__wrap2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
}
}

.case__title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  .case__title {
    font-size: 22px;
  }
}

.case__text {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .case__text {
    font-size: 16px;
  }
}

.case__items {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .case__items {
    display: block;
  }
}

.case__item {
  width: 44%;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 17px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .case__item {
    width: 450px;
    max-width: 100%;
    margin: auto;
    padding: 20px 15px;
  }
}
@media (max-width: 767px) {
  .case__item + .case__item {
    margin-top: 70px;
  }
}
.case__item:first-of-type {
  position: relative;
}
.case__item:first-of-type::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -86px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 0 50px 50px;
  border-color: transparent transparent transparent #f39a00;
}
@media (max-width: 767px) {
  .case__item:first-of-type::after {
    top: initial;
    bottom: -51px;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
    border-width: 30px 30px 0 30px;
    border-color: #f39a00 transparent transparent transparent;
  }
}

.case__item-title {
  font-size: 21px;
  font-weight: 700;
  color: #ef8555;
  text-align: center;
}

.case__item-lists {
  margin-top: 20px;
}

.case__item-list {
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .case__item-list {
    padding-left: 22px;
  }
}
.case__item-list + .case__item-list {
  margin-top: 20px;
}
.case__item-list::before {
  content: "";
  background: url(../img/awslp/check_green.svg) no-repeat center left/contain;
  position: absolute;
  top: -2px;
  left: -7px;
  width: 28px;
  height: 28px;
}
@media (max-width: 767px) {
  .case__item-list::before {
    top: -2px;
    width: 25px;
    height: 25px;
  }
}

.system {
  width: 100%;
  max-width: 1050px;
  margin: -100px auto 0;
  position: relative;
  background-color: #efefef;
  padding: 50px 15px;
}
@media (max-width: 767px) {
  .system {
    width: min(100% - 30px, 1050px);
    padding: 40px 15px;
  }
}

.system__inner {
  width: 100%;
  max-width: 770px;
  margin: auto;
}

.sytstem__title {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
}
.sytstem__title .ttl {
  border-bottom: 2px solid #3e3a39;
  padding-bottom: 5px;
}

.system__lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .system__lists {
    margin-top: 30px;
  }
}

.system__list {
  font-weight: 500;
  background-color: #fff;
  padding: 5px 20px;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.24);
  font-size: 18px;
}
@media (max-width: 767px) {
  .system__list {
    font-size: 15px;
  }
}

.system__img {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .system__img {
    margin-top: 30px;
  }
}

.system-info {
  margin-top: 30px;
  padding: 30px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .system-info {
    font-size: 15px;
  }
}

/*----------------------------------
ロジカル・アーツが選ばれる理由
----------------------------------*/
.sec04__lists {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .sec04__lists {
    margin-top: 40px;
  }
}

.sec04__list + .sec04__list {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .sec04__list + .sec04__list {
    margin-top: 40px;
  }
}
.sec04__list:nth-child(even) .sec04__wrap {
  flex-direction: row-reverse;
}
.sec04__list:nth-child(even) .sec04__img {
  margin-left: auto;
}

.sec04__wrap {
  display: flex;
}
@media (max-width: 767px) {
  .sec04__wrap {
    display: block;
  }
}

.sec04__left {
  flex: 0 0 40%;
}

.sec04__img {
  width: 300px;
}
@media (max-width: 767px) {
  .sec04__img {
    width: 200px;
    margin: auto;
  }
}

.sec04__right {
  background: url(../img/awslp/reason_bg.svg) no-repeat top center/cover;
  padding: 30px;
}
@media (max-width: 767px) {
  .sec04__right {
    margin-top: 20px;
    padding: 20px 15px;
  }
}

.sec04__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #3e3a39;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .sec04__title {
    font-size: 20px;
  }
}

.sec04__text {
  margin-top: 10px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec04__text {
    font-size: 15px;
  }
}

.small-inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pc_area {
    display: none;
  }
}

.pics-area {
  width: 100%;
  height: auto;
  margin: 80px auto 50px;
  display: flex;
  justify-content: center;
}

.item-staff-pics img {
  width: 130px;
  height: 87px;
  -o-object-fit: cover;
     object-fit: cover;
}

/*----------------------------------
AWSとオンプレミスとの比較
----------------------------------*/
@media (max-width: 767px) {
  .sec05 {
    padding-bottom: 100px;
  }
}
@media (max-width: 449px) {
  .sec05 {
    padding-bottom: 50px;
  }
}

.sec05__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
}

.sec05__text {
  margin-top: 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .sec05__text {
    margin-top: 30px;
    font-size: 15px;
  }
}

.sec05__content {
  margin-top: 40px;
}

.price-table {
  background-color: #fff;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.price-table tr {
  height: 47px;
}
.price-table tr.blank .col0 {
  border-bottom: none;
  border-right: none;
}
.price-table tr.blank .col1:nth-child(2) {
  border-top: none;
  border-left: none;
}
.price-table tr.blank .col1:nth-child(3) {
  background-color: #f39800;
  border-left: 5px solid #f39800;
  border-right: 5px solid #f39800;
  color: #fff;
  font-weight: 700;
  font-size: 26px;
}
@media (max-width: 767px) {
  .price-table tr.blank .col1:nth-child(3) {
    font-size: 21px;
  }
}
.price-table th {
  vertical-align: middle;
  border-bottom: 1px solid #fff;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .price-table th {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .price-table th {
    font-size: 13px;
  }
}
.price-table th.col0 {
  background-color: #fff;
  border-top: none;
  border-left: none;
}
.price-table th.row-title {
  background-color: #669cd3;
  font-weight: 500;
  font-size: 18px;
}
@media (max-width: 767px) {
  .price-table th.row-title {
    font-size: 15px;
  }
}
.price-table td {
  padding: 20px 5px;
  text-align: center;
  font-size: 16px;
  border: solid 1px #707070;
}
@media (max-width: 767px) {
  .price-table td {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .price-table td {
    font-size: 13px;
  }
}
.price-table td:nth-child(3) {
  background-color: #fff8ee;
  border-left: 5px solid #f39800;
  border-right: 5px solid #f39800;
}
.price-table td.last {
  border-bottom: 5px solid #f39800;
}
.price-table td .icon {
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 5px;
}
@media (max-width: 767px) {
  .price-table td .icon {
    width: 35px;
    height: 35px;
  }
}
.price-table td .icon img {
  width: 100%;
  height: 100%;
}

.col0 {
  width: 195px;
}

.col1 {
  width: 295px;
}

.col-title,
.row-title {
  color: #fff;
}

.col-title {
  font-weight: 700;
}
.col-title th:nth-child(2) {
  background-color: #dcdddd;
  color: #3e3a39;
  height: 60px;
  border-top: none;
}
.col-title th:nth-child(3) {
  color: #3e3a39;
}

/*----------------------------------
オンプレミス運用の法人さまへ！<
----------------------------------*/
.message {
  background-color: #89c67e;
  padding: 30px 15px 30px;
}
@media (max-width: 767px) {
  .message {
    position: relative;
    padding-bottom: 20px;
  }
}

.message__inner {
  width: 100%;
  max-width: 800px;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  .message__inner {
    position: static;
  }
}

.message__title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .message__title {
    font-size: 22px;
    width: 60%;
  }
}
@media (max-width: 359px) {
  .message__title {
    font-size: 19px;
  }
}

.message__text {
  font-size: 21px;
  font-weight: 500;
  margin-top: 10px;
  color: #fff;
  width: 67%;
}
@media (max-width: 767px) {
  .message__text {
    font-size: 15px;
    width: 60%;
  }
}
@media (max-width: 449px) {
  .message__text {
    font-size: 14px;
  }
}
@media (max-width: 359px) {
  .message__text {
    font-size: 14px;
  }
}

.message__img {
  position: absolute;
  bottom: -34px;
  right: -25px;
  width: 206px;
}
@media (max-width: 767px) {
  .message__img {
    top: initial;
    bottom: -4px;
    right: 0px;
    width: 40%;
    max-width: 200px;
  }
}

/*----------------------------------
運用開始までの流れ
----------------------------------*/
.sec06 {
  position: relative;
}
@media (max-width: 767px) {
  .sec06 {
    padding: 50px 0;
  }
}
.sec06::before, .sec06::after {
  content: "";
  position: absolute;
  transform: translateY(-50%);
  width: 400px;
  height: 600px;
  z-index: -1;
}
@media (max-width: 767px) {
  .sec06::before, .sec06::after {
    width: 200px;
    height: 400px;
  }
}
.sec06::before {
  background: url(../img/awslp/triangle01.svg) no-repeat center left/contain;
  top: 28%;
  left: 0;
  transform: translateY(-50%);
}
.sec06::after {
  background: url(../img/awslp/triangle02.svg) no-repeat center left/contain;
  top: 70%;
  right: 0;
  transform: translateY(-50%);
}

.step__lists {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .step__lists {
    margin-top: 40px;
  }
}

.step__list {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
@media (max-width: 767px) {
  .step__list {
    display: block;
    padding: 10px 15px 25px;
  }
}
.step__list + .step__list {
  margin-top: 60px;
}
.step__list + .step__list::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #00a29a transparent transparent transparent;
}

.step-label {
  flex: 0 0 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #00a29a;
  text-align: center;
  color: #fff;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .step-label {
    width: 70px;
    height: 70px;
    margin: auto;
    padding-top: 14px;
  }
}
.step-label .font-small,
.step-label .number {
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
.step-label .font-small {
  font-size: 20px;
}
@media (max-width: 767px) {
  .step-label .font-small {
    font-size: 16px;
  }
}
.step-label .number {
  font-size: 50px;
}
@media (max-width: 767px) {
  .step-label .number {
    font-size: 30px;
  }
}

.step__wrap {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .step__wrap {
    display: block;
    margin-left: 0;
  }
}

.step__title {
  width: 140px;
  font-size: 20px;
  font-weight: 700;
  color: #00a29a;
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .step__title {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.step__text {
  flex: 0 0 calc(100% - 170px);
  margin-left: 30px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .step__text {
    margin: 10px 0 0 0;
    font-size: 15px;
  }
}

/*----------------------------------
AWS開発・導入の無料相談を受付中
----------------------------------*/
.contact {
  background: url(../img/awslp/contact_bg.png) no-repeat top center/cover;
  padding: 50px 15px 70px;
  margin-top: 70px;
}
.contact .contact-message::before {
  left: -10px;
}
.contact .contact-message::after {
  right: -10px;
}

.contact__inner {
  width: 100%;
  max-width: 1100px;
  margin: auto;
}

.contact__title {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #fff100;
}
@media (max-width: 767px) {
  .contact__title {
    font-size: 24px;
    line-height: 1.4;
  }
}

.contact__text {
  font-size: 21px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .contact__text {
    font-size: 16px;
  }
}
@media (max-width: 359px) {
  .contact__text {
    font-size: 15px;
  }
}

.contact__wrap {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .contact__wrap {
    display: block;
    margin-top: 30px;
  }
}
.contact__wrap .contact__item {
  flex: 0 0 500px;
}
.contact__wrap .contact__item + .contact__item {
  margin-left: 50px;
}
@media (max-width: 767px) {
  .contact__wrap .contact__item + .contact__item {
    margin: 30px 0 0 0;
  }
}
.contact__wrap .contact__item:first-of-type .button-link {
  background-color: #9fa0a0;
}

/* モーダルバナー */
#modal-banner {
  display: none;
  position: fixed;
  bottom: 100px;
  right: 10px;
  z-index: 1000;
  width: 640px;
  height: 240px;
}

@media screen and (max-width: 670px) {
  #modal-banner {
    max-width: 640px;
    width: 80%;
    height: 30vw;
    bottom: 20px;
  }

  .case-hyo10 {
    display: flex;
    flex-direction: column;
    /* text-align: left; */
    text-align: center;
    justify-content: space-between;
    align-items: center;
}

img.fvimg15 {
  width: 100%;
  padding:0 0 20px;
}
}

.modal-banner_img a img:hover {
  opacity: 1;
}

.modal-banner_img a:hover {
  opacity: 1;
}

#modal-banner.open {
  display: block;
}

#closeBtn {
  position: absolute;
  top: -25px;
  right: 7px;
  cursor: pointer;
  width: 25px;
  height: 25px;
  background: #555;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
}

.modal-banner_img img {
 width: 100%;
}