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

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

.fv {
position: relative;
}

.fv_tel {
position: absolute;
padding: 0 45px;
bottom: 14.3%;
right: 0;
left: 0;
margin: 0 auto;
}

.section02 {
position: relative;
}

.section03 {
position: relative;
}

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

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

.section05 {
position: relative;
}

.cv-area_05 {position: absolute;bottom: 9%;padding: 0 50px;right: 0;left: 0;margin: 0 auto;}

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

.flex-container 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 60px 0px;
margin-top: 80px;

}

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


.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;
background: rgb(255, 255, 255, .8);
box-shadow: 0 5px 20px rgba(38, 38, 38, .2);
}

.fix_footer ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
padding: 5px;
}


.fix_footer ul li{
display: inline-block;
}
