@charset "UTF-8";
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;
}

.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: #e7f2f3;
--color-txt: #2d2d2d;
--font-jp: "Noto Sans JP", sans-serif;
--font-en: "Century Gothic Pro", "Roboto", 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;
}

.slide-linear {
background: #fff6ce;
}
.slide-linear .slick-slide {
width: 135px;
padding: 16px 5px;
background: #fff6ce;
}
.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 figcaption {
font-size: 18px;
font-weight: 700;
text-align: center;
line-height: 1;
margin-bottom: 10px;
}

.mv {
background: var(--color-bg);
}

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

#shindan {
padding: 70px 0 80px;
}
#shindan .form-quiz {
overflow: hidden;
}
#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: 65px 40px 80px;
border: 6px solid #3babee;
background: #fff;
position: relative;
min-height: 1150px;
}
#shindan .form-quiz_content::before, #shindan .form-quiz_content::after {
content: "";
width: 638px;
aspect-ratio: 638/13;
position: absolute;
background: url(../img/top/two-dots.webp) no-repeat center;
background-size: contain;
left: 50%;
transform: translateX(-50%);
}
#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: #2d2d2d;
font-weight: 700;
letter-spacing: 0.05em;
font-size: 28px;
line-height: 1.5;
}
#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_listItem label {
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_listItem input {
position: absolute;
z-index: -999;
opacity: 0;
}
#shindan .form-quiz_listItem span {
display: block;
}
#shindan .form-quiz_discount {
border: 4px solid #023459;
background: #023459;
border-radius: 20px;
color: #fff;
text-align: center;
padding-top: 24px;
width: 460px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
margin-top: 40px;
font-size: 36px;
line-height: 1;
}
#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;
}

.sec-1 {
background: #fff;
padding: 80px 0;
}
.sec-1_ttl {
text-align: center;
color: #333;
font-weight: 700;
font-size: 36px;
margin-bottom: 130px;
}
.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: #e7f2f3;
border: 3px solid #0f7dd9;
border-top-width: 17px;
position: relative;
padding: 23px 23px 27px;
margin-top: 90px;
}
.sec-1_listNum {
position: absolute;
bottom: calc(100% + 16px);
right: -3px;
background: #0f7dd9;
color: #fff;
font-family: var(--font-en);
font-size: 28px;
line-height: 1;
text-transform: uppercase;
padding: 13px 16px 0 27px;
border-radius: 25px 0 0 0;
}
.sec-1_listNum span {
font-size: 46px;
margin-left: 5px;
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;
}
.sec-1_listTop {
display: flex;
align-items: center;
}
.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%;
box-shadow: 0 4px 4px rgba(51, 112, 162, 0.2);
}
.sec-1_listTop figure figcaption {
font-size: 26px;
text-align: center;
line-height: 1;
margin-top: 18px;
letter-spacing: 0.03em;
}
.sec-1_listBottom {
margin-top: 40px;
background: #fff;
padding: 40px 30px 30px;
border-radius: 10px;
}
.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-left: 50px;
position: relative;
font-size: 28px;
line-height: 1.8;
font-weight: 900;
}
.sec-1_listBottom .list-check li::before {
content: "";
width: 26px;
aspect-ratio: 26/17;
position: absolute;
border: 6px solid #f15e77;
left: 0;
transform: translateY(-75%) rotate(-45deg);
border-right: none;
border-top: none;
top: 50%;
}
.sec-1_listTtl {
width: calc(100% - 220px);
padding-left: 38px;
}
.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: #3babee;
padding: 70px 0 80px;
}
.sec-2_ttl {
margin: 0 0 55px -30px;
}
.sec-2_listItem {
position: relative;
padding: 60px 30px;
background: #fff;
border-radius: 10px;
box-shadow: 0 14px 14px rgba(51, 112, 162, 0.2);
margin-top: 60px;
}
.sec-2_listItem .message {
width: 150px;
position: absolute;
top: -45px;
left: -13px;
}
.sec-2_listItem .highlight {
background: #f5f737;
color: #0f7dd9;
font-size: 30px;
font-weight: 700;
text-align: center;
line-height: 72px;
box-shadow: 0 4px 4px rgba(45, 45, 45, 0.2);
margin-bottom: 40px;
}
.sec-2_listItem .list-card {
display: flex;
justify-content: space-between;
}
.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_listItem .list-card img.w-190 {
width: 188px;
}
.sec-2_listItem .list-card img.w-189 {
width: 189px;
}
.sec-2_listItem .list-card img.w-190 {
width: 190px;
}
.sec-2_listItem .list-card img.w-191 {
width: 191px;
}
.sec-2_listItem .list-card img.w-188 {
width: 191px;
}
.sec-2_listItem .list-card img.w-192 {
width: 192px;
}
.sec-2_listItem .list-card img.w-185 {
width: 185px;
}
.sec-2_listItem .list-card img.w-197 {
width: 197px;
}
.sec-2_listChart {
margin-top: 40px;
background: #e7f2f3;
border: 2px solid #1abab4;
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: #fff;
letter-spacing: 0;
}

