@charset "utf-8";/* CSS Document */

body {
	  font-family: "Zen Kaku Gothic New",  sans-serif;/* 400 or 700 */
	font-weight: 400,700;
}


#wrap_box{
	overflow: hidden;
}

section, body {
  margin: 0;
  padding: 0;
}

p{
	color:#0090D3;
}

body, div, ul,li, h1, h2, h3, h4, p, small, address, section, {
    margin: 0;
    padding: 0;
	overflow-x: hidden;
}

img{
	border: none;
    padding: 0;
    margin: 0;
    vertical-align: top;
	line-height: 0;
}

#wrap_box{
	overflow: hidden;
}

.midashi1{
	margin: 0 auto 70px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 500px) {
.midashi1{
	margin: -10px auto 27px;
}
}
.midashi{
	margin: 0 auto 70px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 500px) {
.midashi{
	margin: 0 auto 27px;
}
}

.titlelogo{
	width: 430px;
}

@media (max-width: 750px) {
.titlelogo{
	width: 300px;
}
}

@media (max-width: 500px) {
.titlelogo{
	width: 168px;
}
}


h2{
	width: 545px;
	margin: 35px 0 25px;
}

@media (max-width: 750px) {
h2{
	width: 300px;
	margin:  20px 0 25px;
}
}

@media (max-width: 500px) {
h2{
	width: 280px;
	margin:  20px 0 25px;
}
}

h3{
	width: 747px;
	margin: 10px 0 0;
}

@media (max-width: 750px) {
h3{
	width: 380px;
	margin: 0;
	
}
}

@media (max-width: 500px) {
h3{
	width: 300px;
	margin: 0;
	
}
}

h4{
	margin: 30px auto 0;
}

@media (max-width: 500px) {
h4{
	margin: 0;
	padding: 10px 0 0;
	
}
}

/*---------------------------*/
.wave1,.wave2,.wave3{
	position: relative;
	display: block;
    width: 100%;
}
/*---------------------------*/
.wave1{
	top: -20px;
}
@media (max-width: 750px) { 
.wave1{
	top: -10px;
}
}

@media (max-width: 500px) { 
.wave1{
	top: -5px;
}
}
/*---------------------------*/
.wave2{
	top: -22px;
}

@media (max-width: 750px) { 
.wave2{
	top: -12px;
}
}

@media (max-width: 500px) { 
.wave2{
	top: -7px;
}
}
/*---------------------------*/
.wave3{
	top: -260px;
}

@media (max-width: 750px) { 
.wave3{
	top: -265px;
	
}
}

@media (max-width: 500px) { 
.wave3{
	top: -50px;
}
}
/*---------------------------*/


 /* 背景画像（縦に並べる） */
    .bg-image {
      display: block;
      width: 100vw;  /* ブラウザの横幅に合わせる */
      height: auto;
    }

    /* 泡アニメーションエリア（左右に固定） */
    .bubble-container {
      position: fixed;
      top: 0;
      bottom: 0;
      width: 20vw;
      pointer-events: none;
      z-index: 1000 !important;
    }
    .bubble-container.left {
      left: 0;
    }
    .bubble-container.right {
      right: 0;
    }

    .bubble {
      position: absolute;
      bottom: -100px;
      animation: floatUp linear forwards;
    }

    @keyframes floatUp {
      0% {
        opacity: 0;
        transform: translateY(0) scale(0.5);
      }
      20% {
        opacity: 1;
      }
      100% {
        transform: translateY(-100vh) scale(1.2);
        opacity: 0;
      }
    }

@media (max-width: 1100px) {
  .bubble-container.left{left:-100px;}
.bubble-container.right{right: -100px;}
}
@media (max-width: 900px) {
  .bubble-container.left{display:none;}
.bubble-container.right{display: none;}
}
@media (max-width: 1430px) {
  #scrollToBottomBtn {
    display: none !important;
  }
}


