@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.04em;	
}
/*/////////////////////////////////////////////////////
//////////////////////基本背景色/////////////////////////
/////////////////////////////////////////////////////*/
body {
  background-color: #000000 !important; /*背景色*/
  color: #272727; /*基本文字色*/
}
/*/////////////////////////////////////////////////////
///////////////////////ヘッダ-//////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
header{
    background-image: -webkit-linear-gradient(37deg,rgba(252,0,156,1.00) 0%,rgba(254,138,206,1.00) 100%);
    background-image: -moz-linear-gradient(37deg,rgba(252,0,156,1.00) 0%,rgba(254,138,206,1.00) 100%);
    background-image: -o-linear-gradient(37deg,rgba(252,0,156,1.00) 0%,rgba(254,138,206,1.00) 100%);
    background-image: linear-gradient(53deg,rgba(252,0,156,1.00) 0%,rgba(254,138,206,1.00) 100%);
}
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-brand img {
	width: 150px;
	margin-top: -20px;
}
.navbar-brand2 img {
    width: 150px;
}
@media screen and (max-width:1024px) {
.navbar-brand img {
	width: 100px;
	margin-top: 0px;
}
.navbar-brand2 img {
    width: 100px;
}
}
.navbar-brand{
	display: inherit;  
}
.fix_style .navbar-brand{
	/*display: none;*/	
}
.navbar-brand2{
	/*display: none; */  
}
.fix_style .navbar-brand2{
	display: inherit;	
}
/*ボタン*/
.navbar-expand-lg .navbar-nav .nav-link.dark_btn {
    border: 2px solid #000000;
    color: #000000;  
}
.fix_style .navbar-expand-lg .navbar-nav .nav-link.dark_btn {
	border: 2px solid #FFF;
	color: #FFF;
	background-color: #FF006B;
}
/*/////////////////////////////////////////////////////
/////////////////////////フッター////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
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%);
    
}
.tokutei{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tokutei a{
    color: rgba(255,255,255,1.00);	
}
footer .footer_txt {
  text-align: center;
  font-size: 1em !important;
  color: #FFFFFF;
}
/*/////////////////////////////////////////////////////
/////////////////////////ボタン/////////////////////////
/////////////////////////////////////////////////////*/
.btn_main_box1 {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 1.00);
}
a.btn--orange {
    color: #fff;
    font-size: 1.4em;
    background-color: rgba(255,129,0,1.00);
    font-weight: 700;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
}
a.btn--orange:hover {
  margin-top: 3px;
  color: #fff;
  background-color: #0021F9;
}
a.btn--shadow {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

.btbt {
 
    padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .btn_main_box1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  a.btn--orange {
    font-size: 1.2em;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*/////////////////////////////////////////////////////
/////////////////////////slider1///////////////////////
/////////////////////////////////////////////////////*/
.slider_section1 {
   
    background-size: 100% auto;
    background-repeat: no-repeat;
    object-fit: cover;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    background-color: #FF64BC;
    background-clip: content-box;
    background-position: center bottom;
    margin-bottom: 50px;
}

.slider_section1 .section_title2 img {
    width: 170px;
    padding-top: 50px;
}
.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);
    width: 50%;	
}
.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%;
}

.insta{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;	
}

.insta img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .slider_section1 .section_title2 {
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .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-size: 100% auto;
    background-repeat: no-repeat;
    background-image: -webkit-linear-gradient(3deg,rgba(245,245,245,1.00) 0%,rgba(239,235,235,1.00) 100%);
    background-image: -moz-linear-gradient(3deg,rgba(245,245,245,1.00) 0%,rgba(239,235,235,1.00) 100%);
    background-image: -o-linear-gradient(3deg,rgba(245,245,245,1.00) 0%,rgba(239,235,235,1.00) 100%);
    background-image: linear-gradient(87deg,rgba(245,245,245,1.00) 0%,rgba(239,235,235,1.00) 100%);
}
/*背景余白*/
.modern_ui_section .container {
  padding-top: 100px;
  padding-bottom: 100px;
  width: 1000px;
}
.modern_ui_section .section_title .txt_big {
    font-size: 3em !important;
    line-height: 1em;
    margin-bottom: 34px;
    color: transparent;
    background: repeating-linear-gradient( 90deg, #EA006B 0, #B80054 100% );
    -webkit-background-clip: text;

    font-weight: 700;
}
.modern_ui_section .section_title h3 {
  color: #000000;
  font-size: 2em;
}
.modern_ui_section .section_title p {
  padding-top: 30px;
  padding-bottom: 50px;
  font-size: 1.3em;
  color: #000000;
}
/*チェックBOX*/
.modern_ui_section .design_block2 {
  margin-top: 20px;
  text-align: left;
}
.modern_ui_section .design_block2 h4 {
  color: #000000;
  font-size: 1.1em;
}
.modern_ui_section .design_block2 i {
    color: #FF00A5;
    margin-right: 9px;
}
/*補足*/
.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;
}

