.c-bgC--Teal {
background-color: #0f7dd9;
}
.c-bgC--LightAqua {
background-color: #e7f2f3;
}

html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
word-break: normal;
}

*, :after, :before {
background-repeat: no-repeat;
box-sizing: inherit;
}

:after, :before {
text-decoration: inherit;
vertical-align: inherit;
}

* {
margin: 0;
padding: 0;
}

hr {
color: inherit;
height: 0;
overflow: visible;
}

details, main {
display: block;
}

summary {
display: list-item;
}

small {
font-size: 80%;
}

[hidden] {
display: none;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}

a {
background-color: transparent;
}

a:active, a:hover {
outline-width: 0;
}

code, kbd, pre, samp {
font-family: monospace, monospace;
}

pre {
font-size: 1em;
}

b, strong {
font-weight: bolder;
}

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

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

table {
border-color: inherit;
text-indent: 0;
}

iframe {
border-style: none;
}

input {
border-radius: 0;
}

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

[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

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

textarea {
overflow: auto;
resize: vertical;
}

button, input, optgroup, select, textarea {
font: inherit;
}

optgroup {
font-weight: 700;
}

button {
overflow: visible;
}

button, select {
text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance: button;
}

button, input, select, textarea {
background-color: transparent;
border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
outline-width: 0;
}

select {
-moz-appearance: none;
-webkit-appearance: none;
}

select::-ms-expand {
display: none;
}

select::-ms-value {
color: currentColor;
}

legend {
border: 0;
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}

::-webkit-file-upload-button {
-webkit-appearance: button;
color: inherit;
font: inherit;
}

[disabled] {
cursor: default;
}

img {
border-style: none;
}

progress {
vertical-align: baseline;
}

[aria-busy=true] {
cursor: progress;
}

[aria-controls] {
cursor: pointer;
}

[aria-disabled=true] {
cursor: default;
}

* {
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
background-repeat: no-repeat;
}

html {
overflow-y: scroll;
font-weight: 400;
font-size: 62.5%;
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
scroll-behavior: smooth;
}
@supports (-webkit-touch-callout: none) {
html {
height: -webkit-fill-available;
}
}

body {
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.6rem;
letter-spacing: 0.05em;
font-family: "Noto Sans JP", "Roboto", sans-serif;
color: var(--color-txt);
}
@supports (-webkit-touch-callout: none) {
body {
min-height: 100vh;
min-height: -webkit-fill-available;
}
}

main {
background: var(--color-bg);
}

ol,
ul {
list-style: none;
}

img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}

select::-ms-expand {
display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}

a,
button {
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
text-decoration: none;
color: inherit;
}

.c-layoutList {
--spacing: 32px;
--columns: 3;
display: flex;
flex-wrap: wrap;
margin-left: calc(var(--spacing) * -1);
}
.c-layoutList .c-layoutItem {
width: calc((100% - var(--spacing) * var(--columns)) / var(--columns));
margin-left: var(--spacing);
}

.c-title--markSmall {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.c-title--markSmall::before {
content: "";
width: 34px;
aspect-ratio: 34/54;
background: url(../img/top/line-after.webp) no-repeat;
background-size: contain;
}
.c-title--markSmall::after {
content: "";
width: 34px;
aspect-ratio: 34/54;
background: url(../img/top/line-after.webp) no-repeat;
background-size: contain;
transform: scaleX(-1);
}
.c-title--markLarge {
display: flex;
align-items: center;
justify-content: center;
gap: 29px;
}
.c-title--markLarge::before {
content: "";
width: 62px;
aspect-ratio: 62/124;
background: url(../img/top/line-after-large.webp) no-repeat;
background-size: contain;
}
.c-title--markLarge::after {
content: "";
width: 62px;
aspect-ratio: 62/124;
background: url(../img/top/line-after-large.webp) no-repeat;
background-size: contain;
transform: scaleX(-1);
}
.c-title--markSuper {
display: flex;
align-items: start;
justify-content: space-between;
}
.c-title--markSuper::before {
content: "";
width: 21px;
aspect-ratio: 21/230;
background: url(../img/top/line-after-super.webp) no-repeat;
background-size: cover;
}
.c-title--markSuper::after {
content: "";
width: 21px;
aspect-ratio: 21/230;
background: url(../img/top/line-after-super2.webp) no-repeat;
background-size: cover;
}
.c-title--circle {
position: relative;
}
.c-title--circle::before {
content: "";
position: absolute;
width: 9px;
height: 9px;
background-color: #ffdb4f;
border-radius: 50%;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.c-title--lineVerySmall::after {
margin: 55px auto 100px;
display: block;
content: "";
width: 150px;
height: 4px;
background-color: #180040;
}
.c-title--lineSmall {
display: inline-block;
position: relative;
}
.c-title--lineSmall::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: #180040;
bottom: -17px;
left: 0;
}
.c-title--lineLarge {
display: inline-block;
position: relative;
}
.c-title--lineLarge::after {
content: "";
position: absolute;
width: 100%;
height: 9px;
background-color: #ffea00;
bottom: 0;
left: 0;
}
.c-title--lineInner {
position: relative;
display: inline;
}
.c-title--lineInner > span {
position: relative;
z-index: 2;
}
.c-title--lineInner::after {
content: "";
position: absolute;
left: 0;
bottom: 2px;
width: 100%;
height: 16px;
background-color: #fffb3e;
z-index: 1;
}
.c-titleLp--01 {
letter-spacing: 0.1em;
}
.c-titleLp--005 {
letter-spacing: 0.05em;
}
.c-titleLh--11 {
line-height: 1.11;
}
.c-titleLh--13 {
line-height: 1.3;
}
.c-titleLh--17 {
line-height: 1.7;
}
.c-titleLh--19 {
line-height: 1.9;
}
.c-titleLh--23 {
line-height: 2.36;
}
.c-titleW--regular {
font-weight: 400;
}
.c-titleW--medium {
font-weight: 600;
}
.c-titleW--bold {
font-weight: 700;
}
.c-titleW--black {
font-weight: 900;
}
.c-titleS--22 {
font-size: 2.2rem;
}
.c-titleS--26 {
font-size: 2.6rem;
}
.c-titleS--28 {
font-size: 2.8rem;
}
.c-titleS--34 {
font-size: 3.4rem;
}
.c-titleS--32 {
font-size: 3.2rem;
}
.c-titleS--36 {
font-size: 3.6rem;
}
.c-titleS--39 {
font-size: 3.9rem;
}
.c-titleS--40 {
font-size: 4rem;
}
.c-titleS--42 {
font-size: 4.2rem;
}
.c-titleS--46 {
font-size: 4.6rem;
}
.c-titleS--48 {
font-size: 4.8rem;
}
.c-titleS--50 {
font-size: 5rem;
}
.c-titleS--60 {
font-size: 6rem;
}
.c-titleS--64 {
font-size: 6.4rem;
}
.c-titleC--MidnightBlue {
color: #00204e;
}
.c-titleC--Teal {
color: #0f7dd9;
}
.c-titleC--Orange {
color: #f45701;
}
.c-titleC--DarkGray {
color: #404040;
}
.c-titleC--Yellow {
color: #fffb3e;
}
.c-titleC--Galaxy {
color: #180040;
}
.c-titleC--Red {
color: #dd0000;
}

.t-br {
display: block;
}

.t-ib {
display: inline-block;
}

.t-hidden {
display: none;
}

.t-hiddenSp {
display: none;
}

.t-taL {
text-align: left !important;
}

.t-taR {
text-align: right !important;
}

.t-taC {
text-align: center !important;
}
.t-bold {
font-weight: 600 !important;
}

.t-italic {
font-style: italic !important;
}

.t-ttU {
text-transform: uppercase !important;
}

.t-ttL {
text-transform: lowercase !important;
}

.t-caution-color {
color: var(--caution-color);
}

.t-mt0 {
margin-top: 0 !important;
}

.t-visuallyHidden {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
}

:root {
--color-main: #004cbd;
--color-black: #000;
--color-white: #fff;
--color-bg: #ebf8f9;
--color-txt: #2d2d2d;
--color-txt-second: #00204e;
--font-jp: "Noto Sans JP", sans-serif;
--font-en: "Century Gothic Pro", "Roboto", sans-serif;
--font-gothic: "century-gothic", sans-serif;
--fontDNP: "dnp-shuei-mgothic-std", sans-serif;
}

.m-wrapper {
width: 100%;
max-width: 1000px;
padding: 0 20px;
margin-left: auto;
margin-right: auto;
}

.container {
padding: 0 30px;
}

.l-footer {
background: #fff;
border-top: 1px solid #e0e0e0;
}
.l-footer_top {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 60px 0;
}
.l-footer_topList {
display: flex;
align-items: center;
justify-content: center;
gap: 75px;
margin-bottom: 60px;
}
.l-footer_topList a {
display: block;
font-size: 20px;
letter-spacing: 0.1em;
color: #2d2d2d;
display: flex;
align-items: center;
gap: 12px;
}
.l-footer_topList a::before {
content: "";
width: 13px;
aspect-ratio: 13/8;
background: url(../img/top/arrow-select.webp) no-repeat;
background-size: contain;
display: block;
transform: rotate(-90deg);
}
.l-footer_topUrl {
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
width: 100%;
gap: 12px;
}
.l-footer_topUrl::before {
content: "";
width: 30px;
aspect-ratio: 1/1;
display: block;
background: url(../img/top/icon-global.webp) no-repeat;
background-size: cover;
}
.l-footer_copy {
background: #231815;
height: 90px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
letter-spacing: 0.1em;
}

#gallery {
opacity: 0;
transition: opacity 0.3s ease;
}

#gallery.slick-initialized {
opacity: 1;
}

input[type=radio].active {
box-shadow: none;
transform: translateY(5px);
transition: transform 0.2s ease-in-out;
}

.slide-linear {
background: #e7f2f3;
}
.slide-linear .slick-slide {
width: 135px;
padding: 18px 5px;
background: #e7f2f3;
}
.slide-linear .slick-slide figure {
display: flex;
flex-direction: column-reverse;
padding: 10px 12px 14px;
border-radius: 6px;
box-shadow: 0 4px 4px rgba(45, 45, 45, 0.2);
background: #fff;
}
.slide-linear .slick-slide figure img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 78/50;
}
.slide-linear .slick-slide figure figcaption {
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 1;
margin-bottom: 10px;
}

.mv {

}

.btn-form {
display: block;
margin-top: 20px;
}
.btn-form img {
width: 100%;
}

#shindan {
padding: 70px 0 80px;
}
#shindan .form-quiz {
overflow: hidden;
}
#shindan .form-quiz_desc {
text-align: center;
margin-bottom: 15px;
}
#shindan .form-quiz_desc img {
max-width: 500px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#shindan .form-quiz_step {
display: none;
position: relative;
animation: animateright 0.4s;
}
#shindan .form-quiz_step.is-show {
display: block;
}
#shindan .form-quiz_content {
padding: 10px 40px 80px;
border: 6px solid #0f7dd9;
border-radius: 30px;
background: #fff;
position: relative;
min-height: 1150px;
}
#shindan .form-quiz_content::before {
top: 26px;
}
#shindan .form-quiz_content::after {
bottom: 26px;
}
#shindan .form-quiz_ttl {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#shindan .form-quiz_ttl .color-blue {
font-weight: 900;
color: #0f7dd9;
font-size: 36px;
letter-spacing: 0.1em;
line-height: 1;
margin-top: 33px;
}
#shindan .form-quiz_ttl .color-black {
color: #00204e;
font-weight: 700;
letter-spacing: 0.05em;
font-size: 28px;
line-height: 1.5;
margin-top: 25px;
}
#shindan .form-quiz_ttl img {
height: 109px;
}
#shindan .form-quiz_inner {
margin-top: 55px;
}
#shindan .form-quiz_list {
display: flex;
flex-direction: column;
gap: 30px;
}
#shindan .form-quiz_listItem {
width: 100%;
}
#shindan .form-quiz_discount {
margin-top: 70px;
text-align: center;
}
#shindan .form-quiz_discount h4 {
margin-bottom: 20px;
font-size: 3.6rem;
line-height: 1;
color: #0f7dd9;
letter-spacing: 0.01em;
font-weight: 900;
position: relative;
display: inline-block;
}
#shindan .form-quiz_discount h4 span {
position: relative;
z-index: 2;
}
#shindan .form-quiz_discount h4::after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 15px;
background-color: #ffea00;
z-index: 1;
}
#shindan .form-quiz_discount img {
position: absolute;
top: -81px;
left: -20px;
width: 133px;
aspect-ratio: 133/133;
}
#shindan .form-quiz_discountContent {
padding: 30px 25px;
background-color: #fbf3d1;
position: relative;
}
#shindan .form-quiz_discountContent p {
color: #023459;
font-size: 2.6rem;
line-height: 1.53;
letter-spacing: 0.05em;
font-weight: 700;
}
#shindan .form-quiz_label {
color: #023459;
font-weight: 500;
font-size: 28px;
line-height: 1;
display: block;
width: 100%;
margin-bottom: 18px;
margin-top: 28px;
}
#shindan .form-quiz_label span {
padding: 0 16px;
border-radius: 15.5px;
background-color: #d93535;
font-size: 2.2rem;
letter-spacing: 0.05em;
font-weight: 400;
color: var(--color-white);
margin-right: 20px;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 60px;
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
}
#shindan .form-quiz_field select {
background: url(../img/top/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 65px;
text-align: center;
}
#shindan .form-quiz_btn .btn-submit {
transition: all 0.3;
}
#shindan .form-quiz_btn .btn-submit:hover {
opacity: 0.75;
}
#shindan .form-quiz_btn .btn-submit img {
border-radius: 50px;
}
#shindan .form-quiz_listLabel {
background: #fdeba4;
border-radius: 65px;
border: 2px solid #f45701;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 0 #f45701;
font-size: 32px;
font-weight: 700;
cursor: pointer;
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
}

#shindan .form-quiz_listLabel input {
position: absolute;
z-index: -999;
}
#shindan .form-quiz_field input::-moz-placeholder {
color: #838282;
}
#shindan .form-quiz_field input::placeholder {
color: #838282;
}
#shindan .form-quiz_field select:required:invalid {
color: #838282;
}

.sec-1 {
background: #0f7dd9;
padding: 80px 0;
}
.sec-1_ttl {
text-align: center;
color: var(--color-white);
text-shadow: -1.5px 2.6px 0 rgba(0, 0, 128, 0.2);
}
.sec-1_ttl::after {
margin: 60px auto 80px;
display: block;
content: "";
width: 150px;
height: 4px;
background-color: var(--color-white);
}
.sec-1_ttl .fsz-42 {
font-size: 42px;
}
.sec-1_ttl .fsz-50 {
font-size: 50px;
}
.sec-1_ttl .decor {
display: flex;
align-items: center;
justify-content: center;
gap: 11px;
}
.sec-1_ttl .decor::before, .sec-1_ttl .decor::after {
content: "";
width: 45px;
aspect-ratio: 45/101;
background: url(../img/top/decor-ttl.webp) no-repeat;
background-size: contain;
}
.sec-1_ttl .decor::after {
transform: scaleX(-1);
}
.sec-1_ttl .highlight {
background: #f5f737;
}
.sec-1_ttl .large-txt-blue {
color: #0f7dd9;
font-size: 64px;
font-weight: 900;
display: block;
text-align: center;
margin-top: 40px;
line-height: 1;
letter-spacing: 0.1em;
}
.sec-1_listItem {
background: var(--color-white);
position: relative;
padding: 60px 30px 30px 30px;
margin-bottom: 60px;
border-radius: 0 60px 0 0;
box-shadow: 0px 14px 14px rgba(0, 0, 128, 0.2);
}
.sec-1_listNum {
position: absolute;
top: 0;
left: 0;
background: #004892;
color: #fff;
font-family: var(--font-en);
font-size: 28px;
line-height: 1;
text-transform: uppercase;
padding: 7px 50px 7px 37px;
border-radius: 0 0 25px 0;
}
.sec-1_listNum span {
font-size: 46px;
margin-left: 10px;
line-height: 1;
letter-spacing: 0.08em;
}
.sec-1_note {
font-size: 28px;
line-height: 1;
text-align: right;
margin-top: 40px;
letter-spacing: 0;
color: var(--color-white);
}
.sec-1_listTop {
display: flex;
align-items: center;
flex-direction: row-reverse;
}
.sec-1_listTop figure {
width: 220px;
}
.sec-1_listTop figure img {
width: 180px;
display: block;
margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
border-radius: 50%;
}
.sec-1_listTop figure figcaption {
font-size: 26px;
text-align: center;
line-height: 1;
margin-top: 15px;
letter-spacing: 0.03em;
}
.sec-1_listBottom {
margin-top: 40px;
background: #e7f2f3;
padding: 40px 30px 19px;
border-radius: 10px;
border: 2px solid #3babee;
}
.sec-1_listBottom figure figcaption {
font-size: 36px;
font-weight: 700;
text-align: center;
padding: 20px 0;
}
.sec-1_listBottom .list-check {
padding-left: 35px;
}
.sec-1_listBottom .list-check li {
padding: 0 30px 0 73px;
width: -moz-fit-content;
width: fit-content;
position: relative;
font-size: 28px;
line-height: 1.8;
font-weight: 900;
background-color: var(--color-white);
border-radius: 22px;
box-shadow: 0px 3px 3px rgba(0, 0, 128, 0.2);
margin-bottom: 11px;
}
.sec-1_listBottom .list-check li::before {
content: "";
width: 30px;
aspect-ratio: 30/22;
position: absolute;
left: 21px;
top: 50%;
transform: translateY(-50%);
background-image: url(../img/top/icon-check.webp);
background-size: cover;
}
.sec-1_listTtl {
width: calc(100% - 220px);
padding-right: 42px;
padding-top: 30px;
}
.sec-1_listTtl .ttl {
font-size: 42px;
color: #0f7dd9;
font-weight: 700;
line-height: 1.3;
margin-top: 20px;
letter-spacing: 0.1em;
}

.sec-2 {
background: var(--color-white);
padding: 70px 0 80px;
}
.sec-2_ttl {
margin-bottom: 50px;
}
.sec-2_ttl img {
width: 100%;
aspect-ratio: 750/258;
-o-object-fit: cover;
object-fit: cover;
}
.sec-2_listItem:last-child {
margin-bottom: 0;
}
.sec-2_listItem {
position: relative;
padding: 26px 30px 60px 30px;
background: #e7f2f3;
border-radius: 20px;
margin-bottom: 67px;
border: 4px solid #0f7dd9;
}
.sec-2_listItem .message {
width: 150px;
position: absolute;
top: -60px;
left: 40px;
}
.sec-2_listItem .highlight {
background: #004892;
color: var(--color-white);
font-size: 30px;
border-radius: 15px;
font-weight: 700;
line-height: 100px;
margin-bottom: 40px;
padding-left: 165px;
}
.sec-2_listItem .list-card figcaption {
font-size: 28px;
line-height: 1;
font-weight: 700;
text-align: center;
margin-top: 16px;
text-wrap: nowrap;
letter-spacing: 0;
}
.sec-2_listChart {
margin-top: 40px;
background: var(--color-white);
border-radius: 10px;
padding: 50px 30px 40px;
}
.sec-2_listChart figcaption {
font-size: 36px;
font-weight: 700;
text-align: center;
margin-top: 20px;
line-height: 1;
}
.sec-2_note {
text-align: right;
font-size: 28px;
line-height: 1;
margin-top: 40px;
color: #004892;
letter-spacing: 0;
}