/* 問い合わせボタン------------------------------------*/

.here {
	width: 200px;
    position: fixed;
    right: 50px;
    top: 50px;
    z-index: 20000 !important;
	display: block;
	opacity: 0;
	transition: opacity 0.4s ease;
}

.here :hover{
   opacity: 0.8;
}


@media (max-width: 1224px) {
    .here {
        width: 15%;
    }
}

@media (max-width: 750px) {
    .here {
        display: none;
    }
}


.fude3 {
    animation-delay: 2s;
}


.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}


@keyframes fadeUpAnime{
0% {
	opacity: 0;
	transform: translateY(100px);
	}
100% {
    opacity: 1;
    transform: translateY(0);
	}
}


.here a {
    display: block;
	cursor: pointer;
	color: inherit;
    text-decoration: none;
}


.f_bottom {
    display: none;
}

.f_bottom:hover {
   	opacity: 0.9;
}

@media (max-width: 750px) {
    .f_bottom {
        display: block;
        padding: 0 30px;
        bottom: 10px;
        position: fixed;
        transform: translateX(-50%);
        z-index: 20000 !important;
        left: 50%;
        width: calc(100% - 60px);
        text-align: center;
		

		    opacity: 1; /* 初期値を表示状態に */
    transition: opacity 0.3s ease; /* スムーズにフェード */
    pointer-events: auto; /* 非表示時にクリック無効化用 */
		
    }
}

 /* アニメーション */
.heartbeat {
	 animation: heartbeat 20s ease-in-out infinite both;
	 animation-delay: 3s;
}

@keyframes heartbeat{
    from{
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }
    1%{
        transform: scale(0.91);
        animation-timing-function: ease-in;
    }
    2%{
        transform: scale(0.98);
        animation-timing-function: ease-out;
    }
    3%{
        transform: scale(0.87);
        animation-timing-function: ease-in;

    }
    4%{
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}




/* 問い合わせボタンここまで------------------------------------*/


#mv {
    background:url("../img/mv_pc.jpg") top center no-repeat;
    background-size: cover; 
    width: 100%;
    height:auto; 
    padding-top: 200px;
    padding-bottom: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

@media (max-width: 750px) {
    #mv {
		padding-top: 110px;
		height: 905px;
		background-image: url("../img/mv_sp.jpg");
		background-size: cover;
		margin-bottom: -10px;
    }
}

#language{
  position: absolute; /* 親要素の`#mv`を基準に配置 */
  top: 1.5%; /* 上から20pxの位置 */
  margin-left:auto;
  margin-right:auto;
}
@media (max-width: 750px) {
	#language{
	top: 1.5%;
	margin-left:auto;
  margin-right:auto;
}
}
#language img{
	width: 150px;
	padding-right: 10px;
}
@media (max-width: 750px) {
	#language img{
	width: 110px;
	padding-right: 3px;
}
}

#textbox1 {
	 margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1300px;
	height: auto;
    margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -35px;
	z-index:20;
    }

@media (max-width: 750px) {
    #textbox1 {
        margin: 0;
        width: auto;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
		margin-top: -30px;
		margin-right: -5px;
    }
}

#textblockWithLicense {
    display: flex;
    flex-direction: row;  /* 横並びにする */
    align-items: flex-start; /* 上揃え */
    justify-content: center;
	width:790px;
	height: 335px;
    }
@media (max-width: 750px) {
	#textblockWithLicense {
    display: flex;
    flex-direction: row;  /* 横並びにする */
    align-items: flex-start; /* 上揃え */
    justify-content: center;
	width:790px;
	height: 140px;
    }
}
@media (max-width: 440px) {
	#textblockWithLicense {
    display: flex;
    flex-direction: row;  /* 横並びにする */
    align-items: flex-start; /* 上揃え */
    justify-content: center;
	width:790px;
	height: 144px;
    }
}
h1 {font-size: 40px;
    line-height: 80px;
    letter-spacing: 2px;
    text-align: center;
    color: #FFFFFF;
    margin: 0 auto;/* h1 自体を中央揃え */
}