.sec-3 {
padding: 80px 0;
background: #f0f0f0;
}
.sec-3_ttl {
padding: 0 9px;
margin-bottom: 66px;
}
.sec-3_list {
display: flex;
flex-wrap: wrap;
gap: 20px 30px;
}
.sec-3_list li {
width: calc((100% - 30px) / 2);
}
.sec-3_txt {
margin-top: 80px;
text-align: center;
color: #023459;
font-weight: 700;
font-size: 30px;
}
.sec-3_txt span {
font-size: 36px;
color: #f15e77;
}

.sec-4 {
padding: 80px 0 0;
background: url(../img/top/sec4-bg.webp) no-repeat top, #fff;
background-size: 100% auto;
}
.sec-4_ttl {
display: flex;
flex-direction: column;
align-items: center;
color: #fff;
font-weight: 700;
letter-spacing: 0.1em;
font-size: 36px;
margin-bottom: 195px;
}
.sec-4_ttl span {
color: #f5f737;
font-size: 64px;
}
.sec-4_ttl img {
width: 90px;
margin-bottom: 30px;
}
.sec-4_listItem {
padding: 35px 30px 155px;
background: #fff;
}
.sec-4_listItem:nth-of-type(2) {
position: relative;
z-index: 1;
}
.sec-4_listItem:nth-of-type(2)::before {
content: "";
width: calc(100% + 30px);
height: calc(100% + 120px);
bottom: 0;
right: -30px;
position: absolute;
background: #e7f2f3;
-webkit-clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 120px));
clip-path: polygon(0 120px, 100% 0, 100% 100%, 0 calc(100% - 120px));
z-index: -1;
}
.sec-4_listItem:last-of-type {
padding-bottom: 30px;
}
.sec-4_listTtl {
display: flex;
align-items: center;
padding-bottom: 30px;
position: relative;
margin-bottom: 40px;
}
.sec-4_listTtl::before {
content: "";
width: 100%;
height: 5px;
background: url(../img/top/dots.webp) no-repeat;
background-size: auto 100%;
position: absolute;
left: 0;
bottom: 0;
}
.sec-4_listTtl .num {
width: 115px;
font-family: var(--font-en);
font-size: 80px;
line-height: 1;
font-weight: 700;
color: #0f7dd9;
}
.sec-4_listTtl .txt {
width: calc(100% - 115px);
color: #023459;
font-size: 42px;
line-height: 1.3;
font-weight: 700;
letter-spacing: 0.1em;
}
.sec-4_listTxt {
font-size: 28px;
line-height: 1.5;
letter-spacing: 0.05em;
font-weight: 500;
}
.sec-4_listTxt span {
color: #0f7dd9;
font-weight: 700;
}
.sec-4_listImg {
margin-top: 40px;
text-align: center;
}
.sec-4_listImg img {
width: 470px;
}
.sec-4_listImg img.w-403 {
width: 403px;
}
.sec-4_listImg img.w-457 {
width: 457px;
}

.sec-5 {
padding: 80px 0;
background: #f0f0f0;
}
.sec-5_ttl {
text-align: center;
font-weight: 900;
font-size: 50px;
margin-bottom: 80px;
}
.sec-5_ttl::after {
content: "";
width: 103px;
aspect-ratio: 103/5;
display: block;
margin: 48px auto 0;
background: #0f7dd9;
}
.sec-5_ttl img {
width: 168px;
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: #0f7dd9;
color: #fff;
width: 231px;
aspect-ratio: 231/70;
display: block;
border-radius: 35px;
font-size: 36px;
line-height: 1;
text-align: center;
padding-top: 10px;
}
.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;
}
.sec-5_listHalf .txt {
font-size: 28px;
margin-top: 30px;
line-height: 1.8;
}

