html {
	overflow-y: scroll;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6,
strong,
b,
th {
	font-weight: normal;
}

article, aside, details, figcaption, figure, picture,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}

ol, ul, li {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	background: transparent;
	font-size: 100%;
	vertical-align: baseline;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 500;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

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

input, select {
	vertical-align: middle;
}

img,
object,
embed {
	vertical-align: top;
}

@font-face {
	src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
}

@font-face {
	src: url("../fonts/NotoSansJP-Medium.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 500;
}

@font-face {
	src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 700;
}

@font-face {
	src: url("../fonts/NotoSansJP-Black.otf") format("opentype");
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 900;
}

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

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	        text-size-adjust: 100%;
}

html.is-nav-active {
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	-webkit-text-size-adjust: 100%;
	min-width: 1080px;
	overflow-x: hidden;
	color: #333333;
	font-family: "Noto Sans JP";
	font-size: 1.6rem;
	line-height: 1.75;
	text-size-adjust: 100%;
}

input,
textarea,
button {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button {
	overflow: visible;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

img {
	max-width: 100%;
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
}

strong,
em,
b {
	font-weight: bold;
}

em {
	font-style: normal;
}

button {
	-webkit-appearance: none;
	        appearance: none;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
}

b {
	font-weight: bold;
}

.l-page {
	background: url(/lp/cms/assets/images/mv_pc.png) no-repeat center top;
}

.l-header {
	height: 112px;
}

.l-footer {
	position: relative;
	padding: 38px 0;
}

.c-box {
	border: 2px solid #2157ad;
	border-radius: 30px;
	background-color: #ffffff;
}

.c-button {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid #333333;
	font-weight: 900;
	text-align: center;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.c-button:hover {
	opacity: 0.7;
}

.c-inner {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

.c-inner--min {
	max-width: 940px;
}

.c-dot-list__item {
	position: relative;
	padding-left: 1em;
}

.c-dot-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\30FB';
}

.c-notes-list__item {
	position: relative;
	padding-left: 1em;
}

.c-notes-list__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\203B';
}

.c-list-tar {
	display: table;
	width: auto;
	margin-left: auto;
}

.c-list-small {
	font-size: 1.3rem;
}

.c-list-order {
	counter-reset: order;
}

.c-list-order__item {
	position: relative;
	padding-left: 1.5em;
}

.c-list-order__item::before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(order) ".";
	counter-increment: order;
}

.p-box {
	border-radius: 20px;
	background-color: #ffffff;
}

.p-box-gary {
	margin: 30px 0;
	padding: 20px;
	border-color: #333333;
	background-color: #f4f4f4;
}

.p-box-gary-square {
	padding: 35px;
	background-color: #f4f4f4;
}

.p-box-primary_l {
	padding: 35px;
	border-radius: 30px;
	background-color: #dbf1ff;
}

.p-box-advice {
	position: relative;
	margin-top: 45px;
	padding: 49px 243px 49px 123px;
	border-radius: 30px;
	background: url(/lp/cms/assets/images/common/icon_bulb.svg) no-repeat 25px center #fffad3;
	background-size: 63px 83px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.556;
}

.p-box-advice::before {
	display: block;
	position: absolute;
	right: 25px;
	bottom: 0;
	width: 203px;
	height: 180px;
	border-radius: 20px;
	background: url(/lp/cms/assets/images/img_adviser_hint.png) no-repeat right top;
	background-size: contain;
	content: "";
}

.p-button-contact {
	background: #ffea44;
}

.p-button-contact--header {
	width: 100%;
	height: 100%;
	border-radius: 23px;
	box-shadow: 2px 2px 4px #00000033;
	font-size: 1.6rem;
}

.p-button-contact--top-contact {
	width: 500px;
	height: 80px;
	margin: 0 auto;
	border-radius: 40px;
	box-shadow: 2px 2px 4px #00000033;
	font-size: 2.8rem;
}

.p-button-contact--top-contact .p-button-contact__text {
	display: table;
	width: auto;
	height: 16px;
	margin: 0 auto;
	padding: 0 50px;
	background: url(/lp/cms/assets/images/common/icon_mail.svg) no-repeat left center;
	background-size: 32px 26px;
	line-height: 1.2;
}

.p-button-checksheet {
	background-color: #2157ad;
	color: #ffffff;
}

.p-button-checksheet__text {
	display: table;
	width: auto;
	height: 24px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.p-button-checksheet--footer {
	align-items: flex-start;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	box-shadow: 2px 2px 4px #00000033;
	font-size: 1.8rem;
	line-height: 1.333;
}

.p-button-checksheet--footer .p-button-checksheet__text {
	padding: 29px 0 44px;
	background-image: url(/lp/cms/assets/images/common/icon_notes.svg);
	background-position: center bottom;
	background-size: 29px 34px;
}

.p-button-checksheet--top-study {
	width: 640px;
	height: 70px;
	margin: 0 auto;
	border-radius: 35px;
	box-shadow: 2px 2px 4px #00000033;
	font-size: 2.3rem;
}

.p-button-checksheet--top-study .p-button-checksheet__text {
	height: 32px;
	padding: 0 50px;
	background-image: url(/lp/cms/assets/images/common/icon_notes.svg);
	background-position: left center;
	background-size: 27px 32px;
}

.p-button-checksheet--top-study .p-button-checksheet__text small {
	font-size: 2.1rem;
}

.p-button-detail {
	width: 128px;
	height: 128px;
	margin: 0 auto;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	font-size: 1.4rem;
}

.p-footer {
	padding: 25px 0;
}

.p-footer__logo {
	width: 90px;
	margin: 0 auto;
}

.p-footer__text {
	margin-top: 20px;
	font-size: 1.3rem;
	line-height: 1.462;
	text-align: center;
}

.p-footer__button-checksheet {
	z-index: 10;
	position: fixed;
	right: 30px;
	bottom: 60px;
	width: 170px;
	height: 170px;
}

.p-fixed-header {
	z-index: 100;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-width: 1040px;
}

.p-header {
	position: relative;
	width: 100%;
	height: 102px;
}

.p-header__inner {
	position: relative;
	width: 100%;
	padding: 20px 20px 0;
}

.p-header__button-contact {
	z-index: 99;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 170px;
	height: 40px;
}

.p-header__nav-group {
	display: flex;
	flex: 1;
}

.p-header__button-nav {
	z-index: 100;
	position: relative;
	width: 92px;
	height: 92px;
	overflow: hidden;
	border-radius: 50%;
	background-color: #000000;
}

.p-gnav {
	z-index: 98;
	position: absolute;
	top: 0;
	left: -100%;
	width: 0;
	height: auto;
	max-height: 100vh;
	overflow-y: auto;
	background: #2157ad;
	color: #ffffff;
	white-space: nowrap;
	transition: all 0.5s ease-in;
}

.p-gnav.is-active {
	left: 0;
	width: 100%;
	transition: all 0.5s ease-out;
}

.p-gnav__inner {
	display: flex;
	padding: 100px 0;
}

.p-gnav__group {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 0 112px;
}

.p-gnav__list {
	font-size: 3.2rem;
	line-height: 1.5;
}

.p-gnav.is-active .p-gnav__list {
	white-space: normal;
}

.p-gnav__item + .p-gnav__item {
	margin-top: 24px;
}

.p-gnav__link {
	display: block;
	position: relative;
	padding-left: 42px;
	transition: opacity 0.2s ease-out;
}

.p-gnav__link:hover {
	opacity: 0.7;
}

.p-gnav__link::before {
	display: block;
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	width: 29px;
	height: 29px;
	margin-top: -14.5px;
	background: url(/lp/cms/assets/images/common/arrow_gnav.svg) no-repeat center center;
	background-size: contain;
	content: "";
}

.p-gnav-sub__list {
	margin-left: 42px;
	font-size: 2.4rem;
}

.p-gnav-sub__item {
	margin-top: 24px;
}

.p-gnav-sub__link {
	display: block;
	position: relative;
	padding-left: 33px;
	transition: opacity 0.2s ease-out;
}

.p-gnav-sub__link:hover {
	opacity: 0.7;
}

.p-gnav-sub__link::before {
	display: block;
	position: absolute;
	top: calc(50% + 2px);
	left: 0;
	width: 17px;
	height: 10px;
	margin-top: -5px;
	background: url(/lp/cms/assets/images/common/arrow_gnav-sub.svg) no-repeat center center;
	background-size: contain;
	content: "";
}

.p-nav-open {
	display: block;
	width: 100%;
	height: 100%;
	background: url(/lp/cms/assets/images/common/btn_drawer_open.svg) no-repeat center center #000000;
	background-size: 30px 28px;
	text-indent: 100%;
	white-space: nowrap;
}

.p-nav-open.is-active {
	background-image: url(/lp/cms/assets/images/common/btn_drawer_close.svg);
	background-size: 24px 24px;
}

.p-typo-min {
	font-size: 1rem;
}

.p-typo-large {
	font-size: 1.8rem;
}

.p-typo-light {
	color: #666666;
}

.p-typo-bold {
	font-weight: 700;
}

.u-ta-r {
	text-align: right;
}

.u-ta-c {
	text-align: center;
}

.top-hero {
	min-height: 664px;
}

.top-hero__title {
	line-height: 1;
}

.top-hero__title-text {
	display: table;
	width: auto;
	margin-bottom: 5px;
	padding: 8px 24px 8px 20px;
	background-color: #80aaed;
	font-size: 5.6rem;
	font-weight: 900;
}

.top-hero__title-text-en {
	font-size: 6.4rem;
	line-height: 0.75;
}

.top-hero__lead {
	width: 435px;
	margin-top: 30px;
}

.top-hero__lead-text {
	font-size: 1.8rem;
	line-height: 1.778;
}

.top-hero__lead-text + .top-hero__lead-text {
	margin-top: 1em;
}

.top-question {
	position: relative;
	padding: 177px 0 90px;
	background-color: #dbf1ff;
}

.top-question::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 162px;
	background: url(/lp/cms/assets/images/bg_wave.png) no-repeat center top;
	background-size: 100% 162px;
	content: "";
}

.top-question__title {
	position: relative;
	margin-bottom: 44px;
	border-bottom: 3px solid #333333;
	font-size: 3.8rem;
	font-weight: 900;
	line-height: 1.2;
	text-align: center;
}

.top-question__title::before {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: -16px;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	transform: rotate(45deg);
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	content: '';
}

.top-question__title::after {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	transform: rotate(45deg);
	border: 0 none transparent;
	border-right: 20px solid #dbf1ff;
	border-bottom: 20px solid #dbf1ff;
	content: '';
}

.top-question__title-text {
	display: block;
	z-index: 2;
	position: relative;
	padding-bottom: 30px;
	background-color: #dbf1ff;
}

.top-question__title-deco {
	position: relative;
}

.top-question__title-deco::after {
	display: block;
	z-index: 3;
	position: absolute;
	top: -215px;
	left: -120px;
	width: 251px;
	height: 308px;
	background: url(/lp/cms/assets/images/img_troubled_person.png) no-repeat center center;
	background-size: contain;
	content: "";
}

.top-box-row {
	display: flex;
	justify-content: space-between;
}

.top-question .top-box-row {
	margin-bottom: 68px;
}

.top-box-unit {
	overflow: hidden;
}

.top-box-row .top-box-unit {
	flex: 1;
}

.top-box-unit--2col {
	max-width: 440px;
}

.top-box-unit__title {
	padding: 15px;
	background: #2157ad;
	color: #ffffff;
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1.304;
	text-align: center;
}

.top-question .top-box-unit__content {
	position: relative;
	height: 350px;
	border: 20px solid #ffffff;
	border-radius: 30px;
	background: url(/lp/cms/assets/images/bg_dot.png) repeat;
}

.top-question .top-box-unit__content--03 {
	height: 240px;
}

.top-box-unit__img {
	display: block;
	position: absolute;
}

.top-question .top-box-unit__img {
	width: 430px;
	max-width: none;
}

.top-question .top-box-unit__img--01 {
	bottom: -20px;
	left: -20px;
}

.top-question .top-box-unit__img--02 {
	right: -20px;
	bottom: -30px;
}

.top-question .top-box-unit__img--03 {
	top: -10px;
	left: 50%;
	width: auto;
	max-width: 100%;
	transform: translateX(-50%);
}

.top-intro {
	position: relative;
	min-height: 635px;
	padding-top: 107px;
	background: url(/lp/cms/assets/images/bg_section_intro_pc.png) no-repeat center center;
	background-size: cover;
	color: #ffffff;
}

.top-intro::after {
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	width: 100px;
	height: 40px;
	transform: translateX(-50%);
	background: url(/lp/cms/assets/images/arrow_section_primary_l.svg) no-repeat center top;
	background-size: contain;
	content: "";
}

.top-intro__title {
	min-height: 83px;
	padding: 10px 0 0 88px;
	background: url(/lp/cms/assets/images/common/icon_bulb.svg) no-repeat left top;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.5;
}

.top-intro__lead {
	min-height: 320px;
	margin-top: 45px;
	padding: 16px 320px 0 0;
	background: url(/lp/cms/assets/images/img_adviser_intro.png) no-repeat right top;
}

.top-intro__lead-text {
	font-size: 1.8rem;
	line-height: 1.667;
}

.top-intro__lead-text + .top-intro__lead-text {
	margin-top: 1em;
}

.top-intro__lead-text b {
	font-weight: 700;
}

.top-intro__lead-text strong {
	color: #ffea44;
	font-weight: 700;
}

.top-intro__lead-text strong strong {
	color: #ffffff;
	font-size: 2.1rem;
}

.top-study-group {
	background: url(/lp/cms/assets/images/bg_lattice.png) repeat left 5px transparent;
}

.top-study {
	padding: 75px 0;
}

.top-study--colored {
	background-color: rgba(244, 244, 244, 0.5);
}

.top-study__title {
	display: table;
	position: relative;
	width: auto;
	margin: 0 auto 25px;
	text-align: center;
}

.top-study__title::before {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.top-study__title--01::before {
	top: -60px;
	left: -73px;
	width: 73px;
	height: 183px;
	background-image: url(/lp/cms/assets/images/section_study01-title_img_adviser.png);
}

.top-study__title--02::before {
	top: -45px;
	left: -92px;
	width: 92px;
	height: 159px;
	margin-left: -10px;
	background-image: url(/lp/cms/assets/images/section_study02-title_img_adviser.png);
}

.top-study__title--03::before {
	top: -60px;
	left: -119px;
	width: 119px;
	height: 174px;
	background-image: url(/lp/cms/assets/images/section_study03-title_img_adviser.png);
}

.top-study__title--04::before {
	top: -60px;
	left: -114px;
	width: 114px;
	height: 178px;
	background-image: url(/lp/cms/assets/images/section_study04-title_img_adviser.png);
}

.top-study__title--05::before {
	top: -60px;
	left: -249px;
	width: 249px;
	height: 183px;
	margin-left: 70px;
	background-image: url(/lp/cms/assets/images/section_study05-title_img_adviser.png);
}

.top-study__title-shoulder {
	display: table;
	position: relative;
	width: auto;
	margin: 0 auto;
	padding: 0 0 10px 106px;
	background: url(/lp/cms/assets/images/label_study.png) no-repeat left top;
	background-size: 98px 67px;
	color: #2157ad;
	font-size: 5.4rem;
	font-weight: 700;
	letter-spacing: -1.62px;
	line-height: 1;
}

.top-study__title-shoulder::after {
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 38px;
	height: 6px;
	transform: translateX(-50%);
	background: url(/lp/cms/assets/images/bg_study_title.png) no-repeat center bottom;
	background-size: contain;
	content: "";
}

.top-study__title-text {
	display: table;
	width: auto;
	margin: 0 auto;
	font-size: 4.3rem;
	font-weight: 900;
	line-height: 1.5;
}

.top-study__sub-title {
	position: relative;
}

.top-study__sub-title::before {
	display: block;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 3px;
	transform: translateY(-50%);
	border-top: 3px solid #2157ad;
	content: "";
}

.top-study__sub-title-text {
	display: table;
	z-index: 2;
	position: relative;
	width: auto;
	margin: 50px auto 30px;
	padding: 12px 55px;
	border-radius: 40px;
	background: #2157ad;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.25;
}

.top-study__lead {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: center;
}

.top-study__lead p + p {
	margin-top: 0.5em;
}

.top-study__em {
	margin-top: 1em;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.611;
	text-align: center;
}

.top-study__em + p {
	margin-top: 0.5em;
}

.top-study-cms-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 705px;
	margin: 0 auto;
}

.top-study-cms-list__item {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 15px;
	border: 2px solid #333333;
	border-radius: 10px;
	background: #ffea44;
}

.top-study-cms-list__text {
	display: block;
	padding: 10px 15px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
}

.top-study-converseation-unit {
	position: relative;
	padding-right: 129px;
	padding-left: 129px;
}

.top-study-converseation-unit + .top-study-converseation-unit {
	margin-top: 20px;
}

.top-study-converseation-unit::before {
	display: block;
	position: absolute;
	top: calc(50% + 102px / 2 + 2px);
	width: 102px;
	height: auto;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.286;
	text-align: center;
}

.top-study-converseation-unit::after {
	display: block;
	position: absolute;
	top: 50%;
	width: 62px;
	height: 62px;
	transform: translateY(-50%);
	border: 2px solid #333333;
	border-radius: 50%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.top-study-converseation-unit__balloon {
	position: relative;
}

.top-study-converseation-unit__balloon::before {
	display: block;
	z-index: 2;
	position: absolute;
	top: 50%;
	width: 17px;
	height: 22px;
	transform: translateY(-50%);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}

.top-study-converseation-unit__text {
	display: flex;
	align-items: center;
	min-height: 92px;
	padding: 5px 25px;
	border: 2px solid #333333;
	border-radius: 20px;
	background: #ffffff;
	font-size: 1.8rem;
	line-height: 1.556;
}

.top-study-converseation-unit--you::before {
	left: 0;
	content: "\62C5\5F53\8005\FF21\541B";
}

.top-study-converseation-unit--you::after {
	left: 0;
	background-color: #dbf1ff;
	background-image: url(/lp/cms/assets/images/label_person_a.png);
}

.top-study-converseation-unit--you .top-study-converseation-unit__balloon::before {
	left: -15px;
	background-image: url(/lp/cms/assets/images/icon_speech_tail_you.png);
}

.top-study-converseation-unit--us::before {
	right: 0;
	content: "CMS\4F1D\9053\5E2B";
}

.top-study-converseation-unit--us::after {
	right: 0;
	background-color: #ffea44;
	background-image: url(/lp/cms/assets/images/label_adviser.png);
}

.top-study-converseation-unit--us .top-study-converseation-unit__balloon::before {
	right: -15px;
	background-image: url(/lp/cms/assets/images/icon_speech_tail_us.png);
}

.top-study-check-list-block {
	display: flex;
	margin-top: 40px;
}

.top-study-check-list-block__title {
	flex-basis: 164px;
}

.top-study-check-list-block__title img {
	width: 152px;
}

.top-study-check-list-block__data {
	flex: 1;
}

.top-study-check-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -10px;
}

.top-study-check-list__item {
	width: 25%;
	min-height: 24px;
	margin-top: 20px;
	padding-left: 34px;
	background: url(/lp/cms/assets/images/common/icon_check.svg) no-repeat left top;
	background-size: 24px auto;
	line-height: 1.4;
}

.top-study-check-list--inverse {
	display: block;
	margin-top: -5px;
}

.top-study-check-list--inverse .top-study-check-list__item {
	display: table;
	width: auto;
	margin-top: 5px;
	padding: 5px 5px 5px 34px;
	background: url(/lp/cms/assets/images/common/icon_check_checked.svg) no-repeat 5px calc(5px + 0.2em) #ffea44;
	background-size: 24px auto;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
}

.top-study-checksheet-sample {
	margin-top: 55px;
}

.top-study-checksheet-sample__title {
	display: table;
	width: auto;
	height: 46px;
	margin: 0 auto 20px;
	padding-left: 35px;
	background: url(/lp/cms/assets/images/common/icon_checksheet.svg) no-repeat left top;
}

.top-study-checksheet-sample__title-text {
	display: flex;
	align-items: center;
	height: 100%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.611;
}

.top-study-checksheet {
	position: relative;
	border: 2px solid #333333;
}

.top-study-checksheet::before {
	display: block;
	z-index: -1;
	position: absolute;
	top: -5px;
	left: 10px;
	width: 100%;
	height: 100%;
	transform: matrix(1, 0.03, -0.03, 1, 0, 0);
	background: rgba(203, 203, 203, 0.4);
	content: "";
}

.top-study-checksheet__header {
	z-index: 1;
	position: relative;
	padding: 33px 80px;
	background: #2157ad;
	color: #ffffff;
}

.top-study-checksheet__header::before {
	display: block;
	position: absolute;
	top: -2px;
	left: 25px;
	width: calc(100% - 25px * 2);
	height: 100%;
	background: url(/lp/cms/assets/images/bg_looseleaf.png) repeat-x center top;
	background-size: auto 19px;
	content: "";
}

.top-study-checksheet__title {
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.071;
	text-align: center;
}

.top-study-checksheet__content {
	z-index: 1;
	position: relative;
	padding: 60px 80px;
	background: #ffffff;
}

.top-study-checksheet-list__title {
	font-size: 2.3rem;
	font-weight: 900;
}

.top-study-checksheet-list__data + .top-study-checksheet-list__title {
	margin-top: 40px;
}

.top-study-check-column {
	margin-top: 35px;
}

.top-study-check-column__row {
	display: flex;
}

.top-study-check-column__row-title--check {
	flex-basis: 124px;
}

.top-study-check-column__row-title--check img {
	width: 100%;
}

.top-study-check-column__row-title--diff {
	display: flex;
	flex-basis: 118px;
	align-items: center;
	justify-content: center;
	height: 118px;
	border-radius: 50%;
	background: #000000;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.438;
	text-align: center;
}

.top-study-check-column__row-content {
	flex: 1;
	padding-left: 16px;
}

.top-study-check-column__row-content p + p {
	margin-top: 1em;
}

.top-study-check-column-box {
	margin-top: 25px;
	padding: 30px;
	border: 2px dotted #cccccc;
}

.top-study-check-column-box__title {
	min-height: 33px;
	margin-bottom: 15px;
	padding-left: 38px;
	background: url(/lp/cms/assets/images/common/icon_note.svg) no-repeat left center;
	background-size: contain;
	font-size: 2.3rem;
	font-weight: 900;
	line-height: 1.2;
}

.top-study-checksheet-box {
	margin-top: 20px;
}

.top-study-checksheet-box__notes {
	margin-top: 15px;
	font-size: 1.3rem;
	font-weight: 700;
}

.top-study-feature {
	position: relative;
	margin-top: 41px;
}

.top-study-feature::before {
	display: block;
	position: absolute;
	top: -202px;
	right: 0;
	width: 219px;
	height: 202px;
	margin-top: 5px;
	background: url(/lp/cms/assets/images/img_adviser_feature.png) no-repeat left center;
	background-size: contain;
	content: "";
}

.top-study-feature-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -25px;
}

.top-study-feature-list__item {
	width: 328px;
	margin-bottom: 25px;
}

.top-study-feature-list__title {
	padding: 9px;
	border-radius: 20px 20px 0 0;
	background: #2157ad;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
}

.top-study-feature-list__content {
	padding: 24px;
}

.top-study-flow-box {
	margin-top: 40px;
}

.top-study-flow-box__img {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 35px;
}

.top-study-point {
	display: flex;
	padding: 35px 78px;
	border-top: 2px dashed #333333;
}

.top-study-point__title {
	flex-basis: 167px;
}

.top-study-point__title img {
	width: 152px;
}

.top-study-point__data {
	flex: 1;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.611;
}

.top-study-point__data p + P {
	margin-top: 0.75em;
}

.top-study-result {
	display: table;
	width: auto;
	margin: 40px auto 0;
}

.top-case {
	position: relative;
}

.top-case__inner {
	z-index: 1;
	position: relative;
	min-height: 640px;
	background: url(/lp/cms/assets/images/bg_section_case_pc.png) no-repeat center top;
	background-size: cover;
}

.top-case__title {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 120px;
	padding-right: 20px;
	padding-left: 20px;
	background: #2157ad;
	color: #ffffff;
	font-size: 3.6rem;
	font-weight: 900;
	line-height: 1.056;
}

.top-case__title::after {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 100px;
	height: 40px;
	transform: translateX(-50%);
	background: url(/lp/cms/assets/images/arrow_section_primary.svg) no-repeat center top;
	background-size: contain;
	content: "";
}

.top-case__title-text {
	display: table;
	margin: 0 auto;
}

.top-case__lead {
	min-height: 250px;
	margin-top: 64px;
	padding: 24px 0 0 280px;
	background: url(/lp/cms/assets/images/img_adviser_case.png) no-repeat left top;
}

.top-case__lead-text {
	display: table;
	width: auto;
	margin-bottom: 5px;
	padding: 5px 16px;
	background-color: #ffea44;
	font-size: 2.8rem;
	font-weight: 900;
	line-height: 1.4;
}

.top-case__message {
	margin-top: 30px;
	font-size: 2.7rem;
	font-weight: 900;
	line-height: 1.667;
	text-align: center;
}

.top-case-box {
	z-index: 2;
	position: relative;
	margin-top: -160px;
	padding: 30px 40px;
}

.top-case-box__title {
	margin-bottom: 45px;
	padding-bottom: 20px;
	border-bottom: 3px solid #333333;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.357;
	text-align: center;
}

.top-case-box__logo {
	display: table;
	width: auto;
	margin: 0 auto 50px;
}

.top-case-unit {
	margin-top: 25px;
	border-radius: 20px;
	box-shadow: 2px 2px 4px #00000033;
}

.top-case-unit__link {
	display: block;
	transition: opacity 0.2s ease-out;
}

.top-case-unit__link:hover {
	opacity: 0.7;
}

.top-case-unit__img {
	position: relative;
}

.top-case-unit__img img {
	z-index: 1;
	border-radius: 20px  20px 0 0;
}

.top-case-unit__title {
	z-index: 2;
	position: absolute;
	bottom: 30px;
	left: 30px;
	font-weight: 900;
}

.top-case-unit__title-text {
	color: #ffffff;
	font-size: 3.1rem;
	line-height: 1.387;
}

.top-case-unit__title-shoulder {
	display: block;
	width: 140px;
	height: 26px;
	margin-bottom: 10px;
	padding-top: 1px;
	border-radius: 5px;
	background: #000000;
	color: #ffffff;
	font-size: 1.2rem;
	text-align: center;
}

.top-case-unit__content {
	padding: 30px 20px 30px 30px;
}

.top-case-unit__content-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-case-unit__content-col-text {
	flex: 1;
	padding-right: 20px;
}

.top-case-unit__content-col-button {
	flex-basis: 129px;
}

.top-case-unit__catch {
	margin-bottom: 10px;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.25;
}

.top-expert {
	padding: 90px 0 105px;
	background: url(/lp/cms/assets/images/bg_expert.png) no-repeat center bottom;
	background-size: cover;
}

.top-expert__row {
	display: flex;
	justify-content: space-between;
}

.top-expert__col-title {
	width: 392px;
}

.top-expert__col-list {
	width: 580px;
}

.top-expert__header {
	position: relative;
	width: 392px;
	height: 392px;
}

.top-expert__header::before {
	display: block;
	position: absolute;
	top: -90px;
	left: 50%;
	width: 167px;
	height: 252px;
	transform: translateX(-50%);
	background: url(/lp/cms/assets/images/img_adviser_expert.png) no-repeat center top;
	background-size: contain;
	content: "";
}

.top-expert__title {
	width: 100%;
	height: 100%;
	padding-top: 181px;
	border: 3px solid #333333;
	border-radius: 50%;
	background: #ffea44;
	font-weight: 900;
	text-align: center;
}

.top-expert__title-shoulder {
	display: block;
	margin-bottom: 10px;
	font-size: 2.5rem;
	line-height: 1.2;
}

.top-expert__title-text {
	display: block;
	font-size: 4rem;
	line-height: 1.2;
}

.top-expert-list {
	margin-bottom: -20px;
}

.top-expert-list__item {
	width: 100%;
	margin-bottom: 20px;
}

.top-expert-list__title {
	padding: 14px 9px;
	border-radius: 20px 20px 0 0;
	background: #2157ad;
	color: #ffffff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}

.top-expert-list__content {
	padding: 25px 40px 40px;
}

.top-expert-list__content p + p {
	margin-top: 0.5em;
}

.top-expert-list__text-em {
	margin-bottom: 10px;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.455;
}

.top-contact {
	position: relative;
}

.top-contact__inner {
	z-index: 1;
	position: relative;
	min-height: 776px;
	padding-bottom: 90px;
	background: url(/lp/cms/assets/images/bg_section_contact.png) no-repeat center top;
	background-size: cover;
}

.top-contact__title {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	min-height: 229px;
	padding-right: 20px;
	padding-left: 20px;
	background: #2157ad;
	color: #ffffff;
	font-weight: 900;
	line-height: 1.056;
}

.top-contact__title::after {
	display: block;
	z-index: 1;
	position: absolute;
	bottom: -40px;
	left: 50%;
	width: 100px;
	height: 40px;
	transform: translateX(-50%);
	background: url(/lp/cms/assets/images/arrow_section_primary.svg) no-repeat center top;
	background-size: contain;
	content: "";
}

.top-contact__title-text, .top-contact__title-shoulder {
	display: table;
	margin: 0 auto;
}

.top-contact__title-shoulder {
	margin-bottom: 5px;
	font-size: 2.4rem;
	line-height: 1.25;
}

.top-contact__title-text {
	font-size: 3.6rem;
	line-height: 1.111;
	text-align: center;
}

.top-contact__row {
	display: flex;
	padding-top: 85px;
}

.top-contact__col-text {
	flex: 1;
	padding-right: 35px;
}

.top-contact__col-text P + p {
	margin-top: 0.5em;
}

.top-contact__col-img {
	flex-basis: 520px;
}

.top-contact__text {
	color: #ffffff;
}

.top-contact__em-text {
	margin-bottom: 20px;
	color: #ffea44;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.25;
}

.top-contact-box {
	margin-top: 40px;
	border-color: #333333;
}

.top-contact-box__title {
	padding: 15px 10px;
	border-radius: 30px 30px 0 0;
	background: #000000;
	color: #ffffff;
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.25;
	text-align: center;
}

.top-contact-box__content {
	padding: 45px 60px;
	border-radius: 0 0 30px 30px;
}

.top-contact-box__content--colored {
	background: #fffad3;
}

.top-contact-box__notes {
	margin-top: 20px;
	text-align: center;
}

.top-iact-info {
	display: flex;
	font-size: 1.4rem;
}

.top-iact-info__head {
	flex-basis: 160px;
	padding-right: 55px;
	font-weight: 700;
	line-height: 1.375;
}

.top-iact-info__content {
	flex: 1;
}

.top-iact-info__logo {
	margin-bottom: 15px;
}

.top-iact-info__lead {
	line-height: 1.643;
}

.top-iact-info__lead p + p {
	margin-top: 1em;
}

.top-iact-info__notes {
	gap: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.top-iact-info__notes-content {
	flex: 1;
}

.top-iact-info__link {
	display: block;
	position: relative;
	width: -webkit-fit-content;
	width: fit-content;
	padding-left: 14px;
	color: #2157ad;
	font-weight: 700;
	line-height: 1.357;
	white-space: nowrap;
	transition: opacity 0.2s ease-out;
}

.top-iact-info__link:hover {
	opacity: 0.7;
}

.top-iact-info__link::before {
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 6px;
	height: 11px;
	background: url(/lp/cms/assets/images/common/arrow_link.svg) no-repeat center center;
	background-size: contain;
	content: "";
}

.top-iact-info-security {
	justify-items: flex-end;
	width: 100%;
}

.top-iact-info-security__data {
	font-size: 1.2rem;
	line-height: 1.5;
}

.top-iact-announce {
	font-size: 1.3rem;
}

.top-iact-data-table {
	width: 100%;
	margin: 25px 0;
	padding: 23px 0;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-collapse: separate;
	line-height: 2;
}

.top-iact-data-table__th, .top-iact-data-table__td {
	padding: 2px 0;
}

.top-iact-data-table__th {
	width: 130px;
	font-weight: 700;
	text-align: left;
	white-space: nowrap;
}

@media screen and (max-width: 768px) {
	body {
		min-width: 320px;
		font-size: 1.4rem;
		line-height: 1.571;
	}
	.l-page {
		background: none;
	}
	.l-header {
		height: 51px;
	}
	.l-footer {
		padding: 20px 0 64px;
	}
	.c-inner {
		width: 100%;
	}
	.c-inner--sp-full {
		padding-right: 0;
		padding-left: 0;
	}
	.p-box-gary {
		margin: 25px 0;
		padding: 18px;
	}
	.p-box-gary-square {
		padding: 40px 15px 25px;
	}
	.p-box-primary_l {
		padding: 25px 15px;
	}
	.p-box-advice {
		display: flex;
		align-items: center;
		min-height: 120px;
		margin-top: 30px;
		padding: 20px 110px 20px 25px;
		background-image: none;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.p-box-advice::before {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100%;
		overflow: hidden;
		background-position: right bottom;
		background-size: 115px auto;
		content: "";
	}
	.p-box-advice::after {
		display: block;
		position: absolute;
		right: 70px;
		bottom: 70px;
		width: 30px;
		height: 40px;
		background: url(/lp/cms/assets/images/common/icon_bulb.svg) no-repeat left top;
		background-size: contain;
		content: "";
	}
	.p-button-contact--header {
		font-size: 1.3rem;
	}
	.p-button-contact--top-contact {
		width: 100%;
		max-width: 360px;
		height: 60px;
		font-size: 2rem;
	}
	.p-button-contact--top-contact .p-button-contact__text {
		height: 16px;
		background-position-x: 25px;
		background-size: 20px 16px;
	}
	.p-button-checksheet--footer {
		align-items: center;
		border-width: 2px 0 0 0;
		border-radius: 0;
		box-shadow: 0px -3px 4px #00000033;
	}
	.p-button-checksheet--footer .p-button-checksheet__text {
		padding: 0 10px 0 30px;
		background-position: 0 center;
		background-size: 20px 24px;
	}
	.p-button-checksheet--top-study {
		width: 100%;
		max-width: 360px;
		height: 80px;
		font-size: 1.8rem;
		line-height: 1.333;
	}
	.p-button-checksheet--top-study .p-button-checksheet__text {
		padding: 0 10px 0 30px;
		background-position: 0 center;
		background-size: 20px 24px;
		text-align: left;
	}
	.p-button-checksheet--top-study .p-button-checksheet__text small {
		font-size: 1.7rem;
	}
	.p-button-detail {
		width: 220px;
		height: 35px;
		border-radius: 23px;
		font-size: 1.3rem;
	}
	.p-footer {
		padding-bottom: 70px;
	}
	.p-footer__text {
		margin-top: 10px;
	}
	.p-footer__button-checksheet {
		right: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 44px;
	}
	.p-footer__button-checksheet small {
		font-size: 1.5rem;
	}
	.p-fixed-header {
		min-width: 320px;
	}
	.p-header {
		height: 51px;
	}
	.p-header__inner {
		padding: 5px 5px 0;
	}
	.p-header__button-contact {
		top: 11px;
		right: 5px;
		width: 110px;
		height: 35px;
	}
	.p-header__button-nav {
		width: 46px;
		height: 46px;
	}
	.p-gnav__inner {
		padding: 70px 0 50px;
	}
	.p-gnav__group {
		display: block;
		width: auto;
		padding: 0 15px;
	}
	.p-gnav__list {
		font-size: 1.6rem;
	}
	.p-gnav__item + .p-gnav__item {
		margin-top: 8px;
	}
	.p-gnav__link:hover {
		opacity: 1;
	}
	.p-gnav__link {
		padding: 10px 0 10px 21.5px;
	}
	.p-gnav__link::before {
		top: 15px;
		width: 15px;
		height: 15px;
		margin-top: 0;
	}
	.p-gnav-sub__list {
		margin-left: 21.5px;
		font-size: 1.4rem;
	}
	.p-gnav-sub__item {
		margin-top: 8px;
	}
	.p-gnav-sub__link {
		padding: 10px 0 10px 19px;
	}
	.p-gnav-sub__link:hover {
		opacity: 1;
	}
	.p-nav-open {
		background-size: 15px 14px;
	}
	.p-nav-open.is-active {
		background-size: 12px 12px;
	}
	.u-sp-hidden {
		display: none;
	}
	.top-hero {
		min-height: 80vw;
		margin-top: -51px;
		padding-top: 51.2vw;
		background: url(/lp/cms/assets/images/mv_sp.png) no-repeat center top;
		background-size: contain;
	}
	.top-hero__title-text {
		margin-bottom: 2px;
		padding: 8px 10px 8px 12px;
		font-size: 2.8rem;
	}
	.top-hero__title-text-sp {
		display: table;
		margin-bottom: 2px;
		padding: 8px 12px 8px 10px;
		background-color: #80aaed;
	}
	.top-hero__title-text-sp .top-hero__title-text {
		display: inline;
		margin-bottom: 0;
		padding: 0;
		background-color: transparent;
	}
	.top-hero__title-text-en {
		font-size: 2.8rem;
		line-height: 1;
	}
	.top-hero__lead {
		width: auto;
		margin-top: 6.66667vw;
		padding: 0 9.33333vw;
	}
	.top-hero__lead-text {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: center;
	}
	.top-question {
		padding-top: 195px;
		padding-bottom: 50px;
		background-image: url(/lp/cms/assets/images/bg_wave.png);
		background-position: 35% top;
		background-repeat: no-repeat;
	}
	.top-question::before {
		display: none;
	}
	.top-question__title {
		margin-bottom: 24px;
		font-size: 2.4rem;
		line-height: 1.167;
	}
	.top-question__title::before {
		display: block;
		position: absolute;
		bottom: -12px;
		width: 18px;
		height: 18px;
		margin-left: -9px;
		transform: rotate(45deg);
		border-right: 3px solid #333333;
		border-bottom: 3px solid #333333;
		content: '';
	}
	.top-question__title::after {
		bottom: -8px;
		width: 16px;
		height: 16px;
		margin-left: -8px;
		border-right-width: 8px;
		border-bottom-width: 8px;
	}
	.top-question__title-text {
		padding-bottom: 15px;
	}
	.top-question__title-deco::after {
		top: -160px;
		left: 50%;
		width: 115.4023px;
		height: 141.6092px;
		transform: translateX(-50%);
	}
	.top-question .top-box-row {
		display: block;
		margin-bottom: 30px;
	}
	.top-box-unit {
		width: 100%;
		max-width: 440px;
		margin: 10px auto 0;
	}
	.top-box-unit__title {
		padding: 12px;
		font-size: 1.6rem;
		line-height: 1.313;
	}
	.top-question .top-box-unit__content {
		width: 100%;
		height: auto;
		border-width: 12px;
	}
	.top-question .top-box-unit__content::before {
		display: block;
		padding-top: calc(100% - 45px - 12px - 12px);
		content: "";
	}
	.top-question .top-box-unit__content-inner {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.top-question .top-box-unit__img {
		width: 100%;
		max-width: 100%;
	}
	.top-question .top-box-unit__img--01 {
		bottom: -12px;
		left: -12px;
	}
	.top-question .top-box-unit__img--02 {
		right: -12px;
		bottom: -12px;
	}
	.top-question .top-box-unit__img--03 {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.top-intro {
		padding-top: 24px;
		padding-bottom: 45px;
		background-image: url(/lp/cms/assets/images/bg_section_intro_sp.png);
		background-position: right top;
		background-size: cover;
	}
	.top-intro::after {
		width: 60px;
		height: 24px;
	}
	.top-intro__title {
		position: relative;
		min-height: 0;
		padding: 190px 0 0;
		background-image: none;
		font-size: 2.8rem;
		line-height: 1.429;
		text-align: center;
	}
	.top-intro__title::before {
		display: block;
		position: absolute;
		top: 0;
		left: calc(50% - 44px);
		width: 189px;
		height: 174px;
		margin-left: 22px;
		transform: translateX(-50%);
		background: url(/lp/cms/assets/images/common/icon_bulb.svg) no-repeat left top, url(/lp/cms/assets/images/img_adviser_intro.png) no-repeat right bottom;
		background-size: 44px 59px, 145px 145px;
		content: "";
	}
	.top-intro__lead {
		min-height: 0;
		margin-top: 15px;
		padding: 0;
		background-image: none;
	}
	.top-intro__lead-text {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.top-intro__lead-text strong strong {
		font-size: 1.9rem;
	}
	.top-study {
		padding: 50px 0;
	}
	.top-study__title {
		margin-bottom: 20px;
	}
	.top-study__title::before {
		display: none;
	}
	.top-study__title-shoulder {
		padding-left: 87px;
		background-size: 77px 52px;
		font-size: 4.3rem;
	}
	.top-study__title-shoulder::after {
		width: 33.7778px;
		height: 5.3333px;
	}
	.top-study__title-text {
		margin-top: 15px;
		font-size: 3.2rem;
		line-height: 1.2;
	}
	.top-study__sub-title-text {
		margin: 30px auto 20px;
		border-radius: 80px;
		font-size: 1.8rem;
		line-height: 1.278;
		text-align: center;
	}
	.top-study__lead {
		font-size: 1.5rem;
		line-height: 1.6;
		text-align: left;
	}
	.top-study__em {
		font-size: 1.6rem;
		line-height: 1.5;
		text-align: left;
	}
	.top-study-cms-list {
		justify-content: flex-start;
		width: auto;
		max-width: 594px;
	}
	.top-study-cms-list__item {
		flex-basis: 95px;
		max-width: 95px;
		height: 64px;
		margin: 2px;
	}
	.top-study-cms-list__item--sp-notes {
		flex: 1;
		justify-content: flex-start;
		min-width: 95px;
		max-width: 100%;
		height: auto;
		border: none;
		background: transparent;
	}
	.top-study-cms-list__text {
		padding: 9px;
		font-size: 1.4rem;
		line-height: 1.143;
	}
	.top-study-converseation-unit {
		padding-right: 78px;
		padding-left: 78px;
	}
	.top-study-converseation-unit::before {
		top: calc(50% + 62px / 2 + 2px);
		width: 62px;
		font-size: 1.2rem;
	}
	.top-study-converseation-unit__balloon::before {
		width: 11.3333px;
		height: 14.6667px;
	}
	.top-study-converseation-unit__text {
		min-height: 62px;
		padding: 5px 18px;
		font-size: 1.4rem;
		line-height: 1.429;
	}
	.top-study-converseation-unit--you {
		padding-right: 0;
	}
	.top-study-converseation-unit--you .top-study-converseation-unit__balloon::before {
		left: -9px;
	}
	.top-study-converseation-unit--us {
		padding-left: 0;
	}
	.top-study-converseation-unit--us .top-study-converseation-unit__balloon::before {
		right: -9px;
	}
	.top-study-check-list-block {
		display: block;
		margin-top: 18px;
	}
	.top-study-check-list-block__title {
		width: 94px;
	}
	.top-study-check-list-block__title img {
		width: 100%;
	}
	.top-study-check-list-block__data {
		margin-top: -12px;
	}
	.top-study-check-list {
		margin-top: 0;
	}
	.top-study-check-list__item {
		width: 50%;
		min-height: 18px;
		margin-top: 14px;
		padding-left: 23px;
		background-size: 18px auto;
		font-size: 1.4rem;
	}
	.top-study-check-list--inverse .top-study-check-list__item {
		display: block;
		padding: 8px 8px 8px 34px;
		background-position: 8px calc(8px + 0.25em);
		background-size: 18px auto;
		font-size: 1.6rem;
	}
	.top-study-checksheet-sample {
		margin-top: 40px;
	}
	.top-study-checksheet-sample__title {
		height: 56px;
		margin-bottom: 10px;
		padding: 56px 0 0;
		background-position-x: center;
	}
	.top-study-checksheet-sample__title-text {
		font-size: 1.6rem;
	}
	.top-study-checksheet__header {
		padding: 30px 35px 20px;
	}
	.top-study-checksheet__title {
		font-size: 2rem;
		line-height: 1.5;
	}
	.top-study-checksheet__content {
		padding: 18px;
	}
	.top-study-checksheet-list__title {
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.top-study-check-column__row {
		display: block;
	}
	.top-study-check-column__row-title--check {
		width: 94px;
		margin: -60px 0 0 -16px;
	}
	.top-study-check-column__row-title--diff {
		display: table;
		width: auto;
		height: 30px;
		margin-bottom: 14px;
		padding: 5px 16px;
		border-radius: 30px;
		font-size: 1.5rem;
	}
	.top-study-check-column__row-content {
		padding-left: 0;
		font-size: 1.4rem;
		line-height: 1.571;
	}
	.top-study-check-column-box {
		padding: 20px 18px;
	}
	.top-study-check-column-box__title {
		min-height: 25px;
		padding-left: 31px;
		background-size: 21px auto;
		font-size: 1.8rem;
	}
	.top-study-feature {
		margin-top: 30px;
	}
	.top-study-feature::before {
		display: none;
	}
	.top-study-feature-list {
		display: block;
		margin-bottom: -15px;
	}
	.top-study-feature-list__item {
		width: 100%;
		margin-bottom: 15px;
	}
	.top-study-feature-list__title {
		padding: 14px 9px;
		font-size: 2rem;
		line-height: 1.1;
	}
	.top-study-feature-list__content {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.top-study-flow-box__img {
		padding: 5px;
	}
	.top-study-point {
		display: block;
		position: relative;
		padding: 45px 15px 25px;
	}
	.top-study-point__title {
		z-index: 1;
		position: relative;
		width: 94px;
		margin-top: -60px;
	}
	.top-study-point__title img {
		width: 100%;
	}
	.top-study-point__data {
		z-index: 2;
		position: relative;
		margin-top: -1px;
		background: #ffffff;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.top-study-result {
		margin-top: 25px;
	}
	.top-case__inner {
		min-height: 0;
		padding-bottom: 120px;
		background-image: url(/lp/cms/assets/images/bg_section_case_sp.png);
		background-size: 100% auto;
	}
	.top-case__title {
		min-height: 80px;
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.top-case__title::after {
		bottom: -24px;
		width: 60px;
		height: 24px;
	}
	.top-case__lead {
		min-height: 0;
		margin-top: 20px;
		padding-top: 188px;
		padding-left: 0;
		background-position: center 24px;
		background-size: 145px 145px;
	}
	.top-case__lead-text {
		display: block;
		padding: 5px;
		font-size: 1.85rem;
		text-align: center;
	}
	.top-case__lead-text.u-sp-hidden {
		display: none;
	}
	.top-case__message {
		display: none;
		font-size: 2rem;
	}
	.top-case-box {
		margin-top: -85px;
		padding: 20px 20px 40px;
	}
	.top-case-box__title {
		margin-bottom: 25px;
		font-size: 2rem;
	}
	.top-case-box__logo {
		margin-bottom: 25px;
	}
	.top-case-unit__link:hover {
		opacity: 1;
	}
	.top-case-unit__img {
		display: flex;
		flex-direction: column-reverse;
	}
	.top-case-unit__title {
		position: static;
		padding: 20px 15px;
		border: 1px solid #707070;
		background: #000000;
		font-weight: 700;
	}
	.top-case-unit__title-text {
		font-size: 1.8rem;
	}
	.top-case-unit__title-shoulder {
		margin-top: -35px;
	}
	.top-case-unit__content {
		padding: 20px 15px;
	}
	.top-case-unit__content-row {
		display: block;
	}
	.top-case-unit__content-col-text {
		padding-right: 0;
	}
	.top-case-unit__content-col-button {
		margin-top: 15px;
	}
	.top-case-unit__catch {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.389;
	}
	.top-case-unit__summary {
		font-size: 1.4rem;
		line-height: 1.571;
	}
	.top-expert {
		padding: 65px 0 50px;
		background: #f9fcfe;
	}
	.top-expert__row {
		display: block;
	}
	.top-expert__col-title {
		width: 100%;
		margin-bottom: 25px;
	}
	.top-expert__col-list {
		width: 100%;
	}
	.top-expert__header {
		width: 270px;
		height: 270px;
		margin: 0 auto;
	}
	.top-expert__header::before {
		top: -60px;
		width: 115px;
		height: 172px;
	}
	.top-expert__title {
		padding-top: 125px;
	}
	.top-expert__title-shoulder {
		margin-bottom: 5px;
		font-size: 1.7rem;
	}
	.top-expert__title-text {
		font-size: 2.8rem;
	}
	.top-expert-list {
		margin-bottom: -15px;
	}
	.top-expert-list__item {
		margin-bottom: 15px;
	}
	.top-expert-list__title {
		padding: 9px;
		font-size: 2rem;
	}
	.top-expert-list__content {
		padding: 15px 20px 20px;
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.top-expert-list__text-em {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.444;
		text-align: center;
	}
	.top-contact__inner {
		min-height: 0;
		padding-bottom: 35px;
		background-size: cover;
	}
	.top-contact__title {
		min-height: 155px;
		text-align: center;
	}
	.top-contact__title::after {
		bottom: -24px;
		width: 60px;
		height: 24px;
	}
	.top-contact__title-shoulder {
		font-size: 1.6rem;
	}
	.top-contact__title-text {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.top-contact__row {
		flex-direction: column-reverse;
		padding-top: 39px;
	}
	.top-contact__col-text {
		flex: auto;
		padding-right: 0;
	}
	.top-contact__col-img {
		flex-basis: auto;
		margin-bottom: 15px;
	}
	.top-contact__text {
		font-size: 1.5rem;
		line-height: 1.6;
	}
	.top-contact__em-text {
		font-size: 1.8rem;
		line-height: 1.5;
		text-align: center;
	}
	.top-contact-box {
		margin-top: 20px;
	}
	.top-contact-box__title {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.top-contact-box__content {
		padding: 25px 20px;
	}
	.top-contact-box__notes {
		font-size: 1.5rem;
		line-height: 1.6;
		text-align: left;
	}
	.top-iact-info {
		display: block;
		font-size: 1.3rem;
	}
	.top-iact-info__head {
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.top-iact-info__logo {
		width: 105px;
		margin-bottom: 0;
	}
	.top-iact-info__name {
		flex: 1;
		padding-left: 12px;
		font-size: 1.4rem;
	}
	.top-iact-info__name br {
		display: none;
	}
	.top-iact-info__lead {
		line-height: 1.538;
	}
	.top-iact-info__notes {
		flex-direction: column;
	}
	.top-iact-info__link:hover {
		opacity: 1;
	}
	.top-iact-info__link {
		font-size: 1.4rem;
	}
	.top-iact-info-security {
		margin-inline: auto;
		width: -webkit-fit-content;
		width: fit-content;
	}
	.top-iact-data-table {
		margin: 20px 0;
		padding: 20px 0 15px;
		line-height: 1.769;
	}
	.top-iact-data-table__th, .top-iact-data-table__td {
		display: block;
	}
	.top-iact-data-table__th {
		width: 100%;
		padding: 0;
		white-space: normal;
	}
	.top-iact-data-table__td {
		padding: 0 0 5px;
	}
}

@media screen and (max-width: 700px) {
	.c-inner {
		width: 100%;
	}
	.top-study-cms-list {
		max-width: 495px;
	}
}

@media screen and (max-width: 600px) {
	.c-inner {
		width: 100%;
	}
	.top-study-cms-list {
		max-width: 396px;
	}
}

@media screen and (max-width: 500px) {
	.c-inner {
		width: 100%;
	}
	.top-study-cms-list {
		max-width: 297px;
	}
}

@media screen and (max-width: 374px) {
	.c-inner {
		width: 100%;
	}
	.p-box-gary {
		padding: 18px 4px;
	}
	.p-button-checksheet--footer {
		font-size: 1.6rem;
	}
	.p-footer__button-checksheet small {
		font-size: 1.4rem;
	}
	.top-hero__title-text {
		padding-right: 2.66667vw;
		padding-left: 3.2vw;
		font-size: 6.93333vw;
	}
	.top-hero__title-text-en {
		font-size: 6.93333vw;
	}
	.top-study-cms-list {
		max-width: 100%;
	}
	.top-study-cms-list__item {
		flex-basis: calc(50% - 4px);
		max-width: 100%;
	}
	.top-case__lead-text {
		font-size: 5.33333vw;
	}
}

@media screen and (max-width: 414px) {
	.p-box-gary {
		padding: 18px 8px;
	}
}

@media screen and (max-width: 768px) and (max-width: 768px) {
	.p-gnav-sub__link::before {
		top: 18px;
		width: 8.5px;
		height: 5px;
		margin-top: 0;
	}
}

@media screen and (min-width: 769px) {
	.u-pc-hidden {
		display: none;
	}
	.top-study-cms-list__item {
		width: 205px;
		height: 94px;
	}
	.top-study-cms-list__item:nth-child(4n) {
		margin-left: -103px;
	}
	.top-study-cms-list__item:nth-child(4n+3):not(:nth-child(3)) {
		margin-right: -103px;
	}
}