.sec-5 {
padding: 80px 0 70px;
background: #f0f0f0;
position: relative;
}
.sec-5_ttl {
text-align: center;
font-weight: 900;
font-size: 50px;
margin-bottom: 80px;
color: #00204e;
}
.sec-5_ttl img {
width: 330px;
display: block;
margin-left: auto;
margin-right: auto;
}
.sec-5_ttl span {
color: #0f7dd9;
}
.sec-5_ttl span .num {
font-size: 62px;
}
.sec-5_listItem {
box-shadow: 0 0 30px rgba(68, 68, 68, 0.2);
background: #fff;
padding: 40px 29px;
display: flex;
}
.sec-5_listItem:not(:last-of-type) {
margin-bottom: 40px;
position: relative;
}
.sec-5_listItem:not(:last-of-type)::before {
content: "";
width: 76px;
aspect-ratio: 76/25;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background: #0f7dd9;
-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec-5_listHalf {
width: 50%;
}
.sec-5_listHalf figure {
width: 250px;
}
.sec-5_listHalf .label {
font-family: var(--font-en);
text-transform: uppercase;
background: #f6d622;
color: #00204e;
width: 231px;
aspect-ratio: 231/70;
display: block;
border-radius: 35px;
font-size: 36px;
line-height: 1;
text-align: center;
padding-top: 10px;
border: 2px solid #00204e;
}
.sec-5_listHalf .label.jp {
font-family: var(--font-jp);
padding-top: 15px;
}
.sec-5_listHalf .label span {
font-size: 50px;
}
.sec-5_listHalf .ttl {
font-size: 36px;
font-weight: 700;
margin-top: 40px;
letter-spacing: 0.05em;
color: #004892;
}
.sec-5_listHalf .txt {
font-size: 28px;
margin-top: 30px;
color: #004892;
line-height: 1.8;
font-weight: 400;
}

.sec-6 {
background-color: var(--color-white);
padding-bottom: 70px;
}
.sec-6 img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.sec-7 {
position: relative;
z-index: 1;
padding: 60px 0 152px;
background: #fff;
}
.sec-7::before {
content: "";
width: 100%;
aspect-ratio: 750/435;
position: absolute;
z-index: -1;
top: 0;
left: 0;
background: #0f7dd9;
}
.sec-7_ttl {
text-align: center;
color: #fff;
font-size: 36px;
font-weight: 700;
display: flex;
gap: 24px;
align-items: center;
justify-content: center;
margin-bottom: 40px;
}
.sec-7_ttl::before, .sec-7_ttl::after {
content: "";
width: 59px;
aspect-ratio: 59/121;
-webkit-mask-image: url(../img/top/decor-ttl.webp);
mask-image: url(../img/top/decor-ttl.webp);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: #fff;
}
.sec-7_ttl::after {
transform: scaleX(-1);
}
.sec-7_ttl .fsz-42 {
font-size: 42px;
}
.sec-7_ttl .yellow-color {
color: #f5f737;
}
.sec-7_circle {
margin-bottom: 40px;
}
.sec-7_circle img {
width: 605px;
display: block;
margin-left: auto;
margin-right: auto;
}
.sec-7_question {
width: 100%;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: end;
}
.sec-7_question img {
display: block;
width: 724px;
aspect-ratio: 724/434;
padding-right: 6px;
}
.sec-7_btn img {
display: block;
margin-left: auto;
margin-right: auto;
width: 660px;
border-radius: 100px;
margin-top: -20px;
}

@keyframes animateright {
0% {
right: -300px;
opacity: 0;
}
100% {
right: 0;
opacity: 1;
}
}
.p-debt {
padding: 70px 30px 58px;
background-color: var(--color-white);
}
.p-debt__content {
margin-top: 60px;
}
.p-debt__content .c-layoutList {
--spacing: 30px;
--columns: 2;
}
.p-debt__contentImage {
height: 170px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-white);
border-radius: 0 0 10px 10px;
border-left: 3px solid #0f7dd9;
border-right: 3px solid #0f7dd9;
border-bottom: 3px solid #0f7dd9;
}
.p-debt__contentItem {
margin-bottom: 20px;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.p-debt__contentItem h4 {
border-radius: 10px 10px 0 0;
padding: 10px 0;
font-family: var(--fontDNP);
font-weight: 600;
font-style: normal;
color: var(--color-white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
}

.p-whoAre {
padding-top: 130px;
padding-bottom: 111px;
position: relative;
}
.p-whoAre__triangel {
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-top: 50px solid #ffffff;
}
.p-whoAre__content {
position: relative;
}
.p-whoAre__inner {
width: 100%;
padding: 0px 75px 0 67px;
}
.p-whoAre__heading {
margin-bottom: 55px;
}
.p-whoAre__bg {
padding: 50px 0;
background-image: url(../img/top/bg-whoare.webp);
background-size: 92% 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
}
.p-whoAre__txt {
padding-top: 60px;
padding-bottom: 70px;
}

.p-worries .c-layoutList {
--columns: 1;
--spacing: 30;
}
.p-worries .c-layoutItem {
margin-bottom: 30px;
}
.p-worries__text {
width: 372px;
height: 54px;
margin: 0 auto;
border-radius: 27px;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-white);
}
.p-worries__bottom {
padding-top: 40px;
}
.p-worries__content {
padding: 60px 30px 70px;
}
.p-worries__inner {
width: 100%;
padding: 110px 30px 25px;
background-color: #e7e7e7;
border-radius: 20px;
position: relative;
}
.p-worries__title {
position: absolute;
text-align: center;
width: 100%;
top: -36px;
}
.p-worries__item {
background-color: var(--color-white);
border-radius: 10px;
box-shadow: 7px 7px 0 rgba(121, 121, 121, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 35px 40px 40px;
}
.p-worries__top {
width: 240px;
height: 240px;
border-radius: 50%;
background-color: #e7e7e7;
display: flex;
justify-content: center;
align-items: center;
}
.p-worries__top img {
width: 151px;
-o-object-fit: cover;
object-fit: cover;
}
.p-worries__corner {
width: 45px;
height: 50px;
position: absolute;
}
.p-worries__cornerTopLeft {
top: 0;
left: 0;
border-top-left-radius: 20px;
border-top: 10px solid #0f7dd9;
border-left: 10px solid #0f7dd9;
}
.p-worries__cornerTopRight {
top: 0;
right: 0;
border-top-right-radius: 20px;
border-top: 10px solid #0f7dd9;
border-right: 10px solid #0f7dd9;
}
.p-worries__cornerBottomLeft {
bottom: 0;
left: 0;
border-bottom-left-radius: 20px;
border-bottom: 10px solid #0f7dd9;
border-left: 10px solid #0f7dd9;
}
.p-worries__cornerBottomRight {
bottom: 0;
right: 0;
border-bottom-right-radius: 20px;
border-bottom: 10px solid #0f7dd9;
border-right: 10px solid #0f7dd9;
}

.p-triangeDown {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
padding: 42px 0 55px;
}
.p-triangeDown1, .p-triangeDown2 {
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #0f7dd9;
}

.p-bestSolution__desc1 {
display: flex;
align-items: center;
justify-content: center;
margin-top: -20px;
gap: 15px;
}
.p-bestSolution__desc1 img {
width: 132px;
aspect-ratio: 132/97;
-o-object-fit: cover;
object-fit: cover;
}
.p-bestSolution__desc2 {
padding-top: 20px;
}
.p-bestSolution__text {
margin-top: 30px;
color: #404040;
}

.p-firstLaw {
background-color: var(--color-white);
}
.p-firstLaw h2 {
padding-top: 75px;
}
.p-firstLaw__item {
position: relative;
padding-bottom: 70px;
}
.p-firstLaw__item > img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 750/592;
}
.p-firstLaw__num {
position: absolute;
top: -40px;
right: 123px;
}
.p-firstLaw__content {
position: absolute;
top: 60px;
}
.p-firstLaw__content--01 {
left: 30px;
}
.p-firstLaw__content--02 {
left: 120px;
}
.p-firstLaw__content--03 h3::before {
height: 42px !important;
}
.p-firstLaw__content h3 {
max-width: 550px;
position: relative;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 28px;
}
.p-firstLaw__content h3::before {
content: "";
height: 95px;
width: 8px;
background-color: #0f7dd9;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.p-firstLaw__content p {
max-width: 580px;
}

.p-faq__bg {
background-image: url("../img/top/bg-questionn.webp");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
display: flex;
flex-direction: column;
padding-bottom: 26px;
}
.p-faq .c-layoutList {
--spacing: 30px;
--columns: 4;
}
.p-faq .c-layoutList .c-layoutItem {
margin-bottom: 28px;
}
.p-faq__dropdown {
margin-bottom: 50px;
box-shadow: 5px 8.66px 10px 0 rgba(0, 0, 0, 0.15);
}
.p-faq__q {
margin-right: 38px;
font-size: 4.6rem;
font-weight: 700;
font-family: "Century Gothic Pro", sans-serif;
}
.p-faq__a {
color: #0f7dd9;
font-size: 4.6rem;
font-weight: 700;
font-family: "Century Gothic Pro", sans-serif;
}
.p-faq__heading {
font-size: 3rem;
font-weight: 700;
}
.p-faq__content {
padding: 33px 30px 10px;
background-color: var(--color-white);
display: flex;
gap: 37px;
}
.p-faq__item {
font-size: 2.6rem;
font-weight: 600;
}
.p-faq__title {
padding: 23px 21px 21px 27px;
background-color: #0f7dd9;
color: var(--color-white);
display: flex;
align-items: center;
}
.p-faq__plus {
width: 55px;
height: 55px;
background-color: var(--color-white);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: auto;
}
.p-faq__plus img {
width: 31px;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 31/31;
}
.p-faq h2 {
padding-top: 77px;
}
@media (hover: hover) and (pointer: fine) {
a:hover {
transition: all 0.3s;
opacity: 0.75;
}
}
@media screen and (max-width: 750px) {
.c-title--markSmall {
gap: 2.6666666667vw;
}
.c-title--markSmall::before {
width: 4.5333333333vw;
}
.c-title--markSmall::after {
width: 4.5333333333vw;
}
.c-title--markLarge {
gap: 3.8666666667vw;
}
.c-title--markLarge::before {
width: 8.2666666667vw;
}
.c-title--markLarge::after {
width: 8.2666666667vw;
}
.c-title--markSuper::before {
content: "";
width: 2.8vw;
}
.c-title--markSuper::after {
content: "";
width: 2.8vw;
}
.c-title--circle::before {
width: 1.2vw;
height: 1.2vw;
}
.c-title--lineSmall::after {
height: 0.2666666667vw;
bottom: -2.2666666667vw;
}
.c-title--lineVerySmall::after {
margin: 7.3333333333vw auto 13.3333333333vw;
width: 20vw;
height: 0.5333333333vw;
}
.c-title--lineLarge::after {
height: 1.2vw;
}
.c-title--lineInner::after {
bottom: 0.2666666667vw;
height: 2.1333333333vw;
}
.c-titleS--22 {
font-size: 2.9333333333vw;
}
.c-titleS--26 {
font-size: 3.4666666667vw;
}
.c-titleS--28 {
font-size: 3.7333333333vw;
}
.c-titleS--34 {
font-size: 4.5333333333vw;
}
.c-titleS--32 {
font-size: 4.2666666667vw;
}
.c-titleS--36 {
font-size: 4.8vw;
}
.c-titleS--39 {
font-size: 5.2vw;
}
.c-titleS--40 {
font-size: 5.3333333333vw;
}
.c-titleS--42 {
font-size: 5.6vw;
}
.c-titleS--46 {
font-size: 6.1333333333vw;
}
.c-titleS--48 {
font-size: 6.4vw;
}
.c-titleS--50 {
font-size: 6.6666666667vw;
}
.c-titleS--60 {
font-size: 8vw;
}
.c-titleS--64 {
font-size: 8.5333333333vw;
}
.container {
padding: 0 4vw;
}
.l-footer_top {
padding: 8vw 0;
}
.l-footer_topList {
gap: 10vw;
margin-bottom: 8vw;
}
.l-footer_topList a {
font-size: 2.6666666667vw;
gap: 1.6vw;
}
.l-footer_topList a::before {
width: 1.7333333333vw;
}
.l-footer_topUrl {
font-size: 2.6666666667vw;
gap: 1.6vw;
}
.l-footer_topUrl::before {
width: 4vw;
}
.l-footer_copy {
height: 12vw;
font-size: 2.6666666667vw;
}
.slide-linear .slick-slide {
padding: 2.1333333333vw 0.6666666667vw;
width: 18vw;
text-align: center;
margin: 0 0.6666666667vw;
}
.slide-linear .slick-slide figure {
padding: 1.3333333333vw 1.6vw 1.8666666667vw;
border-radius: 0.8vw;
box-shadow: 0 0.5333333333vw 0.5333333333vw rgba(45, 45, 45, 0.2);
margin: 0;
}
.slide-linear .slick-slide figure figcaption {
font-size: 2.4vw;
margin-bottom: 1.3333333333vw;
}
.btn-form {
margin-top: 4vw;
}
#shindan {
padding: 9.3333333333vw 0 10.6666666667vw;
}
#shindan .form-quiz_desc {
margin-bottom: 2vw;
}
#shindan .form-quiz_desc img {
max-width: 66.66vw;
}
#shindan .form-quiz_content {
padding: 4vw 5.3333333333vw 10.6666666667vw;
border-width: 0.8vw;
min-height: 153.3333333333vw;
}
#shindan .form-quiz_content::before {
top: 3.4666666667vw;
}
#shindan .form-quiz_content::after {
bottom: 3.4666666667vw;
}
#shindan .form-quiz_ttl .color-blue {
margin-top: 4.4vw;
font-size: 4.8vw;
}
#shindan .form-quiz_ttl .color-black {
font-size: 3.7333333333vw;
}
#shindan .form-quiz_ttl img {
height: 14.5333333333vw;
}
#shindan .form-quiz_inner {
margin-top: 7.3333333333vw;
}
#shindan .form-quiz_list {
gap: 4vw;
}
#shindan .form-quiz_discount {
margin-top: 9.333vw;
}
#shindan .form-quiz_discount img {
width: 10.4vw;
top: -6vw;
left: -1vw;
}
#shindan .form-quiz_discount h4 {
font-size: 4.8vw;
}
#shindan .form-quiz_discount p {
font-size: 3.46vw;
}
#shindan .form-quiz_discountContent {
padding: 4vw 0;
}
#shindan .form-quiz_label {
font-size: 3.7333333333vw;
margin-top: 3.7333333333vw;
margin-bottom: 2.4vw;
}
#shindan .form-quiz_label span {
margin-right: 10px;
padding: 0 2vw;
font-size: 3.333333333vw;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
}
#shindan .form-quiz_field select {
background-size: 3.0666666667vw auto;
background-position: calc(100% - 4vw);
}
#shindan .form-quiz_btn {
margin-top: 5.3333333333vw;
}
#shindan .form-quiz_listLabel {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #f45701;
}
.sec-1 {
padding: 10.6666666667vw 0;
}
.sec-1_ttl {
text-shadow: -0.2vw 0.3466666667vw 0 rgba(0, 0, 128, 0.2);
}
.sec-1_ttl::after {
margin: 8vw auto 10.6666666667vw;
width: 20vw;
height: 0.5333333333vw;
}
.sec-1_ttl .fsz-42 {
font-size: 5.6vw;
}
.sec-1_ttl .fsz-50 {
font-size: 6.6666666667vw;
}
.sec-1_ttl .decor::before, .sec-1_ttl .decor::after {
width: 6vw;
}
.sec-1_ttl .large-txt-blue {
font-size: 8.5333333333vw;
margin-top: 5.3333333333vw;
}
.sec-1_listItem {
padding: 8vw 4vw 4vw 4vw;
margin-bottom: 8vw;
border-radius: 0 8vw 0 0;
box-shadow: 0px 1.8666666667vw 1.8666666667vw rgba(0, 0, 128, 0.2);
}
.sec-1_listNum {
border-radius: 0 0 3.3333333333vw 0;
font-size: 3.7333333333vw;
padding: 0.9333333333vw 6.6666666667vw 0.9333333333vw 4.9333333333vw;
}
.sec-1_listNum span {
font-size: 6.1333333333vw;
margin-left: 1.3333333333vw;
}
.sec-1_note {
font-size: 3.7333333333vw;
margin-top: 5.3333333333vw;
}
.sec-1_listTop figure {
width: 29.3333333333vw;
}
.sec-1_listTop figure img {
width: 24vw;
}
.sec-1_listTop figure figcaption {
font-size: 3.4666666667vw;
margin-top: 2vw;
font-weight: 500;
}
.sec-1_listBottom {
padding: 5.3333333333vw 4vw 2.5333333333vw;
border-radius: 1.3333333333vw;
margin-top: 5.3333333333vw;
border: 0.2666666667vw solid #3babee;
}
.sec-1_listBottom figure figcaption {
font-size: 4.8vw;
padding: 2.6666666667vw 0;
}
.sec-1_listBottom .list-check {
padding-left: 4.6666666667vw;
}
.sec-1_listBottom .list-check li {
padding: 0 4vw 0 9.7333333333vw;
font-size: 3.7333333333vw;
box-shadow: 0px 0.4vw 0.4vw rgba(0, 0, 128, 0.2);
margin-bottom: 1.4666666667vw;
}
.sec-1_listBottom .list-check li::before {
width: 4vw;
left: 2.8vw;
}
.sec-1_listTtl {
width: calc(100% - 29.3333333333vw);
padding-right: 5.6vw;
padding-top: 4vw;
}
.sec-1_listTtl .ttl {
font-size: 5.6vw;
margin-top: 2.6666666667vw;
}
.sec-2 {
padding: 9.3333333333vw 0 10.6666666667vw;
}
.sec-2_ttl {
margin-bottom: 6.6666666667vw;
}
.sec-2_listItem {
padding: 3.4666666667vw 4vw 8vw 4vw;
border-radius: 2.6666666667vw;
margin-bottom: 8.9333333333vw;
border: 0.5333333333vw solid #0f7dd9;
}
.sec-2_listItem .c-layoutList {
--spacing: 4.26vw;
}
.sec-2_listItem .message {
top: -8vw;
left: 5.3333333333vw;
width: 20vw;
}
.sec-2_listItem .highlight {
font-size: 3.7333333333vw;
line-height: 13.3333333333vw;
margin-bottom: 5.3333333333vw;
padding-left: 22vw;
border-radius: 2vw;
}
.sec-2_listItem .list-card figcaption {
margin-top: 2.1333333333vw;
font-size: 3.7333333333vw;
}
.sec-2_listChart {
margin-top: 5.3333333333vw;
border-radius: 1.3333333333vw;
padding: 6.6666666667vw 4vw 5.3333333333vw;
}
.sec-2_listChart figcaption {
font-size: 4.8vw;
}
.sec-2_note {
font-size: 3.7333333333vw;
margin-top: 5.3333333333vw;
}
.sec-5 {
padding: 10.6666666667vw 0 9.3333333333vw;
}
.sec-5_ttl {
font-size: 6.6666666667vw;
margin-bottom: 10.6666666667vw;
}
.sec-5_ttl img {
width: 44.1333333333vw;
}
.sec-5_ttl span .num {
font-size: 8.2666666667vw;
}
.sec-5_listItem {
box-shadow: 0 0 4vw rgba(68, 68, 68, 0.2);
padding: 5.3333333333vw 3.8666666667vw;
}
.sec-5_listItem:not(:last-of-type)::before {
width: 10.1333333333vw;
}
.sec-5_listItem:not(:last-of-type) {
margin-bottom: 5.3333333333vw;
}
.sec-5_listHalf figure {
width: 33.3333333333vw;
}
.sec-5_listHalf .label {
width: 30.8vw;
border-radius: 4.6666666667vw;
font-size: 4.8vw;
padding-top: 1.3333333333vw;
border: 0.2666666667vw solid #00204e;
}
.sec-5_listHalf .label.jp {
padding-top: 2vw;
}
.sec-5_listHalf .label span {
font-size: 6.6666666667vw;
}
.sec-5_listHalf .ttl {
margin-top: 5.3333333333vw;
font-size: 4.8vw;
}
.sec-5_listHalf .txt {
font-size: 3.7333333333vw;
margin-top: 4vw;
}
.sec-6 {
padding-bottom: 9.3333333333vw;
}
.sec-7 {
padding: 8vw 0 20.2666666667vw;
}
.sec-7_ttl {
font-size: 4.8vw;
gap: 3.2vw;
margin-bottom: 5.3333333333vw;
}
.sec-7_ttl::before, .sec-7_ttl::after {
width: 7.8666666667vw;
}
.sec-7_ttl .fsz-42 {
font-size: 5.6vw;
}
.sec-7_circle {
margin-bottom: 5.3333333333vw;
}
.sec-7_circle img {
width: 80.6666666667vw;
}
.sec-7_question img {
width: 96.5333333333vw;
padding-right: 0.8vw;
}
.sec-7_btn img {
width: 88vw;
margin-top: -2.6666666667vw;
}
.p-debt {
padding: 9.3333333333vw 4vw 7.7333333333vw;
}
.p-debt__content {
margin-top: 8vw;
}
.p-debt__content .c-layoutList {
--spacing: 4vw;
}
.p-debt__contentImage {
height: 22.6666666667vw;
}
.p-debt__contentImage img {
width: 20vw;
}
.p-debt__contentItem {
margin-bottom: 2.6666666667vw;
}
.p-debt__contentItem h4 {
padding: 1.3333333333vw 0;
gap: 0.6666666667vw;
}
.p-whoAre {
padding-top: 17.3333333333vw;
padding-bottom: 14.8vw;
}
.p-whoAre__triangel {
border-left: 8vw solid transparent;
border-right: 8vw solid transparent;
border-top: 6.6666666667vw solid #ffffff;
}
.p-whoAre__heading {
margin-bottom: 7.3333333333vw;
}
.p-whoAre__bg img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.p-whoAre__inner {
width: 98%;
padding: 0px 6.6666666667vw 0 8vw;
}
.p-whoAre__txt {
padding-top: 5.3333333333vw;
padding-bottom: 6.6666666667vw;
}
.p-whoAre__bg {
padding: 6.6666666667vw 0;
}
.p-worries__text {
width: 49.6vw;
height: 7.2vw;
border-radius: 3.6vw;
}
.p-worries__content {
padding: 8vw 4vw 9.3333333333vw;
}
.p-worries__item {
border-radius: 1.3333333333vw;
box-shadow: 0.9333333333vw 0.9333333333vw 0 rgba(121, 121, 121, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5.3333333333vw 4.6666666667vw 5.3333333333vw 5.3333333333vw;
}
.p-worries__top {
width: 32vw;
height: 32vw;
}
.p-worries__top img {
width: 20.1333333333vw;
}
.p-worries .c-layoutItem {
margin-bottom: 4vw;
}
.p-worries__bottom {
padding-top: 5.3333333333vw;
}
.p-worries__inner {
padding: 14.6666666667vw 4vw 3.3333333333vw;
border-radius: 2.6666666667vw;
}
.p-worries__corner {
width: 6vw;
height: 6.6666666667vw;
}
.p-worries__cornerTopLeft {
border-top-left-radius: 2.6666666667vw;
border-top: 1.3333333333vw solid #0f7dd9;
border-left: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerTopRight {
border-top-right-radius: 2.6666666667vw;
border-top: 1.3333333333vw solid #0f7dd9;
border-right: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerBottomLeft {
border-bottom-left-radius: 2.6666666667vw;
border-bottom: 1.3333333333vw solid #0f7dd9;
border-left: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerBottomRight {
border-bottom-right-radius: 2.6666666667vw;
border-bottom: 1.3333333333vw solid #0f7dd9;
border-right: 1.3333333333vw solid #0f7dd9;
}
.p-worries__title {
top: -4.8vw;
}
.p-triangeDown {
gap: 2.1333333333vw;
padding: 5.6vw 0 7.3333333333vw;
}
.p-triangeDown1, .p-triangeDown2 {
border-left: 4vw solid transparent;
border-right: 4vw solid transparent;
border-top: 4vw solid #0f7dd9;
}
.p-bestSolution__desc1 {
margin-top: -2.6666666667vw;
gap: 2vw;
}
.p-bestSolution__desc1 img {
width: 17.6vw;
}
.p-bestSolution__desc2 {
padding-top: 2.6666666667vw;
}
.p-bestSolution__text {
margin-top: 4vw;
}
.p-firstLaw h2 {
padding-top: 10vw;
}
.p-firstLaw__item {
padding-bottom: 9.3333333333vw;
}
.p-firstLaw__content {
top: 8vw;
}
.p-firstLaw__content--01 {
left: 4vw;
}
.p-firstLaw__content--02 {
left: 16vw;
}
.p-firstLaw__content--03 h3::before {
height: 5.6vw !important;
}
.p-firstLaw__content h3 {
max-width: 73.3333333333vw;
margin-bottom: 4vw;
padding-left: 3.7333333333vw;
}
.p-firstLaw__content h3::before {
height: 12.6666666667vw;
width: 1.0666666667vw;
}
.p-firstLaw__content p {
max-width: 77.3333333333vw;
}
.p-firstLaw__01 {
width: 14.5333333333vw !important;
}
.p-firstLaw__num {
top: -5.3333333333vw;
right: 16.4vw;
}
.p-firstLaw__num img {
width: 17.3333333333vw;
}
.p-faq__bg {
padding-bottom: 3.4666666667vw;
}
.p-faq .c-layoutList {
--spacing: 4vw;
}
.p-faq .c-layoutList .c-layoutItem {
margin-bottom: 3.7333333333vw;
}
.p-faq__dropdown {
margin-bottom: 6.6666666667vw;
box-shadow: 0.6666666667vw 1.1546666667vw 1.3333333333vw 0 rgba(0, 0, 0, 0.15);
}
.p-faq__q {
margin-right: 5.0666666667vw;
font-size: 6.1333333333vw;
}
.p-faq__a {
font-size: 6.1333333333vw;
}
.p-faq__heading {
font-size: 4vw;
}
.p-faq__content {
padding: 4.4vw 4vw 1.3333333333vw;
gap: 4.9333333333vw;
}
.p-faq__item {
font-size: 3.4666666667vw;
}
.p-faq__title {
padding: 3.0666666667vw 2.8vw 2.8vw 3.6vw;
}
.p-faq__plus {
width: 7.3333333333vw;
height: 7.3333333333vw;
}
.p-faq__plus img {
width: 4.1333333333vw;
}
.p-faq h2 {
padding-top: 10.2666666667vw;
}
}
@media print, screen and (min-width: 751px) {
.t-hiddenSp {
display: block;
}
.t-hiddenPc {
display: none;
}
.t-taL-pc {
text-align: left !important;
}
.t-taR-pc {
text-align: right !important;
}
.t-taC-pc {
text-align: center !important;
}
}
@media print, screen and (min-width: 1600px) {
.m-wrapper {
max-width: 1120px;
}
}

.form-quiz_hidden,.wpcf7-response-output {
display: none;
}

.wpcf7-not-valid-tip {
font-size: 1.2rem;
color: #af0000;
margin-top: 10px;
display: block;
}

.company-area {
background-color: #fff;
padding: 20px;
}

.company-area h2{
text-align : center;
font-weight: bold;
padding-bottom: 30px;
font-size: 2rem;
}

.company-area .c-box {
line-height: 1.8;
border-top: 1px solid #eee;
padding-top: 20px;
}


.policy .wrap {
background: #fff;
padding: 20px;
margin: 20px 10px;

}

.policy .wrap h1{
text-align: center;
font-size: 20px;
font-weight: bold;
padding-bottom: 20px
}

.policy .wrap h2{
text-align: left;
font-size: 18px;
font-weight: bold;
padding: 20px 0;
}

.company-box {
background: #fff;
padding: 20px;
margin: 20px 10px;

}

.company h2{
padding-top:20px;
text-align: center;
font-size: 20px;
font-weight: bold;
}

.company dt{
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;
}

.screen-reader-response {
display: none;
}


#popup {
display: none
}

.c-popup {
z-index: 999;
position: fixed;
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .8);
align-items: center;
justify-content: center
}

.c-popup__close {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.c-popup__container {
z-index: 2;
position: relative;
width: calc(100% - 30px);
max-width: 530px;
max-height: 100vh
}

.s-txt-box {
background: #f9eaea;
font-size: 14px;
padding: 10px;
margin-top: 30px;
}

.fv-area {
position: relative;
}

.shidanBtn {
position: absolute;
bottom: -35px;
}
.shindan-box {
margin-top: 20px;
}

.mv-2502 {
position: relative;
margin-bottom: 10%;

}
.mv-2502 .btn-form-2502 {
position: absolute;
right: 0%;
bottom: -12%;
padding: 0 10px;
}

#shindan .form-quiz_listItem label {
background: #fd7a24;
border-radius: 65px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
cursor: pointer;
color: #fff
}
#shindan .form-quiz_listItem input {
position: absolute;
z-index: -999;
opacity: 0;
}
#shindan .form-quiz_listItem span {
display: block;
}

