@charset "UTF-8";
/*-------------------------
	page-sol06-2.php
-------------------------*/

/* ---共通--- */
.sol06 .wrap_lower04 {
	padding: 60px 2vw;
}

.sol06 h2.lower {
	margin-bottom: 40px;
	color: #333;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
}

.sol06 h4.lower {
	margin-bottom: 40px;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8125;
}

.sol06 h4.lowerL {
	color: #333;
	font-weight: 700;
	text-align: justify;
	text-justify: inter-ideograph;
}

.sol06 strong {
	color: #BA0900;
	font-weight: 700;
}

.wrap {
	padding-block: 50px;
}

.underline {
	font-weight: 600;
	text-decoration: underline solid #333;
}

/* アイコン */
.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 200,
    'opsz' 40
}
.material-symbols-outlined {
	display: inline-block;
	font-family: 'Material Symbols Outlined';
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/* ---FV--- */
.sol-hero {
	/* padding: 100px 0 80px; */
	text-align: center;
	/*background: linear-gradient(135deg, #7e98ab 0%,#acc3d6 100%);*/
	background-image: url(../img/lower/sol06-2/fvbg_sp.png);
	background-position: center;
	background-size: cover;
}
.sol-hero .wrap {
	filter: drop-shadow(0 0 3em rgba(0, 0, 0, 0.2));
}
.logo img {
	margin-bottom: 20px;
	max-width: 250px;
}
.sol06 .sol-hero h1.lower {
	margin-bottom: 0;
	font-size: 40px;
	text-shadow: none;
}
.sol-hero .lead-txt {
	margin-block: 30px;
	color: #fff;
	font-size: 25px;
	font-weight: 500;
}

/* ---accident--- */
.sol06 .accident .wrap_lower04 h2.lower {
	color: #002676;
	font-size: 34px;
  font-weight: 800;
}

.sol06 .accident span.accident__head {
	display: block;
	margin-bottom: 40px;
	padding-top: 10px;
	color: #333;
  font-size: 28px;
  font-weight: 600;
}

.sol06 .accident .inneraccident__list {
  justify-content: space-around;
}

.sol06 .accident .accident__item {
	padding: 105px 0;
	width: 300px;
	height: 300px;
	color: #002676;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
  background-color: #f0f3f8;
  border-radius: 50%;
}


/* ---merit---- */
.sol06 .merit {
	position: relative;
  background-color: #f0f3f8;
}
.sol06 .merit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
	border: 150px solid transparent;
	border-top: 50px solid #fff;
	border-bottom-width: 0;
  transform: translate(-50%, 0);
}
.merit .ul-block {
	font-size: 20px;
	background: #fee6e6;
	box-shadow: 0 0 20px rgba(0,0,0,0.04) inset;
}
.sol06 .ul-block li {
	padding-block: 0.2em;
	width: auto;
	font-weight: 500;
	list-style-type: disc;
}

.sol06 .merit_arrow {
	margin: 0 auto;
  width: 150px;
  height: auto;
}

.sol06 .merit .wrap_lower04 {
  padding-bottom: 80px;
}

/* ---regular--- */
.sol06 .regular {
	background-color: #fff;
  background-size: cover;
}
.sol06 .regular::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
	border: 150px solid transparent;
	border-top: 50px solid #f0f3f8;
	border-bottom-width: 0;
  transform: translate(-50%, 0);
}
.regular .ul-block {
	font-size: 20px;
	background: #e6e6fe;
	box-shadow: 0 0 20px rgba(0,0,0,0.04) inset;
}

.regular__block {
  padding: 20px 30px;
  gap: 10px;
}
@media (max-width: 768px) {
	.sol06 .regular img {
		padding: 0;
		width: auto;
	}
	.ul-block ul {
		margin-left: 1rem;
	}
}

/* cta */
.cta-area a:hover {
	opacity: 0.8;
}
.sol06 .cta-area img {
	width: 450px;
}



/* 5つのポイント */
.regular__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #002676;
}

.regular__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 20px;
	width: calc(33.3333% - 20px);
	color: #002676;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
  cursor: pointer;
  background-color: #EDF5FC;
  box-sizing: border-box;
  border-radius: 10px;
  transition: transform 0.3s ease;
}
.regular__item:hover {
  transform: scale(1.05);
}
.material-symbols-outlined {
  transition: transform 0.3s ease;
}
.regular__item:hover .material-symbols-outlined {
  transform: translateY(10px);
}

