@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 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_line-area {
padding: 20px 0;
}

.fv_text {
padding: 0 70px 10px;
}

.fv_line {
padding: 0 30px;
}

.btn_tel {
padding-bottom: 5px;
}

.p-topFixed {
width: 100%;
display: flex;
display: none;
position: fixed;
text-align: center;
z-index: 15;
bottom: 0;
left: 0;
background-color: rgba(255, 255, 255, 0.7);
}

.p-topFixed ul {
display: flex;
margin: 0 10px;
align-items: center;
justify-content: center;
padding: 10px 0;
}

.cv-bg_02 {
position: relative;
}

.line-area_02 {
position: absolute;
bottom: 10%;
padding: 0 30px;
right: 0;
left: 0;
margin: 0 auto;
}

.section01 {
position: relative;
}

.line-area_01 {
position: absolute;
bottom: 2.4%;
padding: 0 30px;
right: 0;
left: 0;
margin: 0 auto;
}

/* お問い合わせ */
.childContent_ttl {
margin: 0 auto 30px;
}

.childContent_inner img {
width: 168px;
margin: 0 auto;
}

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



.contactForm {
margin-top: 20px;
}

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

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

/* お問い合わせ終わり */

.childContent .childContent_ttl {
font-size: 20px;
font-weight: bold;
text-align: center;
}
    
/* メインコンテンツ内の子コンテンツ */
.childContent {
position: relative;
width: auto;
padding: 40px 20px;
}

.prof-img img{
width: 100%!important;
padding-top: 20px;
}

.l-footer .l-footerInner {
padding: 30px 0;
text-align: center;
}

.l-footer .l-footerInner p {
font-size: 14px;
}

.l-footer img {
width: 180px;
margin-bottom: 30px;
}

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

.l-footer .l-footerCopy p {
font-size: 12px;
font-weight:normal;
}

.area {
text-align: left;
padding: 20px;
}

.area .a_ttl {
font-weight: bold;
font-size: 20px;
border-left: 4px solid #231815;
padding-left: 10px;
}

.area .b_ttl {
font-weight: bold;
color: #1058e6;
padding-top: 10px;
}

.l-footerInner img {
margin: 0 auto 10px;
}
   