#shindan .form-quiz_discount p.white-bg {
background: #fff;
border-radius: 0 0 20px 20px;
color: #dd0000;
font-size: 50px;
font-weight: 700;
line-height: 96px;
margin-top: 24px;
}
#shindan .form-quiz_discount p.white-bg .small {
font-size: 36px;
}
#shindan .form-quiz_label {
color: #023459;
font-weight: 500;
font-size: 28px;
line-height: 1.3;
display: block;
width: 100%;
margin-bottom: 18px;
margin-top: 28px;
padding-left: 60px;
position: relative;
}
#shindan .form-quiz_label.required::before {
background: #d93535;
content: "必須";
}
#shindan .form-quiz_label::before {
content: "任意";
width: 40px;
background-color: #56acf1;
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
font-size: 12px;
letter-spacing: 0.05em;
flex-shrink: 0;
aspect-ratio: 2/1;
border-radius: 17px;
color: #fff;
font-weight: 600;
position: absolute;
left: 0;
top: 10px;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 60px;
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
}
#shindan .form-quiz_field textarea {
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
height: 120px;
}
#shindan .form-quiz_field select {
background: url(../img/top/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 40px;
}
#shindan .form-quiz_btn .btn-submit img {border-radius: 50px;/* box-shadow: 0 15px 15px rgba(68, 68, 68, 0.2); */}
#shindan .form-quiz_listLabel {
background: #fdbebe;
border-radius: 65px;
border: 2px solid #f76163;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 0 #f76163;
font-size: 32px;
font-weight: 700;
cursor: pointer;
}
#shindan .form-quiz_listLabel input {
position: absolute;
z-index: -999;
}
#shindan .form-quiz_field input::-moz-placeholder {
color: #838282;
}
#shindan .form-quiz_field input::placeholder {
color: #838282;
}
#shindan .form-quiz_field select:required:invalid {
color: #838282;
}

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

#shindan {
padding: 9.3333333333vw 0 10.6666666667vw;
}
#shindan .form-quiz_content {
padding: 8.6666666667vw 5.3333333333vw 10.6666666667vw;
border-width: 0.8vw;
min-height: 153.3333333333vw;
}
#shindan .form-quiz_content::before, #shindan .form-quiz_content::after {
width: 85.0666666667vw;
}
#shindan .form-quiz_content::before {
top: 3.4666666667vw;
}
#shindan .form-quiz_content::after {
bottom: 3.4666666667vw;
}
#shindan .form-quiz_ttl .color-blue {
margin-top: 4.4vw;
font-size: 4.8vw;
}
#shindan .form-quiz_ttl .color-black {
font-size: 3.7333333333vw;
}
#shindan .form-quiz_ttl img {
height: 14.5333333333vw;
}
#shindan .form-quiz_inner {
margin-top: 7.3333333333vw;
}
#shindan .form-quiz_list {
gap: 4vw;
}
#shindan .form-quiz_listItem label {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #e0e0e0;
}



#shindan .form-quiz_label {
font-size: 3.7333333333vw;
margin-top: 3.7333333333vw;
margin-bottom: 2.4vw;
padding-left: 11vw;
}
#shindan .form-quiz_label::before {
top: 1px;
width: 40px;
font-size: 2.8vw;
border-radius: 2.2666666667vw;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
}
#shindan .form-quiz_field textarea {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
height: 16vw;
}
#shindan .form-quiz_field select {
background-size: 3.0666666667vw auto;
background-position: calc(100% - 4vw);
}
#shindan .form-quiz_btn {
margin-top: 5.3333333333vw;
}
#shindan .form-quiz_btn .btn-submit img {/* box-shadow: 0 2vw 2vw rgba(68, 68, 68, 0.2); */}
#shindan .form-quiz_listLabel {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #f76163;
}
}

.l-fixed {
z-index: 11;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 10px;
background: rgb(255, 255, 255, .8);
box-shadow: 0 5px 20px rgba(38, 38, 38, .2);
opacity: 0;
visibility: hidden;
transition: .3s;
}
.active{
opacity: 1;
visibility: visible;
}
.l-fixed__row {
max-width: 750px;
margin: 0 auto;
}

.l-fixed__row .btn {
padding: 5px;
}

.c-bgC--Teal {
background-color: #0f7dd9;
}
.c-bgC--LightAqua {
background-color: #e7f2f3;
}

html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
word-break: normal;
}

*, :after, :before {
background-repeat: no-repeat;
box-sizing: inherit;
}

:after, :before {
text-decoration: inherit;
vertical-align: inherit;
}

* {
margin: 0;
padding: 0;
}

hr {
color: inherit;
height: 0;
overflow: visible;
}

details, main {
display: block;
}

summary {
display: list-item;
}

small {
font-size: 80%;
}

[hidden] {
display: none;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}

a {
background-color: transparent;
}

a:active, a:hover {
outline-width: 0;
}

code, kbd, pre, samp {
font-family: monospace, monospace;
}

pre {
font-size: 1em;
}

b, strong {
font-weight: bolder;
}

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

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

table {
border-color: inherit;
text-indent: 0;
}

iframe {
border-style: none;
}

input {
border-radius: 0;
}

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

[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

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

textarea {
overflow: auto;
resize: vertical;
}

button, input, optgroup, select, textarea {
font: inherit;
}

optgroup {
font-weight: 700;
}

button {
overflow: visible;
}

button, select {
text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance: button;
}

button, input, select, textarea {
background-color: transparent;
border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
outline-width: 0;
}

select {
-moz-appearance: none;
-webkit-appearance: none;
}

select::-ms-expand {
display: none;
}

select::-ms-value {
color: currentColor;
}

legend {
border: 0;
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}

::-webkit-file-upload-button {
-webkit-appearance: button;
color: inherit;
font: inherit;
}

[disabled] {
cursor: default;
}

img {
border-style: none;
}

progress {
vertical-align: baseline;
}

[aria-busy=true] {
cursor: progress;
}

[aria-controls] {
cursor: pointer;
}

[aria-disabled=true] {
cursor: default;
}

* {
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
background-repeat: no-repeat;
}

html {
overflow-y: scroll;
font-weight: 400;
font-size: 62.5%;
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
scroll-behavior: smooth;
}
@supports (-webkit-touch-callout: none) {
html {
height: -webkit-fill-available;
}
}

body {
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.6rem;
letter-spacing: 0.05em;
font-family: "Noto Sans JP", "Roboto", sans-serif;
color: var(--color-txt);
}
@supports (-webkit-touch-callout: none) {
body {
min-height: 100vh;
min-height: -webkit-fill-available;
}
}

main {
background: var(--color-bg);
}

ol,
ul {
list-style: none;
}

img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}

select::-ms-expand {
display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}

a,
button {
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
text-decoration: none;
color: inherit;
}

.c-layoutList {
--spacing: 32px;
--columns: 3;
display: flex;
flex-wrap: wrap;
margin-left: calc(var(--spacing) * -1);
}
.c-layoutList .c-layoutItem {
width: calc((100% - var(--spacing) * var(--columns)) / var(--columns));
margin-left: var(--spacing);
}

.c-title--markSmall {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.c-title--markSmall::before {
content: "";
width: 34px;
aspect-ratio: 34/54;
background: url(../img/top/line-after.webp) no-repeat;
background-size: contain;
}
.c-title--markSmall::after {
content: "";
width: 34px;
aspect-ratio: 34/54;
background: url(../img/top/line-after.webp) no-repeat;
background-size: contain;
transform: scaleX(-1);
}
.c-title--markLarge {
display: flex;
align-items: center;
justify-content: center;
gap: 29px;
}
.c-title--markLarge::before {
content: "";
width: 62px;
aspect-ratio: 62/124;
background: url(../img/top/line-after-large.webp) no-repeat;
background-size: contain;
}
.c-title--markLarge::after {
content: "";
width: 62px;
aspect-ratio: 62/124;
background: url(../img/top/line-after-large.webp) no-repeat;
background-size: contain;
transform: scaleX(-1);
}
.c-title--markSuper {
display: flex;
align-items: start;
justify-content: space-between;
}
.c-title--markSuper::before {
content: "";
width: 21px;
aspect-ratio: 21/230;
background: url(../img/top/line-after-super.webp) no-repeat;
background-size: cover;
}
.c-title--markSuper::after {
content: "";
width: 21px;
aspect-ratio: 21/230;
background: url(../img/top/line-after-super2.webp) no-repeat;
background-size: cover;
}
.c-title--circle {
position: relative;
}
.c-title--circle::before {
content: "";
position: absolute;
width: 9px;
height: 9px;
background-color: #ffdb4f;
border-radius: 50%;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.c-title--lineVerySmall::after {
margin: 55px auto 100px;
display: block;
content: "";
width: 150px;
height: 4px;
background-color: #180040;
}
.c-title--lineSmall {
display: inline-block;
position: relative;
}
.c-title--lineSmall::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: #180040;
bottom: -17px;
left: 0;
}
.c-title--lineLarge {
display: inline-block;
position: relative;
}
.c-title--lineLarge::after {
content: "";
position: absolute;
width: 100%;
height: 9px;
background-color: #ffea00;
bottom: 0;
left: 0;
}
.c-title--lineInner {
position: relative;
display: inline;
}
.c-title--lineInner > span {
position: relative;
z-index: 2;
}
.c-title--lineInner::after {
content: "";
position: absolute;
left: 0;
bottom: 2px;
width: 100%;
height: 16px;
background-color: #fffb3e;
z-index: 1;
}
.c-titleLp--01 {
letter-spacing: 0.1em;
}
.c-titleLp--005 {
letter-spacing: 0.05em;
}
.c-titleLh--11 {
line-height: 1.11;
}
.c-titleLh--13 {
line-height: 1.3;
}
.c-titleLh--17 {
line-height: 1.7;
}
.c-titleLh--19 {
line-height: 1.9;
}
.c-titleLh--23 {
line-height: 2.36;
}
.c-titleW--regular {
font-weight: 400;
}
.c-titleW--medium {
font-weight: 600;
}
.c-titleW--bold {
font-weight: 700;
}
.c-titleW--black {
font-weight: 900;
}
.c-titleS--22 {
font-size: 2.2rem;
}
.c-titleS--26 {
font-size: 2.6rem;
}
.c-titleS--28 {
font-size: 2.8rem;
}
.c-titleS--34 {
font-size: 3.4rem;
}
.c-titleS--32 {
font-size: 3.2rem;
}
.c-titleS--36 {
font-size: 3.6rem;
}
.c-titleS--39 {
font-size: 3.9rem;
}
.c-titleS--40 {
font-size: 4rem;
}
.c-titleS--42 {
font-size: 4.2rem;
}
.c-titleS--46 {
font-size: 4.6rem;
}
.c-titleS--48 {
font-size: 4.8rem;
}
.c-titleS--50 {
font-size: 5rem;
}
.c-titleS--60 {
font-size: 6rem;
}
.c-titleS--64 {
font-size: 6.4rem;
}
.c-titleC--MidnightBlue {
color: #00204e;
}
.c-titleC--Teal {
color: #0f7dd9;
}
.c-titleC--Orange {
color: #f45701;
}
.c-titleC--DarkGray {
color: #404040;
}
.c-titleC--Yellow {
color: #fffb3e;
}
.c-titleC--Galaxy {
color: #180040;
}
.c-titleC--Red {
color: #dd0000;
}

.t-br {
display: block;
}

.t-ib {
display: inline-block;
}

.t-hidden {
display: none;
}

.t-hiddenSp {
display: none;
}

.t-taL {
text-align: left !important;
}

.t-taR {
text-align: right !important;
}

.t-taC {
text-align: center !important;
}
.t-bold {
font-weight: 600 !important;
}

.t-italic {
font-style: italic !important;
}

.t-ttU {
text-transform: uppercase !important;
}

.t-ttL {
text-transform: lowercase !important;
}

.t-caution-color {
color: var(--caution-color);
}

.t-mt0 {
margin-top: 0 !important;
}

.t-visuallyHidden {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
}

:root {
--color-main: #004cbd;
--color-black: #000;
--color-white: #fff;
--color-bg: #ebf8f9;
--color-txt: #2d2d2d;
--color-txt-second: #00204e;
--font-jp: "Noto Sans JP", sans-serif;
--font-en: "Century Gothic Pro", "Roboto", sans-serif;
--font-gothic: "century-gothic", sans-serif;
--fontDNP: "dnp-shuei-mgothic-std", sans-serif;
}

.m-wrapper {
width: 100%;
max-width: 1000px;
padding: 0 20px;
margin-left: auto;
margin-right: auto;
}

.container {
padding: 0 30px;
}

.l-footer {
background: #fff;
border-top: 1px solid #e0e0e0;
}
.l-footer_top {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 60px 0;
}
.l-footer_topList {
display: flex;
align-items: center;
justify-content: center;
gap: 75px;
margin-bottom: 60px;
}
.l-footer_topList a {
display: block;
font-size: 20px;
letter-spacing: 0.1em;
color: #2d2d2d;
display: flex;
align-items: center;
gap: 12px;
}
.l-footer_topList a::before {
content: "";
width: 13px;
aspect-ratio: 13/8;
background: url(../img/top/arrow-select.webp) no-repeat;
background-size: contain;
display: block;
transform: rotate(-90deg);
}
.l-footer_topUrl {
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
width: 100%;
gap: 12px;
}
.l-footer_topUrl::before {
content: "";
width: 30px;
aspect-ratio: 1/1;
display: block;
background: url(../img/top/icon-global.webp) no-repeat;
background-size: cover;
}
.l-footer_copy {
background: #231815;
height: 90px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
letter-spacing: 0.1em;
}

#gallery {
opacity: 0;
transition: opacity 0.3s ease;
}