@media (max-width: 750px) {
    h1 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 4px;
        color: #FFFFFF;
        text-align: center;
        margin: 0;
    }
}

#license {
  width: 385px;
  position: absolute;
  bottom:0;
 margin-left:auto;
  margin-right:auto;
/* 他の要素の上に表示 */
}

@media (max-width: 750px) {
    #license {
  width: 205px;
  position: absolute;
  bottom:0;
 margin-left:auto;
  margin-right:auto;
/* 他の要素の上に表示 */
}
}

@media (max-width: 420px) {
    #license {
  width: 130px;
/* 他の要素の上に表示 */
}
}

#license img {
    width: 100%;
}
#container1 {
    width: 100%;
    max-width: 860px; /* 必要に応じて調整 */
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    position: relative;
    flex-direction: row;
 justify-content: center; /* 全体を中央に */
        align-items: center;

}
	
@media (max-width: 750px) {
   #container1 {
        display: flex;
        justify-content: center; /* 全体を中央に */
        align-items: center;
        padding: 0;
	  
    }
	}
	
	
 #textblockWithLicense {
        display: flex;
        flex-direction: row;  /* 横並びにする */
        align-items: flex-start; /* 上揃え */
        justify-content: center;
	    position: relative;
    }

@media (max-width: 750px) {
    #textblockWithLicense {
        display: flex;
        flex-direction: row;  /* 横並びにする */
        align-items: flex-start; /* 上揃え */
        justify-content: center;
    }
}

#container2 {
	margin-top: 134px;
    height: auto; /* auto に変更し、コンテンツに合わせて高さを自動調整 */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 53px;
	border: none;
  outline: none;
}

@media (max-width: 750px) {
    #container2 {
		height: auto;
		margin-top:100px; 
		margin-bottom: 0;
    }
}

#logo {
     width: 717px; /* 相対的な幅に変更 */
    max-width: 628px; /* 最大幅を設定 */
    height: auto;
    margin-bottom: 20px;
    margin-top: 90px;
}
	
	@media (max-width: 750px) {

    #logo {
        width: 233px;
		height: auto;
		padding-bottom: 40px;
		 margin-top: -15px;
    }
	}

#logo img {
    width: 100%;
    height: auto;
}

#mcopy {
    width: 80%; /* 相対的な幅に変更 */
    max-width: 660px; /* 最大幅を設定 */
    height: auto;
    margin-bottom: 22px;
}
@media (max-width: 750px) {
    #mcopy {
        width: 292px;
		padding-bottom: 40px;
		margin-top: -35px;
    }
}

#mcopy img {
    width: 100%;
}


#character {
    width: 90%; /* 相対的な幅に変更 */
    max-width: 722px; /* 最大幅を設定 */
    height: auto;
    margin-bottom: 22px;
}

@media (max-width: 750px) {
    #character {
        width: 282px;
		padding-bottom: 22px;
		 margin-top: -50px;
    }
}

#character img {
    width: 100%;
	height: auto;
}

#textbox2 {
    width: 90%; /* 幅を調整 */
    max-width: 900px;
    text-align: center;
    color: #FFF;
    line-height: 1.8;
    padding: 0 10px; /* 左右にパディングを追加し、テキストが端に寄りすぎるのを防ぐ */
    box-sizing: border-box;
	padding-bottom: 5px;
}

@media (max-width: 750px) {
    #textbox2 {
        width: 100%;
		 max-width: 400px;
		 margin-top: -30px;
    }
}

.mvcopy2 {font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 26px;
    font-weight:  medium;
    color: #0090d3;
    line-height: 40px;
}

@media (max-width: 800px) {
    .mvcopy2 {
        font-size: 22px;
        line-height: 33px;
	}
}