.modern_ui_section .empathy_bk img{
    margin-left: 20px;
    margin-right: 20px;
    width: 30%;	
}
.non {
  color: #3B1500;
}
.modern_ui_section .ui_imagesf img {
	width: 120% !important;
	-webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
	border-radius: 15px;
	margin-top: 175px;
}

.em{
    width: 100%;	
}

.em img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.em img{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.month{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 100px;
}


@media screen and (max-width:1024px) {

  .modern_ui_section {
    background-size: auto 100%;
  }
  .modern_ui_section .section_title .txt_big {
    text-align: center;
    font-size: 2.5em !important;
  }
  .modern_ui_section .section_title h3 {
    text-align: center;
    font-size: 2em !important;
  }
  .modern_ui_section .section_title p {
    text-align: center;
    line-height: 1.2em;
    margin-top: 30px;
    padding: 0;
    margin-bottom: 30px;
    font-size: 1em!important;	  
  }
  .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: 20px;
    padding-left: 20px;
    background-color: hsla(0, 0%, 100%, 0.21);
    border-radius: 3px;
    margin-bottom: 30px;
  }
  .modern_ui_section .design_block2 h4 {
    font-size: 1.2em !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: center;
    line-height: 2em;	  
  }
	 .modern_ui_section .empathy_bk img{
    width: 50%;    	  
  }
  .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;
  }
	
	.month img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}
	
	.month{
		padding-bottom: 40px;
}
	
}
/*/////////////////////////////////////////////////////
///////////////////////フロー・流れ///////////////////////
/////////////////////////////////////////////////////*/
.how_it_works {
  background-color: hsla(0, 0%, 95%, 1.00);
}
.how_it_works .how_it_inner {
  background-color: hsla(0, 0%, 100%, 1.00);
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
}
.how_it_works .section_title h2 {
    color: #000000;
    font-size: 2em;
}
.how_it_works .section_title p {
    color: #2A2A2A;
    line-height: 1.2em !important;
    
}
.how_it_works .step_number h3 {
    color: #FF00C9;
}
.how_it_works .step_text {
  color: #2A2A2A;
}
.how_it_works .step_img img {
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.3);
}
/*縦ライン*/
.how_it_works .step_block ul li:first-child::after {
  background-color: #FF00C9;
}
.how_it_works .step_block ul li::before {
  background-color: #FF00C9;
}
.cho_f {
  margin-top: -200px;
}
@media screen and (max-width:1024px) {
  .how_it_works .step_text {
    text-align: left !important;
    line-height: 1.4em;
  }
  .cho_f {
    margin-top: -70px;
  }
}
/*/////////////////////////////////////////////////////
///////////////////////お客様の声/////////////////////////
/////////////////////////////////////////////////////*/
/*背景*/
.testimonial_section {
    padding-bottom: 180px;
    margin-bottom: -50px;
    background-color: rgba(64,66,68,1.00);
}
.testimonial_section .section_title {
  padding-top: 100px;
}
.testimonial_section .section_title h2 {
    color: #FFFFFF;
    font-size: 2em;
}
.testimonial_section .section_title p {
  color: #FFFFFF;
}
.testimonial_section .testimonial_slide_box h3 {
  color: #FFFFFF;
}
.testimonial_section .step_number h3 {
  color: #FFFFFF;
}
.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: #FFFFFF !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 .section_title {
  padding-top: 50px;
		padding-bottom: 50px;
}
  .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(15,15,15,1.00);
}
.faq_section .section_title h2 {
    text-align: center;
    font-size: 2.5em;
    color: rgba(255,255,255,1.00);
}
.faq_section .section_title p {
  color: #B3B3B3;
  text-align: center;
}
.faq_section .testimonial_slide_box h3 {
  color: var(--main-base);
  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;
}
.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 .card-header h2 {
    font-size: 0.4em;
  }
  .faq_section .section_title h2 {
    font-size: 2em;
    padding-top: 30px;
  }
  .faq_section .section_title p {
    font-size: 0.8em;
    padding-bottom: 20px;
  }
}
/*/////////////////////////////////////////////////////
//////////////////////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;
}