#gallery.slick-initialized {
opacity: 1;
}

input[type=radio].active {
box-shadow: none;
transform: translateY(5px);
transition: transform 0.2s ease-in-out;
}

.slide-linear {
background: #e7f2f3;
}
.slide-linear .slick-slide {
width: 135px;
padding: 18px 5px;
background: #e7f2f3;
}
.slide-linear .slick-slide figure {
display: flex;
flex-direction: column-reverse;
padding: 10px 12px 14px;
border-radius: 6px;
box-shadow: 0 4px 4px rgba(45, 45, 45, 0.2);
background: #fff;
}
.slide-linear .slick-slide figure img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 78/50;
}
.slide-linear .slick-slide figure figcaption {
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 1;
margin-bottom: 10px;
}

.mv {

}

.btn-form {
display: block;
margin-top: 20px;
}
.btn-form img {
width: 100%;
}

#shindan {
padding: 70px 0 80px;
}
#shindan .form-quiz {
overflow: hidden;
}
#shindan .form-quiz_desc {
text-align: center;
margin-bottom: 15px;
}
#shindan .form-quiz_desc img {
max-width: 500px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#shindan .form-quiz_step {
display: none;
position: relative;
animation: animateright 0.4s;
}
#shindan .form-quiz_step.is-show {
display: block;
}
#shindan .form-quiz_content {
padding: 10px 40px 80px;
border: 6px solid #0f7dd9;
border-radius: 30px;
background: #fff;
position: relative;
min-height: 1150px;
}
#shindan .form-quiz_content::before {
top: 26px;
}
#shindan .form-quiz_content::after {
bottom: 26px;
}
#shindan .form-quiz_ttl {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#shindan .form-quiz_ttl .color-blue {
font-weight: 900;
color: #0f7dd9;
font-size: 36px;
letter-spacing: 0.1em;
line-height: 1;
margin-top: 33px;
}
#shindan .form-quiz_ttl .color-black {
color: #00204e;
font-weight: 700;
letter-spacing: 0.05em;
font-size: 28px;
line-height: 1.5;
margin-top: 25px;
}
#shindan .form-quiz_ttl img {
height: 109px;
}
#shindan .form-quiz_inner {
margin-top: 55px;
}
#shindan .form-quiz_list {
display: flex;
flex-direction: column;
gap: 30px;
}
#shindan .form-quiz_listItem {
width: 100%;
}
#shindan .form-quiz_discount {
margin-top: 70px;
text-align: center;
}
#shindan .form-quiz_discount h4 {
margin-bottom: 20px;
font-size: 3.6rem;
line-height: 1;
color: #0f7dd9;
letter-spacing: 0.01em;
font-weight: 900;
position: relative;
display: inline-block;
}
#shindan .form-quiz_discount h4 span {
position: relative;
z-index: 2;
}
#shindan .form-quiz_discount h4::after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 15px;
background-color: #ffea00;
z-index: 1;
}
#shindan .form-quiz_discount img {
position: absolute;
top: -81px;
left: -20px;
width: 133px;
aspect-ratio: 133/133;
}
#shindan .form-quiz_discountContent {
padding: 30px 25px;
background-color: #fbf3d1;
position: relative;
}
#shindan .form-quiz_discountContent p {
color: #023459;
font-size: 2.6rem;
line-height: 1.53;
letter-spacing: 0.05em;
font-weight: 700;
}
#shindan .form-quiz_label {
color: #023459;
font-weight: 500;
font-size: 28px;
line-height: 1;
display: block;
width: 100%;
margin-bottom: 18px;
margin-top: 28px;
}
#shindan .form-quiz_label span {
padding: 0 16px;
border-radius: 15.5px;
background-color: #d93535;
font-size: 2.2rem;
letter-spacing: 0.05em;
font-weight: 400;
color: var(--color-white);
margin-right: 20px;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 60px;
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
}
#shindan .form-quiz_field select {
background: url(../img/top/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 65px;
text-align: center;
}
#shindan .form-quiz_btn .btn-submit {
transition: all 0.3;
}
#shindan .form-quiz_btn .btn-submit:hover {
opacity: 0.75;
}
#shindan .form-quiz_btn .btn-submit img {
border-radius: 50px;
}
#shindan .form-quiz_listLabel {
background: #fdeba4;
border-radius: 65px;
border: 2px solid #f45701;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 0 #f45701;
font-size: 32px;
font-weight: 700;
cursor: pointer;
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
}

#shindan .form-quiz_listLabel input {
position: absolute;
z-index: -999;
}
#shindan .form-quiz_field input::-moz-placeholder {
color: #838282;
}
#shindan .form-quiz_field input::placeholder {
color: #838282;
}
#shindan .form-quiz_field select:required:invalid {
color: #838282;
}

.sec-1 {
background: #0f7dd9;
padding: 80px 0;
}
.sec-1_ttl {
text-align: center;
color: var(--color-white);
text-shadow: -1.5px 2.6px 0 rgba(0, 0, 128, 0.2);
}
.sec-1_ttl::after {
margin: 60px auto 80px;
display: block;
content: "";
width: 150px;
height: 4px;
background-color: var(--color-white);
}
.sec-1_ttl .fsz-42 {
font-size: 42px;
}
.sec-1_ttl .fsz-50 {
font-size: 50px;
}
.sec-1_ttl .decor {
display: flex;
align-items: center;
justify-content: center;
gap: 11px;
}
.sec-1_ttl .decor::before, .sec-1_ttl .decor::after {
content: "";
width: 45px;
aspect-ratio: 45/101;
background: url(../img/top/decor-ttl.webp) no-repeat;
background-size: contain;
}
.sec-1_ttl .decor::after {
transform: scaleX(-1);
}
.sec-1_ttl .highlight {
background: #f5f737;
}
.sec-1_ttl .large-txt-blue {
color: #0f7dd9;
font-size: 64px;
font-weight: 900;
display: block;
text-align: center;
margin-top: 40px;
line-height: 1;
letter-spacing: 0.1em;
}
.sec-1_listItem {
background: var(--color-white);
position: relative;
padding: 60px 30px 30px 30px;
margin-bottom: 60px;
border-radius: 0 60px 0 0;
box-shadow: 0px 14px 14px rgba(0, 0, 128, 0.2);
}
.sec-1_listNum {
position: absolute;
top: 0;
left: 0;
background: #004892;
color: #fff;
font-family: var(--font-en);
font-size: 28px;
line-height: 1;
text-transform: uppercase;
padding: 7px 50px 7px 37px;
border-radius: 0 0 25px 0;
}
.sec-1_listNum span {
font-size: 46px;
margin-left: 10px;
line-height: 1;
letter-spacing: 0.08em;
}
.sec-1_note {
font-size: 28px;
line-height: 1;
text-align: right;
margin-top: 40px;
letter-spacing: 0;
color: var(--color-white);
}
.sec-1_listTop {
display: flex;
align-items: center;
flex-direction: row-reverse;
}
.sec-1_listTop figure {
width: 220px;
}
.sec-1_listTop figure img {
width: 180px;
display: block;
margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
border-radius: 50%;
}
.sec-1_listTop figure figcaption {
font-size: 26px;
text-align: center;
line-height: 1;
margin-top: 15px;
letter-spacing: 0.03em;
}
.sec-1_listBottom {
margin-top: 40px;
background: #e7f2f3;
padding: 40px 30px 19px;
border-radius: 10px;
border: 2px solid #3babee;
}
.sec-1_listBottom figure figcaption {
font-size: 36px;
font-weight: 700;
text-align: center;
padding: 20px 0;
}
.sec-1_listBottom .list-check {
padding-left: 35px;
}
.sec-1_listBottom .list-check li {
padding: 0 30px 0 73px;
width: -moz-fit-content;
width: fit-content;
position: relative;
font-size: 28px;
line-height: 1.8;
font-weight: 900;
background-color: var(--color-white);
border-radius: 22px;
box-shadow: 0px 3px 3px rgba(0, 0, 128, 0.2);
margin-bottom: 11px;
}
.sec-1_listBottom .list-check li::before {
content: "";
width: 30px;
aspect-ratio: 30/22;
position: absolute;
left: 21px;
top: 50%;
transform: translateY(-50%);
background-image: url(../img/top/icon-check.webp);
background-size: cover;
}
.sec-1_listTtl {
width: calc(100% - 220px);
padding-right: 42px;
padding-top: 30px;
}
.sec-1_listTtl .ttl {
font-size: 42px;
color: #0f7dd9;
font-weight: 700;
line-height: 1.3;
margin-top: 20px;
letter-spacing: 0.1em;
}

.sec-2 {
background: var(--color-white);
padding: 70px 0 80px;
}
.sec-2_ttl {
margin-bottom: 50px;
}
.sec-2_ttl img {
width: 100%;
aspect-ratio: 750/258;
-o-object-fit: cover;
object-fit: cover;
}
.sec-2_listItem:last-child {
margin-bottom: 0;
}
.sec-2_listItem {
position: relative;
padding: 26px 30px 60px 30px;
background: #e7f2f3;
border-radius: 20px;
margin-bottom: 67px;
border: 4px solid #0f7dd9;
}
.sec-2_listItem .message {
width: 150px;
position: absolute;
top: -60px;
left: 40px;
}
.sec-2_listItem .highlight {
background: #004892;
color: var(--color-white);
font-size: 30px;
border-radius: 15px;
font-weight: 700;
line-height: 100px;
margin-bottom: 40px;
padding-left: 165px;
}
.sec-2_listItem .list-card figcaption {
font-size: 28px;
line-height: 1;
font-weight: 700;
text-align: center;
margin-top: 16px;
text-wrap: nowrap;
letter-spacing: 0;
}
.sec-2_listChart {
margin-top: 40px;
background: var(--color-white);
border-radius: 10px;
padding: 50px 30px 40px;
}
.sec-2_listChart figcaption {
font-size: 36px;
font-weight: 700;
text-align: center;
margin-top: 20px;
line-height: 1;
}
.sec-2_note {
text-align: right;
font-size: 28px;
line-height: 1;
margin-top: 40px;
color: #004892;
letter-spacing: 0;
}

