@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 {
    line-height: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

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

img {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

figure {
    margin: 0;
    padding: 0;
}

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

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

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

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

* {
    box-sizing: border-box;
}

textarea,
select {
    /* デフォルトスタイルをリセット */
    appearance: none;
    /* font-familyを継承しないので、継承させる */
    font-family: inherit;
    /* iOSの角丸をリセット */
    border-radius: 0;
    /* box-size */
    box-sizing: border-box;
    /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
    font-size: 16px;
    /* 文字色を親から継承 */
    color: inherit;
}

label {
    /* iOSでのlabelとinput,select,textareaの関連付け */
    cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
    /*-webkit-appearance: none;
margin: 0;*/
    display: none;
}

/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
    -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 60px;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}

/*# sourceMappingURL=reset.css.map */
/*!
* ress.css • v2.0.4
* MIT License
* github.com/filipelinhares/ress
*/

/* # =================================================================
# 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;
}

*,
::before,
::after {
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
    box-sizing: inherit;
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}

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

hr {
    overflow: visible;
    /* Show the overflow in Edge and IE */
    height: 0;
    /* Add the correct box sizing in Firefox */
}

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

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

[hidden] {
    display: none;
    /* Add the correct display in IE */
}

abbr[title] {
    border-bottom: none;
    /* Remove the bottom border in Chrome 57 */
    /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
    text-decoration: underline;
    text-decoration: underline dotted;
}

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 */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

pre {
    font-size: 1em;
    /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
    font-weight: bolder;
    /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* # =================================================================
# Forms
# ================================================================= */

input {
    border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    cursor: pointer;
    color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
/* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
    /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
    color: inherit;
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
# 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 */
progress {
    vertical-align: baseline;
}

svg:not([fill]) {
    fill: currentColor;
}

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

/* Hide content from screens but not screenreaders */
@media screen {
    [hidden ~ ="screen"] {
        display: inherit;
    }

    [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 */
[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}


/* 全体を包むコンテナ */
#wrapper {
min-width: 320px;
max-width: 750px;
width: 100%;
margin: auto;
overflow: hidden;
}

/* 画像の基本設定：親要素の幅に合わせる */
img {
width: 100%;
height: auto;
display: block;
}

.fv {
position: relative;
}

.fv_line {
position: absolute;
padding: 0 20px;
bottom: 4%;
right: 0;
left: 0;
margin: 0 auto;
}

.section03 {
position: relative;
}

.cv-area_03 {
position: absolute;
bottom: 6%;
padding: 0 30px;
right: 0;
left: 0;
margin: 0 auto;
}

.cv-area_03 img {
padding-bottom: 15px;
}


/* メインコンテンツ内の子コンテンツ */

.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: 5px;
}

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


/* お問い合わせ */


.childContent {
background-color: #e9f5fb;
padding-bottom: 40px;
}

.childContent_ttl {
margin: 0 auto 30px;
padding-top: 40px;
font-size: 24px;
text-align: center;
}
    
.childContent_inner {
width: auto;
padding: 40px 15px;
background: #fff;
border-radius: 10px;
margin: 0 20px;
}
    
.formQuestions {
margin-top: 20px;
}
    
.formQuestions_text-01{
font-size: 12px;
line-height: 1.8;
text-align: center;
}

.formQuestions_text-02{
font-size: 12px;
color: #dd2727;
line-height: 1.5;
text-align: center;
padding: 20px 0 10px;
}

.radio-area_01 {
width: 80px;
}

.radio-group_01 {
display: flex;
column-gap: .5rem;
padding-top: 10px;
font-weight: bold;
accent-color: #212121;
}

.radio-group_02 {
display: flex;
column-gap: .5rem;
padding-top: 10px;
font-weight: bold;
accent-color: #212121;
}

.radio-group_03 {
display: flex;
column-gap: .5rem;
padding: 10px 0 5px;
font-weight: bold;
accent-color: #212121;
}

.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;
font-size: 14px;
color: #dd2727;
}

.formQuestions .formQuestions_content {
margin-top: 10px;
}
    
/* .formQuestions .formQuestions_radioes .formQuestions_radioes_li:first-child {
margin-top: 0;
} */

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

.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: linear-gradient(180deg,#0068d8,#0073ee);border: none;margin: 0 auto;border-radius: 30px;box-shadow: 0px 8px 8px rgba(73, 73, 73,0.2);cursor: pointer;}

.formSubmit .formSubmit_btn::before {
content: "";
position: absolute;
top: 50%;
left: 32.5px;
transform: translateY(-50%);
width: 20px;
height: 16.6px;
background: url(../img/send-ico.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
}
    
/* お問い合わせ終わり */

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

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

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

.flex-item {
width: 40%;
padding-right: 30px;
}

.flex-txt {
width: 100%;
}

.l-footer .l-footerCopy {
background: #212121;
color: #fff;
font-weight: 300;
text-align: center;
padding: 30px 0;
margin-top: 70px;
}

.l-footer .l-footerCopy p {
font-size: 10px;
font-weight:300;
}
        
.l-footer .l-footerCopy p:first-child {
font-size: 12px;
font-weight:300;
}

.l-footerCopy p {
margin: 0 20px;
}

.bl_formpage__title {
    color: #fff;
    padding: 20px;
    font-size: 24px;
    font-weight: bold;
    background-color: #489bbe;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.bl_formpage__title::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-top: 40px solid #489bbe;
    border-left: 35px solid transparent;
    z-index: -1;
}

.bl_formpage__form {
    width: 90%;
    margin: 0 auto 60px;
}
.bl_formpage__form_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.bl_formpage__form_item > label {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
}

.bl_formpage__form_item > label::after {
    content: "必須";
    display: inline-block;
    padding: .1em .2em;
    background-color: #e03827;
    color: #fff;
    font-size: .75rem;
    font-weight: bold;
    border: 2px solid transparent;
    border-radius: 5px;
    position: absolute;
    top: 8%;
    margin-left: 20px;
}

.bl_formpage__form_item > label.blue::after {
    background-color: #004386;
    content: "任意";
}

.bl_formpage__form_item > input,
.bl_formpage__form_item > textarea {
    background-color: #F9F9F9;
    padding: 15px 20px;
    border-radius: 5px;
}

.bl_formpage__form_btn {
    text-align: center;
    margin-top: 60px;
}

.el_btn {
    display: inline-block;
    padding: 15px 30px;
    background-color: #d70d25;
    -webkit-box-shadow: 0 7px 0 0 #990719;
    box-shadow: 0 7px 0 0 #990719;
    border-radius: 2em;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .25s;
    transition: .25s;
}

.el_btn:focus,
.el_btn:hover {
    opacity: 0.75;
}


.sp-fix {
    padding: 0;
    max-width: 750px;
    margin: auto;
}

.fix_footer {
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    width: 100vw;
    padding: 5px;
    background: rgb(255, 255, 255, .8);
    box-shadow: 0 5px 20px rgba(38, 38, 38, .2);
}


.fix-footer {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
    z-index: 99;
}

.sp-fix ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom :none;
    margin: 0;
}


.sp-fix ul {
    padding: 0 0 0;
}


.sp-fix li {
    width: 50%;
      margin-top: 0;
}



.sp-fix li a {
    display: block;
}

.sp-fix li a img {
    display: block;
    margin: 0 auto;
}

.sp-fix .mail_btn,
.sp-fix .line_btn,
.sp-fix .tel_btn {
    padding: 0px 5px 0px 5px;
}


.cover-eml {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

footer {
    padding-bottom: 60px;
}