@media (max-width: 750px) {
    .mvcopy2 {
        font-size: 17px;
        line-height: 23px;
	}
}

.mv-br {
  display: none;
}

@media (max-width: 750px) {
  .mv-br {
    display: block;
  }
}

.mvsp-br {
  display: none;
}

@media (max-width: 840px) {
  .mvsp-br {
    display: block;
  }
}



/*----------------------function--------------------*/

#function{
	background: url("../img/function_bg_pc.jpg")top no-repeat;
	width: 100%;
	background-size: cover;
	padding: 80px 0 80px;
	position: relative;
	top: -20px;
}


@media (max-width: 750px) {
#function{
	top: -10px;
	padding: 60px 0 15px;
}
}

@media (max-width: 500px) {
#function{
	top: -5px;
	padding: 40px 0 15px;
}
}


#function .box{
	background: #fff;
	padding: 20px;

}
@media (max-width: 500px) {
	#function .box{
		padding: 12px;
	}
}

#function ul{
	width: 750px;
	list-style: none;
	margin: 0 auto;
}

@media (max-width: 750px) {
#function ul{
	width: 500px;
	list-style: none;
	margin: 0 auto;
}
	
}
@media (max-width: 500px) {
#function ul{
	width: 355px;
	list-style: none;
	margin: 0 auto;
}
	
}


#function li{
    text-align: center;
    position: relative;
	margin-bottom: 50px;
}
@media (max-width: 500px) {
#function li{
    text-align: center;
    position: relative;
	margin-bottom: 25px;
}
	
}
#function p{
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight:  medium;
	font-size: 22px;
	padding: 20px 30px 50px;
	line-height: 2em;
	letter-spacing: 0.05em;
}

@media (max-width: 750px) {
#function p{
	font-size: 19px;
	padding: 20px 20px 25px;
	line-height: 2em;
	letter-spacing: 0.05em;
}	
}


@media (max-width: 500px) {
#function p{
	font-size: 14px;
	padding: 20px 3px 20px 3px;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}	
}


.chart{
	width: 650px;
	margin: 50px auto 0;
}
@media (max-width: 750px) {
.chart{
	width: 429px;
	margin: 15px auto 0;
}
}
@media (max-width: 500px) {
.chart{
	width: 306px;
	margin: 15px auto 0;
}
}
.function_title_01{
	width: 650px;
}
@media (max-width: 750px) {
.function_title_01{
	width: 408px;
	position: relative;
	top:-15px;
}
}
@media (max-width: 500px) {
.function_title_01{
	width: 282px;
}
}
.function_title_02{
	width: 530px;
}

@media (max-width: 750px) {
.function_title_02{
	width: 346px;
}
}
@media (max-width: 500px) {
.function_title_02{
	width: 239px;
}
}
.function_title_03{
	width: 677px;
}

@media (max-width: 750px) {
.function_title_03{
	width: 447px;
	padding-top: 17px;
}
}

@media (max-width: 500px) {
.function_title_03{
	width: 291px;
	padding-top: 17px;
}
}
.center_character01,.center_character03{
	position: absolute;
    /*z-index: 10;*/
    width: 23%;
    left: 50%;/*これと*/
    top: 100px;
    transform: translate(-50%, 0);/*これはセットで中央揃え*/
}

@media (max-width: 750px) {
.center_character01{
	 top: 55px;
	width: 108px;
}
}
@media (max-width: 750px) {
.center_character03{
	 top: 90px;
	width: 108px;
}
}
@media (max-width: 500px) {
.center_character01{
	 top: 30px;
	width: 85px;
}
}
@media (max-width: 500px) {
.center_character03{
	 top: 60px;
	width: 85px;
}
}
.center_character02{
	position: absolute;
    /*z-index: 10;*/
    width: 18%;
    left: 50%;/*これと*/
    top: 100px;
    transform: translate(-50%, 0);/*これはセットで中央揃え*/
}