.sec-5 {
padding: 80px 0 70px;
background: #f0f0f0;
position: relative;
}
.sec-5_ttl {
text-align: center;
font-weight: 900;
font-size: 50px;
margin-bottom: 80px;
color: #00204e;
}
.sec-5_ttl img {
width: 330px;
display: block;
margin-left: auto;
margin-right: auto;
}
.sec-5_ttl span {
color: #0f7dd9;
}
.sec-5_ttl span .num {
font-size: 62px;
}
.sec-5_listItem {
box-shadow: 0 0 30px rgba(68, 68, 68, 0.2);
background: #fff;
padding: 40px 29px;
display: flex;
}
.sec-5_listItem:not(:last-of-type) {
margin-bottom: 40px;
position: relative;
}
.sec-5_listItem:not(:last-of-type)::before {
content: "";
width: 76px;
aspect-ratio: 76/25;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background: #0f7dd9;
-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec-5_listHalf {
width: 50%;
}
.sec-5_listHalf figure {
width: 250px;
}
.sec-5_listHalf .label {
font-family: var(--font-en);
text-transform: uppercase;
background: #f6d622;
color: #00204e;
width: 231px;
aspect-ratio: 231/70;
display: block;
border-radius: 35px;
font-size: 36px;
line-height: 1;
text-align: center;
padding-top: 10px;
border: 2px solid #00204e;
}
.sec-5_listHalf .label.jp {
font-family: var(--font-jp);
padding-top: 15px;
}
.sec-5_listHalf .label span {
font-size: 50px;
}
.sec-5_listHalf .ttl {
font-size: 36px;
font-weight: 700;
margin-top: 40px;
letter-spacing: 0.05em;
color: #004892;
}
.sec-5_listHalf .txt {
font-size: 28px;
margin-top: 30px;
color: #004892;
line-height: 1.8;
font-weight: 400;
}

.sec-6 {
background-color: var(--color-white);
padding-bottom: 70px;
}
.sec-6 img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.sec-7 {
position: relative;
z-index: 1;
padding: 60px 0 152px;
background: #fff;
}
.sec-7::before {
content: "";
width: 100%;
aspect-ratio: 750/435;
position: absolute;
z-index: -1;
top: 0;
left: 0;
background: #0f7dd9;
}
.sec-7_ttl {
text-align: center;
color: #fff;
font-size: 36px;
font-weight: 700;
display: flex;
gap: 24px;
align-items: center;
justify-content: center;
margin-bottom: 40px;
}
.sec-7_ttl::before, .sec-7_ttl::after {
content: "";
width: 59px;
aspect-ratio: 59/121;
-webkit-mask-image: url(../img/top/decor-ttl.webp);
mask-image: url(../img/top/decor-ttl.webp);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: #fff;
}
.sec-7_ttl::after {
transform: scaleX(-1);
}
.sec-7_ttl .fsz-42 {
font-size: 42px;
}
.sec-7_ttl .yellow-color {
color: #f5f737;
}
.sec-7_circle {
margin-bottom: 40px;
}
.sec-7_circle img {
width: 605px;
display: block;
margin-left: auto;
margin-right: auto;
}
.sec-7_question {
width: 100%;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: end;
}
.sec-7_question img {
display: block;
width: 724px;
aspect-ratio: 724/434;
padding-right: 6px;
}
.sec-7_btn img {
display: block;
margin-left: auto;
margin-right: auto;
width: 660px;
border-radius: 100px;
margin-top: -20px;
}

@keyframes animateright {
0% {
right: -300px;
opacity: 0;
}
100% {
right: 0;
opacity: 1;
}
}
.p-debt {
padding: 70px 30px 58px;
background-color: var(--color-white);
}
.p-debt__content {
margin-top: 60px;
}
.p-debt__content .c-layoutList {
--spacing: 30px;
--columns: 2;
}
.p-debt__contentImage {
height: 170px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-white);
border-radius: 0 0 10px 10px;
border-left: 3px solid #0f7dd9;
border-right: 3px solid #0f7dd9;
border-bottom: 3px solid #0f7dd9;
}
.p-debt__contentItem {
margin-bottom: 20px;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.p-debt__contentItem h4 {
border-radius: 10px 10px 0 0;
padding: 10px 0;
font-family: var(--fontDNP);
font-weight: 600;
font-style: normal;
color: var(--color-white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
}

.p-whoAre {
padding-top: 130px;
padding-bottom: 111px;
position: relative;
}
.p-whoAre__triangel {
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-top: 50px solid #ffffff;
}
.p-whoAre__content {
position: relative;
}
.p-whoAre__inner {
width: 100%;
padding: 0px 75px 0 67px;
}
.p-whoAre__heading {
margin-bottom: 55px;
}
.p-whoAre__bg {
padding: 50px 0;
background-image: url(../img/top/bg-whoare.webp);
background-size: 92% 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
}
.p-whoAre__txt {
padding-top: 60px;
padding-bottom: 70px;
}

.p-worries .c-layoutList {
--columns: 1;
--spacing: 30;
}
.p-worries .c-layoutItem {
margin-bottom: 30px;
}
.p-worries__text {
width: 372px;
height: 54px;
margin: 0 auto;
border-radius: 27px;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-white);
}
.p-worries__bottom {
padding-top: 40px;
}
.p-worries__content {
padding: 60px 30px 70px;
}
.p-worries__inner {
width: 100%;
padding: 110px 30px 25px;
background-color: #e7e7e7;
border-radius: 20px;
position: relative;
}
.p-worries__title {
position: absolute;
text-align: center;
width: 100%;
top: -36px;
}
.p-worries__item {
background-color: var(--color-white);
border-radius: 10px;
box-shadow: 7px 7px 0 rgba(121, 121, 121, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 35px 40px 40px;
}
.p-worries__top {
width: 240px;
height: 240px;
border-radius: 50%;
background-color: #e7e7e7;
display: flex;
justify-content: center;
align-items: center;
}
.p-worries__top img {
width: 151px;
-o-object-fit: cover;
object-fit: cover;
}
.p-worries__corner {
width: 45px;
height: 50px;
position: absolute;
}
.p-worries__cornerTopLeft {
top: 0;
left: 0;
border-top-left-radius: 20px;
border-top: 10px solid #0f7dd9;
border-left: 10px solid #0f7dd9;
}
.p-worries__cornerTopRight {
top: 0;
right: 0;
border-top-right-radius: 20px;
border-top: 10px solid #0f7dd9;
border-right: 10px solid #0f7dd9;
}
.p-worries__cornerBottomLeft {
bottom: 0;
left: 0;
border-bottom-left-radius: 20px;
border-bottom: 10px solid #0f7dd9;
border-left: 10px solid #0f7dd9;
}
.p-worries__cornerBottomRight {
bottom: 0;
right: 0;
border-bottom-right-radius: 20px;
border-bottom: 10px solid #0f7dd9;
border-right: 10px solid #0f7dd9;
}

.p-triangeDown {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
padding: 42px 0 55px;
}
.p-triangeDown1, .p-triangeDown2 {
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #0f7dd9;
}

.p-bestSolution__desc1 {
display: flex;
align-items: center;
justify-content: center;
margin-top: -20px;
gap: 15px;
}
.p-bestSolution__desc1 img {
width: 132px;
aspect-ratio: 132/97;
-o-object-fit: cover;
object-fit: cover;
}
.p-bestSolution__desc2 {
padding-top: 20px;
}
.p-bestSolution__text {
margin-top: 30px;
color: #404040;
}

.p-firstLaw {
background-color: var(--color-white);
}
.p-firstLaw h2 {
padding-top: 75px;
}
.p-firstLaw__item {
position: relative;
padding-bottom: 70px;
}
.p-firstLaw__item > img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 750/592;
}
.p-firstLaw__num {
position: absolute;
top: -40px;
right: 123px;
}
.p-firstLaw__content {
position: absolute;
top: 60px;
}
.p-firstLaw__content--01 {
left: 30px;
}
.p-firstLaw__content--02 {
left: 120px;
}
.p-firstLaw__content--03 h3::before {
height: 42px !important;
}
.p-firstLaw__content h3 {
max-width: 550px;
position: relative;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 28px;
}
.p-firstLaw__content h3::before {
content: "";
height: 95px;
width: 8px;
background-color: #0f7dd9;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.p-firstLaw__content p {
max-width: 580px;
}

.p-faq__bg {
background-image: url("../img/top/bg-questionn.webp");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
display: flex;
flex-direction: column;
padding-bottom: 26px;
}
.p-faq .c-layoutList {
--spacing: 30px;
--columns: 4;
}
.p-faq .c-layoutList .c-layoutItem {
margin-bottom: 28px;
}
.p-faq__dropdown {
margin-bottom: 50px;
box-shadow: 5px 8.66px 10px 0 rgba(0, 0, 0, 0.15);
}
.p-faq__q {
margin-right: 38px;
font-size: 4.6rem;
font-weight: 700;
font-family: "Century Gothic Pro", sans-serif;
}
.p-faq__a {
color: #0f7dd9;
font-size: 4.6rem;
font-weight: 700;
font-family: "Century Gothic Pro", sans-serif;
}
.p-faq__heading {
font-size: 3rem;
font-weight: 700;
}
.p-faq__content {
padding: 33px 30px 10px;
background-color: var(--color-white);
display: flex;
gap: 37px;
}
.p-faq__item {
font-size: 2.6rem;
font-weight: 600;
}
.p-faq__title {
padding: 23px 21px 21px 27px;
background-color: #0f7dd9;
color: var(--color-white);
display: flex;
align-items: center;
}
.p-faq__plus {
width: 55px;
height: 55px;
background-color: var(--color-white);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: auto;
}
.p-faq__plus img {
width: 31px;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 31/31;
}
.p-faq h2 {
padding-top: 77px;
}
@media (hover: hover) and (pointer: fine) {
a:hover {
transition: all 0.3s;
opacity: 0.75;
}
}
@media screen and (max-width: 750px) {
.c-title--markSmall {
gap: 2.6666666667vw;
}
.c-title--markSmall::before {
width: 4.5333333333vw;
}
.c-title--markSmall::after {
width: 4.5333333333vw;
}
.c-title--markLarge {
gap: 3.8666666667vw;
}
.c-title--markLarge::before {
width: 8.2666666667vw;
}
.c-title--markLarge::after {
width: 8.2666666667vw;
}
.c-title--markSuper::before {
content: "";
width: 2.8vw;
}
.c-title--markSuper::after {
content: "";
width: 2.8vw;
}
.c-title--circle::before {
width: 1.2vw;
height: 1.2vw;
}
.c-title--lineSmall::after {
height: 0.2666666667vw;
bottom: -2.2666666667vw;
}
.c-title--lineVerySmall::after {
margin: 7.3333333333vw auto 13.3333333333vw;
width: 20vw;
height: 0.5333333333vw;
}
.c-title--lineLarge::after {
height: 1.2vw;
}
.c-title--lineInner::after {
bottom: 0.2666666667vw;
height: 2.1333333333vw;
}
.c-titleS--22 {
font-size: 2.9333333333vw;
}
.c-titleS--26 {
font-size: 3.4666666667vw;
}
.c-titleS--28 {
font-size: 3.7333333333vw;
}
.c-titleS--34 {
font-size: 4.5333333333vw;
}
.c-titleS--32 {
font-size: 4.2666666667vw;
}
.c-titleS--36 {
font-size: 4.8vw;
}
.c-titleS--39 {
font-size: 5.2vw;
}
.c-titleS--40 {
font-size: 5.3333333333vw;
}
.c-titleS--42 {
font-size: 5.6vw;
}
.c-titleS--46 {
font-size: 6.1333333333vw;
}
.c-titleS--48 {
font-size: 6.4vw;
}
.c-titleS--50 {
font-size: 6.6666666667vw;
}
.c-titleS--60 {
font-size: 8vw;
}
.c-titleS--64 {
font-size: 8.5333333333vw;
}
.container {
padding: 0 4vw;
}
.l-footer_top {
padding: 8vw 0;
}
.l-footer_topList {
gap: 10vw;
margin-bottom: 8vw;
}
.l-footer_topList a {
font-size: 2.6666666667vw;
gap: 1.6vw;
}
.l-footer_topList a::before {
width: 1.7333333333vw;
}
.l-footer_topUrl {
font-size: 2.6666666667vw;
gap: 1.6vw;
}
.l-footer_topUrl::before {
width: 4vw;
}
.l-footer_copy {
height: 12vw;
font-size: 2.6666666667vw;
}
.slide-linear .slick-slide {
padding: 2.1333333333vw 0.6666666667vw;
width: 18vw;
text-align: center;
margin: 0 0.6666666667vw;
}
.slide-linear .slick-slide figure {
padding: 1.3333333333vw 1.6vw 1.8666666667vw;
border-radius: 0.8vw;
box-shadow: 0 0.5333333333vw 0.5333333333vw rgba(45, 45, 45, 0.2);
margin: 0;
}
.slide-linear .slick-slide figure figcaption {
font-size: 2.4vw;
margin-bottom: 1.3333333333vw;
}
.btn-form {
margin-top: 4vw;
}
#shindan {
padding: 9.3333333333vw 0 10.6666666667vw;
}
#shindan .form-quiz_desc {
margin-bottom: 2vw;
}
#shindan .form-quiz_desc img {
max-width: 66.66vw;
}
#shindan .form-quiz_content {
padding: 4vw 5.3333333333vw 10.6666666667vw;
border-width: 0.8vw;
min-height: 153.3333333333vw;
}
#shindan .form-quiz_content::before {
top: 3.4666666667vw;
}
#shindan .form-quiz_content::after {
bottom: 3.4666666667vw;
}
#shindan .form-quiz_ttl .color-blue {
margin-top: 4.4vw;
font-size: 4.8vw;
}
#shindan .form-quiz_ttl .color-black {
font-size: 3.7333333333vw;
}
#shindan .form-quiz_ttl img {
height: 14.5333333333vw;
}
#shindan .form-quiz_inner {
margin-top: 7.3333333333vw;
}
#shindan .form-quiz_list {
gap: 4vw;
}
#shindan .form-quiz_discount {
margin-top: 9.333vw;
}
#shindan .form-quiz_discount img {
width: 10.4vw;
top: -6vw;
left: -1vw;
}
#shindan .form-quiz_discount h4 {
font-size: 4.8vw;
}
#shindan .form-quiz_discount p {
font-size: 3.46vw;
}
#shindan .form-quiz_discountContent {
padding: 4vw 0;
}
#shindan .form-quiz_label {
font-size: 3.7333333333vw;
margin-top: 3.7333333333vw;
margin-bottom: 2.4vw;
}
#shindan .form-quiz_label span {
margin-right: 10px;
padding: 0 2vw;
font-size: 3.333333333vw;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
}
#shindan .form-quiz_field select {
background-size: 3.0666666667vw auto;
background-position: calc(100% - 4vw);
}
#shindan .form-quiz_btn {
margin-top: 5.3333333333vw;
}
#shindan .form-quiz_listLabel {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #f45701;
}
.sec-1 {
padding: 10.6666666667vw 0;
}
.sec-1_ttl {
text-shadow: -0.2vw 0.3466666667vw 0 rgba(0, 0, 128, 0.2);
}
.sec-1_ttl::after {
margin: 8vw auto 10.6666666667vw;
width: 20vw;
height: 0.5333333333vw;
}
.sec-1_ttl .fsz-42 {
font-size: 5.6vw;
}
.sec-1_ttl .fsz-50 {
font-size: 6.6666666667vw;
}
.sec-1_ttl .decor::before, .sec-1_ttl .decor::after {
width: 6vw;
}
.sec-1_ttl .large-txt-blue {
font-size: 8.5333333333vw;
margin-top: 5.3333333333vw;
}
.sec-1_listItem {
padding: 8vw 4vw 4vw 4vw;
margin-bottom: 8vw;
border-radius: 0 8vw 0 0;
box-shadow: 0px 1.8666666667vw 1.8666666667vw rgba(0, 0, 128, 0.2);
}
.sec-1_listNum {
border-radius: 0 0 3.3333333333vw 0;
font-size: 3.7333333333vw;
padding: 0.9333333333vw 6.6666666667vw 0.9333333333vw 4.9333333333vw;
}
.sec-1_listNum span {
font-size: 6.1333333333vw;
margin-left: 1.3333333333vw;
}
.sec-1_note {
font-size: 3.7333333333vw;
margin-top: 5.3333333333vw;
}
.sec-1_listTop figure {
width: 29.3333333333vw;
}
.sec-1_listTop figure img {
width: 24vw;
}
.sec-1_listTop figure figcaption {
font-size: 3.4666666667vw;
margin-top: 2vw;
font-weight: 500;
}
.sec-1_listBottom {
padding: 5.3333333333vw 4vw 2.5333333333vw;
border-radius: 1.3333333333vw;
margin-top: 5.3333333333vw;
border: 0.2666666667vw solid #3babee;
}
.sec-1_listBottom figure figcaption {
font-size: 4.8vw;
padding: 2.6666666667vw 0;
}
.sec-1_listBottom .list-check {
padding-left: 4.6666666667vw;
}
.sec-1_listBottom .list-check li {
padding: 0 4vw 0 9.7333333333vw;
font-size: 3.7333333333vw;
box-shadow: 0px 0.4vw 0.4vw rgba(0, 0, 128, 0.2);
margin-bottom: 1.4666666667vw;
}
.sec-1_listBottom .list-check li::before {
width: 4vw;
left: 2.8vw;
}
.sec-1_listTtl {
width: calc(100% - 29.3333333333vw);
padding-right: 5.6vw;
padding-top: 4vw;
}
.sec-1_listTtl .ttl {
font-size: 5.6vw;
margin-top: 2.6666666667vw;
}
.sec-2 {
padding: 9.3333333333vw 0 10.6666666667vw;
}
.sec-2_ttl {
margin-bottom: 6.6666666667vw;
}
.sec-2_listItem {
padding: 3.4666666667vw 4vw 8vw 4vw;
border-radius: 2.6666666667vw;
margin-bottom: 8.9333333333vw;
border: 0.5333333333vw solid #0f7dd9;
}
.sec-2_listItem .c-layoutList {
--spacing: 4.26vw;
}
.sec-2_listItem .message {
top: -8vw;
left: 5.3333333333vw;
width: 20vw;
}
.sec-2_listItem .highlight {
font-size: 3.7333333333vw;
line-height: 13.3333333333vw;
margin-bottom: 5.3333333333vw;
padding-left: 22vw;
border-radius: 2vw;
}
.sec-2_listItem .list-card figcaption {
margin-top: 2.1333333333vw;
font-size: 3.7333333333vw;
}
.sec-2_listChart {
margin-top: 5.3333333333vw;
border-radius: 1.3333333333vw;
padding: 6.6666666667vw 4vw 5.3333333333vw;
}
.sec-2_listChart figcaption {
font-size: 4.8vw;
}
.sec-2_note {
font-size: 3.7333333333vw;
margin-top: 5.3333333333vw;
}
.sec-5 {
padding: 10.6666666667vw 0 9.3333333333vw;
}
.sec-5_ttl {
font-size: 6.6666666667vw;
margin-bottom: 10.6666666667vw;
}
.sec-5_ttl img {
width: 44.1333333333vw;
}
.sec-5_ttl span .num {
font-size: 8.2666666667vw;
}
.sec-5_listItem {
box-shadow: 0 0 4vw rgba(68, 68, 68, 0.2);
padding: 5.3333333333vw 3.8666666667vw;
}
.sec-5_listItem:not(:last-of-type)::before {
width: 10.1333333333vw;
}
.sec-5_listItem:not(:last-of-type) {
margin-bottom: 5.3333333333vw;
}
.sec-5_listHalf figure {
width: 33.3333333333vw;
}
.sec-5_listHalf .label {
width: 30.8vw;
border-radius: 4.6666666667vw;
font-size: 4.8vw;
padding-top: 1.3333333333vw;
border: 0.2666666667vw solid #00204e;
}
.sec-5_listHalf .label.jp {
padding-top: 2vw;
}
.sec-5_listHalf .label span {
font-size: 6.6666666667vw;
}
.sec-5_listHalf .ttl {
margin-top: 5.3333333333vw;
font-size: 4.8vw;
}
.sec-5_listHalf .txt {
font-size: 3.7333333333vw;
margin-top: 4vw;
}
.sec-6 {
padding-bottom: 9.3333333333vw;
}
.sec-7 {
padding: 8vw 0 20.2666666667vw;
}
.sec-7_ttl {
font-size: 4.8vw;
gap: 3.2vw;
margin-bottom: 5.3333333333vw;
}
.sec-7_ttl::before, .sec-7_ttl::after {
width: 7.8666666667vw;
}
.sec-7_ttl .fsz-42 {
font-size: 5.6vw;
}
.sec-7_circle {
margin-bottom: 5.3333333333vw;
}
.sec-7_circle img {
width: 80.6666666667vw;
}
.sec-7_question img {
width: 96.5333333333vw;
padding-right: 0.8vw;
}
.sec-7_btn img {
width: 88vw;
margin-top: -2.6666666667vw;
}
.p-debt {
padding: 9.3333333333vw 4vw 7.7333333333vw;
}
.p-debt__content {
margin-top: 8vw;
}
.p-debt__content .c-layoutList {
--spacing: 4vw;
}
.p-debt__contentImage {
height: 22.6666666667vw;
}
.p-debt__contentImage img {
width: 20vw;
}
.p-debt__contentItem {
margin-bottom: 2.6666666667vw;
}
.p-debt__contentItem h4 {
padding: 1.3333333333vw 0;
gap: 0.6666666667vw;
}
.p-whoAre {
padding-top: 17.3333333333vw;
padding-bottom: 14.8vw;
}
.p-whoAre__triangel {
border-left: 8vw solid transparent;
border-right: 8vw solid transparent;
border-top: 6.6666666667vw solid #ffffff;
}
.p-whoAre__heading {
margin-bottom: 7.3333333333vw;
}
.p-whoAre__bg img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.p-whoAre__inner {
width: 98%;
padding: 0px 6.6666666667vw 0 8vw;
}
.p-whoAre__txt {
padding-top: 5.3333333333vw;
padding-bottom: 6.6666666667vw;
}
.p-whoAre__bg {
padding: 6.6666666667vw 0;
}
.p-worries__text {
width: 49.6vw;
height: 7.2vw;
border-radius: 3.6vw;
}
.p-worries__content {
padding: 8vw 4vw 9.3333333333vw;
}
.p-worries__item {
border-radius: 1.3333333333vw;
box-shadow: 0.9333333333vw 0.9333333333vw 0 rgba(121, 121, 121, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5.3333333333vw 4.6666666667vw 5.3333333333vw 5.3333333333vw;
}
.p-worries__top {
width: 32vw;
height: 32vw;
}
.p-worries__top img {
width: 20.1333333333vw;
}
.p-worries .c-layoutItem {
margin-bottom: 4vw;
}
.p-worries__bottom {
padding-top: 5.3333333333vw;
}
.p-worries__inner {
padding: 14.6666666667vw 4vw 3.3333333333vw;
border-radius: 2.6666666667vw;
}
.p-worries__corner {
width: 6vw;
height: 6.6666666667vw;
}
.p-worries__cornerTopLeft {
border-top-left-radius: 2.6666666667vw;
border-top: 1.3333333333vw solid #0f7dd9;
border-left: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerTopRight {
border-top-right-radius: 2.6666666667vw;
border-top: 1.3333333333vw solid #0f7dd9;
border-right: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerBottomLeft {
border-bottom-left-radius: 2.6666666667vw;
border-bottom: 1.3333333333vw solid #0f7dd9;
border-left: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerBottomRight {
border-bottom-right-radius: 2.6666666667vw;
border-bottom: 1.3333333333vw solid #0f7dd9;
border-right: 1.3333333333vw solid #0f7dd9;
}
.p-worries__title {
top: -4.8vw;
}
.p-triangeDown {
gap: 2.1333333333vw;
padding: 5.6vw 0 7.3333333333vw;
}
.p-triangeDown1, .p-triangeDown2 {
border-left: 4vw solid transparent;
border-right: 4vw solid transparent;
border-top: 4vw solid #0f7dd9;
}
.p-bestSolution__desc1 {
margin-top: -2.6666666667vw;
gap: 2vw;
}
.p-bestSolution__desc1 img {
width: 17.6vw;
}
.p-bestSolution__desc2 {
padding-top: 2.6666666667vw;
}
.p-bestSolution__text {
margin-top: 4vw;
}
.p-firstLaw h2 {
padding-top: 10vw;
}
.p-firstLaw__item {
padding-bottom: 9.3333333333vw;
}
.p-firstLaw__content {
top: 8vw;
}
.p-firstLaw__content--01 {
left: 4vw;
}
.p-firstLaw__content--02 {
left: 16vw;
}
.p-firstLaw__content--03 h3::before {
height: 5.6vw !important;
}
.p-firstLaw__content h3 {
max-width: 73.3333333333vw;
margin-bottom: 4vw;
padding-left: 3.7333333333vw;
}
.p-firstLaw__content h3::before {
height: 12.6666666667vw;
width: 1.0666666667vw;
}
.p-firstLaw__content p {
max-width: 77.3333333333vw;
}
.p-firstLaw__01 {
width: 14.5333333333vw !important;
}
.p-firstLaw__num {
top: -5.3333333333vw;
right: 16.4vw;
}
.p-firstLaw__num img {
width: 17.3333333333vw;
}
.p-faq__bg {
padding-bottom: 3.4666666667vw;
}
.p-faq .c-layoutList {
--spacing: 4vw;
}
.p-faq .c-layoutList .c-layoutItem {
margin-bottom: 3.7333333333vw;
}
.p-faq__dropdown {
margin-bottom: 6.6666666667vw;
box-shadow: 0.6666666667vw 1.1546666667vw 1.3333333333vw 0 rgba(0, 0, 0, 0.15);
}
.p-faq__q {
margin-right: 5.0666666667vw;
font-size: 6.1333333333vw;
}
.p-faq__a {
font-size: 6.1333333333vw;
}
.p-faq__heading {
font-size: 4vw;
}
.p-faq__content {
padding: 4.4vw 4vw 1.3333333333vw;
gap: 4.9333333333vw;
}
.p-faq__item {
font-size: 3.4666666667vw;
}
.p-faq__title {
padding: 3.0666666667vw 2.8vw 2.8vw 3.6vw;
}
.p-faq__plus {
width: 7.3333333333vw;
height: 7.3333333333vw;
}
.p-faq__plus img {
width: 4.1333333333vw;
}
.p-faq h2 {
padding-top: 10.2666666667vw;
}
}
@media print, screen and (min-width: 751px) {
.t-hiddenSp {
display: block;
}
.t-hiddenPc {
display: none;
}
.t-taL-pc {
text-align: left !important;
}
.t-taR-pc {
text-align: right !important;
}
.t-taC-pc {
text-align: center !important;
}
}
@media print, screen and (min-width: 1600px) {
.m-wrapper {
max-width: 1120px;
}
}

.form-quiz_hidden,.wpcf7-response-output {
display: none;
}

.wpcf7-not-valid-tip {
font-size: 1.2rem;
color: #af0000;
margin-top: 10px;
display: block;
}

.company-area {
background-color: #fff;
padding: 20px;
}

.company-area h2{
text-align : center;
font-weight: bold;
padding-bottom: 30px;
font-size: 2rem;
}

.company-area .c-box {
line-height: 1.8;
border-top: 1px solid #eee;
padding-top: 20px;
}


.policy .wrap {
background: #fff;
padding: 20px;
margin: 20px 10px;

}

.policy .wrap h1{
text-align: center;
font-size: 20px;
font-weight: bold;
padding-bottom: 20px
}

.policy .wrap h2{
text-align: left;
font-size: 18px;
font-weight: bold;
padding: 20px 0;
}

.company-box {
background: #fff;
padding: 20px;
margin: 20px 10px;

}

.company h2{
padding-top:20px;
text-align: center;
font-size: 20px;
font-weight: bold;
}

.company dt{
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;
}

.screen-reader-response {
display: none;
}


#popup {
display: none
}

.c-popup {
z-index: 999;
position: fixed;
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .8);
align-items: center;
justify-content: center
}

.c-popup__close {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.c-popup__container {
z-index: 2;
position: relative;
width: calc(100% - 30px);
max-width: 530px;
max-height: 100vh
}

.s-txt-box {
background: #f9eaea;
font-size: 14px;
padding: 10px;
margin-top: 30px;
}

.fv-area {
position: relative;
}

.shidanBtn {
position: absolute;
bottom: -35px;
}
.shindan-box {
margin-top: 20px;
}

.mv-2502 {
position: relative;
margin-bottom: 10%;

}
.mv-2502 .btn-form-2502 {
position: absolute;
right: 0%;
bottom: -12%;
padding: 0 10px;
}

#shindan .form-quiz_listItem label {
background: #fd7a24;
border-radius: 65px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
cursor: pointer;
color: #fff
}
#shindan .form-quiz_listItem input {
position: absolute;
z-index: -999;
opacity: 0;
}
#shindan .form-quiz_listItem span {
display: block;
}