.regular__item .number {
	color: #002676;
	font-family: 'Montserrat', sans-serif;
  font-size: 48px;
  font-weight: 600;
}
.regular__item .text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: 10px;
	min-height: 120px;
  font-size: 20px;
  font-weight: 600;
}
.regular__item .g-arrow {
  margin-top: auto;
  padding-top: 20px;
}

.sol06 .regular_img1 {
	margin: 0 auto;
	margin-top: 100px;
	text-align: center;
}
.sol06 .regular_img1 img {
	width: 80%;
}
.sol06 .regular_img2 img {
  width: 500px;
  max-width: 100%;
}


/* ---point--- */
.point {
  position: relative;
  overflow: hidden;
}
.point .point_r {
  clip-path: polygon(0 60px, 100% 0, 100% calc(100% - 60px), 0 100%);
	padding: 60px 0;
	background-color: #EDF5FC;
}

.sol06 .point .point__heading strong {
  font-weight: 800;
}

.sol06 h2.point__heading {
  position: relative;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.4;
  color: #002676;
}

.sol06 h2.point__heading::before {
  content: attr(data-number);
  display: block;
  font-size: 50px;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
}

.point h3.point__summary {
	margin-top: 25px;
	color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.point .wrap_lower04 {
  padding: 50px 20px;
}

.point .wrap {
  padding: 50px 20px 10px 20px;
}


.sol06 .point .point__text {
  width: 60%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8125;
}

.sol06 .point .point__img {
  width: 40%;
}

.scrollBox {
	display: flex;
	position: relative;
	height: 550px;
	overflow: auto;
}
.scrollBox img {
	width: auto;
	max-width: none;
}

.point__second {
	position: relative;
	margin-top: 60px;
	padding:60px 70px;
	text-align: center;
	background-color: #EDDADA;
}
.sol06 .point__second .point__text {
	width: 100%;
}

.point__second h3.point__heading {
	margin-bottom: 10px;
	color: #BA0900;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}
.point__second h3.point__subheading {
	margin: 0 auto;
	padding: 3px 8px;
	width: 80%;
	color: white;
	font-size: 14px;
	background-color: #BA0900;
	border-radius: 50px;
}

.point__second h4.point__heading {
	margin: 20px 0;
	color: #333;
	font-size: 20px;
	font-weight: 700;
}

.point__second .point__flex {
  gap: 10px;
}

.point__second ul.point__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  margin-top: 20px;
}

.point__second li.point__item {
	/* display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column; */
	margin-inline: 10px;
	margin-bottom: 20px;
	padding: 20px 10px;
	width: calc(50% - 20px);
	color: #420300;
	font-weight: 700;
	background-color: #fff;
  box-shadow: 10.4257px 10.4257px 56.2989px rgba(239, 220, 220, 1);
  border-radius: 10px;
}

.point__second .point__subtext li.point__item {
  width: calc(33% - 20px);
}

.point__link {
  font-weight: 500;
}

.point__link a {
  color: #00e;
  text-decoration: none;
  text-decoration: underline;
}
.point__link a:hover {
  color: #551A8B;
}
.point__link a:focus {
  outline: 2px solid #F00;
  outline-offset: 2px;
}
.point__link a:active {
  color: #F00;
}

.point__item b {
  flex-direction: row;
  display: inline;
}

.point__summary_head {
  display: block;
  font-size: 25px;
  width: 80%;
  margin: 0 auto;
  background-color: #002676;
  color: #fff;
  padding: 5px 8px;
  border-radius: 50px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 20px;
}

/*-------------------------
導入事例
-------------------------*/
.intro {
	background-color: #fff;
}
.intro .pc-only {
	display: none;
}
.intro_container {
	gap: 20px;
}
.intro .card {
	flex-basis: calc((100% - 40px) / 3);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	background-color: white;
	box-shadow: 0 30px 60px 0 rgba(90, 116, 148, 0.3);
	transition: transform 0.3s ease-in-out;
}
.intro .card:hover {
	transform: scale(1.02);
}
.intro .card a {
	display: block;
	color: inherit;
	text-decoration: none;
}
.intro_container .card:nth-child(2) {
	display: none;
}

.intro .card__thumbnail {
	position: relative;
}
.intro .card__company {
	position: absolute;
	top: 100%;
	left: 0;
	transform: translateY(-50%);
	padding: 3px 13px 3px 8px;
	color: #fff;
	font-size: 14px;
	background-color: #002676;
	border-radius: 0px 3px 3px 0;
}
.intro .card-title {
	margin: 25px 20px 0;
	padding-top: 1em;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
	text-align: justify;
}
.intro .card-content {
	margin: 20px;
	font-size: 0.9em;
	line-height: 1.6;
}
.intro .card-list-flex {
	display: flex;
	justify-content: start;
}
.intro .card__list-title {
	flex-basis: 20%;
}
.intro .card__list-list {
	flex-basis: 80%;
}

.intro .tags {
	display: flex;
	gap: 10px;
	margin: 0 10px 10px;
	justify-content: flex-end;
	margin-top: auto;
}
.intro .tag {
	background-color: #f0f0f0;
	padding: 5px 10px;
	font-size: 0.8em;
	border-radius: 5px;
}

/* ---security--- */
.security {
  background: #fff;
}

.security_img1 {
  margin-bottom: 70px !important;
  text-align: center;
}

.security_img1 img {
  width: 80% !important;
  height: auto;
}

/* case study */
.results .inner_work_company_box li {
	margin-block: 10px;
}

/* info */
.info .wrap_lower02 {
	padding-block: 40px;
}

@media (max-width: 768px) {
  .sol06 .wrap_lower04 {
    padding: 40px 15px;
  }
  .sol06 .point .wrap_lower04 {
    padding-block: 20px;
  }

	.sol06 h2.lower {
		margin-bottom: 20px;
    font-size: 23px;
  }

  /* ---FV--- */
  .sol06 .sol-hero h1.lower {
    font-size: 30px;
  }

  /* ---accident--- */
  .sol06 .accident span.accident__head {
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    margin-bottom: 0;
  }

  .sol06 .accident .wrap_lower04 h2.lower {
    font-size: 25px;
  }

	.sol06 .accident .accident__item {
		margin-bottom: 10px;
		padding: 10px 0;
		width: 100%;
		height: auto;
		font-size: 18px;
		border-radius: 10em;
	}

  /* ---merit--- */
  .sol06 .merit .wrap_lower04 {
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .sol06 .merit_arrow {
    width: 100px;
  }


  /* ---regular--- */
  .regular .wrap_lower04 {
    padding-top: 80px;
  }

  .regular__logo {
    width: 230px !important;
  }

  .regular__block {
    padding: 0 !important;
  }

  .sol06 .regular__item {
    width: 100% !important;
    text-align: left;
    flex-direction: row;
  }

  .regular__item .number {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif !important;
  }

  .sol06 .regular__item .text {
    min-height: auto;
    font-size: 18px;
    margin-top: 0;
  }

  .sol06 .g-arrow {
    display: none;
  }

  .regular_img1 {
    display: none;
  }

  /* ---point--- */
  .sol06 h2.point__heading {
    font-size: 23px;
  }

  .point .wrap {
    padding: 40px 15px;
  }

  .point h3.point__summary {
    font-size: 22px;
  }

  .sol06 .point .point__text {
    width: 100%;
  }

  .sol06 .point .point__img {
    width: 100%;
  }

  .sol06 .point h4.lowerL {
    margin-bottom: 10px;
  }

  .point__second {
    padding: 30px 20px;
  }

  .point__second h3.point__heading {
    font-size: 22px;
  }

  .point__second li.point__item {
    width: 100%;
  }

  .point__second .point__subtext li.point__item {
    width: calc(44% - 5px);
  }


  .point__summary_head {
		margin-top: 50px;
		width: 100%;
		color: #002676;
		font-size: 22px;
		font-weight: 700;
		background-color: inherit;
	}
	.intro {
		margin-top: 5%;
	}
	.intro_container {
		flex-direction: column;
	}

  /* ---security--- */
  .security_img1 img {
    display: none;
  }
}