@media (max-width: 750px) {
.center_character02{
	width: 88px;
	left: 50%;/*これと*/
    top: 90px;
}
}
@media (max-width: 500px) {
.center_character02{
	width: 70px;
	left: 50%;/*これと*/
    top: 50px;
}
}
.ramoni01{
	width: 15%;
	position: absolute;
	top: 45px;
	left: 78%;
}
@media (max-width: 750px) {
.ramoni01{
	width: 88px;
	top: 35px;
	left: 78%;
}
}
@media (max-width: 500px) {
.ramoni01{
	width: 59px;
	top: 35px;
	left: 78%;
}
}
.ramoni02{
	width: 15%;
	position: absolute;
	top: 85px;
	left: 77%;
}
@media (max-width: 750px) {
.ramoni02{width: 83px;
	position: absolute;
	top: 75px;
	right: 76%;}

@media (max-width: 500px) {
.ramoni02{width: 15%;
	position: absolute;
	top: 55px;
	right: 79%;}
	
}	
}
.jyounosuke2{
	width: 20%;
	position: absolute;
	top: 1270px;
	right: 70%;
}

@media (max-width: 750px) {
.jyounosuke2{width: 106px;
	position: absolute;
	top: 950px;
	right: 75%;	}
}

@media (max-width: 500px) {
.jyounosuke2{width: 20%;
	position: absolute;
	top: 660px;
	right: 75%;	}
}



.f_waku_top,.f_waku_bottom{	
display: block;	
width: 100%;	
height: auto; /* 明示的に指定、または以下で画像確認 */	
}	
@media (max-width: 750px) {	
.f_waku_top,.f_waku_bottom{	
width: 100%;	
}	
}	
@media (max-width: 500px) {	
.f_waku_top,.f_waku_bottom{	
width: 100%;	
}	
}


/*---------------------アプリケーション----------------------------*/

#app{
	padding: 80px 0 0;
	text-align: center;
}

@media (max-width: 750px) {
#app{
	padding: 60px 0 0;
	
}
}

@media (max-width: 500px) {
#app{
	padding: 40px 0 0 0;
}
}

.a_waku_top{
	width: 750px;
	margin: 0 auto;
	display: block;
	height: auto;
}

@media (max-width: 750px) {
.a_waku_top{
	width: 500px;
	height: 40px;
}
}

@media (max-width: 500px) {
.a_waku_top{
	width: 355px;
	height: 30px;
}
}

.a_waku_contents_top,.a_waku_contents_bottom{
	display: block;
	  width: 650px;
	margin: 0 auto;
    height: auto; /* 明示的に指定、または以下で画像確認 */
}


@media (max-width: 750px) {
.a_waku_contents_top,.a_waku_contents_bottom{
	width: 420px;
}
}

@media (max-width: 500px) {
.a_waku_contents_top,.a_waku_contents_bottom{
	width: 300px;
}
}

#app ul{
	width: 650px;
	margin: 0 auto;
}

@media (max-width: 750px) {
#app ul{
	width: 420px;
}
}

@media (max-width: 500px) {
#app ul{
	width: 300px;	
    height: 910px;
}
}


#app li{
	margin-bottom: 40px;
}

@media (max-width: 500px) {
#app li{
	margin-bottom: 25px;
}
}


#app .box1{
	background: #fff;
	padding: 40px 30px 10px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 500px) {
#app .box1{
	padding: 20px 0px 5px;
}
}

#app .box{
	background: #fff;
	padding: 40px 30px 80px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 500px) {
#app .box{
	padding: 20px 0px 70px;
}
}


.app_zu{
	width: 520px;
}


@media (max-width: 750px) {
.app_zu{
	width: 350px;
}
}

@media (max-width: 500px) {
.app_zu{
	width: 240px;
}
}


.app_contents{
	background: #D4ECF0;
	width: 750px;
	margin: 0 auto ;
}

