@charset "UTF-8";
/* ****************************
 *
 *    Ire's CSS Reset & Base
 *
 * *********************************** */
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead {
    margin: 0;
    padding: 0;
    border: 0;
}
 
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 1px solid #bababa;
}

/* Typography
* *********************************** */
html {
    font-size: 62.5%;
}
 
 body {
   font-size: 1.6rem;
   line-height: 1.4;
}
 
* {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
 
a,
a:visited {
    text-decoration: none !important;
}
 
/* Layout
 * *********************************** */
article,
aside,
footer,
header,
nav,
section,
main {
   display: block;
}
 
* {
   box-sizing: border-box;
}
 
 *:before,
 *:after {
   box-sizing: inherit;
 }
 
 /* Elements
  * *********************************** */
 ol,
 ul {
   list-style: none;
 }
 
 img,
 video {
   max-width: 100%;
 }
 
 img {
   border-style: none;
 }
 
 blockquote,
 q {
   quotes: none;
 }
 
 blockquote:after,
 blockquote:before,
 q:after,
 q:before {
   content: "";
   content: none;
 }
 
 /* Attributes & states
  * *********************************** */
 [hidden] {
   display: none !important;
 }
 
 [disabled] {
   cursor: not-allowed;
 }
 
 :focus:not(:focus-visible) {
   outline: none;
 }
 
 /* Utility classes
  * *********************************** */
 .sr-only {
   position: absolute;
   clip: rect(1px, 1px, 1px, 1px);
   left: -9999px;
   top: -9999px;
 }
 
 
 .font-awesome-free,
 .tab_content__body .body_content__title:before {
   font-family: "Font Awesome 5 Free";
 }
 
 .font-awesome-brand {
   font-family: "Font Awesome 5 Brands";
 }
 
 .font-awesome-free,
 .tab_content__body .body_content__title:before {
   font-family: "Font Awesome 5 Free";
 }
 
 .font-awesome-solid {
   font-family: "Font Awesome 5 Solid";
 }
 
 .font-awesome-regular {
   font-family: "Font Awesome 5 Regular";
 }
 
 @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

 /*----スマホで勝手に文字が大きくなる対策----*/
 
 body {
   text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
   /*Chrome,Safari*/
   -ms-text-size-adjust: 100%;
   /*EgdeMobile*/
   -moz-text-size-adjust: 100%;
   /*firefox*/
 }
 
 /*Android／Chromeのバグ*/
 
 /*pのテキストが大きい場合*/
 p {
   max-height: 100%;
 }
 
 /*h1～h5のテキストが大きい場合*/
 h1,
 h2,
 h3,
 h4,
 h5 {
   max-height: 100%;
 }
 
 /*----スマホで勝手に文字が大きくなる対策 end----*/




 /*--------全体---------*/
 /*小塚ゴシック Bold*/
 @font-face {
  font-family: "KozukaGothic-B";
  src: url("/lp_img/font/Kozuka-Gothic/KozukaGothic\ Pr6N\ B.otf") format("opentype"); 
}
 /*小塚ゴシック Heavy*/
 @font-face {
  font-family: "KozukaGothic-H";
  src: url("/lp_img/font/Kozuka-Gothic/KozukaGothic\ Pr6N\ H.otf") format("opentype"); 
}
 /*小塚ゴシック Midium*/
@font-face {
  font-family: "KozukaGothic-M";
  src: url("/lp_img/font/Kozuka-Gothic/KozukaGothic\ Pr6N\ M.otf") format("opentype"); 
}
 /*小塚ゴシック Regular*/
 @font-face {
  font-family: "KozukaGothic-R";
  src: url("/lp_img/font/Kozuka-Gothic/KozukaGothic\ Pr6N\ R.otf") format("opentype"); 
}


*{
  font-family: 'KozukaGothic-R',sans-serif;
  color:#333333;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
}

article{
  width: 680px;
  margin:0 auto;
}
.inner{
    padding-right: 16px;
    padding-left: 16px;
}
.bold{
  font-weight: bold;
}

img{
 transition:0.2s;
}

img{
  width:100%;
  height:100%;
  vertical-align:top;
}


/*-----------header-----------*/
header{
  height: 60px!important;
  padding: 10px!important;
  display: flex!important;
}
header img{
  height: 40px!important;
}


/*---------- Section01 -----------*/
/* mv→btn */

.img.btn-plan {
  position: relative;
}

.img.btn-plan div {
  position: absolute;
  top: 30px;
  left: 5px;
}
.img.btn-plan .btn-left {
  width: 319px;
}
.img.btn-plan .btn-right {
  width: 330px;
  margin-top: 14px;
  margin-left: 10px;
}


/*---------- Section02 -----------*/
/*  */
.img.btn-price {
  position: relative;
}

.img.btn-price .btn {
  position: absolute;
  top: 60px;
  left: 300px;
  width: 255px;
}

.img.hearing-sheet {
  position: relative;
}

.img.hearing-sheet .btn {
  position: absolute;
  top: -60px;
  left: 20px;
  width: 252px;
}


/*---------- Section03 -----------*/
/*  */





/*---------- Section04 -----------*/
.other-service{
  background-image:url(/lp_img/fuhyohigai/sec-04-service.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 680px;
  height: 600px;
  position: relative;
}
.btn_meo,
.btn_fuhyoblog{
  width: 202px;
  height: 48px;
  cursor:pointer;
}
.btn_meo:hover,
.btn_fuhyoblog:hover{
  opacity: 0.8;
}
.btn_meo{
  position: absolute;
  top:190px;
  left: 380px;
}
.btn_fuhyoblog{
  position: absolute;
  top:310px;
  left: 380px;
}
.sec04 .img.btn-contact{
  background-color: #edeaf8;
}
.img.btn-contact {
  background: #fff;
  text-align: center;
  padding: 30px 0 90px;
}
.img.btn-contact .btn {
  width: 615px;
}
.btn:hover{
  opacity: 0.8;
}

/*---------- Section05 -----------*/
.merit_osusume{
  background-image:url(/lp_img/fuhyohigai/sec-05_2.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 680px;
  height: 585px;
  position: relative;
}
.btn_osusume{
  position: absolute;
  width: 524px;
  top:120px;
  left: 75px;
  cursor: pointer;
}
.btn_osusume:hover{
  opacity: 0.8;
}

/*---------- お問い合わせ -----------*/
.contact{
  width: 680px !important;
  margin: 0 auto;
  padding: 70px 20px;
  text-align: center;
}
.contact-box {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background-color: #d7cfe6;
  padding: 60px 0 40px;
  border-radius: 42px;
}
img.contact-ttl {
  width: 459px;
}
.contact-box_tel a img{
  display: block;
  width: 500px;
  margin:0 auto 40px;
}
.contact-box_tel a:hover{
  opacity: 0.8;
}
.contact-box_toggle{
  width: 564px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.contact-box_js{
  cursor: pointer;
  text-align: center;
  margin-bottom: 0px!important;
}

.contact-box_js:hover{
  opacity: 0.8;
}

.js_item{
  height: 0;
  overflow: hidden;
}

.js_item_active{
  background-color: #fff;
  height: auto;
}

.contact-box_toggle dd.active{
  height: auto;
  background-color: #fff;
}

.contact-line{
  background-color: #94c34f;
  /* box-shadow: 5px 5px 1px #706649; */
  border-radius: 11px;
}

.contact-line p::before{
  content: "";
  background-image: url(/lp_img/prblog/icon-chat.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.contact-line p::after{
  content: "";
  background-image: url(/lp_img/prblog/arrow-green.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-left: 10px;
}

.contact-box_js p{
  color:#fff;
  padding:18px 0;
  font-family: "KozukaGothic-H";
  font-size: 32px;
  margin-top: 30px;
  box-shadow: inset 1px 1px 10px rgba(0, 0, 0, .5);
  border-radius: 11px;
}

.line_txt{
  padding: 10px 0;
  text-align: center;
}

.line_box{
  /* box-shadow: 4px 4px 1px #706649; */
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  text-align: center;
}
.line_box a{
  display: block; 
}

.line_box a img{
  width: 200px;
}
.line_box p{
  margin: 30px 0;
  font-family: "KozukaGothic-M";
  font-size: 22px;
}

.mail{
  background-color: #f18c15;
  /* box-shadow: 5px 5px 1px #706649; */
  border-radius: 11px;
}

.mail p::before{
  content: "";
  background-image: url(/lp_img/prblog/icon-mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-right: 10px;
}

.mail p::after{
  content: "";
  background-image: url(/lp_img/prblog/arrow-orange.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  margin-left: 10px;
}

.mail_box{
  /* box-shadow: 5px 5px 1px #706649; */
  text-align: left;
  padding-left: 20px;
  border-radius: 0 0 10px 10px;
  font-family: "KozukaGothic-M";
}

.mail_box dl dt {
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.mail_box dl dt:first-of-type:before,.mail_box dl dt:nth-of-type(2):before,.mail_box dl dt:nth-of-type(3):before,.mail_box dl dt:nth-of-type(4):before {
  content: "必須";
  color: #fff;
  background: #f18c15;
  padding: 2px 12px;
  margin-right: 8px;
  border-radius: 5px;
  font-size: 15px;
  vertical-align:text-top;
}

.mail_box dl dd {
  margin-top: 10px
}

.mail_box dl dd input,.mail_box dl dd textarea {
  border-radius: 3px;
  width: 95%;
  padding: 0 20px;
  background: #fff
}

.mail_box dl dd input {
  height: 40px
}

.mail_box dl dd textarea {
  height: 128px;
  resize: vertical;
  padding: 20px
}
.mailbox_check {
  margin-top: 30px;
  margin-right: 0
}

.mailbox_check label {
  margin-right: 20px;
  display: inline-block;
  font-size: 24px;
  line-height: 1.75
}
.mailbox_check label:last-of-type{
  font-size: 20px;
}

.mailbox_check input {
  display: none
}

.mailbox_check input+span {
  padding-left: 35px;
  position: relative
}

.mailbox_check input+span:before {
  content: "";
  display: block;
  border: 1px solid #262626;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px
}

.mailbox_check input:checked+span:after {
  content: "";
  background-image: url(/lp_img/fuhyohigai/check.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 3px;
  width: 24px;
  height: 24px
}

.mailbox_check-bottom {
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto
}

.mailbox_check-bottom label {
  margin-left: 35px
}

.mailbox_check-bottom input+span {
  padding-left: 0
}

.mailbox_check-bottom input+span:before {
  left: -35px
}

.mailbox_check-bottom input:checked+span:after {
  left: -32px
}

.mailbox_btn {
  margin: 24px auto 0;
  width: 397px;
  position: relative;
  padding-bottom: 30px;
}

.mailbox_btn:after {
  content: "";
  position: absolute;
  right:38%;
  top: 32%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: url(/lp_img/prblog/arrow-orange_right.png) no-repeat;
  background-size: contain;
  transition: .2s;
}

.mailbox_btn input {
  width: 397px!important;
  height: 84px!important;
  background: #f18c15!important;
  font-size: 26px!important;
  transition: .2s!important;
  border-radius: 50px!important;
  border: none!important;
  cursor: pointer!important;
  box-shadow: 0 4px 0 #a35917!important;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 16px!important;
  color:#fff!important;
}

.mailbox_btn:hover:after {
  transform: translateY(-5px)
}

.mailbox_btn:hover input {
  transform: translateY(6px);
  box-shadow: none!important
}

.mailbox_bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center
}

.mailbox_bottom a {
  text-decoration: underline
}

.mailbox_bottom br {
  display: block
}
.mailbox_bottom{
  font-size: 14px;
}
.mailbox_btn {
  width:100%!important;
}
.mailbox_btn input{
  width: 272px!important;
  height:60px!important;
  font-size: 27px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  line-height: 1;
}
.contact_c{
  padding-bottom: 10px;
  text-align: center;
}


/*---------- sec-question/よくあるご質問 -----------*/
.sec-question {
  padding: 0 0 0;
  text-align: center;
}
.sec-question img.question_ttl {
  width: 303px;
  margin: 90px 0 30px;
}
.sec-question dl {
  margin-top: 30px;
  max-width: 610px;
  margin-right: auto;
  margin-left: auto
}
.sec-question dt {
  margin-top: 30px;
  background: #003a9b;
  color:#fff;
  font-family: "KozukaGothic-H";
  border-radius: 40px 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 68px;
  padding: 16px 30px;
  position: relative;
  cursor: pointer
}
.sec-question dt:before {
  content: "Q";
  font-size: 30px;
  color:#fff;
}
.sec-question dt:after {
  content: "";
  width: 2px;
  height: 70%;
  display: block;
  background: #fff;
  position: absolute;
  left: 64px
}
.sec-question dt p {
  padding-left: 16px;
  margin-left: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  line-height: 1.5;
  color:#fff;
  font-family: "KozukaGothic-H";
  font-size: 24px;
  letter-spacing: -1px;
  text-align: left;
}

.sec-question dt p:after {
  content: "";
  width: 42px;
  height: 42px;
  display: block;
  background: url(/lp_img/prblog/arrow-faq.png) no-repeat;
  background-size: contain
}
.sec-question dd {
  border: 2px solid #003a9b;
  padding: 16px 30px;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  border-radius: 0 0 40px 40px;
  display: none;
  font-family: "KozukaGothic-H";
}
.sec-question dd:before {
  content: "A";
  font-size: 30px
}
.sec-question dd:after {
  content: "";
  width: 2px;
  height: 70%;
  display: block;
  background: #262626;
  position: absolute;
  left: 64px
}
.sec-question dd p {
  padding-left: 16px;
  margin-left: 16px;
  /* display: -ms-flexbox;
  display: flex; */
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 550px;
  line-height: 1.5;
  font-family: "KozukaGothic-M";
  font-size: 22px;
  text-align: left;
}
.sec-question dd.active {
  display: -ms-flexbox;
  display: flex
}

.color {
  color: #c12e0e;
}


/*---------- sec-company/会社情報 -----------*/
.sec-company{
  background-image:url(/lp_img/fuhyohigai/sec-info.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 680px;
  height: 300px;
  position: relative;
}

.btn_site{
  width: 297px;
  height: 55px;
  cursor:pointer;
}
.btn_site:hover{
  opacity: 0.8;
}
.btn_site{
  position: absolute;
  top:180px;
  left: 30px;
}


/*-----------ボトムナビ----------*/
/*
　下部fixedページ内リンクナビ(スマホのみ表示)
* *********************************** */

@media screen and (min-width: 769px) {
  nav.bottom_fix {
    display: none !important;
  }
}
  
@media screen and (max-width: 768px) {
  nav.bottom_fix {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    transition: transform 0.5s ease-in-out;
    height: 140px;
    background-color: #e8eaf1;
  }
  
  nav.bottom_fix.hidden {
    transform: translateY(100%); 
  }
  
  nav.bottom_fix ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  nav.bottom_fix ul li{
    width: 50%;
    padding-top: 15px;
  }
}


/*---------- footer -----------*/
.footer-top{
  background-color: #fff;
  padding:40px 20px 40px;
  text-align: center;
  font-family: "KozukaGothic-H";
  color:#2f2f2f;
}
.footer-top a:hover{
  opacity: 0.6;
}
.footer-logo {
  width:240px;
  height:100px;
  margin:0 auto;
}
.footer-service{
  margin:30px auto;
}
.footer-service p{
  font-family: "KozukaGothic-H";
  font-size: 31px;
}
.service-list li{
  letter-spacing: 2.5px;
  line-height: 3;
  font-size: 28px;
}
.service-list li:nth-child(2){
  line-height: 2;
}
.service-list li a span{
  border-bottom: solid 1px;
  padding-bottom: 3px;
}
.service-blog li{
  font-family: "KozukaGothic-M";
  line-height: 1.8;
  padding-left: 20px;
}
.service-blog li::before{
  content: url(/lp_img/prblog/list-marker.png);
  width: 18px;
  padding-right: 6px;
}
.footer-privacy{
  margin:50px auto 0px;
  font-family: "KozukaGothic-M";
  font-size: 18px;
}

.footer-bottom{
  background-color: #472f85;
  height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom small{
  text-align: center;
  color:#fff;
  font-size: 18px;
}