/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
	border-style: solid;
	border-width: 0;
	box-sizing: border-box;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
	-webkit-text-size-adjust: 100%; /* 2 */
	-webkit-tap-highlight-color: transparent; /* 3*/
	line-height: 1.15; /* 1 */
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
	margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* Lists (definition) */

/* ============================================ */

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	border-top-width: 1px;
	box-sizing: content-box; /* 1 */
	clear: both;
	color: inherit;
	height: 0; /* 1 */
	margin: 0;
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

address {
	font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
	vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
	-webkit-appearance: none; /* 1 */
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border-radius: 0;
	color: inherit;
	font: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
	text-transform: inherit; /* 2 */
	vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
	cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
	outline: auto;
}

select:disabled {
	opacity: inherit;
}

/**
 * Remove padding
 */

option {
	padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
	margin: 0;
	min-width: 0;
	padding: 0;
}

legend {
	padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type=search] {
	outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */

[type=number] {
	-moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
	cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
	outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
	border-collapse: collapse;
	border-color: inherit; /* 1 */
}

caption {
	text-align: left;
}

td,
th {
	padding: 0;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

/*===================================
# メディアクエリ
===================================*/

/*===================================
# 色
===================================*/

/*===================================
# フォント
===================================*/

/*===================================
# common
===================================*/

hr {
	background-color: #EC6D81;
	border: #EC6D81;
	height: 2px;
	margin-top: 18px;
}

body {
	color: #262626;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.8125;
	overflow-x: hidden;
}

img {
	height: 100%;
	width: 100%;
}

/*===================================
# PC/SP非表示設定
===================================*/

/*===================================
# sp表示
===================================*/

.l-header {
	background-color: #fff;
	height: 70px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.l-header__container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	position: relative;
	width: 100%;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.l-mv {
	background: url(/assets/img/mv_ph.png) no-repeat center right 30%/cover;
	height: auto;
	margin-top: 70px;
	padding-bottom: 7px;
	width: 100%;
}

.l-mv__container {
	padding: 20px 0px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.l-mvtext {
	background: url(/assets/img/sp_read_bg.png) no-repeat center bottom/cover;
	height: auto;
	width: 100%;
}

.l-mvtext__container {
	padding: 10px 20px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.l-screening__container {
	padding: 0 20px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# スマホ表示
===================================*/

.l-effect {
	margin-top: 100px;
}

.l-effect__container {
	padding: 0 30px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.l-contact {
	background-color: #FAEEEC;
	margin-top: -50px;
}

.l-contact__container {
	padding: 0 20px 40px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.l-footer {
	margin-top: 28px;
}

.l-footer__container {
	padding: 0 25px;
	text-align: center;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.c-common__button {
	align-items: center;
	background-color: #EC6D81;
	border-radius: 20px;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 55px;
	justify-content: center;
	margin: 161px auto 0;
	width: 275px;
}

.c-common__button:focus {
	outline: none;
}

.c-common__button-link {
	font-family: "M PLUS 1", sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

/*===================================
# タイトル部分
===================================*/

.c-common__container-heading {
	margin-top: 40px;
}

.c-common__container-heading-titles {
	margin: 0 auto;
	position: relative;
	width: 175px;
}

.c-common__container-heading-title {
	color: #0091A6;
	font-family: "Orbitron", sans-serif;
	font-size: 65px;
	font-weight: bold;
	line-height: 1.4769;
	opacity: 0.3;
}

.c-common__container-heading-title2 {
	color: #0091A6;
	font-family: "Orbitron", sans-serif;
	font-size: 30px;
	font-weight: 700;
	left: 30px;
	line-height: 1.5;
	opacity: 0.5;
	position: absolute;
	top: 38px;
}

.c-common__container-heading-text {
	font-family: "M PLUS 1", sans-serif;
	font-size: 24px;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-top: 10px;
	position: relative;
	text-align: center;
}

.c-common__container-heading-text::after {
	background: #0091A6;
	bottom: -32px;
	content: "";
	display: inline-block;
	height: 6px;
	left: 50%;
	opacity: 0.2;
	position: absolute;
	transform: translateX(-50%);
	width: 60px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# ロゴ
===================================*/

.p-tab-header__container-loge {
	height: auto;
	padding-left: 43px;
	width: 345px;
}

.p-tab-header__container-loge img {
	height: 100%;
	width: 100%;
}

/*===================================
# ナビゲーション
===================================*/

.p-pc-header__container-nav {
	width: calc(100% - 300px);
}

.p-pc-header__container-nav-items {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-right: 45px;
}

.p-pc-header__container-nav-item {
	background-color: #EC6D81;
	border-radius: 30px;
	color: #fff;
	font-size: 19px;
	font-weight: bold;
	padding: 4px 42px;
}

.p-pc-header__container-nav-item:first-child {
	padding: 5px 22px;
}

.p-pc-header__container-nav-item:last-child {
	background-color: #0091A6;
	padding: 5px 26px;
}

.p-pc-header__container-nav-item + .p-pc-header__container-nav-item {
	margin-left: 22px;
}

/*===================================
# ロゴ
===================================*/

.p-sp-header__container-loge {
	height: 32px;
	margin-bottom: 4px;
	margin-left: 30px;
	width: 200px;
}

.p-sp-header__container-loge img {
	height: 100%;
	width: 100%;
}

/*===================================
# ナビゲーション
===================================*/

.p-sp-header__container-nav {
	background: rgba(38, 38, 38, 0.2);
	height: 100vh;
	opacity: 0;
	position: absolute;
	position: absolute;
	right: 0;
	top: 65px;
	transform: translateX(100%);
	transition: transform 0.5s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.p-sp-header__container-nav-items {
	height: 183px;
	width: 100%;
}

.p-sp-header__container-nav-item {
	align-items: center;
	background-color: #EC6D81;
	border-bottom: 1px solid #fff;
	color: #fff;
	display: flex;
	font-family: "M PLUS 1", sans-serif;
	font-size: 18px;
	justify-content: center;
	padding: 11px 46px;
}

.p-sp-header__container-nav-item:first-child {
	padding: 15px;
}

.p-sp-header__container-nav-item:last-child {
	background-color: #0091A6;
	border-bottom: none;
}

/*===================================
# ハンバーガーメニュー
===================================*/

.p-sp-header__container-btn {
	height: 24px;
	margin-right: 30px;
	width: 34px;
}

.p-sp-header__container-line {
	background-color: #0091A6;
	display: block;
	height: 3px;
	position: relative;
	width: 100%;
}

.p-sp-header__container-line:nth-of-type(1) {
	top: -8px;
}

.p-sp-header__container-line:nth-of-type(2) {
	opacity: 1;
}

.p-sp-header__container-line:nth-of-type(3) {
	bottom: -8px;
}

/*===================================
# クリック後のスタイル
===================================*/

.p-sp-header__container-nav.is-active {
	opacity: 1;
	transform: translateX(0%);
	transition: transform 0.5s;
	visibility: visible;
}

.p-sp-header__container-btn.is-active .p-sp-header__container-line:nth-of-type(1) {
	top: -2px;
	transform: rotate(-32deg);
}

.p-sp-header__container-btn.is-active .p-sp-header__container-line:nth-of-type(2) {
	opacity: 0;
}

.p-sp-header__container-btn.is-active .p-sp-header__container-line:nth-of-type(3) {
	top: -8px;
	transform: rotate(35deg);
}

/*===================================
# sp表示
===================================*/

/*===================================
# メインビュー
===================================*/

.p-mv__main {
	display: flex;
	flex-direction: row-reverse;
	font-family: "M PLUS 1", sans-serif;
	height: auto;
	justify-content: flex-end;
	margin-top: -18px;
	position: relative;
	width: 100%;
	z-index: 2;
}

.p-mv__main span {
	height: 80px;
	left: 100px;
	position: absolute;
	top: 6px;
	width: 80px;
	z-index: -1;
}

.p-mv__main span img {
	height: 100%;
	width: 100%;
}

/*===================================
# mv画像部分
===================================*/

.p-mv__main-title {
	font-family: "M PLUS 1";
	font-size: 32px;
	letter-spacing: 0.17em;
	line-height: 1.125;
	margin-top: -7px;
	writing-mode: vertical-rl;
}

.p-mv__main-text {
	font-family: "M PLUS 1";
	letter-spacing: 0.2em;
	margin: 35px 10px 0 20px;
	position: relative;
	writing-mode: vertical-rl;
}

.p-mv__main-text::before {
	background-color: #333;
	bottom: 11px;
	content: "";
	height: 1px;
	left: 34px;
	position: absolute;
	transform: rotate(90deg);
	width: 20px;
}

.p-mv__main-text::after {
	bottom: -26px;
	content: "。";
	left: 30px;
	position: absolute;
}

/*===================================
# pc表示
===================================*/

/*===================================
# メインビュー
===================================*/

/*===================================
# mv画像部分
===================================*/

/*===================================
# mvテキスト部分
===================================*/

/*===================================
# sp表示
===================================*/

.p-mvtext__sub-titles {
	margin-top: 12px;
}

.p-mvtext__sub-title {
	font-family: "M PLUS 1";
	font-size: 24px;
	line-height: 1.5;
	margin: 0 auto;
	width: 90%;
}

.p-mvtext__sub-title-sub {
	font-family: "M PLUS 1";
	font-size: 24px;
	letter-spacing: 0.06em;
	margin-left: 30%;
}

.p-mvtext__sub-text {
	letter-spacing: 0.05em;
	margin: 5px auto 0;
	padding-bottom: 23px;
	width: 95%;
}

/*===================================
# PC表示
===================================*/

/*===================================
# sp表示
===================================*/

.p-screening__container-heading-text {
	line-height: 1.7;
}

/*===================================
# ボディ部分
===================================*/

.p-screening__container-body {
	background: url(/assets/img/sp_screening_bg_1.png) no-repeat center center/cover;
	margin: 0 calc(50% - 50vw);
	margin-top: 80px;
	width: 100vw;
}

.p-screening__container-body-titles-item {
	display: flex;
	justify-content: flex-start;
	margin-left: 39px;
	padding-top: 35px;
}

.p-screening__container-body-titles-icon {
	height: 33px;
	width: 30px;
}

.p-screening__container-body-titles-icon img {
	height: 100%;
	width: 100%;
}

.p-screening__container-body-titles-title {
	font-family: "M PLUS 1", sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5909;
}

.p-screening__container-body-titles-text {
	letter-spacing: 0.02em;
	line-height: 1.875;
	margin: 26px auto 0;
	margin-top: 27px;
	text-align: justify;
	width: 85%;
}

.p-screening__container-body-picture01 {
	height: 190px;
	width: 300px;
}

.p-screening__container-body-picture01 img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-screening__container-body-picture02 {
	height: 170px;
	margin-left: auto;
	margin-top: 30px;
	width: 280px;
}

.p-screening__container-body-picture02 img {
	-o-object-fit: cover;
	border-radius: 10px;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*===================================
# 表部分
===================================*/

.p-screening__container-result {
	margin-top: 37px;
}

.p-screening__container-result-title {
	background-color: #D9B983;
	border-bottom-right-radius: 20px;
	border-top-right-radius: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 30px;
	line-height: 1.4;
	margin: 0 calc(50% - 50vw);
	padding: 6px 17px;
	width: 211px;
}

.p-screening__container-result-picture {
	height: auto;
	margin: 21px auto 0;
	width: 315px;
}

.p-screening__container-result-picture img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-screening__container-result-bg {
	background: url(/assets/img/sp_screening_bg_2.png) no-repeat center center/cover;
	height: 300px;
	margin: -130px calc(50% - 50vw);
	width: 100vw;
}

.p-screening__container-result-picture-text {
	background: #FFF;
	border: solid 2px #CFA972;
	border-radius: 10px;
	bottom: -40px;
	box-sizing: border-box;
	color: #262626;
	display: inline-block;
	left: 80px;
	line-height: 1.5;
	max-width: 100%;
	min-width: 120px;
	padding: 10px 10px;
	position: relative;
	text-align: center;
}

.p-screening__container-result-picture-text::before {
	border-color: transparent transparent #fff transparent;
	border-style: solid;
	border-width: 0px 17px 20px 0px;
	content: "";
	left: 20%;
	margin-left: -15px;
	position: absolute;
	top: -19px;
	width: 0;
	z-index: 2;
}

.p-screening__container-result-picture-text::after {
	border-color: transparent transparent #cfa872 transparent;
	border-style: solid;
	border-width: 0px 20px 23px 0px;
	content: "";
	height: 0;
	left: 20%;
	margin-left: -17px;
	position: absolute;
	top: -24px;
	width: 0;
	z-index: 1;
}

.p-screening__container-result-picture-text p {
	margin: 0;
	padding: 0;
}

.p-screening__container-button {
	margin-top: 92px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# スマホ表示
===================================*/

/*===================================
# 共通タイトル
===================================*/

.p-effect__container-titles {
	width: 125px;
}

.p-effect__container-heading-text {
	font-size: 23px;
	letter-spacing: 0.11em;
	margin: 20px calc(50% - 50vw) 0;
	text-align: center;
	width: 100vw;
}

/*===================================
# ボディ部分
===================================*/

.p-effect__container-body {
	margin-top: 88px;
}

.p-effect__container-body-text {
	letter-spacing: 0.02em;
	line-height: 1.875;
	margin: 26px auto 0;
	margin-top: 27px;
	text-align: justify;
	width: 100%;
}

/*===================================
# メリット
===================================*/

.p-effect__container-body-merit {
	background: url(/assets/img/merit_bg.png) no-repeat center center/cover;
	margin-top: 30px;
	padding: 0 20px 32px;
}

.p-effect__container-body-merit-title {
	font-size: 22px;
	letter-spacing: 0.06em;
	line-height: 1.8181;
	margin: 0 auto;
	padding-top: 35px;
	text-align: center;
	width: 96%;
}

.p-effect__container-body-merit-lists {
	margin-top: 27px;
}

.p-effect__container-body-merit-list {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.p-effect__container-body-merit-list + .p-effect__container-body-merit-list {
	margin-top: 24px;
}

.p-effect__container-body-merit-list-number {
	align-items: center;
	background-color: #EC6D81;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 24px;
	font-weight: 500;
	height: 43px;
	margin-right: 20px;
	padding: 10px 13px;
	text-align: center;
	width: 43px;
}

.p-effect__container-body-merit-list-text {
	letter-spacing: 0.13em;
}

/*===================================
# 主な活用先
===================================*/

.p-effect-container-feature {
	background: #F0EDDE;
	margin: 50px calc(50% - 50vw) 0;
	padding-bottom: 64px;
	width: 100vw;
}

.p-effect-container-feature-titles {
	padding: 61px 30px 0;
}

.p-effect-container-feature-title {
	font-family: "M PLUS 1", sans-serif;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5909;
	margin-left: 51px;
	position: relative;
}

.p-effect-container-feature-title::before {
	background: url(/assets/img/common_icon.png) no-repeat center center/contain;
	content: "";
	height: 45px;
	left: -52px;
	position: absolute;
	top: 0;
	width: 47px;
}

.p-effect-container-feature-title-text {
	line-height: 1.625;
	margin-top: 29px;
	position: relative;
	text-align: left;
}

.p-effect-container-feature-circle {
	height: 346px;
	margin: 32px auto;
	width: 84%;
}

.p-effect-container-feature-circle img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.p-contact__container-title {
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.03em;
	line-height: 1.6818;
	padding-top: 27px;
	text-align: center;
}

.p-contact__container-buttons {
	margin-top: 25px;
}

.p-contact__container-btn {
	border-radius: 27px;
	margin-top: 0;
	width: 195px;
}

.p-contact__container-btn:nth-child(2) {
	background-color: #0091A6;
}

.p-contact__container-btn + .p-contact__container-btn {
	margin-top: 23px;
}

/*===================================
# pc表示
===================================*/

/*===================================
# sp表示
===================================*/

.p-footer__container-title {
	text-align: center;
	text-decoration: underline;
	text-decoration-color: #262626;
}

.p-footer__container-log {
	height: auto;
	margin: 8px auto 0;
	width: 286px;
}

.p-footer__container-log img {
	height: 100%;
	width: 100%;
}

.p-footer__container-summary {
	margin-top: 19px;
}

.p-footer__container-summary-company {
	margin-top: 12px;
}

.p-footer__container-summary-address {
	margin-top: 5px;
}

.p-footer__container-summary-text {
	margin-top: 9px;
}

.p-footer__container-copyright {
	background-color: #0091A6;
	font-family: "Noto Sans JP", sans-serif;
	margin-top: 25px;
	padding: 15px 0;
	text-align: center;
}

.p-footer__container-copyright p {
	color: #fff;
}

@media screen and (min-width: 375px) {

.p-screening__container-result-picture {
	width: 315px;
}

}

@media screen and (min-width: 768px) {

.p-mv__main {
	margin-left: 40px;
	padding: 20px;
	width: 0%;
}

.p-mv__main span {
	left: 140px;
	top: 20px;
}

.p-mv__main-title {
	font-size: 38px;
}

.p-mv__main-text {
	font-size: 20px;
}

.p-mv__main-text::before {
	height: 1px;
	left: 44px;
	width: 21px;
}

.p-mv__main-text::after {
	bottom: -29px;
	left: 37px;
}

.p-screening__container-body-picture01 {
	height: 300px;
	width: 475px;
}

.p-screening__container-body-picture02 {
	height: 300px;
	width: 475px;
}

.p-screening__container-result-title {
	font-size: 20px;
	height: 40px;
	width: 280px;
}

.p-screening__container-result-picture {
	height: 770px;
	width: 445px;
}

.p-screening__container-button {
	border-radius: 30px;
	width: 290px;
}

.p-effect__container-body-merit-list {
	margin-left: 170px;
}

.p-contact__container-title {
	padding-top: 45px;
}

.p-contact__container-buttons {
	margin-top: 45px;
}

}

@media screen and (min-width: 980px) {

body {
	line-height: 1.9;
}

.is-sp {
	display: none;
}

.l-header {
	background-color: rgba(255, 255, 255, 0.5);
	height: 100px;
}

.l-mv {
	background: url(/assets/img/mv_ph.png) no-repeat center center/cover;
	height: 820px;
	margin-top: 0;
}

.l-mvtext {
	background: url(/assets/img/sp_read_bg.png) no-repeat center bottom/cover;
	height: auto;
}

.l-mvtext__container {
	padding: 100px 50px;
}

.l-screening {
	background: url(/assets/img/screening_bg.png) no-repeat center center/cover;
	padding-bottom: 170px;
}

.l-screening__container {
	padding: 0 50px;
}

.l-effect {
	margin-top: 98px;
}

.l-effect__container {
	margin: 0 auto;
	padding: 0 50px;
	width: 70%;
}

.l-contact {
	margin-top: 0;
}

.l-contact__container {
	padding: 0 20px 83px;
}

.l-footer {
	margin-top: 44px;
}

.c-common__button {
	height: 81px;
	width: 461px;
}

.c-common__button:hover {
	background-color: #fff;
	border: solid 1px #EC6D81;
	color: #EC6D81;
	transition: color 0.5s, background-color 0.5s;
}

.c-common__button-link {
	font-size: 30px;
}

.c-common__container-heading-title {
	font-size: 96px;
	font-weight: 700;
}

.c-common__container-heading-title2 {
	font-size: 45px;
	font-weight: 700;
	left: 46px;
	top: 67px;
}

.c-common__container-heading-text::after {
	bottom: -57px;
	height: 8px;
	width: 100px;
}

.p-mv__main {
	margin-top: 0;
	padding-left: 14%;
	padding-top: 190px;
}

.p-mv__main span {
	height: 224px;
	left: 478px;
	top: 142px;
	width: 230px;
}

.p-mv__main-title {
	font-size: 63px;
	line-height: 73px;
	margin-top: -22px;
}

.p-mv__main-text {
	font-size: 30px;
	line-height: 36px;
	margin-right: 42px;
	margin-top: 58px;
}

.p-mv__main-text::before {
	background-color: #333;
	bottom: 11px;
	content: "";
	height: 2px;
	left: 71px;
	position: absolute;
	transform: rotate(90deg);
	width: 40px;
}

.p-mv__main-text::after {
	bottom: -59px;
	content: "。";
	left: 72px;
	position: absolute;
}

.p-mvtext__sub {
	align-items: flex-start;
	display: flex;
}

.p-mvtext__sub-titles {
	margin-left: 161px;
	min-width: 500px;
	position: relative;
}

.p-mvtext__sub-title {
	font-size: 38px;
	line-height: 1.75;
}

.p-mvtext__sub-title-sub {
	font-size: 36px;
	left: 35%;
	line-height: 1.75;
	margin-left: 0;
	position: absolute;
	top: 57px;
}

.p-mvtext__sub-text {
	font-size: 20px;
	height: auto;
	letter-spacing: 0.03em;
	line-height: 1.9;
	margin: 0 157px 0 73px;
	padding-bottom: 0;
	width: 684px;
}

/*===================================
  # タイトル部分
  ===================================*/

.p-screening__container-heading {
	margin-top: 97px;
}

.p-screening__container-titles {
	width: 280px;
}

.p-screening__container-heading-text {
	font-size: 39px;
	margin-top: 18px;
}

.p-screening__container-heading-text::after {
	bottom: -47px;
	height: 8px;
	width: 100px;
}

/*===================================
  # ボディ部分
  ===================================*/

.p-screening__container-body {
	background: none;
	display: flex;
	justify-content: center;
	margin-top: 140px;
}

.p-screening__container-body-titles-item {
	justify-content: flex-start;
	margin-left: -96px;
	margin-top: 62px;
	padding-top: 0;
}

.p-screening__container-body-titles-icon {
	height: auto;
	width: 45px;
}

.p-screening__container-body-titles-icon img {
	height: 100%;
	width: 100%;
}

.p-screening__container-body-titles-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 14px;
}

.p-screening__container-body-titles-text {
	display: flex;
	font-size: 18px;
	justify-content: flex-start;
	letter-spacing: 0;
	margin: 32px -5% 0;
	width: 534px;
}

.p-screening__container-body-pictures {
	position: relative;
}

.p-screening__container-body-picture01 {
	height: 430px;
	margin-left: 58px;
	margin-top: 63px;
	position: inherit;
	width: 615px;
}

/*===================================
  # 表部分
  ===================================*/

.p-screening__container-body-picture02 {
	height: 415px;
	margin-left: -459px;
	margin-top: -73px;
	width: 691px;
}

.p-screening__container-body-picture02 img {
	-o-object-fit: cover;
	object-fit: cover;
}

.p-screening__container-result-body {
	display: flex;
	justify-content: center;
}

.p-screening__container-button {
	border-radius: 40px;
	letter-spacing: 0.09em;
	margin: 140px auto 0;
	padding-top: 4px;
}

/*===================================
  # タイトル部分
  ===================================*/

.p-effect__container-titles {
	width: 221px;
}

.p-effect__container-title2 {
	font-size: 48px;
	left: 71px;
	top: 65px;
}

.p-effect__container-heading-text {
	font-size: 36px;
	margin: 35px calc(50% - 50vw) 0;
}

/*===================================
  # ボディ部分
  ===================================*/

.p-effect__container-body-text {
	font-size: 18px;
	letter-spacing: 0.01em;
	line-height: 1.875;
	margin-top: 92px;
	padding: 98px 103px 80px;
}

/*===================================
  # メリット
  ===================================*/

/*===================================
  # 主な活用先
  ===================================*/

.p-effect__container-body-merit-title {
	margin: 0 0 0 38px;
	width: 0;
}

.p-effect__container-body-merit-list {
	margin-left: 0;
}

.p-effect__container-body-merit-list + .p-effect__container-body-merit-list {
	margin-top: 36px;
}

.p-effect-container-feature {
	align-items: flex-start;
	display: flex;
	justify-content: space-around;
	margin: 130px 0;
	width: 100%;
}

.p-effect-container-feature-titles {
	margin-left: -5%;
	margin-top: 137px;
	padding: 0px 0 0 101px;
	position: relative;
}

.p-effect-container-feature-titles::after {
	background-color: #EC6D81;
	bottom: -23px;
	content: "";
	height: 2px;
	left: 55px;
	position: absolute;
	width: 91%;
}

.p-effect-container-feature-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	margin-left: 104px;
	position: relative;
}

.p-effect-container-feature-title::before {
	background: url(/assets/img/common_icon.png) no-repeat center center/contain;
	content: "";
	height: 45px;
	left: -74px;
	position: absolute;
	top: 0;
	width: 47px;
}

.p-effect-container-feature-title-text {
	font-size: 18px;
	margin-left: 106px;
}

.p-effect-container-feature-circle-pc {
	height: 514px;
	margin: 25px 51px 0 0;
	width: 534px;
}

.p-effect-container-feature-circle-pc img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-contact__container-title {
	font-size: 30px;
	padding-top: 70px;
}

.p-contact__container-buttons {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 45px;
}

.p-contact__container-btn {
	border-radius: 50px;
	height: 80px;
	margin: 0;
	width: 280px;
}

.p-contact__container-btn + .p-contact__container-btn {
	margin-left: 41px;
	margin-top: 0;
}

}

@media screen and (min-width: 980px) and (max-width: 1435px) {

.p-mvtext__sub-titles {
	margin-left: 0;
}

.p-mvtext__sub-text {
	margin: 0;
}

}

@media screen and (min-width: 980px) and (max-width: 1360px) {

.p-screening__container-body-picture01 {
	height: 250px;
	position: relative;
	right: 0;
	top: 190px;
	width: 350px;
}

.p-screening__container-body-picture02 {
	height: 250px;
	left: 20px;
	position: relative;
	top: 127px;
	width: 350px;
}

}

@media screen and (min-width: 980px) and (min-width: 1000px) {

.p-screening__container-result-title {
	align-items: center;
	border-radius: 50%;
	display: flex;
	font-size: 16px;
	height: 120px;
	left: 120px;
	line-height: 1.3125;
	margin-top: 100px;
	padding: 29px 27px;
	position: relative;
	text-align: center;
	width: 120px;
}

.p-screening__container-result-picture {
	align-items: center;
	display: flex;
	height: 926px;
	justify-content: center;
	margin: 157px 0 0 265px;
	width: 537px;
}

.p-screening__container-result-picture-text {
	font-size: 20px;
	height: 136px;
	left: 10px;
	margin: 1.3em 35px 3.3em;
	min-width: 220px;
	padding: 25px 13px;
	position: relative;
	top: -191px;
}

.p-screening__container-result-picture-text::before {
	border-width: 4px 0px 20px 20px;
	left: -4px;
	margin-top: -12px;
	top: 50%;
}

.p-screening__container-result-picture-text::after {
	border-width: 5px 0px 24px 25px;
	left: -8px;
	margin-top: -14px;
	top: 50%;
}

.p-effect__container-body-merit {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-effect__container-body-merit-title {
	font-size: 26px;
	line-height: 1.7307;
	margin-left: 38px;
	padding-top: 7px;
	width: 300px;
}

.p-effect__container-body-merit-lists {
	margin: 50px 92px 45px 82px;
}

.p-effect__container-body-merit-list-number {
	height: 51px;
	margin-right: 25px;
	padding: 10px 17px;
	width: 51px;
}

.p-effect__container-body-merit-list-text {
	font-size: 22px;
}

}

@media screen and (max-width: 1001px) {

.p-pc-header__container-nav-item {
	padding: 10px;
}

.p-pc-header__container-nav-item:first-child {
	padding: 10px;
}

}

@media screen and (max-width: 979px) {

.is-pc {
	display: none;
}

}

@media screen and (max-width: 827px) {

.p-pc-header__container-nav-item {
	padding: 4px;
}

.p-pc-header__container-nav-item:first-child {
	padding: 4px;
}

}

