@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap');
/*YOMOGI*/
@import url('https://fonts.googleapis.com/css2?family=Yomogi&display=swap');
@font-face {
  font-family: 'number';
  src: url('./font/DIN 1451 Std Engschrift.ttf');
}
/*/////////////////////////////////////////////////////
//////////////////////基本フォント////////////////////////
/////////////////////////////////////////////////////*/
body, h1, h2, h3, h4, p {
  /*font-family: 'M PLUS 1p', sans-serif;*/ /*ゴシック*/
  /*font-family: 'Yomogi', cursive;*/ /*手書き*/
  /*font-family: 'Noto Serif JP', serif;*/ /*明朝*/
  font-family: "MS Mincho", serif;
  letter-spacing: 0.25em
}
/*/////////////////////////////////////////////////////
//////////////////////基本背景色/////////////////////////
/////////////////////////////////////////////////////*/
body {
  background-color: #FFF !important; /*背景色*/
  color: #272727; /*基本文字色*/
}
/*/////////////////////////////////////////////////////
///////////////////////ヘッダ-//////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
header.fix_style {
  background-color: hsla(0, 0%, 100%, 0.60);
}
@media screen and (max-width:1024px) {
  .navbar-expand-lg a, .navbar-expand-lg img {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}
/*ボタン*/
.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
  border: 1px solid #000000;
}
/*/////////////////////////////////////////////////////
/////////////////////////フッター////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
footer .bottom_footer {
	background-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100%);
	background-image: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100%);
	background-image: -o-linear-gradient(0deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100%);
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1.00) 0%, rgba(38, 38, 38, 1.00) 100.00%);
	padding-bottom: 120px;   
}
footer .footer_txt {
    text-align: center;
    font-size: 1em !important;
    color: #FFFFFF!important;
     
}
footer .footer_txt a{
    color: #FFFFFF!important;
     
}
.tokutei{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: hsla(0,0%,100%,1.00)!important;
}

/*/////////////////////////////////////////////////////
/////////////////////////ボタン/////////////////////////
/////////////////////////////////////////////////////*/
.btn_fixedx{
	position: fixed;
	width: 100%;
	bottom: 0px;
	z-index: 99;
}

.btn_main_box1 {
	background-size: 100% auto;
	background-repeat: repeat-y;
	object-fit: cover;
	text-align: center;
	width: 100%;
	background-color: hsla(0,0%,100%,0.57);
	padding-top: 20px;
	padding-bottom: 20px;
}