#shindan .form-quiz_discount p.white-bg {
background: #fff;
border-radius: 0 0 20px 20px;
color: #dd0000;
font-size: 50px;
font-weight: 700;
line-height: 96px;
margin-top: 24px;
}
#shindan .form-quiz_discount p.white-bg .small {
font-size: 36px;
}
#shindan .form-quiz_label {
color: #023459;
font-weight: 500;
font-size: 28px;
line-height: 1.3;
display: block;
width: 100%;
margin-bottom: 18px;
margin-top: 28px;
padding-left: 60px;
position: relative;
}
#shindan .form-quiz_label.required::before {
background: #d93535;
content: "必須";
}
#shindan .form-quiz_label::before {
content: "任意";
width: 40px;
background-color: #56acf1;
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
font-size: 12px;
letter-spacing: 0.05em;
flex-shrink: 0;
aspect-ratio: 2/1;
border-radius: 17px;
color: #fff;
font-weight: 600;
position: absolute;
left: 0;
top: 10px;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 60px;
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
}
#shindan .form-quiz_field textarea {
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
height: 120px;
}
#shindan .form-quiz_field select {
background: url(../img/top/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 40px;
}
#shindan .form-quiz_btn .btn-submit img {border-radius: 50px;/* box-shadow: 0 15px 15px rgba(68, 68, 68, 0.2); */}
#shindan .form-quiz_listLabel {
background: #fdbebe;
border-radius: 65px;
border: 2px solid #f76163;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 0 #f76163;
font-size: 32px;
font-weight: 700;
cursor: pointer;
}
#shindan .form-quiz_listLabel input {
position: absolute;
z-index: -999;
}
#shindan .form-quiz_field input::-moz-placeholder {
color: #838282;
}
#shindan .form-quiz_field input::placeholder {
color: #838282;
}
#shindan .form-quiz_field select:required:invalid {
color: #838282;
}

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

#shindan {
padding: 9.3333333333vw 0 10.6666666667vw;
}
#shindan .form-quiz_content {
padding: 8.6666666667vw 5.3333333333vw 10.6666666667vw;
border-width: 0.8vw;
min-height: 153.3333333333vw;
}
#shindan .form-quiz_content::before, #shindan .form-quiz_content::after {
width: 85.0666666667vw;
}
#shindan .form-quiz_content::before {
top: 3.4666666667vw;
}
#shindan .form-quiz_content::after {
bottom: 3.4666666667vw;
}
#shindan .form-quiz_ttl .color-blue {
margin-top: 4.4vw;
font-size: 4.8vw;
}
#shindan .form-quiz_ttl .color-black {
font-size: 3.7333333333vw;
}
#shindan .form-quiz_ttl img {
height: 14.5333333333vw;
}
#shindan .form-quiz_inner {
margin-top: 7.3333333333vw;
}
#shindan .form-quiz_list {
gap: 4vw;
}
#shindan .form-quiz_listItem label {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #e0e0e0;
}



#shindan .form-quiz_label {
font-size: 3.7333333333vw;
margin-top: 3.7333333333vw;
margin-bottom: 2.4vw;
padding-left: 11vw;
}
#shindan .form-quiz_label::before {
top: 1px;
width: 40px;
font-size: 2.8vw;
border-radius: 2.2666666667vw;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
}
#shindan .form-quiz_field textarea {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
height: 16vw;
}
#shindan .form-quiz_field select {
background-size: 3.0666666667vw auto;
background-position: calc(100% - 4vw);
}
#shindan .form-quiz_btn {
margin-top: 5.3333333333vw;
}
#shindan .form-quiz_btn .btn-submit img {/* box-shadow: 0 2vw 2vw rgba(68, 68, 68, 0.2); */}
#shindan .form-quiz_listLabel {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #f76163;
}
}

.l-fixed {
z-index: 11;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 10px;
background: rgb(255, 255, 255, .8);
box-shadow: 0 5px 20px rgba(38, 38, 38, .2);
opacity: 0;
visibility: hidden;
transition: .3s;
}
.active{
opacity: 1;
visibility: visible;
}
.l-fixed__row {
max-width: 750px;
margin: 0 auto;
}

.l-fixed__row .btn {
padding: 5px;
}

.c-bgC--Teal {
background-color: #0f7dd9;
}
.c-bgC--LightAqua {
background-color: #e7f2f3;
}

html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
word-break: normal;
}

*, :after, :before {
background-repeat: no-repeat;
box-sizing: inherit;
}

:after, :before {
text-decoration: inherit;
vertical-align: inherit;
}

* {
margin: 0;
padding: 0;
}

hr {
color: inherit;
height: 0;
overflow: visible;
}

details, main {
display: block;
}

summary {
display: list-item;
}

small {
font-size: 80%;
}

[hidden] {
display: none;
}

abbr[title] {
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}

a {
background-color: transparent;
}

a:active, a:hover {
outline-width: 0;
}

code, kbd, pre, samp {
font-family: monospace, monospace;
}

pre {
font-size: 1em;
}

b, strong {
font-weight: bolder;
}

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

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

table {
border-color: inherit;
text-indent: 0;
}

iframe {
border-style: none;
}

input {
border-radius: 0;
}

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

[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px;
}

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

textarea {
overflow: auto;
resize: vertical;
}

button, input, optgroup, select, textarea {
font: inherit;
}

optgroup {
font-weight: 700;
}

button {
overflow: visible;
}

button, select {
text-transform: none;
}

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

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
border-style: none;
padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
-webkit-appearance: button;
}

button, input, select, textarea {
background-color: transparent;
border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
outline-width: 0;
}

select {
-moz-appearance: none;
-webkit-appearance: none;
}

select::-ms-expand {
display: none;
}

select::-ms-value {
color: currentColor;
}

legend {
border: 0;
color: inherit;
display: table;
max-width: 100%;
white-space: normal;
}

::-webkit-file-upload-button {
-webkit-appearance: button;
color: inherit;
font: inherit;
}

[disabled] {
cursor: default;
}

img {
border-style: none;
}

progress {
vertical-align: baseline;
}

[aria-busy=true] {
cursor: progress;
}

[aria-controls] {
cursor: pointer;
}

[aria-disabled=true] {
cursor: default;
}

* {
box-sizing: border-box;
overflow-wrap: break-word;
word-wrap: break-word;
background-repeat: no-repeat;
}

html {
overflow-y: scroll;
font-weight: 400;
font-size: 62.5%;
width: 100%;
max-width: 750px;
margin-left: auto;
margin-right: auto;
scroll-behavior: smooth;
}
@supports (-webkit-touch-callout: none) {
html {
height: -webkit-fill-available;
}
}

body {
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 1.6rem;
letter-spacing: 0.05em;
font-family: "Noto Sans JP", "Roboto", sans-serif;
color: var(--color-txt);
}
@supports (-webkit-touch-callout: none) {
body {
min-height: 100vh;
min-height: -webkit-fill-available;
}
}

main {
background: var(--color-bg);
}

ol,
ul {
list-style: none;
}

img {
max-width: 100%;
height: auto;
vertical-align: bottom;
}

select::-ms-expand {
display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 400;
}

a,
button {
font-family: inherit;
font-size: inherit;
letter-spacing: inherit;
text-decoration: none;
color: inherit;
}

.c-layoutList {
--spacing: 32px;
--columns: 3;
display: flex;
flex-wrap: wrap;
margin-left: calc(var(--spacing) * -1);
}
.c-layoutList .c-layoutItem {
width: calc((100% - var(--spacing) * var(--columns)) / var(--columns));
margin-left: var(--spacing);
}

.c-title--markSmall {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
.c-title--markSmall::before {
content: "";
width: 34px;
aspect-ratio: 34/54;
background: url(../img/top/line-after.webp) no-repeat;
background-size: contain;
}
.c-title--markSmall::after {
content: "";
width: 34px;
aspect-ratio: 34/54;
background: url(../img/top/line-after.webp) no-repeat;
background-size: contain;
transform: scaleX(-1);
}
.c-title--markLarge {
display: flex;
align-items: center;
justify-content: center;
gap: 29px;
}
.c-title--markLarge::before {
content: "";
width: 62px;
aspect-ratio: 62/124;
background: url(../img/top/line-after-large.webp) no-repeat;
background-size: contain;
}
.c-title--markLarge::after {
content: "";
width: 62px;
aspect-ratio: 62/124;
background: url(../img/top/line-after-large.webp) no-repeat;
background-size: contain;
transform: scaleX(-1);
}
.c-title--markSuper {
display: flex;
align-items: start;
justify-content: space-between;
}
.c-title--markSuper::before {
content: "";
width: 21px;
aspect-ratio: 21/230;
background: url(../img/top/line-after-super.webp) no-repeat;
background-size: cover;
}
.c-title--markSuper::after {
content: "";
width: 21px;
aspect-ratio: 21/230;
background: url(../img/top/line-after-super2.webp) no-repeat;
background-size: cover;
}
.c-title--circle {
position: relative;
}
.c-title--circle::before {
content: "";
position: absolute;
width: 9px;
height: 9px;
background-color: #ffdb4f;
border-radius: 50%;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.c-title--lineVerySmall::after {
margin: 55px auto 100px;
display: block;
content: "";
width: 150px;
height: 4px;
background-color: #180040;
}
.c-title--lineSmall {
display: inline-block;
position: relative;
}
.c-title--lineSmall::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: #180040;
bottom: -17px;
left: 0;
}
.c-title--lineLarge {
display: inline-block;
position: relative;
}
.c-title--lineLarge::after {
content: "";
position: absolute;
width: 100%;
height: 9px;
background-color: #ffea00;
bottom: 0;
left: 0;
}
.c-title--lineInner {
position: relative;
display: inline;
}
.c-title--lineInner > span {
position: relative;
z-index: 2;
}
.c-title--lineInner::after {
content: "";
position: absolute;
left: 0;
bottom: 2px;
width: 100%;
height: 16px;
background-color: #fffb3e;
z-index: 1;
}
.c-titleLp--01 {
letter-spacing: 0.1em;
}
.c-titleLp--005 {
letter-spacing: 0.05em;
}
.c-titleLh--11 {
line-height: 1.11;
}
.c-titleLh--13 {
line-height: 1.3;
}
.c-titleLh--17 {
line-height: 1.7;
}
.c-titleLh--19 {
line-height: 1.9;
}
.c-titleLh--23 {
line-height: 2.36;
}
.c-titleW--regular {
font-weight: 400;
}
.c-titleW--medium {
font-weight: 600;
}
.c-titleW--bold {
font-weight: 700;
}
.c-titleW--black {
font-weight: 900;
}
.c-titleS--22 {
font-size: 2.2rem;
}
.c-titleS--26 {
font-size: 2.6rem;
}
.c-titleS--28 {
font-size: 2.8rem;
}
.c-titleS--34 {
font-size: 3.4rem;
}
.c-titleS--32 {
font-size: 3.2rem;
}
.c-titleS--36 {
font-size: 3.6rem;
}
.c-titleS--39 {
font-size: 3.9rem;
}
.c-titleS--40 {
font-size: 4rem;
}
.c-titleS--42 {
font-size: 4.2rem;
}
.c-titleS--46 {
font-size: 4.6rem;
}
.c-titleS--48 {
font-size: 4.8rem;
}
.c-titleS--50 {
font-size: 5rem;
}
.c-titleS--60 {
font-size: 6rem;
}
.c-titleS--64 {
font-size: 6.4rem;
}
.c-titleC--MidnightBlue {
color: #00204e;
}
.c-titleC--Teal {
color: #0f7dd9;
}
.c-titleC--Orange {
color: #f45701;
}
.c-titleC--DarkGray {
color: #404040;
}
.c-titleC--Yellow {
color: #fffb3e;
}
.c-titleC--Galaxy {
color: #180040;
}
.c-titleC--Red {
color: #dd0000;
}

.t-br {
display: block;
}

.t-ib {
display: inline-block;
}

.t-hidden {
display: none;
}

.t-hiddenSp {
display: none;
}

.t-taL {
text-align: left !important;
}

.t-taR {
text-align: right !important;
}

.t-taC {
text-align: center !important;
}
.t-bold {
font-weight: 600 !important;
}

.t-italic {
font-style: italic !important;
}

.t-ttU {
text-transform: uppercase !important;
}

.t-ttL {
text-transform: lowercase !important;
}

.t-caution-color {
color: var(--caution-color);
}

.t-mt0 {
margin-top: 0 !important;
}

.t-visuallyHidden {
clip: rect(0 0 0 0);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
width: 1px;
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
}

:root {
--color-main: #004cbd;
--color-black: #000;
--color-white: #fff;
--color-bg: #ebf8f9;
--color-txt: #2d2d2d;
--color-txt-second: #00204e;
--font-jp: "Noto Sans JP", sans-serif;
--font-en: "Century Gothic Pro", "Roboto", sans-serif;
--font-gothic: "century-gothic", sans-serif;
--fontDNP: "dnp-shuei-mgothic-std", sans-serif;
}

.m-wrapper {
width: 100%;
max-width: 1000px;
padding: 0 20px;
margin-left: auto;
margin-right: auto;
}

.container {
padding: 0 30px;
}

.l-footer {
background: #fff;
border-top: 1px solid #e0e0e0;
}
.l-footer_top {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 60px 0;
}
.l-footer_topList {
display: flex;
align-items: center;
justify-content: center;
gap: 75px;
margin-bottom: 60px;
}
.l-footer_topList a {
display: block;
font-size: 20px;
letter-spacing: 0.1em;
color: #2d2d2d;
display: flex;
align-items: center;
gap: 12px;
}
.l-footer_topList a::before {
content: "";
width: 13px;
aspect-ratio: 13/8;
background: url(../img/top/arrow-select.webp) no-repeat;
background-size: contain;
display: block;
transform: rotate(-90deg);
}
.l-footer_topUrl {
display: flex;
align-items: center;
justify-content: center;
font-size: 20px;
width: 100%;
gap: 12px;
}
.l-footer_topUrl::before {
content: "";
width: 30px;
aspect-ratio: 1/1;
display: block;
background: url(../img/top/icon-global.webp) no-repeat;
background-size: cover;
}
.l-footer_copy {
background: #231815;
height: 90px;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
letter-spacing: 0.1em;
}

#gallery {
opacity: 0;
transition: opacity 0.3s ease;
}

#gallery.slick-initialized {
opacity: 1;
}

input[type=radio].active {
box-shadow: none;
transform: translateY(5px);
transition: transform 0.2s ease-in-out;
}

.slide-linear {
background: #e7f2f3;
}
.slide-linear .slick-slide {
width: 135px;
padding: 18px 5px;
background: #e7f2f3;
}
.slide-linear .slick-slide figure {
display: flex;
flex-direction: column-reverse;
padding: 10px 12px 14px;
border-radius: 6px;
box-shadow: 0 4px 4px rgba(45, 45, 45, 0.2);
background: #fff;
}
.slide-linear .slick-slide figure img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 78/50;
}
.slide-linear .slick-slide figure figcaption {
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 1;
margin-bottom: 10px;
}

.mv {

}

.btn-form {
display: block;
margin-top: 20px;
}
.btn-form img {
width: 100%;
}

#shindan {
padding: 70px 0 80px;
}
#shindan .form-quiz {
overflow: hidden;
}
#shindan .form-quiz_desc {
text-align: center;
margin-bottom: 15px;
}
#shindan .form-quiz_desc img {
max-width: 500px;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
#shindan .form-quiz_step {
display: none;
position: relative;
animation: animateright 0.4s;
}
#shindan .form-quiz_step.is-show {
display: block;
}
#shindan .form-quiz_content {
padding: 10px 40px 80px;
border: 6px solid #0f7dd9;
border-radius: 30px;
background: #fff;
position: relative;
min-height: 1150px;
}
#shindan .form-quiz_content::before {
top: 26px;
}
#shindan .form-quiz_content::after {
bottom: 26px;
}
#shindan .form-quiz_ttl {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#shindan .form-quiz_ttl .color-blue {
font-weight: 900;
color: #0f7dd9;
font-size: 36px;
letter-spacing: 0.1em;
line-height: 1;
margin-top: 33px;
}
#shindan .form-quiz_ttl .color-black {
color: #00204e;
font-weight: 700;
letter-spacing: 0.05em;
font-size: 28px;
line-height: 1.5;
margin-top: 25px;
}
#shindan .form-quiz_ttl img {
height: 109px;
}
#shindan .form-quiz_inner {
margin-top: 55px;
}
#shindan .form-quiz_list {
display: flex;
flex-direction: column;
gap: 30px;
}
#shindan .form-quiz_listItem {
width: 100%;
}
#shindan .form-quiz_discount {
margin-top: 70px;
text-align: center;
}
#shindan .form-quiz_discount h4 {
margin-bottom: 20px;
font-size: 3.6rem;
line-height: 1;
color: #0f7dd9;
letter-spacing: 0.01em;
font-weight: 900;
position: relative;
display: inline-block;
}
#shindan .form-quiz_discount h4 span {
position: relative;
z-index: 2;
}
#shindan .form-quiz_discount h4::after {
content: "";
position: absolute;
left: 0;
bottom: -8px;
width: 100%;
height: 15px;
background-color: #ffea00;
z-index: 1;
}
#shindan .form-quiz_discount img {
position: absolute;
top: -81px;
left: -20px;
width: 133px;
aspect-ratio: 133/133;
}
#shindan .form-quiz_discountContent {
padding: 30px 25px;
background-color: #fbf3d1;
position: relative;
}
#shindan .form-quiz_discountContent p {
color: #023459;
font-size: 2.6rem;
line-height: 1.53;
letter-spacing: 0.05em;
font-weight: 700;
}
#shindan .form-quiz_label {
color: #023459;
font-weight: 500;
font-size: 28px;
line-height: 1;
display: block;
width: 100%;
margin-bottom: 18px;
margin-top: 28px;
}
#shindan .form-quiz_label span {
padding: 0 16px;
border-radius: 15.5px;
background-color: #d93535;
font-size: 2.2rem;
letter-spacing: 0.05em;
font-weight: 400;
color: var(--color-white);
margin-right: 20px;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 60px;
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
}
#shindan .form-quiz_field select {
background: url(../img/top/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 65px;
text-align: center;
}
#shindan .form-quiz_btn .btn-submit {
transition: all 0.3;
}
#shindan .form-quiz_btn .btn-submit:hover {
opacity: 0.75;
}
#shindan .form-quiz_btn .btn-submit img {
border-radius: 50px;
}
#shindan .form-quiz_listLabel {
background: #fdeba4;
border-radius: 65px;
border: 2px solid #f45701;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 0 #f45701;
font-size: 32px;
font-weight: 700;
cursor: pointer;
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out, border 0.2s ease-in-out;
}

#shindan .form-quiz_listLabel input {
position: absolute;
z-index: -999;
}
#shindan .form-quiz_field input::-moz-placeholder {
color: #838282;
}
#shindan .form-quiz_field input::placeholder {
color: #838282;
}
#shindan .form-quiz_field select:required:invalid {
color: #838282;
}