.sec-6 img {
width: 100%;
aspect-ratio: 750/548;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: bottom;
object-position: bottom;
}

.sec-7 {
position: relative;
z-index: 1;
padding: 60px 0 152px;
background: #fff;
}
.sec-7::before {
content: "";
width: 100%;
aspect-ratio: 750/603;
position: absolute;
z-index: -1;
top: 0;
left: 0;
background: #268ade;
}
.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: 45px;
aspect-ratio: 45/101;
-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: contain;
mask-size: contain;
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 {
margin: 0 -5px -15px;
width: 700px;
position: relative;
z-index: 1;
}
.sec-7_question img {
display: block;
width: 100%;
}
.sec-7_btn img {
box-shadow: 0 6px 6px rgba(51, 112, 162, 0.2);
display: block;
margin-left: auto;
margin-right: auto;
width: 660px;
border-radius: 100px;
}

@keyframes animateright {
0% {
right: -300px;
opacity: 0;
}
100% {
right: 0;
opacity: 1;
}
}

@media (hover: hover) and (pointer: fine){
a:hover {
transition: all 0.3s;
opacity: 0.75;
}
}

@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;
}
}

@media screen and (max-width: 750px){
.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-bottom: 0;
}
.slide-linear .slick-slide figure figcaption {
font-size: 2.4vw;
margin-bottom: 1.3333333333vw;
}
.btn-form {margin-top: 0vw;}
#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 #f76163;
}
#shindan .form-quiz_discount {
border-radius: 2.6666666667vw;
border-width: 0.5333333333vw;
padding-top: 3.2vw;
margin-bottom: 8vw;
width: 61.3333333333vw;
margin-top: 5.3333333333vw;
font-size: 4.8vw;
}
#shindan .form-quiz_discount p.white-bg {
border-radius: 0 0 2.6666666667vw 2.6666666667vw;
font-size: 6.6666666667vw;
line-height: 12.8vw;
margin-top: 3.2vw;
}
#shindan .form-quiz_discount p.white-bg .small {
font-size: 4.8vw;
}
#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;
}
.sec-1 {
padding: 10.6666666667vw 0;
}
.sec-1_ttl {
font-size: 4.8vw;
margin-bottom: 17.3333333333vw;
}
.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: 3.0666666667vw 3.0666666667vw 3.6vw;
margin-top: 12vw;
border-width: 0.4vw;
border-top-width: 2.2666666667vw;
}
.sec-1_listNum {
border-radius: 3.3333333333vw 0 0 0;
font-size: 3.7333333333vw;
padding: 1.7333333333vw 2.1333333333vw 0 3.6vw;
bottom: calc(100% + 2.1333333333vw);
right: -1px;
}
.sec-1_listNum span {
font-size: 6.1333333333vw;
margin-left: 0.6666666667vw;
}
.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;
box-shadow: 0 0.5333333333vw 0.5333333333vw rgba(51, 112, 162, 0.2);
}
.sec-1_listTop figure figcaption {
font-size: 3.4666666667vw;
margin-top: 2.4vw;
font-weight: 500;
}
.sec-1_listBottom {
padding: 5.3333333333vw 4vw 4vw;
border-radius: 1.3333333333vw;
margin-top: 5.3333333333vw;
}
.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-left: 6.6666666667vw;
font-size: 3.7333333333vw;
}
.sec-1_listBottom .list-check li::before {
width: 3.4666666667vw;
border-width: 0.8vw;
}
.sec-1_listTtl {
width: calc(100% - 29.3333333333vw);
padding-left: 5.0666666667vw;
}
.sec-1_listTtl .ttl {
font-size: 5.6vw;
margin-top: 2.6666666667vw;
}
.sec-2 {
padding: 9.3333333333vw 0 10.6666666667vw;
}
.sec-2_ttl {
margin: 0 0 7.3333333333vw -4vw;
}
.sec-2_listItem {
padding: 8vw 4vw;
border-radius: 1.3333333333vw;
box-shadow: 0 1.8666666667vw 1.8666666667vw rgba(51, 112, 162, 0.2);
margin-top: 8vw;
}
.sec-2_listItem .message {
top: -6vw;
left: -1.7333333333vw;
width: 20vw;
}
.sec-2_listItem .highlight {
font-size: 4vw;
line-height: 9.6vw;
margin-bottom: 5.3333333333vw;
}
.sec-2_listItem .list-card figcaption {
margin-top: 2.1333333333vw;
font-size: 3.7333333333vw;
}
.sec-2_listItem .list-card img.w-190 {
width: 25.0666666667vw;
}
.sec-2_listItem .list-card img.w-189 {
width: 25.2vw;
}
.sec-2_listItem .list-card img.w-190 {
width: 25.3333333333vw;
}
.sec-2_listItem .list-card img.w-191 {
width: 25.4666666667vw;
}
.sec-2_listItem .list-card img.w-188 {
width: 25.4666666667vw;
}
.sec-2_listItem .list-card img.w-192 {
width: 25.6vw;
}
.sec-2_listItem .list-card img.w-185 {
width: 24.6666666667vw;
}
.sec-2_listItem .list-card img.w-197 {
width: 26.2666666667vw;
}
.sec-2_listChart {
border-width: 1px;
border-radius: 1.3333333333vw;
margin-top: 5.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-3 {
padding: 10.6666666667vw 0;
}
.sec-3_ttl {
padding: 0 1.2vw;
margin-bottom: 8.8vw;
}
.sec-3_list {
gap: 2.6666666667vw 4vw;
}
.sec-3_list li {
width: calc((100% - 4vw) / 2);
}
.sec-3_txt {
margin-top: 10.6666666667vw;
font-size: 4vw;
}
.sec-3_txt span {
font-size: 4.8vw;
}
.sec-4 {
padding: 10.6666666667vw 0 0;
}
.sec-4_ttl {
font-size: 4.8vw;
margin-bottom: 26vw;
}
.sec-4_ttl span {
font-size: 8.5333333333vw;
}
.sec-4_ttl img {
width: 12vw;
margin-bottom: 4vw;
}
.sec-4_listItem {
padding: 4.6666666667vw 4vw 20.6666666667vw;
}
.sec-4_listItem:nth-of-type(2)::before {
width: calc(100% + 4vw);
height: calc(100% + 16vw);
right: -4vw;
-webkit-clip-path: polygon(0 16vw, 100% 0, 100% 100%, 0 calc(100% - 16vw));
clip-path: polygon(0 16vw, 100% 0, 100% 100%, 0 calc(100% - 16vw));
}
.sec-4_listItem:last-of-type {
padding-bottom: 30px;
}
.sec-4_listTtl {
padding-bottom: 4vw;
margin-bottom: 5.3333333333vw;
}
.sec-4_listTtl::before {
height: 0.6666666667vw;
}
.sec-4_listTtl .num {
width: 15.3333333333vw;
font-size: 10.6666666667vw;
}
.sec-4_listTtl .txt {
width: calc(100% - 15.3333333333vw);
font-size: 5.6vw;
}
.sec-4_listTxt {
font-size: 3.7333333333vw;
}
.sec-4_listImg {
margin-top: 5.3333333333vw;
}
.sec-4_listImg img {
width: 62.6666666667vw;
}
.sec-4_listImg img.w-403 {
width: 53.7333333333vw;
}
.sec-4_listImg img.w-457 {
width: 60.9333333333vw;
}
.sec-5 {
padding: 10.6666666667vw 0;
}
.sec-5_ttl {
font-size: 6.6666666667vw;
margin-bottom: 10.6666666667vw;
}
.sec-5_ttl::after {
width: 13.7333333333vw;
margin: 6.4vw auto 0;
}
.sec-5_ttl img {
width: 22.4vw;
}
.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;
}
.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-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: 6vw;
}
.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 {
width: 93.3333333333vw;
margin: 0 -0.6666666667vw -2vw;
}
.sec-7_btn img {
box-shadow: 0 0.8vw 0.8vw rgba(51, 112, 162, 0.2);
width: 88vw;
}
}

.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;
}

#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
}

#company {
padding: 20px 20px 30px 20px;
}
#company h2 {
text-align: center;
font-weight:bold;
font-size: 22px;
}
#company table {
margin: 30px 0;
}

#company th {
padding: 10px;
border: 1px solid #9f9f9f;
font-size: 12px;
color: #268ade;
}
#company td {
padding: 10px;
border: 1px solid #9f9f9f;
font-size: 12px;
}
