@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

q:before, q:after {
	content: "";
}

object,
embed {
	vertical-align: top;
}

hr, legend {
	display: none;
	border: none;
}

abbr, acronym, fieldset {
	border: 0;
}

tr, th, td, caption {
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

ol, ul {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
}

img {
	border: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: bottom;
}

body {
	color: #191919;
	background-color: #24396f;
}

a {
	color: #191919;
}

@media (max-width: 750px) {
	.sec-title {
		padding: 8.5333333333vw 0 0 8vw;
	}
}
.sec-title span {
	display: block;
	color: white;
	line-height: 1;
}
.sec-title .ja {
	font-weight: 500;
	display: inline-block;
	line-height: 1.3;
	margin-top: 1em;
}
@media (min-width: 751px) {
	.sec-title .ja {
		font-size: 45px;
	}
}
@media (max-width: 750px) {
	.sec-title .ja {
		font-size: 6vw;
	}
}
.sec-title .en {
	position: relative;
	white-space: nowrap;
}
@media (min-width: 751px) {
	.sec-title .en {
		font-size: 22px;
	}
}
@media (max-width: 750px) {
	.sec-title .en {
		font-size: 3.2vw;
	}
}

.section-head {
	background-color: #24396f;
}
.section-head .tpl-inner {
	background-repeat: no-repeat;
}
@media (min-width: 751px) {
	.section-head .tpl-inner {
		height: 300px;
		padding: 68px 0 0 100px;
	}
}
@media (max-width: 750px) {
	.section-head .tpl-inner {
		height: 46.6666666667vw;
		background-size: 40vw;
	}
}

.kome-note {
	text-indent: -1em;
	padding-left: 1em;
}
.kome-note::before {
	content: "※";
	display: inline;
}

.main-kv {
	position: relative;
	z-index: 1;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 751px) {
	.main-kv {
		min-height: 650px;
		height: 100vh;
		background-image: url(../img/main-kv/kv.jpg);
		background-position: 50% 50%;
	}
}
@media (max-width: 750px) {
	.main-kv {
		height: 96vw;
		background-image: url(../img/main-kv/kv-sp.jpg);
		padding-left: 38.6666666667vw;
		margin-top: 16vw;
	}
}
.main-kv__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	margin-left: auto;
}
@media (min-width: 751px) {
	.main-kv__inner {
		width: 50%;
		min-width: 410px;
		filter: drop-shadow(0px 0px 8px rgb(255, 255, 255));
	}
}
@media (max-width: 750px) {
	.main-kv__inner {
		filter: drop-shadow(0 0 1.0666666667vw rgb(255, 255, 255));
	}
}
@media (min-width: 751px) {
	.main-kv__logo {
		filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
		padding-top: 48px;
	}
}
@media (max-width: 750px) {
	.main-kv__logo {
		filter: drop-shadow(0 0 1.0666666667vw rgb(255, 255, 255));
	}
}
@media (min-width: 751px) {
	.main-kv__logo img {
		width: 410px;
	}
}
@media (max-width: 750px) {
	.main-kv__logo img {
		width: 54.6666666667vw;
	}
}
@media (min-width: 751px) {
	.main-kv__text {
		margin-top: 32px;
		filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
	}
}
@media (max-width: 750px) {
	.main-kv__text {
		margin-top: 4.2666666667vw;
		filter: drop-shadow(0 0 1.0666666667vw rgb(255, 255, 255));
	}
}
.main-kv__text-main {
	font-weight: 500;
	color: #24396f;
	line-height: 1.3;
}
@media (min-width: 751px) {
	.main-kv__text-main {
		font-size: 50px;
	}
}
@media (max-width: 750px) {
	.main-kv__text-main {
		font-size: 6.6666666667vw;
	}
}
.main-kv__text-sub {
	font-weight: 500;
}
@media (min-width: 751px) {
	.main-kv__text-sub {
		margin-top: 16px;
		font-size: 24px;
	}
}
@media (max-width: 750px) {
	.main-kv__text-sub {
		margin-top: 2.1333333333vw;
		font-size: 3.2vw;
	}
}