.sec-1 {
background: #0f7dd9;
padding: 80px 0;
}
.sec-1_ttl {
text-align: center;
color: var(--color-white);
text-shadow: -1.5px 2.6px 0 rgba(0, 0, 128, 0.2);
}
.sec-1_ttl::after {
margin: 60px auto 80px;
display: block;
content: "";
width: 150px;
height: 4px;
background-color: var(--color-white);
}
.sec-1_ttl .fsz-42 {
font-size: 42px;
}
.sec-1_ttl .fsz-50 {
font-size: 50px;
}
.sec-1_ttl .decor {
display: flex;
align-items: center;
justify-content: center;
gap: 11px;
}
.sec-1_ttl .decor::before, .sec-1_ttl .decor::after {
content: "";
width: 45px;
aspect-ratio: 45/101;
background: url(../img/top/decor-ttl.webp) no-repeat;
background-size: contain;
}
.sec-1_ttl .decor::after {
transform: scaleX(-1);
}
.sec-1_ttl .highlight {
background: #f5f737;
}
.sec-1_ttl .large-txt-blue {
color: #0f7dd9;
font-size: 64px;
font-weight: 900;
display: block;
text-align: center;
margin-top: 40px;
line-height: 1;
letter-spacing: 0.1em;
}
.sec-1_listItem {
background: var(--color-white);
position: relative;
padding: 60px 30px 30px 30px;
margin-bottom: 60px;
border-radius: 0 60px 0 0;
box-shadow: 0px 14px 14px rgba(0, 0, 128, 0.2);
}
.sec-1_listNum {
position: absolute;
top: 0;
left: 0;
background: #004892;
color: #fff;
font-family: var(--font-en);
font-size: 28px;
line-height: 1;
text-transform: uppercase;
padding: 7px 50px 7px 37px;
border-radius: 0 0 25px 0;
}
.sec-1_listNum span {
font-size: 46px;
margin-left: 10px;
line-height: 1;
letter-spacing: 0.08em;
}
.sec-1_note {
font-size: 28px;
line-height: 1;
text-align: right;
margin-top: 40px;
letter-spacing: 0;
color: var(--color-white);
}
.sec-1_listTop {
display: flex;
align-items: center;
flex-direction: row-reverse;
}
.sec-1_listTop figure {
width: 220px;
}
.sec-1_listTop figure img {
width: 180px;
display: block;
margin-left: auto;
margin-right: auto;
aspect-ratio: 1/1;
border-radius: 50%;
}
.sec-1_listTop figure figcaption {
font-size: 26px;
text-align: center;
line-height: 1;
margin-top: 15px;
letter-spacing: 0.03em;
}
.sec-1_listBottom {
margin-top: 40px;
background: #e7f2f3;
padding: 40px 30px 19px;
border-radius: 10px;
border: 2px solid #3babee;
}
.sec-1_listBottom figure figcaption {
font-size: 36px;
font-weight: 700;
text-align: center;
padding: 20px 0;
}
.sec-1_listBottom .list-check {
padding-left: 35px;
}
.sec-1_listBottom .list-check li {
padding: 0 30px 0 73px;
width: -moz-fit-content;
width: fit-content;
position: relative;
font-size: 28px;
line-height: 1.8;
font-weight: 900;
background-color: var(--color-white);
border-radius: 22px;
box-shadow: 0px 3px 3px rgba(0, 0, 128, 0.2);
margin-bottom: 11px;
}
.sec-1_listBottom .list-check li::before {
content: "";
width: 30px;
aspect-ratio: 30/22;
position: absolute;
left: 21px;
top: 50%;
transform: translateY(-50%);
background-image: url(../img/top/icon-check.webp);
background-size: cover;
}
.sec-1_listTtl {
width: calc(100% - 220px);
padding-right: 42px;
padding-top: 30px;
}
.sec-1_listTtl .ttl {
font-size: 42px;
color: #0f7dd9;
font-weight: 700;
line-height: 1.3;
margin-top: 20px;
letter-spacing: 0.1em;
}

.sec-2 {
background: var(--color-white);
padding: 70px 0 80px;
}
.sec-2_ttl {
margin-bottom: 50px;
}
.sec-2_ttl img {
width: 100%;
aspect-ratio: 750/258;
-o-object-fit: cover;
object-fit: cover;
}
.sec-2_listItem:last-child {
margin-bottom: 0;
}
.sec-2_listItem {
position: relative;
padding: 26px 30px 60px 30px;
background: #e7f2f3;
border-radius: 20px;
margin-bottom: 67px;
border: 4px solid #0f7dd9;
}
.sec-2_listItem .message {
width: 150px;
position: absolute;
top: -60px;
left: 40px;
}
.sec-2_listItem .highlight {
background: #004892;
color: var(--color-white);
font-size: 30px;
border-radius: 15px;
font-weight: 700;
line-height: 100px;
margin-bottom: 40px;
padding-left: 165px;
}
.sec-2_listItem .list-card figcaption {
font-size: 28px;
line-height: 1;
font-weight: 700;
text-align: center;
margin-top: 16px;
text-wrap: nowrap;
letter-spacing: 0;
}
.sec-2_listChart {
margin-top: 40px;
background: var(--color-white);
border-radius: 10px;
padding: 50px 30px 40px;
}
.sec-2_listChart figcaption {
font-size: 36px;
font-weight: 700;
text-align: center;
margin-top: 20px;
line-height: 1;
}
.sec-2_note {
text-align: right;
font-size: 28px;
line-height: 1;
margin-top: 40px;
color: #004892;
letter-spacing: 0;
}

.sec-5 {
padding: 80px 0 70px;
background: #f0f0f0;
position: relative;
}
.sec-5_ttl {
text-align: center;
font-weight: 900;
font-size: 50px;
margin-bottom: 80px;
color: #00204e;
}
.sec-5_ttl img {
width: 330px;
display: block;
margin-left: auto;
margin-right: auto;
}
.sec-5_ttl span {
color: #0f7dd9;
}
.sec-5_ttl span .num {
font-size: 62px;
}
.sec-5_listItem {
box-shadow: 0 0 30px rgba(68, 68, 68, 0.2);
background: #fff;
padding: 40px 29px;
display: flex;
}
.sec-5_listItem:not(:last-of-type) {
margin-bottom: 40px;
position: relative;
}
.sec-5_listItem:not(:last-of-type)::before {
content: "";
width: 76px;
aspect-ratio: 76/25;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background: #0f7dd9;
-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.sec-5_listHalf {
width: 50%;
}
.sec-5_listHalf figure {
width: 250px;
}
.sec-5_listHalf .label {
font-family: var(--font-en);
text-transform: uppercase;
background: #f6d622;
color: #00204e;
width: 231px;
aspect-ratio: 231/70;
display: block;
border-radius: 35px;
font-size: 36px;
line-height: 1;
text-align: center;
padding-top: 10px;
border: 2px solid #00204e;
}
.sec-5_listHalf .label.jp {
font-family: var(--font-jp);
padding-top: 15px;
}
.sec-5_listHalf .label span {
font-size: 50px;
}
.sec-5_listHalf .ttl {
font-size: 36px;
font-weight: 700;
margin-top: 40px;
letter-spacing: 0.05em;
color: #004892;
}
.sec-5_listHalf .txt {
font-size: 28px;
margin-top: 30px;
color: #004892;
line-height: 1.8;
font-weight: 400;
}

.sec-6 {
background-color: var(--color-white);
padding-bottom: 70px;
}
.sec-6 img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}

.sec-7 {
position: relative;
z-index: 1;
padding: 60px 0 152px;
background: #fff;
}
.sec-7::before {
content: "";
width: 100%;
aspect-ratio: 750/435;
position: absolute;
z-index: -1;
top: 0;
left: 0;
background: #0f7dd9;
}
.sec-7_ttl {
text-align: center;
color: #fff;
font-size: 36px;
font-weight: 700;
display: flex;
gap: 24px;
align-items: center;
justify-content: center;
margin-bottom: 40px;
}
.sec-7_ttl::before, .sec-7_ttl::after {
content: "";
width: 59px;
aspect-ratio: 59/121;
-webkit-mask-image: url(../img/top/decor-ttl.webp);
mask-image: url(../img/top/decor-ttl.webp);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: cover;
mask-size: cover;
background: #fff;
}
.sec-7_ttl::after {
transform: scaleX(-1);
}
.sec-7_ttl .fsz-42 {
font-size: 42px;
}
.sec-7_ttl .yellow-color {
color: #f5f737;
}
.sec-7_circle {
margin-bottom: 40px;
}
.sec-7_circle img {
width: 605px;
display: block;
margin-left: auto;
margin-right: auto;
}
.sec-7_question {
width: 100%;
position: relative;
z-index: 1;
display: flex;
align-items: center;
justify-content: end;
}
.sec-7_question img {
display: block;
width: 724px;
aspect-ratio: 724/434;
padding-right: 6px;
}
.sec-7_btn img {
display: block;
margin-left: auto;
margin-right: auto;
width: 660px;
border-radius: 100px;
margin-top: -20px;
}

@keyframes animateright {
0% {
right: -300px;
opacity: 0;
}
100% {
right: 0;
opacity: 1;
}
}
.p-debt {
padding: 70px 30px 58px;
background-color: var(--color-white);
}
.p-debt__content {
margin-top: 60px;
}
.p-debt__content .c-layoutList {
--spacing: 30px;
--columns: 2;
}
.p-debt__contentImage {
height: 170px;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--color-white);
border-radius: 0 0 10px 10px;
border-left: 3px solid #0f7dd9;
border-right: 3px solid #0f7dd9;
border-bottom: 3px solid #0f7dd9;
}
.p-debt__contentItem {
margin-bottom: 20px;
border-radius: 10px;
display: flex;
flex-direction: column;
}
.p-debt__contentItem h4 {
border-radius: 10px 10px 0 0;
padding: 10px 0;
font-family: var(--fontDNP);
font-weight: 600;
font-style: normal;
color: var(--color-white);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 5px;
}

.p-whoAre {
padding-top: 130px;
padding-bottom: 111px;
position: relative;
}
.p-whoAre__triangel {
position: absolute;
top: -1px;
left: 50%;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 60px solid transparent;
border-right: 60px solid transparent;
border-top: 50px solid #ffffff;
}
.p-whoAre__content {
position: relative;
}
.p-whoAre__inner {
width: 100%;
padding: 0px 75px 0 67px;
}
.p-whoAre__heading {
margin-bottom: 55px;
}
.p-whoAre__bg {
padding: 50px 0;
background-image: url(../img/top/bg-whoare.webp);
background-size: 92% 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
}
.p-whoAre__txt {
padding-top: 60px;
padding-bottom: 70px;
}

