@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

/* Reset CSS */
body {
background: #fff;
color: #2d2d2d;
line-height: 175%;
font-weight: normal;
letter-spacing: 0.05em;
height: 100%;
word-break: break-all;
font-family: "Noto Sans CJK JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

body, h1, p {
margin: 0;
padding: 0;
font-size: 1rem;
}

h1 {
font-weight: 700;
}

img {
border: 0;
}

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

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

a :focus {
-moz-outline-style: none;
}

/* # =================================================================
# Global selectors
# ================================================================= */

html {
box-sizing: border-box;
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
word-break: normal;
-moz-tab-size: 4;
tab-size: 4;
}

/* # =================================================================
# General elements
# ================================================================= */

main {
display: block; /* Render the `main` element consistently in IE. */
}

a {
background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
outline-width: 0; /* Remove the outline when hovering in all browsers */
}

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
# Specify media element style
# ================================================================= */

img {border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */}

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

/* # =================================================================
# Accessibility
# ================================================================= */

/* Hide content from screens but not screenreaders */
@media screen {
[hidden~="screen"]:not(:active):not(:focus):not(:target) {
position: absolute !important;
clip: rect(0 0 0 0) !important;
}
}

/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

/* 全体を包むコンテナ */
#wrapper {
min-width: 320px;
max-width: 750px;
width: 100%;
margin: auto;
overflow: hidden;
}
.container {
padding: 0 30px;
}
/* 画像の基本設定：親要素の幅に合わせる */
img {
width: 100%;
height: auto;
display: block;
}

.fv {
position: relative;
}

/* メインコンテンツ内の子コンテンツ */
.l-footer {
overflow: hidden;
background: #f7f7f7;
}

.l-footer .l-footerCopy {
background: #2d2d2d;
color: #fff;
text-align: center;
padding: 20px 0;
}

.l-footer .l-footerCopy p {
font-size: 12px;
font-weight:350;
line-height: 100%;
padding-bottom: 10px;
}

.l-footerCopy p:last-child {
padding-bottom: 0;
}

/* 会社概要 */

.flex-container {
padding-top: 54px;
}

.flex-container_ttl {
position: relative;
color: #01a929;
}

.flex-container p {
font-size: 22px;
font-weight: bold;
padding: 16px 16px 20px;
border-bottom: 2px solid #cecece;
margin: 0 20px;
letter-spacing: 0.05em;
}

.flex-container ul {
display: flex;
margin: 0 20px;
align-items: flex-start;
padding: 20px 16px;
border-bottom: 2px solid #cecece;
}

.flex-container ul li {
flex-wrap: wrap;
font-size: 14px;
letter-spacing: 0.05em;
}

.flex-item {
width: 95px;
padding: 2px 8px;
color: #fff;
background: #1ba10e;
white-space: nowrap;
align-self: flex-start;
text-align: center;
margin: 0 auto;
line-height: 1.5;
}

.flex-txt {
width: 100%;
padding-left: 40px;
}

.flex-txt div {
line-height: 1.6;
}

.flex-txt div:nth-child(2) {
padding-top: 16px;
}
.flex-txt div:nth-child(3) {
padding-top: 16px;
}
.flex-txt div:nth-child(4) {
padding-top: 16px;
}

.l-footer .l-footerCopy {
background: #231815;
color: #fff;
font-weight: 300;
text-align: center;
padding: 25px 0;
}

.l-footer .l-footerCopy p {
font-size: 12px;
font-weight:300;
margin: 0 20px;
line-height: 1.5;
color: #fff;
}

.l-footerCopy a {
color: #fff;
}

    
/* ================================
診断
================================ */

#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 #01a929;
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/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;
margin: 0;
}
#shindan .form-quiz_ttl .color-blue {
font-weight: 900;
color: #01a929;
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;
width: auto;
}
#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;
box-sizing: border-box;
}
#shindan .form-quiz_field textarea {
width: 100%;
background: #fff;
padding: 0 20px;
border: 2px solid #023459;
font-size: 28px;
height: 120px;
box-sizing: border-box;
}
#shindan .form-quiz_field select {
background: url(../img/arrow-select.webp) no-repeat;
background-position: calc(100% - 30px);
}
#shindan .form-quiz_btn {
margin-top: 40px;
}
#shindan .form-quiz_btn .btn-submit {
background: none;
border: none;
padding: 0;
width: 100%;
cursor: pointer;
}
#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;
}
.form-quiz_list {
margin: 0;
padding: 0;
}
.form-quiz_note {
margin-top: 24px;
padding: 0 10px;
font-size: 14px;
color: #2d2d2d;
text-align: center;
line-height: 1.6;
}
@keyframes animateright {
from {
right: -300px;
opacity: 0;
}
to {
right: 0;
opacity: 1;
}
}

/* ================================
特定商取引法 アコーディオン
================================ */

.accordion {
margin: 40px 20px;
border: 1px solid #c6c6c6;
border-radius: 8px;
background: #fff;
overflow: hidden;
}

.accordion-header {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 16px;
cursor: pointer;
user-select: none;
}

.accordion-title {
font-size: 16px;
font-weight: 500;
color: #231815;
letter-spacing: 0.05em;
}

.accordion-icon {
font-size: 20px;
color: #4f4e4e;
transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
flex-shrink: 0;
line-height: 1;
}

.accordion.open .accordion-icon {
transform: rotate(90deg);
}

.accordion-body {
max-height: 0;
overflow: hidden;
transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion.open .accordion-body {
max-height: 2000px;
}

.accordion-content {
padding: 20px 16px;
font-size: 14px;
line-height: 1.8;
color: #2d2d2d;
letter-spacing: 0.05em;
}
  
/* お問い合わせ */
.childContent {
position: relative;
width: auto;
padding: 80px 20px;
}

.formContent {
background: #fff;
}

.childContent .childContent_ttl {
font-size: 20px;
font-weight: bold;
text-align: center;
margin: 0 auto 30px;
}

.childContent_inner {
width: auto;
padding: 30px 15px 40px;
background: #fff;
border-radius: 10px;
border: 4px solid #d7e5f6;
}

.formQuestions {
margin-top: 30px;
}

.formQuestions .formQuestions_ttls {
display: flex;
align-items: center;
}

.formQuestions .formQuestions_ttls .formQuestions_ttls_ttl {
font-size: 16px;
font-weight: bold;
}

.formQuestions .formQuestions_ttls .formQuestions_ttls_ind {
display: flex;
align-items: center;
justify-content: center;
width: 50px;
height: 22.5px;
font-size: 14px;
color: #fff;
background: #dd0000;
margin-right: 10px;
}

.formQuestions .formQuestions_content {
margin-top: 15px;
}

.formQuestions .formQuestions_content textarea,
.formQuestions .formQuestions_content input {
width: 100%;
font-family: 'Noto Sans JP', sans-serif;
font-size: 16px;
padding: 10px 15px;
box-sizing: border-box;
border: 2px solid #d2d2d2;
border-radius: 3px;
}

.formSubmit {
margin-top: 40px;
}

.formSubmit .formSubmit_btn {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
max-width: 260px;
height: 60px;
font-size: 15px;
font-family: 'Noto Sans JP', sans-serif;
font-weight: bold;
color: #fff;
background: #f67605;
border: none;
margin: 0 auto;
border-radius: 30px;
box-shadow: 0px 8px 8px rgba(73, 73, 73, 0.2);
cursor: pointer;
}

@media screen and (max-width: 750px){
.container {
padding: 0 4vw;
}
#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;
}
}