.sec-about {
	background-color: #fff;
}
.sec-about__head .tpl-inner {
	background-image: url("/lp/digitime/assets/img/about/bg-flag--about.png");
}
@media (max-width: 750px) {
	.sec-about__body--02 {
		padding: 0 4vw;
	}
}
@media (min-width: 751px) {
	.sec-about__body .tpl-inner {
		display: flex;
		gap: 80px;
		align-items: center;
		height: 380px;
	}
}
@media (max-width: 750px) {
	.sec-about__body .tpl-inner {
		padding-top: 9.6vw;
		padding-bottom: 9.6vw;
	}
}
@media (min-width: 751px) {
	.sec-about__body .tpl-inner--02 {
		border-top: 2px solid #24396f;
		align-items: flex-start;
		padding-top: 64px;
		padding-bottom: 64px;
		height: auto;
	}
}
@media (max-width: 750px) {
	.sec-about__body .tpl-inner--02 {
		border-top: 0.2666666667vw solid #24396f;
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 750px) {
	.sec-about__body-text {
		font-size: 4.2666666667vw;
	}
}
@media (min-width: 751px) {
	.sec-about__body-text:not(:first-child) {
		margin-top: -0.2em;
	}
}
@media (max-width: 750px) {
	.sec-about__body-text:not(:first-child) {
		margin-top: 6.4vw;
	}
}
.sec-about__body-text sup {
	font-size: 50%;
}
.sec-about__body-image {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 751px) {
	.sec-about__body-image {
		flex: 0 0 50%;
	}
}
@media (max-width: 750px) {
	.sec-about__body-image:not(:first-child) {
		margin-top: 6.4vw;
	}
}
.sec-about__body-image-item {
	display: block;
}
@media (min-width: 751px) {
	.sec-about__body-image-item--circle {
		flex: 0 0 170px;
	}
}
@media (max-width: 750px) {
	.sec-about__body-image-item--circle {
		flex: 0 0 28vw;
	}
}
.sec-about__body-image-item--circle figcaption {
	text-align: center;
	margin-top: 0.5em;
	font-weight: 500;
}
@media (min-width: 751px) {
	.sec-about__body-image-item--circle figcaption {
		font-size: 17px;
		line-height: 1.5em;
	}
}
@media (max-width: 750px) {
	.sec-about__body-image-item--circle figcaption {
		font-size: 4vw;
		line-height: 1.3em;
	}
}
@media (min-width: 751px) {
	.sec-about__body-image-item--square {
		flex: 0 0 290px;
	}
}
@media (max-width: 750px) {
	.sec-about__body-image-item--square {
		flex: 0 0 44vw;
	}
}
.sec-about__body-image-item img {
	width: 100%;
}
.sec-about__body-notice {
	text-indent: -1.3em;
	padding-left: 1.3em;
	margin-top: 0.5em;
}
@media (min-width: 751px) {
	.sec-about__body-notice {
		font-size: 15px;
	}
}
@media (max-width: 750px) {
	.sec-about__body-notice {
		font-size: 3.2vw;
	}
}
.sec-about__body-notice::before {
	content: "※";
	display: inline;
}
.sec-about__probrems {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width: 751px) {
	.sec-about__probrems {
		padding: 16px 40px;
		border: 2px solid #1eade5;
		gap: 0.5em 50px;
		margin-top: 40px;
	}
}
@media (max-width: 750px) {
	.sec-about__probrems {
		padding: 3.2vw 3.7333333333vw;
		border: 0.2666666667vw solid #1eade5;
		gap: 0.5em 4.2666666667vw;
		margin-top: 3.2vw;
	}
}
.sec-about__probrems-item {
	display: flex;
	align-items: center;
	font-weight: 500;
}
@media (max-width: 750px) {
	.sec-about__probrems-item {
		font-size: 4.2666666667vw;
	}
}
@media (min-width: 751px) {
	.sec-about__probrems-item:nth-child(odd) {
		flex: 0 0 215px;
	}
}
@media (max-width: 750px) {
	.sec-about__probrems-item:nth-child(odd) {
		flex: 0 0 46.6666666667vw;
	}
}
.sec-about__probrems-item::before {
	content: "";
	display: inline-block;
	background-image: url("/lp/digitime/assets/img/about/list-icon.png");
	background-size: contain;
}
@media (min-width: 751px) {
	.sec-about__probrems-item::before {
		width: 31px;
		height: 27px;
		margin-right: 7px;
	}
}
@media (max-width: 750px) {
	.sec-about__probrems-item::before {
		width: 5.4666666667vw;
		height: 4.8vw;
		margin-right: 1.2vw;
	}
}

.sec-series {
	background-color: #f1f2f2;
}
.sec-series__head .tpl-inner {
	background-image: url("/lp/digitime/assets/img/series/bg-flag--series.png");
}
@media (max-width: 750px) {
	.sec-series__head .tpl-inner {
		background-size: 56vw;
	}
}
.sec-series__logo {
	margin: auto;
}
@media (min-width: 751px) {
	.sec-series__logo {
		width: 330px;
	}
}
@media (max-width: 750px) {
	.sec-series__logo {
		width: 53.3333333333vw;
	}
}
.sec-series__logo img {
	width: 100%;
}
@media (max-width: 750px) {
	.sec-series__body--01 {
		padding: 0 6vw;
	}
}
@media (max-width: 750px) {
	.sec-series__body--02 {
		padding: 0 4vw;
	}
}
@media (max-width: 750px) {
	.sec-series__body--03 {
		padding: 0 4vw;
	}
}
@media (max-width: 750px) {
	.sec-series__body--04 {
		padding: 0 4vw;
	}
}
.sec-series__body-text {
	font-weight: 500;
}
@media (max-width: 750px) {
	.sec-series__body-text {
		font-size: 4.2666666667vw;
	}
}
@media (min-width: 751px) {
	.sec-series__body-text:not(:first-child) {
		margin-top: -0.2em;
	}
}
@media (max-width: 750px) {
	.sec-series__body-text:not(:first-child) {
		margin-top: 6.4vw;
	}
}
.sec-series__body-text sup {
	font-size: 50%;
}
.sec-series__body-image {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 751px) {
	.sec-series__body-image {
		flex: 0 0 50%;
	}
}
@media (max-width: 750px) {
	.sec-series__body-image:not(:first-child) {
		margin-top: 6.4vw;
	}
}
.sec-series__body-image-item {
	display: block;
}
@media (min-width: 751px) {
	.sec-series__body-image-item--circle {
		flex: 0 0 170px;
	}
}
@media (max-width: 750px) {
	.sec-series__body-image-item--circle {
		flex: 0 0 28vw;
	}
}
.sec-series__body-image-item--circle figcaption {
	text-align: center;
	margin-top: 0.5em;
	font-weight: 500;
}
@media (min-width: 751px) {
	.sec-series__body-image-item--circle figcaption {
		font-size: 17px;
		line-height: 1.5em;
	}
}
@media (max-width: 750px) {
	.sec-series__body-image-item--circle figcaption {
		font-size: 4vw;
		line-height: 1.3em;
	}
}
@media (min-width: 751px) {
	.sec-series__body-image-item--square {
		flex: 0 0 290px;
	}
}
@media (max-width: 750px) {
	.sec-series__body-image-item--square {
		flex: 0 0 44vw;
	}
}
.sec-series__body-image-item img {
	width: 100%;
}
@media (min-width: 751px) {
	.sec-series__body .tpl-inner--01 {
		padding: 70px 0 45px;
	}
}
@media (max-width: 750px) {
	.sec-series__body .tpl-inner--01 {
		padding: 18.6666666667vw 0 10.6666666667vw;
	}
}
@media (min-width: 751px) {
	.sec-series__body .tpl-inner--02 {
		border-top: 2px solid #24396f;
		padding: 50px 0 90px;
	}
}
@media (max-width: 750px) {
	.sec-series__body .tpl-inner--02 {
		border-top: 0.2666666667vw solid #24396f;
		padding: 10.6666666667vw 0;
	}
}
@media (min-width: 751px) {
	.sec-series__body .tpl-inner--03 {
		border-top: 2px solid #24396f;
		padding: 50px 0 80px;
	}
}
@media (max-width: 750px) {
	.sec-series__body .tpl-inner--03 {
		border-top: 0.2666666667vw solid #24396f;
		padding: 10.6666666667vw 0;
	}
}
@media (min-width: 751px) {
	.sec-series__body .tpl-inner--04 {
		border-top: 2px solid #24396f;
		padding: 50px 0 100px;
	}
}
@media (max-width: 750px) {
	.sec-series__body .tpl-inner--04 {
		border-top: 0.2666666667vw solid #24396f;
		padding: 10.6666666667vw 0 17.3333333333vw;
	}
}
.sec-series__body h3 {
	font-weight: 500;
	color: #24396f;
}
@media (min-width: 751px) {
	.sec-series__body h3 {
		font-size: 34px;
	}
}
@media (max-width: 750px) {
	.sec-series__body h3 {
		font-size: 6.6666666667vw;
	}
}
.sec-series__body h3.hasSideLine {
	background-repeat: no-repeat;
}
@media (min-width: 751px) {
	.sec-series__body h3.hasSideLine {
		background-image: linear-gradient(to bottom, #24396f 0%, #24396f 50%, #1eade5 50%, #1eade5 100%);
		background-size: 8px 100%;
		padding-left: 30px;
	}
}
@media (max-width: 750px) {
	.sec-series__body h3.hasSideLine {
		line-height: 1.4em;
		background-image: linear-gradient(to bottom, #24396f 0, #24396f 5.0666666667vw, #1eade5 5.0666666667vw, #1eade5 10.1333333333vw, transparent 10.1333333333vw);
		background-size: 1.3333333333vw 10.1333333333vw;
		padding-left: 5.3333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-series__scenes {
		display: flex;
		column-gap: 60px;
		margin-top: 50px;
	}
}
@media (max-width: 750px) {
	.sec-series__scenes {
		margin-top: 7.4666666667vw;
	}
}
@media (min-width: 751px) {
	.sec-series__scenes-item {
		flex: 0 0 360px;
	}
}
@media (max-width: 750px) {
	.sec-series__scenes-item:not(:first-child) {
		margin-top: 9.3333333333vw;
	}
}
.sec-series__scenes-item figure figcaption .lead {
	display: flex;
	align-items: center;
	font-weight: 500;
	color: #24396f;
	margin-top: 0.25em;
}
@media (min-width: 751px) {
	.sec-series__scenes-item figure figcaption .lead {
		font-size: 28px;
	}
}
@media (max-width: 750px) {
	.sec-series__scenes-item figure figcaption .lead {
		font-size: 6.6666666667vw;
	}
}
.sec-series__scenes-item figure figcaption .lead em {
	font-weight: 500;
}
@media (min-width: 751px) {
	.sec-series__scenes-item figure figcaption .lead em {
		font-size: 40px;
	}
}
@media (max-width: 750px) {
	.sec-series__scenes-item figure figcaption .lead em {
		font-size: 9.6vw;
	}
}
.sec-series__scenes-item figure figcaption .sub {
	margin-top: 0.25em;
	display: inline-block;
}
@media (max-width: 750px) {
	.sec-series__scenes-item figure figcaption .sub {
		font-size: 4.2666666667vw;
	}
}
.sec-series__scenes-item figure img {
	width: 100%;
}
@media (min-width: 751px) {
	.sec-series__scenes-item figure img {
		border: 5px solid #fff;
		border-bottom-right-radius: 100px;
	}
}
@media (max-width: 750px) {
	.sec-series__scenes-item figure img {
		border: 1.3333333333vw solid #fff;
		border-bottom-right-radius: 13.3333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-series__focus-zone-lens {
		margin: 70px auto auto;
		width: 852px;
	}
}
@media (max-width: 750px) {
	.sec-series__focus-zone-lens {
		margin: 9.3333333333vw auto auto;
		width: 92vw;
	}
}
.sec-series__focus-zone-lens img {
	width: 100%;
}
@media (min-width: 751px) {
	.sec-series__focus-zone-lens figcaption {
		margin-top: -48px;
	}
}
@media (max-width: 750px) {
	.sec-series__focus-zone-lens figcaption {
		margin-top: 2.6666666667vw;
		font-size: 4.1333333333vw;
		line-height: 2em;
	}
}
.sec-series__focus-zone-natural-view {
	background-color: #fff;
}
@media (min-width: 751px) {
	.sec-series__focus-zone-natural-view {
		margin: 70px auto auto;
		width: 860px;
		border: 2px solid #1eade5;
	}
}
@media (max-width: 750px) {
	.sec-series__focus-zone-natural-view {
		margin: 9.6vw auto auto;
		width: 80vw;
		border: 0.5333333333vw solid #1eade5;
	}
}
@media (min-width: 751px) {
	.sec-series__focus-zone-natural-view figure {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		flex-direction: row-reverse;
		height: 250px;
		column-gap: 60px;
	}
}
@media (min-width: 751px) {
	.sec-series__focus-zone-natural-view figure figcaption {
		padding-bottom: 60px;
	}
}
@media (max-width: 750px) {
	.sec-series__focus-zone-natural-view figure figcaption {
		padding: 4.2666666667vw 5.3333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-series__focus-zone-natural-view figure img {
		flex: 0 0 385px;
		width: 385px;
	}
}
@media (max-width: 750px) {
	.sec-series__focus-zone-natural-view figure img {
		width: 73.3333333333vw;
	}
}
.sec-series__focus-zone h4 {
	font-weight: 500;
	color: #24396f;
}
@media (min-width: 751px) {
	.sec-series__focus-zone h4 {
		font-size: 32px;
	}
}
@media (max-width: 750px) {
	.sec-series__focus-zone h4 {
		font-size: 6.4vw;
	}
}
@media (min-width: 751px) {
	.sec-series__fit-flex {
		display: flex;
		padding: 30px 0px 0px 30px;
		column-gap: 230px;
	}
}
@media (max-width: 750px) {
	.sec-series__fit-flex {
		font-size: 4.2666666667vw;
		margin-top: 5.3333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-series__fit-flex img {
		width: 190px;
		margin-top: -90px;
	}
}
@media (max-width: 750px) {
	.sec-series__fit-flex img {
		display: block;
		width: 37.3333333333vw;
		margin: 5.3333333333vw auto 0;
	}
}
@media (min-width: 751px) {
	.sec-series__line-of-sight-flex {
		display: flex;
		justify-content: space-between;
		padding: 30px 0px 0px 30px;
	}
}
@media (max-width: 750px) {
	.sec-series__line-of-sight-flex {
		font-size: 4.2666666667vw;
		margin-top: 5.3333333333vw;
	}
}
.sec-series__line-of-sight-flex figcaption {
	margin-top: 0.5em;
}
@media (min-width: 751px) {
	.sec-series__line-of-sight-flex figcaption {
		font-size: 15px;
	}
}
@media (max-width: 750px) {
	.sec-series__line-of-sight-flex figcaption {
		font-size: 3.2vw;
		padding: 0 6vw;
	}
}
@media (min-width: 751px) {
	.sec-series__line-of-sight-flex img {
		width: 380px;
		margin-top: -80px;
		border: 5px solid #fff;
	}
}
@media (max-width: 750px) {
	.sec-series__line-of-sight-flex img {
		display: block;
		width: 80vw;
		margin: 5.3333333333vw auto 0;
		border: 1.3333333333vw solid #fff;
	}
}

.sec-valiations {
	background-color: #fff;
}
.sec-valiations__head .tpl-inner {
	background-image: url("/lp/digitime/assets/img/valiations/bg-flag--valiations.png");
}
@media (max-width: 750px) {
	.sec-valiations__head .tpl-inner {
		background-size: 45.3333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-valiations__body {
		padding: 64px 0 100px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__body {
		padding: 6.6666666667vw 0 16vw;
	}
}
@media (max-width: 750px) {
	.sec-valiations__body-lead {
		font-size: 4.2666666667vw;
	}
}
.sec-valiations__table {
	display: flex;
	background-color: #f1f2f2;
}
@media (min-width: 751px) {
	.sec-valiations__table {
		border: 10px solid #f1f2f2;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 8px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table {
		border: 1.3333333333vw solid #f1f2f2;
		flex-direction: column;
		row-gap: 0.6666666667vw;
		margin-top: 4.2666666667vw;
	}
}
.sec-valiations__table-title {
	color: #24396f;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: 500;
}
@media (min-width: 751px) {
	.sec-valiations__table-title {
		line-height: 1em;
		font-size: 35px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-title {
		font-size: 4.6666666667vw;
	}
}
.sec-valiations__table-title em {
	font-weight: 500;
}
@media (min-width: 751px) {
	.sec-valiations__table-title em {
		font-size: 60px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-title em {
		font-size: 9.3333333333vw;
		margin-left: 0.25em;
	}
}
.sec-valiations__table-row {
	display: flex;
	justify-content: space-between;
}
@media (min-width: 751px) {
	.sec-valiations__table-row {
		flex-direction: column;
		row-gap: 5px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row {
		flex-direction: row;
		column-gap: 5px;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row:first-child {
		flex: 0 0 468px;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row:not(:first-child) {
		flex: 0 0 173px;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure {
		display: flex;
		align-items: center;
		padding: 0 0 0 32px;
		height: 100%;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--head figure {
		text-align: center;
		padding: 2.6666666667vw 0;
	}
}
.sec-valiations__table-row--head figure figcaption {
	text-align: center;
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure figcaption {
		line-height: 1.5;
		flex: 1 1 auto;
	}
}
.sec-valiations__table-row--head figure figcaption .type-name {
	color: #24396f;
	font-weight: 500;
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure figcaption .type-name {
		font-size: 26px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--head figure figcaption .type-name {
		font-size: 5.3333333333vw;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure figcaption .type-description {
		font-size: 16px;
		line-height: 1.2em;
		margin-top: 0.25em;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--head figure figcaption .type-description {
		margin: auto;
		line-height: 1.2em;
		text-align: start;
		margin-top: 0.25em;
	}
}
.sec-valiations__table-row--head figure figcaption .type-range {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #24396f;
	color: #fff;
	line-height: 1;
	padding: 0.2em 0;
	margin: auto;
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure figcaption .type-range {
		font-size: 14px;
		width: 190px;
		margin-top: 0.5em;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure figcaption .type-range em {
		font-size: 20px;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--head figure img {
		flex: 0 0 171px;
		width: 171px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--head figure img {
		width: 20vw;
	}
}
.sec-valiations__table-row--monitor figure, .sec-valiations__table-row--laptop figure, .sec-valiations__table-row--tab figure, .sec-valiations__table-row--sp figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	row-gap: 0.5em;
}
.sec-valiations__table-row--monitor figure figcaption, .sec-valiations__table-row--laptop figure figcaption, .sec-valiations__table-row--tab figure figcaption, .sec-valiations__table-row--sp figure figcaption {
	line-height: 1.2;
}
@media (min-width: 751px) {
	.sec-valiations__table-row--monitor figure figcaption, .sec-valiations__table-row--laptop figure figcaption, .sec-valiations__table-row--tab figure figcaption, .sec-valiations__table-row--sp figure figcaption {
		font-size: 16px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--monitor figure figcaption, .sec-valiations__table-row--laptop figure figcaption, .sec-valiations__table-row--tab figure figcaption, .sec-valiations__table-row--sp figure figcaption {
		text-align: start;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--monitor figure .icon-monitor, .sec-valiations__table-row--laptop figure .icon-monitor, .sec-valiations__table-row--tab figure .icon-monitor, .sec-valiations__table-row--sp figure .icon-monitor {
		width: 60px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--monitor figure .icon-monitor, .sec-valiations__table-row--laptop figure .icon-monitor, .sec-valiations__table-row--tab figure .icon-monitor, .sec-valiations__table-row--sp figure .icon-monitor {
		width: 8vw;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--monitor figure .icon-laptop, .sec-valiations__table-row--laptop figure .icon-laptop, .sec-valiations__table-row--tab figure .icon-laptop, .sec-valiations__table-row--sp figure .icon-laptop {
		width: 63px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--monitor figure .icon-laptop, .sec-valiations__table-row--laptop figure .icon-laptop, .sec-valiations__table-row--tab figure .icon-laptop, .sec-valiations__table-row--sp figure .icon-laptop {
		width: 8.4vw;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--monitor figure .icon-tab, .sec-valiations__table-row--laptop figure .icon-tab, .sec-valiations__table-row--tab figure .icon-tab, .sec-valiations__table-row--sp figure .icon-tab {
		width: 50px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--monitor figure .icon-tab, .sec-valiations__table-row--laptop figure .icon-tab, .sec-valiations__table-row--tab figure .icon-tab, .sec-valiations__table-row--sp figure .icon-tab {
		width: 6.6666666667vw;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-row--monitor figure .icon-sp, .sec-valiations__table-row--laptop figure .icon-sp, .sec-valiations__table-row--tab figure .icon-sp, .sec-valiations__table-row--sp figure .icon-sp {
		width: 20px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-row--monitor figure .icon-sp, .sec-valiations__table-row--laptop figure .icon-sp, .sec-valiations__table-row--tab figure .icon-sp, .sec-valiations__table-row--sp figure .icon-sp {
		width: 2.6666666667vw;
	}
}
.sec-valiations__table-cell.no-bg {
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec-valiations__table-cell:not(.no-bg) {
	background-color: #fff;
}
@media (min-width: 751px) {
	.sec-valiations__table-cell:first-child {
		height: 128px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-cell:first-child {
		width: 13.8666666667vw;
		padding: 2.6666666667vw 0;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-cell:not(:first-child) {
		height: 162px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-cell:not(:first-child) {
		width: 24.2666666667vw;
	}
}
.sec-valiations__table-cell--circle-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 751px) {
	.sec-valiations__table-cell--circle-wrap {
		column-gap: 10px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-cell--circle-wrap {
		flex-direction: column;
		row-gap: 2vw;
	}
}
@media (min-width: 751px) {
	.sec-valiations__table-cell--circle-wrap .circle {
		width: 16px;
		height: 16px;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-cell--circle-wrap .circle {
		width: 3.2vw;
		height: 3.2vw;
	}
}
.sec-valiations__table-cell--circle-wrap .circle--base-color {
	border-radius: 100%;
}
@media (min-width: 751px) {
	.sec-valiations__table-cell--circle-wrap .circle--base-color {
		border: 2px solid #24396f;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-cell--circle-wrap .circle--base-color {
		border: 0.2666666667vw solid #24396f;
	}
}
.sec-valiations__table-cell--circle-wrap .circle--base-color-fill {
	background-color: #24396f;
}
.sec-valiations__table-cell--circle-wrap .circle--sky-blue {
	border-radius: 100%;
}
@media (min-width: 751px) {
	.sec-valiations__table-cell--circle-wrap .circle--sky-blue {
		border: 2px solid #1eade5;
	}
}
@media (max-width: 750px) {
	.sec-valiations__table-cell--circle-wrap .circle--sky-blue {
		border: 0.2666666667vw solid #1eade5;
	}
}
.sec-valiations__table-cell--circle-wrap .circle--sky-blue-fill {
	background-color: #1eade5;
}
.sec-valiations .kome-note {
	line-height: 1.5em;
	margin-top: 0.5em;
}
@media (min-width: 751px) {
	.sec-valiations .kome-note {
		font-size: 16px;
	}
}
@media (max-width: 750px) {
	.sec-valiations .kome-note {
		font-size: 3.2vw;
	}
}
@media (max-width: 750px) {
	.sec-valiations .vertical-sp {
		writing-mode: vertical-rl;
	}
}
@media (max-width: 750px) {
	.sec-valiations .vertical-sp em.dot {
		display: inline-block;
		transform: translateX(0.25em);
	}
}

.sec-faq {
	position: relative;
	z-index: 2;
	background-color: #f1f2f2;
	background-repeat: repeat-x;
	background-image: url("/lp/digitime/assets/img/common/bg-stripe.png");
}
@media (min-width: 751px) {
	.sec-faq {
		padding: 120px 0 100px;
	}
}
@media (max-width: 750px) {
	.sec-faq {
		padding: 18.6666666667vw 0 16vw;
		background-size: 0.9333333333vw;
	}
}
.sec-faq .sec-title {
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
}
@media (min-width: 751px) {
	.sec-faq .sec-title {
		background-image: linear-gradient(to bottom, transparent 0%, transparent 5px, #24396f 5px, #24396f 30px, #1eade5 30px, #1eade5 55px, transparent 55px, transparent 100%);
		background-position: left 0 top 8px;
		background-size: 8px 55px;
		padding-left: 30px;
		column-gap: 30px;
	}
}
@media (max-width: 750px) {
	.sec-faq .sec-title {
		line-height: 2.5em;
		background-image: linear-gradient(to bottom, #24396f 0, #24396f 50%, #1eade5 50%, #1eade5 100%);
		background-size: 1.3333333333vw 10.1333333333vw;
		padding: 0 0 0 5.3333333333vw;
		column-gap: 2.6666666667vw;
	}
}
.sec-faq .sec-title .en {
	order: 2;
	color: #24396f;
}
@media (min-width: 751px) {
	.sec-faq .sec-title .en {
		margin-top: 75px;
		margin-left: -36px;
	}
}
.sec-faq .sec-title .ja {
	order: 1;
	margin: 0;
	color: #24396f;
	line-height: inherit;
}
@media (min-width: 751px) {
	.sec-faq .tpl-inner {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}
.sec-faq__body {
	width: 850px;
	border-top: 1px solid #24396f;
}
@media (max-width: 750px) {
	.sec-faq__body {
		width: 86.6666666667vw;
		margin: 7.3333333333vw auto 0;
	}
}
.sec-faq__item {
	border-bottom: 1px solid #24396f;
	padding: 45px 0;
}
@media (max-width: 750px) {
	.sec-faq__item {
		padding: 7.4666666667vw 0;
	}
}
.sec-faq__item dt, .sec-faq__item dd {
	position: relative;
	padding-left: 70px;
}
@media (max-width: 750px) {
	.sec-faq__item dt, .sec-faq__item dd {
		padding-left: 11.3333333333vw;
	}
}
.sec-faq__item dt::before, .sec-faq__item dd::before {
	font-weight: 500;
	position: absolute;
	left: 0;
}
.sec-faq__item dt {
	cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
	.sec-faq__item dt:hover::after {
		background-color: #ca1a81;
		border-color: #ca1a81;
	}
	.sec-faq__item dt:hover p::before, .sec-faq__item dt:hover p::after {
		background-color: #fff;
	}
}
.sec-faq__item dt::before {
	content: "Q";
	font-size: 40px;
	top: -0.5em;
	color: #24396f;
}
@media (max-width: 750px) {
	.sec-faq__item dt::before {
		font-size: 8vw;
	}
}
.sec-faq__item dt::after {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #24396f;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 0;
	top: -0.5em;
	transition: background-color 0.3s, border-color 0.3s;
}
@media (max-width: 750px) {
	.sec-faq__item dt::after {
		width: 8vw;
		height: 8vw;
		top: -0.2em;
	}
}
.sec-faq__item dt p {
	position: relative;
	z-index: 2;
	padding-right: 55px;
}
@media (max-width: 750px) {
	.sec-faq__item dt p {
		padding-right: 10.6666666667vw;
	}
}
.sec-faq__item dt p::before, .sec-faq__item dt p::after {
	content: "";
	display: block;
	width: 12px;
	height: 2px;
	background-color: #24396f;
	position: absolute;
	right: 19px;
}
@media (min-width: 751px) {
	.sec-faq__item dt p::before, .sec-faq__item dt p::after {
		top: 0.7em;
	}
}
@media (max-width: 750px) {
	.sec-faq__item dt p::before, .sec-faq__item dt p::after {
		top: 0.8em;
		width: 2.5333333333vw;
		right: 2.9333333333vw;
	}
}
.sec-faq__item dt p::after {
	transition: transform 0.3s;
	transform: rotate(90deg);
}
.sec-faq__item dt.is-show p::after {
	transform: rotate(0);
}
.sec-faq__item dd {
	overflow: hidden;
	height: 0;
	padding-right: 55px;
}
@media (max-width: 750px) {
	.sec-faq__item dd {
		padding-right: 0;
	}
}
.sec-faq__item dd::before {
	content: "A";
	width: 40px;
	height: 40px;
	font-size: 22px;
	top: 2.2em;
	background-color: white;
	color: #24396f;
	border-radius: 50%;
	text-align: center;
}
@media (max-width: 750px) {
	.sec-faq__item dd::before {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
		font-size: 4vw;
		top: 0.8em;
	}
}
.sec-faq__item dd p {
	padding-top: 52px;
}
@media (max-width: 750px) {
	.sec-faq__item dd p {
		padding-top: 4vw;
	}
}

.sec-products {
	position: relative;
	z-index: 2;
	background-repeat: repeat-x;
	background-image: url("/lp/digitime/assets/img/common/bg-stripe.png");
}
@media (min-width: 751px) {
	.sec-products {
		padding: 120px 0;
	}
}
@media (max-width: 750px) {
	.sec-products {
		padding: 18.6666666667vw 0;
		background-size: 0.9333333333vw;
	}
}
.sec-products .sec-title {
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #1eade5 50%, #1eade5 100%);
}
@media (min-width: 751px) {
	.sec-products .sec-title {
		background-size: 8px 100%;
		padding-left: 30px;
		column-gap: 30px;
	}
}
@media (max-width: 750px) {
	.sec-products .sec-title {
		line-height: 2.5em;
		background-size: 1.3333333333vw 100%;
		padding: 0 0 0 5.3333333333vw;
		column-gap: 4vw;
	}
}
.sec-products .sec-title .en {
	order: 2;
}
.sec-products .sec-title .ja {
	order: 1;
	margin: 0;
	line-height: inherit;
}
@media (min-width: 751px) {
	.sec-products .sec-products__bnr {
		padding-top: 40px;
	}
}
@media (max-width: 750px) {
	.sec-products .sec-products__bnr {
		padding-top: 6.6666666667vw;
		margin-right: -4vw;
	}
}
.sec-products .sec-products__bnr .bnr-item--portalsite {
	border: 1px solid #fff;
}
@media (max-width: 750px) {
	.sec-products .sec-products__bnr .bnr-item--portalsite {
		border-right-width: 0;
	}
}
.sec-products .sec-products__bnr .tpl-product-bnr__portalsite__faq-button {
	color: #fff;
	border-color: #fff;
}
.sec-products .sec-products__bnr .tpl-product-bnr__portalsite__faq-button::after {
	background: url("/lp/assets/img/ico_arrow_r_w.svg") 0 0 no-repeat;
}
/*# sourceMappingURL=style.css.map */