.p-worries .c-layoutList {
--columns: 1;
--spacing: 30;
}
.p-worries .c-layoutItem {
margin-bottom: 30px;
}
.p-worries__text {
width: 372px;
height: 54px;
margin: 0 auto;
border-radius: 27px;
display: flex;
justify-content: center;
align-items: center;
color: var(--color-white);
}
.p-worries__bottom {
padding-top: 40px;
}
.p-worries__content {
padding: 60px 30px 70px;
}
.p-worries__inner {
width: 100%;
padding: 110px 30px 25px;
background-color: #e7e7e7;
border-radius: 20px;
position: relative;
}
.p-worries__title {
position: absolute;
text-align: center;
width: 100%;
top: -36px;
}
.p-worries__item {
background-color: var(--color-white);
border-radius: 10px;
box-shadow: 7px 7px 0 rgba(121, 121, 121, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 40px 35px 40px 40px;
}
.p-worries__top {
width: 240px;
height: 240px;
border-radius: 50%;
background-color: #e7e7e7;
display: flex;
justify-content: center;
align-items: center;
}
.p-worries__top img {
width: 151px;
-o-object-fit: cover;
object-fit: cover;
}
.p-worries__corner {
width: 45px;
height: 50px;
position: absolute;
}
.p-worries__cornerTopLeft {
top: 0;
left: 0;
border-top-left-radius: 20px;
border-top: 10px solid #0f7dd9;
border-left: 10px solid #0f7dd9;
}
.p-worries__cornerTopRight {
top: 0;
right: 0;
border-top-right-radius: 20px;
border-top: 10px solid #0f7dd9;
border-right: 10px solid #0f7dd9;
}
.p-worries__cornerBottomLeft {
bottom: 0;
left: 0;
border-bottom-left-radius: 20px;
border-bottom: 10px solid #0f7dd9;
border-left: 10px solid #0f7dd9;
}
.p-worries__cornerBottomRight {
bottom: 0;
right: 0;
border-bottom-right-radius: 20px;
border-bottom: 10px solid #0f7dd9;
border-right: 10px solid #0f7dd9;
}

.p-triangeDown {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 16px;
padding: 42px 0 55px;
}
.p-triangeDown1, .p-triangeDown2 {
border-left: 30px solid transparent;
border-right: 30px solid transparent;
border-top: 30px solid #0f7dd9;
}

.p-bestSolution__desc1 {
display: flex;
align-items: center;
justify-content: center;
margin-top: -20px;
gap: 15px;
}
.p-bestSolution__desc1 img {
width: 132px;
aspect-ratio: 132/97;
-o-object-fit: cover;
object-fit: cover;
}
.p-bestSolution__desc2 {
padding-top: 20px;
}
.p-bestSolution__text {
margin-top: 30px;
color: #404040;
}

.p-firstLaw {
background-color: var(--color-white);
}
.p-firstLaw h2 {
padding-top: 75px;
}
.p-firstLaw__item {
position: relative;
padding-bottom: 70px;
}
.p-firstLaw__item > img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 750/592;
}
.p-firstLaw__num {
position: absolute;
top: -40px;
right: 123px;
}
.p-firstLaw__content {
position: absolute;
top: 60px;
}
.p-firstLaw__content--01 {
left: 30px;
}
.p-firstLaw__content--02 {
left: 120px;
}
.p-firstLaw__content--03 h3::before {
height: 42px !important;
}
.p-firstLaw__content h3 {
max-width: 550px;
position: relative;
line-height: 1.4;
margin-bottom: 30px;
padding-left: 28px;
}
.p-firstLaw__content h3::before {
content: "";
height: 95px;
width: 8px;
background-color: #0f7dd9;
display: inline-block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.p-firstLaw__content p {
max-width: 580px;
}

.p-faq__bg {
background-image: url("../img/top/bg-questionn.webp");
background-size: 100% 100%;
background-position: center;
background-repeat: no-repeat;
min-height: 100%;
display: flex;
flex-direction: column;
padding-bottom: 26px;
}
.p-faq .c-layoutList {
--spacing: 30px;
--columns: 4;
}
.p-faq .c-layoutList .c-layoutItem {
margin-bottom: 28px;
}
.p-faq__dropdown {
margin-bottom: 50px;
box-shadow: 5px 8.66px 10px 0 rgba(0, 0, 0, 0.15);
}
.p-faq__q {
margin-right: 38px;
font-size: 4.6rem;
font-weight: 700;
font-family: "Century Gothic Pro", sans-serif;
}
.p-faq__a {
color: #0f7dd9;
font-size: 4.6rem;
font-weight: 700;
font-family: "Century Gothic Pro", sans-serif;
}
.p-faq__heading {
font-size: 3rem;
font-weight: 700;
}
.p-faq__content {
padding: 33px 30px 10px;
background-color: var(--color-white);
display: flex;
gap: 37px;
}
.p-faq__item {
font-size: 2.6rem;
font-weight: 600;
}
.p-faq__title {
padding: 23px 21px 21px 27px;
background-color: #0f7dd9;
color: var(--color-white);
display: flex;
align-items: center;
}
.p-faq__plus {
width: 55px;
height: 55px;
background-color: var(--color-white);
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: auto;
}
.p-faq__plus img {
width: 31px;
-o-object-fit: cover;
object-fit: cover;
aspect-ratio: 31/31;
}
.p-faq h2 {
padding-top: 77px;
}
@media (hover: hover) and (pointer: fine) {
a:hover {
transition: all 0.3s;
opacity: 0.75;
}
}
@media screen and (max-width: 750px) {
.c-title--markSmall {
gap: 2.6666666667vw;
}
.c-title--markSmall::before {
width: 4.5333333333vw;
}
.c-title--markSmall::after {
width: 4.5333333333vw;
}
.c-title--markLarge {
gap: 3.8666666667vw;
}
.c-title--markLarge::before {
width: 8.2666666667vw;
}
.c-title--markLarge::after {
width: 8.2666666667vw;
}
.c-title--markSuper::before {
content: "";
width: 2.8vw;
}
.c-title--markSuper::after {
content: "";
width: 2.8vw;
}
.c-title--circle::before {
width: 1.2vw;
height: 1.2vw;
}
.c-title--lineSmall::after {
height: 0.2666666667vw;
bottom: -2.2666666667vw;
}
.c-title--lineVerySmall::after {
margin: 7.3333333333vw auto 13.3333333333vw;
width: 20vw;
height: 0.5333333333vw;
}
.c-title--lineLarge::after {
height: 1.2vw;
}
.c-title--lineInner::after {
bottom: 0.2666666667vw;
height: 2.1333333333vw;
}
.c-titleS--22 {
font-size: 2.9333333333vw;
}
.c-titleS--26 {
font-size: 3.4666666667vw;
}
.c-titleS--28 {
font-size: 3.7333333333vw;
}
.c-titleS--34 {
font-size: 4.5333333333vw;
}
.c-titleS--32 {
font-size: 4.2666666667vw;
}
.c-titleS--36 {
font-size: 4.8vw;
}
.c-titleS--39 {
font-size: 5.2vw;
}
.c-titleS--40 {
font-size: 5.3333333333vw;
}
.c-titleS--42 {
font-size: 5.6vw;
}
.c-titleS--46 {
font-size: 6.1333333333vw;
}
.c-titleS--48 {
font-size: 6.4vw;
}
.c-titleS--50 {
font-size: 6.6666666667vw;
}
.c-titleS--60 {
font-size: 8vw;
}
.c-titleS--64 {
font-size: 8.5333333333vw;
}
.container {
padding: 0 4vw;
}
.l-footer_top {
padding: 8vw 0;
}
.l-footer_topList {
gap: 10vw;
margin-bottom: 8vw;
}
.l-footer_topList a {
font-size: 2.6666666667vw;
gap: 1.6vw;
}
.l-footer_topList a::before {
width: 1.7333333333vw;
}
.l-footer_topUrl {
font-size: 2.6666666667vw;
gap: 1.6vw;
}
.l-footer_topUrl::before {
width: 4vw;
}
.l-footer_copy {
height: 12vw;
font-size: 2.6666666667vw;
}
.slide-linear .slick-slide {
padding: 2.1333333333vw 0.6666666667vw;
width: 18vw;
text-align: center;
margin: 0 0.6666666667vw;
}
.slide-linear .slick-slide figure {
padding: 1.3333333333vw 1.6vw 1.8666666667vw;
border-radius: 0.8vw;
box-shadow: 0 0.5333333333vw 0.5333333333vw rgba(45, 45, 45, 0.2);
margin: 0;
}
.slide-linear .slick-slide figure figcaption {
font-size: 2.4vw;
margin-bottom: 1.3333333333vw;
}
.btn-form {
margin-top: 4vw;
}
#shindan {
padding: 9.3333333333vw 0 10.6666666667vw;
}
#shindan .form-quiz_desc {
margin-bottom: 2vw;
}
#shindan .form-quiz_desc img {
max-width: 66.66vw;
}
#shindan .form-quiz_content {
padding: 4vw 5.3333333333vw 10.6666666667vw;
border-width: 0.8vw;
min-height: 153.3333333333vw;
}
#shindan .form-quiz_content::before {
top: 3.4666666667vw;
}
#shindan .form-quiz_content::after {
bottom: 3.4666666667vw;
}
#shindan .form-quiz_ttl .color-blue {
margin-top: 4.4vw;
font-size: 4.8vw;
}
#shindan .form-quiz_ttl .color-black {
font-size: 3.7333333333vw;
}
#shindan .form-quiz_ttl img {
height: 14.5333333333vw;
}
#shindan .form-quiz_inner {
margin-top: 7.3333333333vw;
}
#shindan .form-quiz_list {
gap: 4vw;
}
#shindan .form-quiz_discount {
margin-top: 9.333vw;
}
#shindan .form-quiz_discount img {
width: 10.4vw;
top: -6vw;
left: -1vw;
}
#shindan .form-quiz_discount h4 {
font-size: 4.8vw;
}
#shindan .form-quiz_discount p {
font-size: 3.46vw;
}
#shindan .form-quiz_discountContent {
padding: 4vw 0;
}
#shindan .form-quiz_label {
font-size: 3.7333333333vw;
margin-top: 3.7333333333vw;
margin-bottom: 2.4vw;
}
#shindan .form-quiz_label span {
margin-right: 10px;
padding: 0 2vw;
font-size: 3.333333333vw;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
}
#shindan .form-quiz_field select {
background-size: 3.0666666667vw auto;
background-position: calc(100% - 4vw);
}
#shindan .form-quiz_btn {
margin-top: 5.3333333333vw;
}
#shindan .form-quiz_listLabel {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #f45701;
}
.sec-1 {
padding: 10.6666666667vw 0;
}
.sec-1_ttl {
text-shadow: -0.2vw 0.3466666667vw 0 rgba(0, 0, 128, 0.2);
}
.sec-1_ttl::after {
margin: 8vw auto 10.6666666667vw;
width: 20vw;
height: 0.5333333333vw;
}
.sec-1_ttl .fsz-42 {
font-size: 5.6vw;
}
.sec-1_ttl .fsz-50 {
font-size: 6.6666666667vw;
}
.sec-1_ttl .decor::before, .sec-1_ttl .decor::after {
width: 6vw;
}
.sec-1_ttl .large-txt-blue {
font-size: 8.5333333333vw;
margin-top: 5.3333333333vw;
}
.sec-1_listItem {
padding: 8vw 4vw 4vw 4vw;
margin-bottom: 8vw;
border-radius: 0 8vw 0 0;
box-shadow: 0px 1.8666666667vw 1.8666666667vw rgba(0, 0, 128, 0.2);
}
.sec-1_listNum {
border-radius: 0 0 3.3333333333vw 0;
font-size: 3.7333333333vw;
padding: 0.9333333333vw 6.6666666667vw 0.9333333333vw 4.9333333333vw;
}
.sec-1_listNum span {
font-size: 6.1333333333vw;
margin-left: 1.3333333333vw;
}
.sec-1_note {
font-size: 3.7333333333vw;
margin-top: 5.3333333333vw;
}
.sec-1_listTop figure {
width: 29.3333333333vw;
}
.sec-1_listTop figure img {
width: 24vw;
}
.sec-1_listTop figure figcaption {
font-size: 3.4666666667vw;
margin-top: 2vw;
font-weight: 500;
}
.sec-1_listBottom {
padding: 5.3333333333vw 4vw 2.5333333333vw;
border-radius: 1.3333333333vw;
margin-top: 5.3333333333vw;
border: 0.2666666667vw solid #3babee;
}
.sec-1_listBottom figure figcaption {
font-size: 4.8vw;
padding: 2.6666666667vw 0;
}
.sec-1_listBottom .list-check {
padding-left: 4.6666666667vw;
}
.sec-1_listBottom .list-check li {
padding: 0 4vw 0 9.7333333333vw;
font-size: 3.7333333333vw;
box-shadow: 0px 0.4vw 0.4vw rgba(0, 0, 128, 0.2);
margin-bottom: 1.4666666667vw;
}
.sec-1_listBottom .list-check li::before {
width: 4vw;
left: 2.8vw;
}
.sec-1_listTtl {
width: calc(100% - 29.3333333333vw);
padding-right: 5.6vw;
padding-top: 4vw;
}
.sec-1_listTtl .ttl {
font-size: 5.6vw;
margin-top: 2.6666666667vw;
}
.sec-2 {
padding: 9.3333333333vw 0 10.6666666667vw;
}
.sec-2_ttl {
margin-bottom: 6.6666666667vw;
}
.sec-2_listItem {
padding: 3.4666666667vw 4vw 8vw 4vw;
border-radius: 2.6666666667vw;
margin-bottom: 8.9333333333vw;
border: 0.5333333333vw solid #0f7dd9;
}
.sec-2_listItem .c-layoutList {
--spacing: 4.26vw;
}
.sec-2_listItem .message {
top: -8vw;
left: 5.3333333333vw;
width: 20vw;
}
.sec-2_listItem .highlight {
font-size: 3.7333333333vw;
line-height: 13.3333333333vw;
margin-bottom: 5.3333333333vw;
padding-left: 22vw;
border-radius: 2vw;
}
.sec-2_listItem .list-card figcaption {
margin-top: 2.1333333333vw;
font-size: 3.7333333333vw;
}
.sec-2_listChart {
margin-top: 5.3333333333vw;
border-radius: 1.3333333333vw;
padding: 6.6666666667vw 4vw 5.3333333333vw;
}
.sec-2_listChart figcaption {
font-size: 4.8vw;
}
.sec-2_note {
font-size: 3.7333333333vw;
margin-top: 5.3333333333vw;
}
.sec-5 {
padding: 10.6666666667vw 0 9.3333333333vw;
}
.sec-5_ttl {
font-size: 6.6666666667vw;
margin-bottom: 10.6666666667vw;
}
.sec-5_ttl img {
width: 44.1333333333vw;
}
.sec-5_ttl span .num {
font-size: 8.2666666667vw;
}
.sec-5_listItem {
box-shadow: 0 0 4vw rgba(68, 68, 68, 0.2);
padding: 5.3333333333vw 3.8666666667vw;
}
.sec-5_listItem:not(:last-of-type)::before {
width: 10.1333333333vw;
}
.sec-5_listItem:not(:last-of-type) {
margin-bottom: 5.3333333333vw;
}
.sec-5_listHalf figure {
width: 33.3333333333vw;
}
.sec-5_listHalf .label {
width: 30.8vw;
border-radius: 4.6666666667vw;
font-size: 4.8vw;
padding-top: 1.3333333333vw;
border: 0.2666666667vw solid #00204e;
}
.sec-5_listHalf .label.jp {
padding-top: 2vw;
}
.sec-5_listHalf .label span {
font-size: 6.6666666667vw;
}
.sec-5_listHalf .ttl {
margin-top: 5.3333333333vw;
font-size: 4.8vw;
}
.sec-5_listHalf .txt {
font-size: 3.7333333333vw;
margin-top: 4vw;
}
.sec-6 {
padding-bottom: 9.3333333333vw;
}
.sec-7 {
padding: 8vw 0 20.2666666667vw;
}
.sec-7_ttl {
font-size: 4.8vw;
gap: 3.2vw;
margin-bottom: 5.3333333333vw;
}
.sec-7_ttl::before, .sec-7_ttl::after {
width: 7.8666666667vw;
}
.sec-7_ttl .fsz-42 {
font-size: 5.6vw;
}
.sec-7_circle {
margin-bottom: 5.3333333333vw;
}
.sec-7_circle img {
width: 80.6666666667vw;
}
.sec-7_question img {
width: 96.5333333333vw;
padding-right: 0.8vw;
}
.sec-7_btn img {
width: 88vw;
margin-top: -2.6666666667vw;
}
.p-debt {
padding: 9.3333333333vw 4vw 7.7333333333vw;
}
.p-debt__content {
margin-top: 8vw;
}
.p-debt__content .c-layoutList {
--spacing: 4vw;
}
.p-debt__contentImage {
height: 22.6666666667vw;
}
.p-debt__contentImage img {
width: 20vw;
}
.p-debt__contentItem {
margin-bottom: 2.6666666667vw;
}
.p-debt__contentItem h4 {
padding: 1.3333333333vw 0;
gap: 0.6666666667vw;
}
.p-whoAre {
padding-top: 17.3333333333vw;
padding-bottom: 14.8vw;
}
.p-whoAre__triangel {
border-left: 8vw solid transparent;
border-right: 8vw solid transparent;
border-top: 6.6666666667vw solid #ffffff;
}
.p-whoAre__heading {
margin-bottom: 7.3333333333vw;
}
.p-whoAre__bg img {
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.p-whoAre__inner {
width: 98%;
padding: 0px 6.6666666667vw 0 8vw;
}
.p-whoAre__txt {
padding-top: 5.3333333333vw;
padding-bottom: 6.6666666667vw;
}
.p-whoAre__bg {
padding: 6.6666666667vw 0;
}
.p-worries__text {
width: 49.6vw;
height: 7.2vw;
border-radius: 3.6vw;
}
.p-worries__content {
padding: 8vw 4vw 9.3333333333vw;
}
.p-worries__item {
border-radius: 1.3333333333vw;
box-shadow: 0.9333333333vw 0.9333333333vw 0 rgba(121, 121, 121, 0.3);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 5.3333333333vw 4.6666666667vw 5.3333333333vw 5.3333333333vw;
}
.p-worries__top {
width: 32vw;
height: 32vw;
}
.p-worries__top img {
width: 20.1333333333vw;
}
.p-worries .c-layoutItem {
margin-bottom: 4vw;
}
.p-worries__bottom {
padding-top: 5.3333333333vw;
}
.p-worries__inner {
padding: 14.6666666667vw 4vw 3.3333333333vw;
border-radius: 2.6666666667vw;
}
.p-worries__corner {
width: 6vw;
height: 6.6666666667vw;
}
.p-worries__cornerTopLeft {
border-top-left-radius: 2.6666666667vw;
border-top: 1.3333333333vw solid #0f7dd9;
border-left: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerTopRight {
border-top-right-radius: 2.6666666667vw;
border-top: 1.3333333333vw solid #0f7dd9;
border-right: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerBottomLeft {
border-bottom-left-radius: 2.6666666667vw;
border-bottom: 1.3333333333vw solid #0f7dd9;
border-left: 1.3333333333vw solid #0f7dd9;
}
.p-worries__cornerBottomRight {
border-bottom-right-radius: 2.6666666667vw;
border-bottom: 1.3333333333vw solid #0f7dd9;
border-right: 1.3333333333vw solid #0f7dd9;
}
.p-worries__title {
top: -4.8vw;
}
.p-triangeDown {
gap: 2.1333333333vw;
padding: 5.6vw 0 7.3333333333vw;
}
.p-triangeDown1, .p-triangeDown2 {
border-left: 4vw solid transparent;
border-right: 4vw solid transparent;
border-top: 4vw solid #0f7dd9;
}
.p-bestSolution__desc1 {
margin-top: -2.6666666667vw;
gap: 2vw;
}
.p-bestSolution__desc1 img {
width: 17.6vw;
}
.p-bestSolution__desc2 {
padding-top: 2.6666666667vw;
}
.p-bestSolution__text {
margin-top: 4vw;
}
.p-firstLaw h2 {
padding-top: 10vw;
}
.p-firstLaw__item {
padding-bottom: 9.3333333333vw;
}
.p-firstLaw__content {
top: 8vw;
}
.p-firstLaw__content--01 {
left: 4vw;
}
.p-firstLaw__content--02 {
left: 16vw;
}
.p-firstLaw__content--03 h3::before {
height: 5.6vw !important;
}
.p-firstLaw__content h3 {
max-width: 73.3333333333vw;
margin-bottom: 4vw;
padding-left: 3.7333333333vw;
}
.p-firstLaw__content h3::before {
height: 12.6666666667vw;
width: 1.0666666667vw;
}
.p-firstLaw__content p {
max-width: 77.3333333333vw;
}
.p-firstLaw__01 {
width: 14.5333333333vw !important;
}
.p-firstLaw__num {
top: -5.3333333333vw;
right: 16.4vw;
}
.p-firstLaw__num img {
width: 17.3333333333vw;
}
.p-faq__bg {
padding-bottom: 3.4666666667vw;
}
.p-faq .c-layoutList {
--spacing: 4vw;
}
.p-faq .c-layoutList .c-layoutItem {
margin-bottom: 3.7333333333vw;
}
.p-faq__dropdown {
margin-bottom: 6.6666666667vw;
box-shadow: 0.6666666667vw 1.1546666667vw 1.3333333333vw 0 rgba(0, 0, 0, 0.15);
}
.p-faq__q {
margin-right: 5.0666666667vw;
font-size: 6.1333333333vw;
}
.p-faq__a {
font-size: 6.1333333333vw;
}
.p-faq__heading {
font-size: 4vw;
}
.p-faq__content {
padding: 4.4vw 4vw 1.3333333333vw;
gap: 4.9333333333vw;
}
.p-faq__item {
font-size: 3.4666666667vw;
}
.p-faq__title {
padding: 3.0666666667vw 2.8vw 2.8vw 3.6vw;
}
.p-faq__plus {
width: 7.3333333333vw;
height: 7.3333333333vw;
}
.p-faq__plus img {
width: 4.1333333333vw;
}
.p-faq h2 {
padding-top: 10.2666666667vw;
}
}
@media print, screen and (min-width: 751px) {
.t-hiddenSp {
display: block;
}
.t-hiddenPc {
display: none;
}
.t-taL-pc {
text-align: left !important;
}
.t-taR-pc {
text-align: right !important;
}
.t-taC-pc {
text-align: center !important;
}
}
@media print, screen and (min-width: 1600px) {
.m-wrapper {
max-width: 1120px;
}
}

.form-quiz_hidden,.wpcf7-response-output {
display: none;
}

.wpcf7-not-valid-tip {
font-size: 1.2rem;
color: #af0000;
margin-top: 10px;
display: block;
}

.company-area {
background-color: #fff;
padding: 20px;
}

.company-area h2{
text-align : center;
font-weight: bold;
padding-bottom: 30px;
font-size: 2rem;
}

.company-area .c-box {
line-height: 1.8;
border-top: 1px solid #eee;
padding-top: 20px;
}


.policy .wrap {
background: #fff;
padding: 20px;
margin: 20px 10px;

}

.policy .wrap h1{
text-align: center;
font-size: 20px;
font-weight: bold;
padding-bottom: 20px
}

.policy .wrap h2{
text-align: left;
font-size: 18px;
font-weight: bold;
padding: 20px 0;
}

.company-box {
background: #fff;
padding: 20px;
margin: 20px 10px;

}

.company h2{
padding-top:20px;
text-align: center;
font-size: 20px;
font-weight: bold;
}

.company dt{
font-size: 18px;
font-weight: bold;
padding-bottom: 10px;
}

.screen-reader-response {
display: none;
}


#popup {
display: none
}

.c-popup {
z-index: 999;
position: fixed;
top: 0;
left: 0;
display: flex;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .8);
align-items: center;
justify-content: center
}

.c-popup__close {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%
}

.c-popup__container {
z-index: 2;
position: relative;
width: calc(100% - 30px);
max-width: 530px;
max-height: 100vh
}

.s-txt-box {
background: #f9eaea;
font-size: 14px;
padding: 10px;
margin-top: 30px;
}

.fv-area {
position: relative;
}

.shidanBtn {
position: absolute;
bottom: -35px;
}
.shindan-box {
margin-top: 20px;
}

.mv-2502 {
position: relative;
margin-bottom: 10%;

}
.mv-2502 .btn-form-2502 {
position: absolute;
right: 0%;
bottom: -12%;
padding: 0 10px;
}

#shindan .form-quiz_listItem label {
background: #fd7a24;
border-radius: 65px;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
font-size: 32px;
font-weight: 700;
cursor: pointer;
color: #fff
}
#shindan .form-quiz_listItem input {
position: absolute;
z-index: -999;
opacity: 0;
}
#shindan .form-quiz_listItem span {
display: block;
}

#shindan .form-quiz_discount p.white-bg {
background: #fff;
border-radius: 0 0 20px 20px;
color: #dd0000;
font-size: 50px;
font-weight: 700;
line-height: 96px;
margin-top: 24px;
}
#shindan .form-quiz_discount p.white-bg .small {
font-size: 36px;
}
#shindan .form-quiz_label {
color: #023459;
font-weight: 500;
font-size: 28px;
line-height: 1.3;
display: block;
width: 100%;
margin-bottom: 18px;
margin-top: 28px;
padding-left: 60px;
position: relative;
}
#shindan .form-quiz_label.required::before {
background: #d93535;
content: "必須";
}
#shindan .form-quiz_label::before {
content: "任意";
width: 40px;
background-color: #56acf1;
display: flex;
justify-content: center;
align-items: center;
line-height: 1;
font-size: 12px;
letter-spacing: 0.05em;
flex-shrink: 0;
aspect-ratio: 2/1;
border-radius: 17px;
color: #fff;
font-weight: 600;
position: absolute;
left: 0;
top: 10px;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 60px;
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
}
#shindan .form-quiz_field textarea {
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
height: 120px;
}
#shindan .form-quiz_field select {
background: url(../img/top/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 40px;
}
#shindan .form-quiz_btn .btn-submit img {border-radius: 50px;/* box-shadow: 0 15px 15px rgba(68, 68, 68, 0.2); */}
#shindan .form-quiz_listLabel {
background: #fdbebe;
border-radius: 65px;
border: 2px solid #f76163;
height: 120px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 0 #f76163;
font-size: 32px;
font-weight: 700;
cursor: pointer;
}
#shindan .form-quiz_listLabel input {
position: absolute;
z-index: -999;
}
#shindan .form-quiz_field input::-moz-placeholder {
color: #838282;
}
#shindan .form-quiz_field input::placeholder {
color: #838282;
}
#shindan .form-quiz_field select:required:invalid {
color: #838282;
}

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

#shindan {
padding: 9.3333333333vw 0 10.6666666667vw;
}
#shindan .form-quiz_content {
padding: 8.6666666667vw 5.3333333333vw 10.6666666667vw;
border-width: 0.8vw;
min-height: 153.3333333333vw;
}
#shindan .form-quiz_content::before, #shindan .form-quiz_content::after {
width: 85.0666666667vw;
}
#shindan .form-quiz_content::before {
top: 3.4666666667vw;
}
#shindan .form-quiz_content::after {
bottom: 3.4666666667vw;
}
#shindan .form-quiz_ttl .color-blue {
margin-top: 4.4vw;
font-size: 4.8vw;
}
#shindan .form-quiz_ttl .color-black {
font-size: 3.7333333333vw;
}
#shindan .form-quiz_ttl img {
height: 14.5333333333vw;
}
#shindan .form-quiz_inner {
margin-top: 7.3333333333vw;
}
#shindan .form-quiz_list {
gap: 4vw;
}
#shindan .form-quiz_listItem label {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #e0e0e0;
}



#shindan .form-quiz_label {
font-size: 3.7333333333vw;
margin-top: 3.7333333333vw;
margin-bottom: 2.4vw;
padding-left: 11vw;
}
#shindan .form-quiz_label::before {
top: 1px;
width: 40px;
font-size: 2.8vw;
border-radius: 2.2666666667vw;
}
#shindan .form-quiz_field input,
#shindan .form-quiz_field select {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
}
#shindan .form-quiz_field textarea {
height: 8vw;
font-size: 3.7333333333vw;
border-width: 0.2666666667vw;
padding: 0 2.6666666667vw;
height: 16vw;
}
#shindan .form-quiz_field select {
background-size: 3.0666666667vw auto;
background-position: calc(100% - 4vw);
}
#shindan .form-quiz_btn {
margin-top: 5.3333333333vw;
}
#shindan .form-quiz_btn .btn-submit img {/* box-shadow: 0 2vw 2vw rgba(68, 68, 68, 0.2); */}
#shindan .form-quiz_listLabel {
font-size: 4.2666666667vw;
height: 16vw;
box-shadow: 0 1.3333333333vw 0 #f76163;
}
}

.l-fixed {
z-index: 11;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
padding: 5px 10px;
background: rgb(255, 255, 255, .8);
box-shadow: 0 5px 20px rgba(38, 38, 38, .2);
opacity: 0;
visibility: hidden;
transition: .3s;
}
.active{
opacity: 1;
visibility: visible;
}
.l-fixed__row {
max-width: 750px;
margin: 0 auto;
}

.l-fixed__row .btn {
padding: 5px;
}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:"";
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}