.btn_sub_box{
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.yoyaku_box{
	width: 20%;
	display: inline-block;

}

.line_box{
	width: 20%;
	display: inline-block;
}

.yoyaku_box img{
	width: 100%;
}
.line_box img{
	width: 100%;
}
@media screen and (max-width: 1024px) {
  .btn_main_box1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  
.yoyaku_box{
    width: 48%;
    display:inline-block;
  
}

.line_box{
    width: 48%;
    display:inline-block;
    
}

}
/*/////////////////////////////////////////////////////
/////////////////////////slider1///////////////////////
/////////////////////////////////////////////////////*/
.slider_section1 {
  background-image: url(../images/main/bg02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  object-fit: cover;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  background-color: #eff5f7;
  background-clip: content-box;
  background-position: center bottom;
}
.slider_section1 .section_title2 {
  margin-bottom: 0px;
  border-top: 15px solid #00C6FF;
  padding-top: 50px;
}
.slider_section1 .section_title2 img {
  width: 170px;
}
.slider_section1 .section_title2 h2 {
  font-size: 1em;
  letter-spacing: 0.03em;
  margin-top: 4px;
  color: #00C6FF;
}
.slider_section1 .index_box3 h2 {
  margin-top: 30px;
  font-size: 2em;
  color: #FFFFFF;
  margin-bottom: 24px;
  background-color: #00B5FF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 600px;
}
.slider_section1 .index_box_in1 h3 {
  font-size: 3em;
  font-weight: 800;
}
.slider_main_box01 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}
.slider_main_box01 .bottom_txt {
  margin-bottom: 30px;
}
.slider_main_box01 .item {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
  padding-left: 50px;
}
.slider_main_box01 .item img {
  margin: auto;
  padding: auto;
  border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
}
.slider_main_box01 .item h2 {
  font-size: 1.5em;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
  line-height: 1.3em;
  margin-bottom: 10px;
  color: rgba(48, 48, 48, 1.00);
}
.slider_main_box01 .item p {
  text-align: left;
  font-size: 0.8em;
  line-height: 1.3em;
  padding-right: 20px;
  padding-left: 20px;
  color: #4E4E4E;
}
.slider_main_box01 h3 {
  font-size: 2em;
  margin-right: auto;
  margin-left: auto;
}
.slider_main_box01 img {
  margin-top: -30px;
}
.slider_main_box01 h2 {
  padding-bottom: 30px;
}
.slider_main_box01 .index_box3 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 80px;
  margin-bottom: 100px;
  text-align: center;
}
.slider_main_box01 .index_box3 h2 {
  color: #676767;
  font-size: 1.2em;
}
.slider_main_box01 .index_box_in2 {
  float: right;
  width: 20%;
}
.slider_main_box01 .index_box_in2 img {
  width: 70%;
}
.slider_main_box01 .index_box_in1 {
  float: right;
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .slider_section1 .section_title2 {
    margin-bottom: 0px;
    padding-top: 30px;
  }
  .slider_section1 .section_title2 img {
    width: 150px;
  }
  .slider_main_box01 {
    width: 100%;
  }
  .slider_section1 .index_box3 h2 {
    margin-top: 30px;
    font-size: 1.1em;
    color: #FFFFFF;
    margin-bottom: 24px;
    background-color: #00B5FF;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    width: 300px;
  }
  .slider_section1 .index_box_in1 h3 {
    font-size: 2.1em;
    font-weight: 800;
  }
  .slider_main_box01 .item {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .owl-carousel .owl-item img {
    border-radius: 15px;
  }
  .slider_section2 {
    margin-bottom: 0px;
    border-top: 15px solid #00C6FF;
    padding-top: 0px;
  }
  .slider_section2 .slider_box img {
    width: 150px;
    padding-bottom: 20px;
    margin-top: -30px;
  }
  .slider_section2 .section_title2 h2 {
    font-size: 1.5em;
    letter-spacing: 0.03em;
  }
  .non_sp {
    display: none;
  }
}
.non_pc {
  display: none;
}
@media screen and (max-width: 1024px) {
  .slider_cho {
    margin-top: 40px;
  }
  .non_pc {
    display: block;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////共感・困った事//////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.modern_ui_section {
  background-image: url(../images/main/bg05.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-bottom: -40px;
}
/*背景余白*/
.modern_ui_section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
}
.modern_ui_section .section_title .txt_big {
  font-size: 2em !important;
  line-height: 1em;
  margin-bottom: 34px;
  color: #000000;
}
.modern_ui_section .section_title h3 {
  color: #555555;
  font-size: 2em;
}
.modern_ui_section .section_title p {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 1em;
  color: #000000;
}
/*チェックBOX*/
.modern_ui_section .design_block2 {
  margin-top: 20px;
  text-align: left;
}
.modern_ui_section .design_block2 h4 {
  color: #000000;
  font-weight: 100 !important;
  font-size: 1.1em;
}
.modern_ui_section .design_block2 i {
  color: #005886;
  margin-right: 1px;
}
/*補足*/
.modern_ui_section .empathy_bk {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  font-size: 1.5em;
  margin-top: 80px;
  text-align: center;
  line-height: 1.5em;
  color: transparent;
  background: repeating-linear-gradient(90deg, #5D2200 0, #3B1500 100%);
  -webkit-background-clip: text;
}
.non {
  color: #3B1500;
}
.modern_ui_section .ui_imagesf img {
	width: 120% !important;
	-webkit-box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 20px -10px rgba(0, 0, 0, 0.3);
	margin-top: 20px;
}
@media screen and (max-width:1024px) {
  .modern_ui_section {
    background-size: auto 100%;
  }
  .modern_ui_section .section_title .txt_big {
    text-align: left;
    font-size: 3.5em !important;
  }
  .modern_ui_section .section_title h3 {
    text-align: center;
    font-size: 2em !important;
  }
  .modern_ui_section .section_title p {
    text-align: left;
    line-height: 1.2em;
    margin-top: 50px;
    padding: 0;
    margin-bottom: 50px;
  }
  .modern_ui_section .modern_ui_section {
    text-align: left;
  }
  .modern_ui_section .design_block2 {
    border: 1px solid #BFBFBF;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 100%, 0.21);
    border-radius: 3px;
    margin-bottom: 40px;
  }
  .modern_ui_section .design_block2 h4 {
    font-size: 0.9em !important;
  }
  .modern_ui_section .ui_imagesf {
    text-align: center;
    margin-top: -20px;
  }
  .modern_ui_section .ui_imagesf img {
	width: 90% !important;
	margin-right: auto;
	margin-left: auto;
	margin-top: 26px;
  }
  .modern_ui_section .empathy_bk {
    margin-top: 0px;
    font-size: 1.2em;
    text-align: left;
  }
  .modern_ui_section .container {
    padding-top: 30px;
    padding-bottom: 0px;
    width: 100%;
  }
  .t04 {
    text-align: center;
    font-size: 1.1em;
    padding-top: 57px;
    padding-bottom: 31px;
  }
}

/*/////////////////////////////////////////////////////
///////////////////////お客様の声/////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.testimonial_section {
	padding-bottom: 180px;
	/*background-image: -webkit-linear-gradient(129deg, rgba(218, 216, 216, 1.00) 0%, rgba(255, 255, 255, 1.00) 97.29%, rgba(220, 220, 220, 1.00) 100%);
	background-image: -moz-linear-gradient(129deg, rgba(218, 216, 216, 1.00) 0%, rgba(255, 255, 255, 1.00) 97.29%, rgba(220, 220, 220, 1.00) 100%);
	background-image: -o-linear-gradient(129deg, rgba(218, 216, 216, 1.00) 0%, rgba(255, 255, 255, 1.00) 97.29%, rgba(220, 220, 220, 1.00) 100%);
	background-image: linear-gradient(321deg, rgba(218, 216, 216, 1.00) 0%, rgba(255, 255, 255, 1.00) 97.29%, rgba(220, 220, 220, 1.00) 100%);
	margin-bottom: -50px;*/
	background-color: hsla(44,30%,79%,1.00);
}
.testimonial_section .section_title {
  padding-top: 50px;
}
.testimonial_section .section_title h2 {
	color: #000000;
	font-size: 2em;
}
.testimonial_section .section_title p {
  color: #6D6D6D;
}
.testimonial_section .testimonial_slide_box h3 {
  color: #454545;
}
.testimonial_section .step_number h3 {
  color: #828282;
}
.testimonial_section .testimonial_slide_box i {
  font-size: 0.7em;
}
.testimonial_section .testimonial_slide_box .review {
  font-size: 0.8em;
  line-height: 1.5em;
  text-align: left;
  color: #2E2E2E !important;
}
.total_review h3 {
  font-size: 2em !important;
  margin-top: 50px;
  color: #FFFFFF !important;
}
.total_review h3 span {
  color: #FFFFFF;
  padding-left: 3px;
  padding-right: 3px;
  font-size: 1.5em !important;
}
.testimonial_img img {
  width: 150px !important;
  margin-top: 100px;
}
.rating P {
  color: #FFFFFF;
}
@media screen and (max-width:1024px) {
  .testimonial_section {
    background-size: auto 100%;
    background-position: 0% bottom;
  }
  .testimonial_section {
    padding-bottom: 50px;
  }
  .testimonial_section .testimonial_slide_box .review {
    font-size: 0.9em;
    padding-left: 20px;
    padding-right: 20px;
  }
  .total_review h3 {
    font-size: 1em;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////よくある質問///////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.faq_section {
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-color: rgba(239,239,239,1.00);
	background-image: url(../images/main/bg11.png);
}
.faq_section .section_title h2 {
	text-align: center;
	font-size: 1.5em;
	color: hsla(48,29%,36%,1.00);
}
.faq_section .section_title p {
  color: #B3B3B3;
  text-align: center;
}
.faq_section .testimonial_slide_box h3 {
	color: hsla(53,28%,34%,1.00);
	text-align: left;
}
.card {
  background-color: hsla(0, 0%, 98%, 1.00) !important;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3) !important;
  border-radius: 6px;
  text-align: left;
}
.card-body {
  color: var(--main-base) !important;
}
.faq_section .faq_panel .card-header .btn {
	padding: 0;
	font-weight: 600;
	color: #411A01;
	text-align: left;
	font-size: 0.9em;
}
.faq_section .faq_panel .card-header .btn.active {
  color: #4B4B4B;
}
.faq_section .card-header h2 {
  font-size: 1em;
  text-align: left;
}
@media screen and (max-width:1024px) {
.faq_section {
	background-repeat: repeat-y;
	background-color: rgba(239,239,239,1.00);
	background-image: url(../images/main/bg11.png);
	background-size: auto 100% ;
	background-repeat: no-repeat;
}
  .faq_section .card-header h2 {
    font-size: 0.4em;
  }
  .faq_section .section_title h2 {
    font-size: 1.5em;
    padding-top: 30px;
  }
  .faq_section .section_title p {
    font-size: 0.8em;
    padding-bottom: 20px;
  }
.faq_section .faq_panel .card-header .btn {
	font-size: 2.3em;
}
}
/*/////////////////////////////////////////////////////
//////////////////////slider2予備///////////////////////
/////////////////////////////////////////////////////*/
.slider_section2 {
  background-image: url(../images/main/bg02.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  object-fit: cover;
  text-align: center;
  background-position: 30% 0%;
}
.slider_section2 .index_box_in1 {
  padding-top: 70px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  margin: 0;
}
.slider_section2 .index_box_in1 h2 {
  margin-top: 10px;
  font-size: 1.1em;
  color: #FFFFFF;
  margin-bottom: 24px;
  background-color: #00B5FF;
  padding-top: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
  width: 300px;
}
.slider_section2 .index_box_in1 h3 {
  font-size: 3em;
  margin-top: 20px;
  margin-bottom: 20px;
}
/*/////////////////////////////////////////////////////
///////////////////////////パーツ////////////////////////
/////////////////////////////////////////////////////*/
.lr {
  position: relative;
  display: inline-block;
  padding: 0 50px;
}
.lr:before, .lr:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #929292;
}
.lr:before {
  left: 0;
}
.lr:after {
  right: 0;
}
.sp_br {
  display: none;
}
.pc_br {
  display: block;
}
@media screen and (max-width: 1024px) {
  .sp_br {
    display: block;
  }
  .pc_br {
    display: none;
  }
}
.c {
  float: none;
  clear: both;
}