@media (max-width: 750px) {
.app_contents{
	width: 500px;
	margin-top: -5px;
	min-height: 1270px;
}
}

@media (max-width: 500px) {
.app_contents{
	width: 355px;
	margin-top: -5px;
	min-height: 600px;
}
}


#app p{
	font-size: 22px;
	padding: 30px 30px 30px;
	line-height: 2em;
	letter-spacing: 0.05em;
}

@media (max-width: 750px) {
#app p{
	font-size: 19px;
	padding: 20px 10px;
	line-height: 1.8em;
}
}

@media (max-width: 500px) {
#app p{
	font-size: 14px;
	padding: 20px 10px;
	line-height: 1.7em;
}
}


#app span{
	font-size: 16px;
	color:#0090D3;
	text-align: left;
    width: 100%;
    max-width: 520px;
	margin: 3px 0 0;
}

@media (max-width: 750px) {
#app span{
	font-size: 11px;
	color:#0090D3;
    max-width: 320px;
}
}

@media (max-width: 500px) {
#app span{
	font-size: 11px;
	color:#0090D3;
    max-width: 240px;
}
}

.yurara3 {
  width: 150px;        /* 固定幅 or %ではなくpx指定で安定 */
  height: auto;        /* アスペクト比を維持 */
  display: block;
	top:-270px;
  position: relative;
	  left: 555px; /* ← この値で右へずらす */
  object-fit: contain;
}

@media (max-width: 750px) {
  .yurara3 {
    width: 105px;
    margin-top: 60px;
	  	  left: 370px;
  }
}

@media screen and (max-width: 500px) {
  .yurara3 {
    width: 70px;
    margin-top: 110px;
	left: 273px;  
  }
}

.ramoni03{
	width: 150px;
	position: absolute;
	left: 75%;	
}

@media (max-width: 750px) {
.ramoni03{
	width: 110px;
	position: absolute;
	left: 81%;	
}
}

@media (max-width: 500px) {
.ramoni03{
	width: 60px;
	position: absolute;
	left: 79%;
}
}


.sp-br {
  display: none;
}

@media (max-width: 750px) {
  .sp-br {
    display: block;
  }
}

/*++++++++++++++++++++++++++++++++++++++++
FAQ
++++++++++++++++++++++++++++++++++++++++*/

#faq{
    background: url("../img/faq_bg.png") top center repeat-y;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
	background-size: cover;
    padding: 110px 0;
	top: -260px;
}

@media (max-width: 750px) { 
#faq{
	background: url("../img/faq_sp_bg.png") top center;
	padding-top: 60px;
	top: -265px;
	background-size: cover;
}
}

@media (max-width: 500px) { 
#faq{
	top: -50px;
	padding: 40px 0 60px;
}
}


#logo4{
	width: 430px;
	text-align: center;
}

#faq_maincopy img{
	width: 150px;
	margin: 40px 0 50px;
}


@media (max-width: 750px) {
    #logo4{
	width: 300px;
	text-align: center;
}

#faq_maincopy img{
	width: 110px;
	margin: 20px 0 30px;
}
}

@media (max-width: 500px) {
    #logo4{
	width: 168px;
	text-align: center;
}
	

#faq_maincopy img{
	width: 90px;
	margin: 20px 0 30px;
}
}



#ramoni4 img{
	width: 150px;
	position: absolute;
	top: 110px;
	left: 20%;
}


@media (max-width: 900px) {
    #ramoni4 img{
		width: 120px;
		position: absolute;
		left: 10%;
	}
}

@media (max-width: 600px) {
    #ramoni4 img{
		width: 90px;
		position: absolute;
		top: 10px;
		left: 2%;
	}
}

@media (max-width: 500px) {
    #ramoni4 img{
		width: 72px;
		position: absolute;
		top: 10px;
		left: 2%;
	}
}

.sp_br{
	display: none;
}

@media (max-width: 900px) {
    .sp_br{
		display: block;
    }
}

