/* オートパース専用 */
.autopers .wrapper {
	width: 100%;
	padding: 0;
	max-width: 1240px;
}

.autopers p  {
  font-size: 1.05em;
	line-height: 1.8;
}

.autopers .text-box p .underline,
.autopers .detail-box p .underline {
	/*background: linear-gradient(transparent 60%, rgba(45,114,190,.47) 40%);
	padding-bottom: 2px;*/
    background: linear-gradient(transparent 66%, rgba(45,114,190,.47) 40%);
	padding-bottom: 4px;
}

.autopers .kv-area {
  background-position-y: 70%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  display: block;
  height: 510px;
  position: relative;
  width: 100%;
}

.autopers .kv-area:before {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.autopers .kv-area.color {
  background-image: url(../img/bg-kv_02.jpg);
}

.autopers .kv-area.color:before {
  background-color: rgba(255, 255, 255, 0.48);
}

.autopers .kv-area .item-head {
  display: block;
  left: 50%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 5;
}

.autopers .kv-area .item-head .text {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 2em;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
}

.autopers .kv-area .item-head .logo-box {
  display: block;
  height: auto;
  margin: 0 auto;
  margin-top: 0.5em;
  width: 240px;
}

.autopers .kv-area .item-head .catch-box {
  display: block;
  margin-top: 1em;
  width: auto;
}

.autopers .kv-area .item-head .catch-box .catch {
  color: #2D72BE;
  font-size: 1.85rem;
  font-weight: 800;
  line-height: 1.65;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .autopers .kv-area .item-head .text {
    padding-left: 0;
  }

  .autopers .kv-area .item-head .logo-box {
    width: 17%;
  }

  .autopers .kv-area .item-head .catch-box {
    margin-left: 1.85rem;
  }

  .autopers .kv-area .item-head .catch-box .catch {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .autopers .kv-area {
    height: 20em;
    background-size: 120%;
    background-position-x: center;
  }

  .autopers .kv-area .item-head .text {
    font-size: 0.85rem;
    padding-left: 0.28em;
  }

  .autopers .kv-area .item-head .logo-box {
    width: 35%;
  }

  .autopers .kv-area .item-head .logo-box img {
    width: 100%;
  }

  .autopers .kv-area .item-head .catch-box {
    margin-top: 1rem;
  }

  .autopers .kv-area .item-head .catch-box .catch {
    font-size: 1rem;
    text-align: center;
  }

	.autopers .intro-box .video-box .link .copy-box .white {
		font-size: 0.85em;
		line-height: 1.5;
	}
}

.autopers .intro-box {
  display: block;
}

.autopers .intro-box .head-box {
	color: #000;
}

.autopers .intro-box .head-box h1 {
	font-size: 1.5em;
	font-weight: 600;
	margin-bottom: .2em;
}

.autopers .intro-box .head-box h1 .sub {
	font-size: 0.7em;
	font-weight: 500;
	margin-bottom: .2em;
}

.autopers .intro-box .head-box .catch {
	font-size: 1em;
	font-weight: 400;
	margin-bottom: .2em;
}

.autopers .intro-box .head-box .catch .color {
	color: #2D72BE;
	font-size: 1.5em;
	font-weight: 600;
}

@media screen and (min-width: 1025px) {
	.autopers .wrapper {
		width: 95%;
		padding: 0;
	}
}

@media screen and (min-width: 768px) {
	.autopers .wrapper {
		width: 90%;
	}
}

@media screen and (max-width: 768px) {
	.autopers .wrapper {
		width: 90%;
	}
}

/* intro */
.autopers .intro-box {
  padding-bottom: 120px;
}

.autopers .intro-box .video-box {
	height: auto;
	margin: 0 auto;
	margin-top: 2em;
	position: relative;
	width: 1100px;
}

.autopers .intro-box .video-box .link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}

.autopers .intro-box .video-box .link:hover {
	opacity: .75;
}

.autopers .intro-box .video-box .link .copy-box {
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	text-align: center;
	text-shadow: 1px 1px 3px #333;
	width: 100%;
  word-break: auto-phrase;
	z-index: 2;
}

.autopers .intro-box .video-box .link .copy-box .white,
.autopers .intro-box .video-box .link .copy-box .blue {
	text-align: center;
}

.autopers .intro-box .video-box .link .copy-box .white {
	color: #fff;
	font-size: 1.8rem;
  font-weight: 600;
	line-height: 1.25;
	margin-top: 0;
}

.autopers .intro-box .video-box .link .copy-box .blue {
	color: #3FD0E4;
	display: flex;
	flex-direction: column;
	font-size: 2.7em;
  font-weight: 700;
	margin-top: 0;
}

.autopers .intro-box .video-box .link .copy-box .blue .mini {
	font-size: 0.6em;
  font-weight: 600;
	margin-top: 0;
}

.autopers .intro-box .video-box .link .copy-box .play-btn_img {
	margin: 0 auto;
	margin-top: 3rem;
	display: block;
	width: 17%;
}

.autopers .intro-box .video-box .link .image {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 1;
}


/* 動画部分 サイズ別*/
@media screen and (max-width:1320px) {
  .autopers .intro-box {
    padding-bottom: 10em;
  }

	.autopers .intro-box .video-box {
		border-radius: 26px;
		height: auto;
		width: 100%;
	}

  .autopers .intro-box .video-box .link .copy-box {
    /* padding-top: 10em; */
  }

	.autopers .intro-box .video-box .link .copy-box .blue {
		font-size: 2.2em;
		margin-top: 0.25em;
	}

	.autopers .intro-box .video-box .link .copy-box .blue .mini {
		font-size: 0.5em;
		margin-top: 0;
	}

	.autopers .intro-box .video-box .link .copy-box .play-btn_img {
    margin: 0 auto;
		margin-top: 2em;
		width: 15%;
	}
}

@media screen and (min-width: 769px) and (max-width:830px) {
  .autopers .intro-box .video-box .link .copy-box .white {
		font-size: 1.6rem;
		line-height: 1.5;
	}
}

@media screen and (max-width: 768px) {
  .autopers .intro-box {
    padding: 2em 0 5em;
  }

	.autopers .intro-box .video-box {
		border-radius: 1em;
		height: auto;
		width: 100%;
	}

	.autopers .intro-box .video-box .link .copy-box .white {
		font-size: 0.85em;
		line-height: 1.5;
	}

	.autopers .intro-box .video-box .link .copy-box .blue {
		font-size: 1.5em;
	}

	.autopers .intro-box .video-box .link .copy-box .play-btn_img {
		margin-top: 20px;
		width: 16%;
	}
}

/* 背景 */
.autopers .bg-blue {
  background-color: #F5F8FA;
  padding: 120px 0;
}

@media screen and (max-width : 1320px) {
  .autopers .bg-blue {
    padding: 10em 0;
  }
}

@media screen and (max-width: 768px) {
  .autopers .bg-blue {
    padding: 3.5em 0;
  }
}

/* soft */
.autopers .soft .title {
  font-size: 1.8em;
  font-weight: 800;
  color: var(--main-color);
  line-height: 1.5;
}

.autopers .soft .text-box {
	margin-top: 2em;
}

.autopers .soft .flex-image {
	display: flex;
	justify-content: space-between;
  margin-top: 2em;
}

.autopers .soft .flex-image figure {
	width: 48%;
}

@media screen and (max-width : 1320px) {
  .autopers .soft .title {
    font-size: 2em;
  }
}

@media screen and (max-width: 768px) {
  .autopers .soft .title {
    font-size: 1.5em;
  }

  .autopers .soft .flex-image {
    flex-direction: column;
  }

  .autopers .soft .flex-image figure {
    width: 100%;
  }

  .autopers .soft .flex-image figure:not(:first-child) {
    margin-top: 2em;
  }
}

/* power */
.autopers .power {
  padding: 140px;
}

.autopers .power .wrapper {
  margin-top: 0;
}

.autopers .power .title {
  color: var(--main-color);
  font-size: 1.8em;
	font-weight: 700;
	text-align: center;
}

.autopers .power .item-box {
  display: block;
  margin-top: 65px;
}

.autopers .power .flex-box {
  display: flex;
  justify-content: space-between;
}

.autopers .power .flex-box:not(:first-child) {
  margin-top: 100px;
}

.autopers .power .flex-box .image {
	display: block;
	background-color: #F5F8FA;
	border-radius: 20px;
	box-sizing: border-box;
	padding: 32px 72px;
	width: 50%;
}

.autopers .power .flex-box .detail-box {
	display: block;
	width: 45%;
}

.autopers .power .flex-box .detail-box .title {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}

.autopers .power .flex-box .detail-box .title .icon {
	margin-right: 0.7em;
}

.autopers .power .flex-box .detail-box .title.position .icon {
	width: 34px;
}

.autopers .power .flex-box .detail-box .title.simulation .icon,
.autopers .power .flex-box .detail-box .title.keep .icon {
	width: 42px;
}

.autopers .power .flex-box .detail-box .title .icon image {
	width: fit-content;
}

.autopers .power .flex-box.simulation .image {
	order: 2;
}

.autopers .power .flex-box.simulation .detail-box {
	order: 1;
}

@media screen and (max-width : 1320px) {
  .autopers .power {
    padding: 10em 0;
  }

  .autopers .power .item-box {
    margin-top: 3.5em;
  }

  .autopers .power .flex-box:not(:first-child) {
    margin-top: 3.5em;
  }

  .autopers .power .flex-box .detail-box {
    margin-top: 2em;
  }

  .autopers .power .flex-box .image {
    padding: 2em 3.5em;
  }
}

@media screen and (max-width: 768px) {
  .autopers .power {
    padding: 5em 0;
  }

  .autopers .power .item-box {
    margin-top: 2em;
  }

  .autopers .power .flex-box {
    flex-direction: column;
  }

  .autopers .power .flex-box:not(:first-child) {
    margin-top: 3.15em;
  }

  .autopers .power .flex-box .image,
  .autopers .power .flex-box .detail-box {
    width: 100%;
  }

  .autopers .power .flex-box .detail-box {
    margin-top: 2em;
  }

  .autopers .power .flex-box.simulation .image {
    order: 1;
  }

  .autopers .power .flex-box.simulation .detail-box {
    order: 2;
  }
}

/* pers */
/*.autopers .pers {
	background-color: #F4F6FE;
	margin-top: 10.5em;
	padding: 6em calc(50vw - 50%) 10em;
	position: relative;
	z-index: 2;
}*/

/*.autopers .pers:before {
	content: "";
	background-color: #F4F6FE;
	border-radius: 60% 60% 0 0;
	height: 10em;
	left: 0;
	position: absolute;
	top: -5em;
	width: 100%;
	z-index: -10;
}*/

.autopers .pers .title {
  font-size: 1.8em;
  font-weight: 800;
  color: var(--main-color);
  text-align: center;
  line-height: 1.5;
}

.autopers .pers .catch-box {
	align-items: center;
	background-color: #2D72BE;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
  margin: 0 auto;
	margin-top: 2em !important;
	padding: 0.5em 2em;
	width: fit-content;
}

.autopers .pers .catch-box .catch {
	color: #fff;
	font-size: 1.1em;
	font-weight: 500;
	text-align: center;
}

.autopers .pers .item-box {
  margin-top: 62px;
}

.autopers .pers .flex-box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.autopers .pers .flex-box .image-box {
	border-radius: 20px;
	display: block;
	overflow: hidden;
	position: relative;
	width: 50%;
}

.autopers .pers .flex-box .image-box .license {
	height: 6em;
	left: 22px;
	position: absolute;
	top: 22px;
	width: 6em;
	z-index: 2;
}

.autopers .pers .flex-box .image-box .img-pers {
  display: block;
	position: relative;
  width: 100%;
	z-index: 1;
}

.autopers .pers .flex-box .detail-box {
	display: block;
	width: 45%;
}

@media screen and (max-width : 1320px) {
  .autopers .pers {
    margin-top: 7em;
  }
}

@media screen and (max-width: 768px) {
  .autopers .pers {
    margin-top: 6em;
    padding: 1.5em 0 3em;
  }

/*  .autopers .pers:before {
    border-radius: 80% 80% 0 0;
    height: 8em;
  }
*/
  .autopers .pers .flex-box {
    flex-direction: column;
  }

  .autopers .pers .flex-box .image-box,
  .autopers .pers .flex-box .detail-box {
    width: 100%;
  }

  .autopers .pers .flex-box .detail-box {
    margin-top: 2em;
  }
}

/* お問い合わせ周り */
.autopers .contact {
	margin-top: 0 !important;
}

/*追記*/
.autopers .intro-box .head-box h1 {
    font-size: 1.625rem;
    font-weight: 700;
}
.autopers .intro-box .head-box .catch {
    font-size: 0.9375rem;
}
.autopers .intro-box .head-box .catch .color {
    font-size: 1.25rem;
}
.autopers .soft .flex-image figure img{
    border-radius: 10px;
}
/*.autopers .pers .flex-box .image-box .license {
    height: 7.75em;
    left: 22px;
    position: absolute;
    top: 22px;
    width: 7.75em;
    z-index: 2;
}*/
.autopers .power {
    padding: 120px 0 140px;
}
.autopers .soft .flex-image figure img{
    border-radius: 10px;
}
.pers {
    background-color: #F4F6FE;
    position: relative;
    padding-top: 3em;
}
.pers::before {
    content: "";
    position: absolute;
    top: -50px; /* カーブの位置調整 */
    left: 0;
    width: 100%;
    height: 100px; /* 曲線の高さ */
    background-color: #F4F6FE; /* セクションの背景色と同じ */
    border-radius: 50% / 20px; /* 横幅に対して緩やかにカーブさせる */
}
@media screen and (max-width: 768px) {
    .autopers .power .flex-box .detail-box {
         margin-top: 1.5em; 
    }
    .autopers .power .flex-box {
        margin-bottom: 6em;
    }
    .autopers .power .flex-box:last-child {
        margin-bottom: 0;
    }
    .autopers .pers {
        padding: 1.5em 0 6em;
    }
}
@media screen and (min-width: 769px) {
    .autopers .intro-box .head-box {
        margin-top: 50px;
    }
    .autopers .power .flex-box .detail-box {
         margin-top: 0; 
    }
    .autopers .power .flex-box .detail-box .title {
        font-size: 1.38rem;
    }
    /*.autopers .power .flex-box {
        margin-bottom: 6em;
    }*/
    .autopers .power .flex-box:last-child {
        margin-bottom: 0;
    }
    .autopers .pers {
        padding: 3em 0 7em;
    }
    .autopers .power .flex-box {
        margin-bottom: 6em;
    }
    .autopers .power .flex-box:last-child{
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1320px) {
    .autopers .intro-box {
        padding-bottom: 5em;
    }
    .autopers .bg-blue {
        padding: 5em 0;
    }
    .autopers .power {
        padding: 5em 0;
    }
}
@media screen and (min-width : 1321px) {
    .autopers .intro-box .head-box {
        margin-top: 80px;
    }
    .autopers .intro-box .head-box h1 .sub {
        font-size: 1.25rem;
    }
    .autopers .intro-box .head-box h1 {
        font-size: 2.1875rem;
        font-weight: 700;
    }
    .autopers .intro-box .head-box .catch {
        font-size: 1.125rem;
    }
    .autopers .intro-box .head-box .catch .color {
    font-size: 1.75rem;
}
    .autopers .power .flex-box {
        margin-bottom: 7em;
    }

    .autopers .pers {
        margin-top: 2.5em;
    }
    .autopers .power .item-box {
        margin-top: 80px;
    }
    .autopers .pers .title {
        margin-top: 1em;
    }
    .autopers .pers .flex-box .image-box .license {
        height: 7.75em;
        left: 22px;
        position: absolute;
        top: 22px;
        width: 7.75em;
        z-index: 2;
    }
}


/* お問い合わせ調整 */
.autopers .p-system_child_section_ca .c-cta_button.contact {
  margin: 0 auto;
  padding: 12px 100px;
  width: fit-content;
}

@media screen and (max-width: 1320px) {
  .autopers .p-system_child_section_cta .c-cta_button.contact {
    padding: 12px 40px;
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .autopers .p-system_child_section_cta .c-cta_button.contact {
    margin: 0 auto;
    padding: 12px 50px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .autopers .p-system_child_section_cta .c-cta_button.contact {
    margin: 0 auto;
    padding: 12px 30px;
    width: 100%;
  }
}

.l-sm {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .l-sm {
    display: block !important;
  }
}