@charset "UTF-8";
html {
-webkit-text-size-adjust: 100%;
}


body {
display: block;
margin: 0;
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


/* --------------------------------------------- */


footer {
display: block;
background-color: #707070;
left: 0;
bottom: 0;
width: 100%;
margin-bottom: -100px;
}


/* --------------------------------------------- */


.back_home_back{
display: flex;
margin: 0 auto;
background-color: #606060;
width: 100%;
height: auto;
padding-top: 5%;
padding-bottom:  5%;
}/*OK*/


/* --------------------------------------------- */


.back_home_margin {
display: flex; /* 画面に合わせた拡大縮小*/
margin: 0 auto;
width: 100%; /* 画面に合わせた左右のマージン確保*/

@media screen and (max-width:961px) { /* 961px以下の時*/
width: 50%; /* フルスクリーンの時の画面サイズ*/
}
@media screen and (max-width:767px) { /* 767px以下の時*/
width: 30%; /* フルスクリーンの時の画面サイズ*/
}
}/*OK*/


/* --------------------------------------------- */


.back_home {
display: flex;
margin: 0 auto;
max-width: 250px; /* 画像に合わせた拡大縮小*/
width: 100%;
height: auto;
}/*OK*/


/* --------------------------------------------- */

.back_home_img img{
display: block;/* display: blockじゃないとhoverが効かない */
max-width: 250px; /* 画像に合わせた拡大縮小*/
width: 100%;
margin: 0 auto;
opacity: 1; /* 初期状態は不透明 */
transition: opacity 0.35s ease-in-out; /* ふわっとさせる時間を指定 */
}
.back_home_img:hover {/* ホバー時のスタイル */
opacity: 0.3; /* ホバー時に薄くする */
}


/* --------------------------------------------- */


.footer_bottom {
display:block;
height: auto;
background-color: #707070;
margin-bottom: 2%;
}/*OK*/


/* --------------------------------------------- */


.footer_text {
line-height:100px;
text-align: center;
font-size: clamp(11px, 1vw, 13px);/* 最小値（14px）：推奨値（2vw）：：最大値 */
color: #5DC6DA;
margin-bottom: 5%;
}/*OK*/


/* --------------------------------------------- */
/* --------------------------------------------- */


.footer_text_menu_box {
display: flex; /* 画面に合わせた拡大縮小*/
margin: 0 auto;
max-width: 100%; /* 画面に合わせた拡大縮小*/
height: auto;
}/*OK*/


/* --------------------------------------------- */


.footer_text_menu_margin_responsive{
display: flex; /* 画面に合わせた拡大縮小*/
margin: 0 auto;
width: 90%; /* 画面に合わせた左右のマージン確保*/
		
@media screen and (min-width: 961px)/*ウィンドウ幅が961px以上の場合に適用*/
{
max-width: 880px;
.footer_text_menu_pc {display: flex!important; }
.footer_text_menu_tab_sp {display: none !important; }
margin-bottom:5%;
}
	
		
@media screen and (max-width: 960px)/*ウィンドウ幅が960px以下の場合に適用*/
{
max-width: 880px;
.footer_text_menu_pc {display: none !important; }
.footer_text_menu_tab_sp {display: flex !important; }
margin-bottom: 15%;
}
}/*OK*/


/* --------------------------------------------- */


.footer_text_menu_pc {
flex-wrap: wrap; /* 親のflexに合わせた横並び*/
justify-content: center;
margin: 0 auto;
max-width: 100%; /* 画面に合わせた拡大縮小*/
height: auto;
margin-top: 5%;
}/*OK*/


/* --------------------------------------------- */


.footer_text_menu_tab_sp {
flex-flow: column; /* 親のflexに合わせたタテ並び*/
text-align: center;
margin: 0 auto;
max-width: 100%; /* 画面に合わせた拡大縮小*/
height: auto;
line-height: 3.5;
margin-top: 12%;
}/*OK*/


/* --------------------------------------------- */


.footer_text_company, 
.footer_text_privacy, 
.footer_text_contact {
margin-left: 10px;
margin-right: 10px;
font-size: clamp(14px, 3vw, 16px);/* 最小値（14px）：推奨値（3vw）：：最大値（16px） */
text-decoration: none; /* 下線を消す */
color: #FFFFFF;
}
.footer_text_company, 
.footer_text_privacy, 
.footer_text_contact {
:link,
:visited,
:active {
color: #FFFFFF;
text-decoration: none; /* 下線を消す */
}	
:hover {
color: #A7A7A7;
text-decoration: none; /* 下線を消す */
}
}/*OK*/



/* --------------------------------------------- */


.footer_text_vertical_bar{
margin-left: 10px;
margin-right: 10px;
color: #FFFFFF;
font-size: clamp(14px, 3vw, 16px);/* 最小値（14px）：推奨値（3vw）：：最大値（16px） */
}


/* --------------------------------------------- */


.gc_back{
display: flex;
margin: 0 auto;
width: 100%;
height: auto;
}/*OK*/

.gc_margin{
display: flex; /* 画面に合わせた拡大縮小*/
margin: 0 auto;
width: 100%; /* 画面に合わせた左右のマージン確保*/

@media screen and (max-width:961px) { /* 961px以下の時*/
width: 80%; /* フルスクリーンの時の画面サイズ*/
}
@media screen and (max-width:767px) { /* 767px以下の時*/
width: 50%; /* フルスクリーンの時の画面サイズ*/
}
}/*OK*/

.gc{
display: flex;
margin: 0 auto;
max-width: 350px;
width: 100%;
height: auto;
}/*OK*/

.gc_img img{
display: flex;
max-width: 350px;
width: 100%;
margin: 0 auto;
}/*OK*/


/* --------------------------------------------- */



/* --------------------------------------------- */