.faq-box {
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .faq-box {
		max-width: 600px;
		width: 80%;
		margin: 0 auto;
		}	
}

@media (max-width: 550px){
    .faq-box {
		max-width: 500px;
		width: 90%;
		margin: 0 auto;
		}	
}


.top{
	/*margin-bottom: -1px;隙間なくなる*/
	display: block;
}


.bottom{
	margin-top: -2px;/*隙間なくなる*/
	margin-bottom: 20px;
}


/*ベース*/
.toggle {
	display: none;
}
.Label {
	color: #006cb5;
	background: #fff;
	display: flex;
	align-items: center;
	margin: -5px 0px 0px;
	position: relative;
	min-height: 100px;
}

@media (max-width: 550px) {
.Label {
	margin: -3px 0px 0px;
}
}




/*Q1画像*/
label img{
	margin: 0 30px 0 -11px;
	width: 84px;
}

@media (max-width: 550px) {
	label img{
	margin: 0 15px 0 -9px;
	width: 70px;
}
}
.Label p{
	width: 75%;
	font-weight: 700;
	font-size: 27px;
	letter-spacing: 0.5px;
 	padding-right: 70px;
}


@media (max-width: 750px) { 
    .Label p{
		font-size: 23px;
		letter-spacing: 0.5px;
		}	
}

@media (max-width: 550px) { 
    .Label p{
		font-size: 20px;
		letter-spacing: 0.5px;
		}	
}


.Label::before {
	content: url("../img/arrow.svg");
	width: 30px;
	height: 30px;
	position: absolute;
	top: calc(50% - 20px);
	right: 30px;
	transform-origin: center;
	cursor: pointer;
	
}
.Label,
.content {
	height: 100px;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	/*background:  url("../img/w_bg_big.png") repeat-y;*/
	background: #fff;
}

@media (max-width: 750px) {
	.Label,
	.content {
		height: 90px;
	}
}

@media (max-width: 550px) {
	.Label,
	.content {
		height: 120px;
	}
}

/*A1全体*/
.content {
	height: 0;
	overflow: hidden;
	color: #006cb5;
	position: relative;
	padding: 0 20px 0 40px;
	margin-top: -2px;
	background: #fff;
	background-size: 100% auto;
}

/*A1画像*/
.content img{
	position: absolute;
	left: -11px;
	width: 84px;
	top:calc( 50% - 20px );
}

@media (max-width: 550px) { 
	.content img{
		left: -9px;
		width: 70px;
}
}

/*A1テキスト*/
.content p{
	background: #FEF8E5;
	padding: 20px 40px 20px 70px;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 400;
	color: #3E3A39;
	line-height: 1.3; 
}

@media (max-width: 750px) { 
    .content p{
		font-size: 15px;
		padding: 20px 25px 20px 45px;
		line-height: 1.3; 
		}	
}


/*ボタンを押した時の反応*/
.toggle:checked + .Label + .content {
	height: auto;
	transition: all .3s;
	overflow: visible;
	padding: 25px 20px 0 40px;
}

.toggle:checked + .Label::before {
	transform: rotate(-60deg);
}






/*++++++++++++++++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++++++++++++++++*/
#footer{
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column; /* 子要素を縦に並べる */
    align-items: center; /* 子要素を水平方向に中央揃え */
    /* justify-content: flex-start; /* または center, space-between, space-around など */
    position: relative;
    background-size: auto;
	padding: 85px 0;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	top: -220px;
	
}
@media (max-width: 750px) { 
#footer{
	padding: 375px 0;
	top: -275px;
	height: 300px;
	background-color: white;
}
}
@media (max-width: 500px) { 
#footer{
	padding: 375px 0;
	top: -75px;
	height: 395px;
	background-color: white;
}
}
@media (max-width: 400px) { 
#footer{
	padding: 375px 0;
	top: -75px;
	height: 355px;
	background-color: white;
}
}

.footer_imga{
	width: 100%;
	position: absolute;
	top: -44px;
}

@media (max-width: 750px) { 
	.footer_imga{
		top: -1px;
		height: 13px;
	}
}

@media (max-width: 500px) { 
	.footer_imga{
		top: -1px;
		height: 9px;
	}
}
@media (max-width: 750px) { 
	#footer{
		padding: 80px 0 0px;
		margin-bottom: 147px;
	}
}



@media (max-width: 500px) { 
	#footer{
		padding: 20px 0 0px;
		margin-bottom: 123px;
	}
}



#footer_maincopy{
	width: 700px;
}

@media (max-width: 750px) { 
	#footer_maincopy{
		width: 90%;
		padding-top: 17px;
}
}

#logo5{
	width: 300px;
	margin: 40px auto 20px;
}

@media (max-width: 500px) { 
	#logo5{
	width: 200px;
	margin: 30px auto 10px;
}

}


.mail {
    font-size: 40px;
	font-weight: bold;
	color:#0090d3;
}

@media (max-width: 500px) { 
	.mail {
    font-size: 22px;
	font-weight: bold;
	color:#0090d3;
}
}


.ymarker {
	background: linear-gradient(transparent 80%, #ffff7d 20%);
}

a {
color:#0090d3;
}

@media (max-width: 500px) { 
	.mail {
		font-size: 25px;
		font-weight: bold;
		color:#0090d3;
	}
}


.company {
    font-size: 24px;
	letter-spacing: 0.1em;
	font-weight: bold;
	color:#0090d3;
	margin: 20px auto 3px;
}

@media (max-width: 500px) { 
.company {
    font-size: 20px;
}
}


.adress {
    font-size: 17px;
	font-weight: bold;
	color:black;
	text-align: center;
}

@media (max-width: 500px) { 
.adress {
    font-size: 12px;
}
}

.footer_copy {
    font-size: 23px;
	font-weight: bold;
	color:#0090d3;
	line-height: 35px;
}



.footer_character{
	position: absolute;
    z-index: 100;
}


#ramoni5 img{
	width: 120px;
	position: absolute;
	top: 200px;
	left: -310px;
}


@media (max-width: 900px) { 
	#ramoni5 img{
		width: 120px;
		position: absolute;
		top: 200px;
		left: -310px;
}
}

@media (max-width: 750px) { 
	#ramoni5 img{
		width: 100px;
		position: absolute;
		top: 185px;
		left: -230px;
}
}

@media (max-width: 500px) { 
	#ramoni5 img{
		width: 65px;
		position: absolute;
		top: 185px;
		left: -165px;
}
}
@media (max-width: 400px) { 
	#ramoni5 img{
		width: 65px;
		position: absolute;
		top: 165px;
		left: -165px;
}
}

#monikars img{
	width: 270px;
	position: absolute;
	top: 465px;
	right: -410px;
}

@media (max-width: 900px) { 
	#monikars img{
	width: 230px;
	position: absolute;
	top: 540px;
	right: -370px;
}
}

@media (max-width: 750px) { 
	#monikars img{
	width: 230px;
	top: 470px;
	left: 70px;
	margin: 80px 0 0;
}
}


@media (max-width: 600px) { 
	#monikars img{
		top: 480px;
		left: 30px;
}
}
@media (max-width: 500px) { 
	#monikars img{
       width: 170px;
		left: -5px;
		top: 393px;
}
}
@media (max-width: 400px) { 
	#monikars img{
       width: 170px;
		left: -5px;
		top: 353px;
}
}


.footer_imgb{
	width: 100%;
	position: absolute;
	bottom: -220px;
	left: 0;
}

@media (max-width: 750px) { 
	.footer_imgb{
		width: 750px;
		bottom:  -430px;
	}
}

@media (max-width: 500px) { 
	.footer_imgb{
		width: 500px;
		bottom: -200px;
		margin: 0px 0 0;
	}
}


