@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img{
	width: 100%;
	vertical-align:bottom; /* img要素にここを指定 */
}

a:link {
	text-decoration: none;	
}

a:hover img {
    opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}





/*================================================
 *  一般・共通設定
 ================================================*/

body { font-family: 'M PLUS 1p', sans-serif;
	color: #3a3a3a;
	line-height: 1.8;
	word-wrap: break-word;
    font-size: 100%;

}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

body {font-size: 82%;}
	}
/* -------------end------------- */



/*================================================
 *  リンクスタイル
 ================================================*/
a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/*================================================
 *  ヘッダー
 ================================================*/
.header {
	box-sizing: border-box;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}




/* 大きい画面用の設定-------------- */
@media (min-width:1001px){
#inside .header_outside{
z-index: 99999;
width: 100%;
}
    
#top .header_outside{
z-index: 10000;
/*background-color: transparent;
position: absolute;
top:0;
left: 0;*/
width: 100%!important;
background-color: #FCEE21;
}
    
.header{
max-width: 1000px;
margin-left: auto;
margin-right: auto;
}
    
.header_list{
    display: flex;
    justify-content: space-between;

    }
    
#inside .header_list{
display: flex;
align-items: center;
}
    

#top .header_list > li:first-child{
width: 41%;
max-width: 410px;
    }
    
.header_list > li:first-child{
width: 30%;
max-width: 380px;
}
    
 .header_list > li:nth-child(2){
width: 65%;
font-size: 88%;
box-sizing: border-box;
}
    

    
.header_list > li:nth-child(2) a{
color: #3061a5;
}
    
    
.header_list > li:last-child{
width: 12%;
font-size: 88%;
background-color: #e8456c;
display: flex;
justify-content: center;
    align-items: center;
    line-height: 1.4;
}
    
.header_list > li:last-child a{
color: #ffffff;
}

}
/* -------------end------------- */


/* 小さい画面用の設定-------------- */
@media (max-width:1000px){
    
#inside .header_outside{
z-index: 99999;
width: 100%;}

#top .header_outside{
z-index: 10000;
background-color: transparent;
position: absolute;
top:0;
left: 0;
width: 100%!important;
    
}
    
.header {
/*	padding-top: 10px;
	padding-bottom: 10px;
    padding-left: 10px;*/}
	
.header_list li:first-child img{
	width: 30%;
}
    
#top .header_list li:first-child img{
	display: none;
}

    
.header_list{
    display: flex;
    justify-content: space-between;

    }
.header_list > li:last-child{
display: none;
}
    

  
    
}
/* -------------end------------- */



/*================================================
 * グロナビ固定
 ================================================*/
@media screen and (min-width:1001px) {
.nav_fixed {
position:fixed;
top:0;
left:0;
z-index: 10000;
}
    
#top .nav_fixed .header_outside,
#inside .nav_fixed .header_outside{
top: 0;
    
  }
    
#top .nav_fixed .header_list > li:first-child{
    width: 30%;
}

    
.nav_fixed .header{
top:0px;

}


}

/* ========================================

    ■ main

======================================== */
.main {
   
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


/* ========================================

    ■ slide

======================================== */
.slide_wrap {position: relative;}

.main_copy{
position: absolute;
top: 60%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
  /*top: 31.25%;
  left: 50%;*/
  /*transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);*/
    color: #1F2C5C;
    line-height: 1.2;
    font-weight: 700;
    /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.8));*/
    text-align: center;
    text-shadow: 4px 4px 4px #fff, -4px -4px 4px #fff,
  -4px 4px 4px #fff,  4px -4px 4px #fff,
  4px 0 4px #fff, -4px  0 4px #fff,
  0 4px 4px #fff,  0 -4px 4px #fff;
}

.main_copy_txt{
    font-size: 350%;

    
}

.main_copy_subtxt{
    font-size: 188%;

}

.main_bt{position: absolute;
top: 50%;
right: 10%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
width:15%; }

.fluffy {
 animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% { transform:translateY(0) }
  5% { transform:translateY(0) }
  10% { transform:translateY(0) }
  20% { transform:translateY(-15px) }
  25% { transform:translateY(0) }
  30% { transform:translateY(-15px) }
  50% { transform:translateY(0) }
  100% { transform:translateY(0) }
}



/* フェードイン(初期値) */
.moveup div {
  opacity: 0; /* 最初は非表示 */
  transform: translateY(30px); /* 下に30pxの位置から */
  transition: opacity .8s, transform .8s; /* 透過率と縦方向の移動を0.8秒 */
}
.moveup div.move {
  opacity: 1; /* 表示領域に入ったら表示 */
  transform: translateY(0); /* 30px上に移動する */
  transition-delay: .5s; /* フェード開始を0.5秒遅らせる */
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.main_copy {
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.8));
}
    
.main_copy_txt{
font-size: 220%;

    
}

.main_copy_subtxt{
    font-size: 119%;

}
    
.main_bt{position: absolute;
right: 5%;
top:55%;
width:20%; }




}
/* -------------end------------- */





/* ========================================

    ■ common

======================================== */

.contents{
	max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    width: 96%;}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.contents{
	width: 90%;
    box-sizing: border-box;
}
}
/* -------------end------------- */


/* 共通見出し ------------------------------*/

.con_title_wrap {
  text-align: center;
    margin-bottom: 20px;
}

.con_title {
  position: relative;
  display: inline-block;
  padding: 0 55px;
    color: #1F2C5C;
    font-size: 113%;
    font-weight: 700;
}



.con_title:before, .con_title:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #1F2C5C;
}



.con_title:before {
  left:0;
}
.con_title:after {
  right: 0;
}


.con_title{
  position: relative;}


.con_title_en {
color: rgba(31,44,92,0.2);
	font-size: 350%;
	font-family: 'Rubik', sans-serif;
    font-weight: 400;
    line-height: 1.0;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){


.con_title {
    font-size: 100%;
}


.con_title_en {
font-size: 300%;
}


}
/* -------------end------------- */




/* bt_more ------------------------------*/
.bt_more{
padding: 10px;
width: 12em;
margin-left: auto;
margin-right: 0;
display: block;
background-color: #FC9B00;
position: relative;
font-weight: 400;
font-family: 'Rubik', sans-serif;
font-size: 100%;
font-weight: 700;
font-size: 88%;
}

.bt_more_center{
margin-right: auto;}

.bt_more_w{
background-color: #ffffff;
}




.bt_more:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -12px;
color: #ffffff;
}


.bt_more_w:after{
color: #FC9B00;
}


.bt_more a{
display: block;
color: #ffffff;
}

.bt_more_w a{
display: block;
color: #FC9B00;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.bt_more{
margin-left: auto;
margin-right: 0;
    }

}
/* -------------end------------- */


.news_wrap{position: absolute;
bottom: -200px;
width: 100%;
left:50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
background-color: #ffffff;
-moz-box-shadow: 2px 2px 5px #333;
-webkit-box-shadow: 2px 2px 5px #333;
box-shadow: 2px 2px 5px #333;
z-index: 2;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.news_flex_box{
display: flex;
height: 200px
}

.news_flex_box li{
padding: 20px;}


.news_flex_box li:first-child{
	width: 15%;
	background-color: #D5E04C;
	font-size: 125%;
	min-width: 6em;
	box-sizing: border-box;

}


.news_flex_box li:last-child{
	background-color: #ffffff;
	width:85%;
}

/* news_dl-------------- */

.news_dl {
margin-bottom: 10px;
}

.news_dl dt {
	clear: left;
	float: left;
	width: 10em;
    padding-left: 1em;
}

.news_dl dd {
	padding-left: 10em;
    padding-right: 1em;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
    position: relative;

}

.news_dl dd a{
	color: #3a3a3a;
}



.news_dl dd::after{font-family: "Font Awesome 5 Free";
  content: "\f105";
    font-weight: 900;
    position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -16px;
    
 }

.news_bt{
background-color: #FC9B00;
width: 9em;
padding: 5px;
    position: relative;
    border-radius: 5px;
    margin-left: auto;
margin-right: 0px;
}

.news_bt a{
color: #ffffff;
    display: block;
}

.news_bt a:after {
 font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -19px;
	font-size: 150%;
    font-weight: 900;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){

    
.news_wrap{
width: 90%;
}

.news_flex_box{
flex-wrap: wrap;
}

.news_flex_box li{
padding: 10px;}


.news_flex_box li:first-child{
	width: 100%;
	min-width: 6em;
    line-height: 1.0;

}


.news_flex_box li:last-child{
	width:100%;
}


}
/* -------------end------------- */


/*================================================
 *  con1
 ================================================*/

.con1_outside {
padding-top: 150px;
padding-bottom: 100px;
background-image: -webkit-linear-gradient(rgba(252,238,33,0.5) 0%,rgba(252,238,33,0.5) 0%), 
        url(../img/index_img/vision_bg.jpg);
background-position:left top;
background-size: auto 100%;
background-repeat: no-repeat;
  /*  background-attachment: fixed;*/
 -webkit-clip-path: polygon(0 0, 50% 0,100% 0, 100% 70%, 50% 100%, 0 70%);
  clip-path: polygon(0 0, 50% 0,100% 0, 100% 70%, 50% 100%, 0 70%);
      background-color:rgba(252,238,33,0.5);
z-index: -1;}

.con1_headline_box {
    text-align: center;
     margin-bottom: 30px;
}

.con1_headline {
    font-size: 188%;
    font-weight: 700;
    margin-bottom: 10px;}

.con1_txt{font-size: 113%;
font-weight: 500;}

/***タイピングアニメーションを追加***/
.con1_headline{
  width: 0;
  border-right: 0.08em solid black; /*カーソル用の線*/
  overflow: hidden; /*はみ出た要素を非表示に*/
  white-space: nowrap; /*1行に*/
  animation: typing 4s steps(11, end) forwards, cursol 1s step-end infinite;
/*animation: アニメーション名｜時間｜分割数｜ループ */
}
/*** 1文字ずつ出現するアニメーション ***/
@keyframes typing{
  0% { width: 0%;
    margin-left: auto;
    margin-right:auto;}
  100% { width: 17em;
    margin-left: auto;
    margin-right:auto;}
}

/*** カーソルが点滅するアニメーション ***/
@keyframes cursol{
  0%{ border-color: transparent; }/*消滅*/
  50%{ border-color: black; } /*出現*/
  100%{ border-color: transparent; }/*消滅*/
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
 .con1_outside {
         padding-top: 150px;
    padding-bottom:70px;

 -webkit-clip-path: polygon(0 0, 50% 0,100% 0, 100% 90%, 50% 100%, 0 90%);
  clip-path: polygon(0 0, 50% 0,100% 0, 100% 90%, 50% 100%, 0 90%);
      background-color:rgba(252,238,33,0.5);
z-index: -1;
 }

.con1_headline_box {
text-align: left;
margin-bottom: 10px;
}

.con1_headline {
    font-size: 150%;
}

.con1_txt{font-size: 100%;}

}
/* -------------end------------- */


/*================================================
 *  con2
 ================================================*/

.con2_outside{
     padding-bottom: 50px;
    padding-top: 50px;}

.con2_flex_box{display: flex;
justify-content: space-between;
color: #ffffff;
width: 86%;
margin-left: auto;
margin-right: auto;
align-items: stretch;}

.con2_flex_box li{width: 50%;}

.con2_flex_box li:first-child{
    background-image: url(../img/index_img/con2_img.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.con2_flex_box li:last-child{background-color: #FC9B00;
padding: 40px;}

.con2_name_sub{}


.con2_name{font-size: 150%;
line-height: 1.5;
margin-bottom: 20px;
    padding-bottom: 10px;
font-weight: 500;
border-bottom: 1px solid rgba(255,255,255,0.50);}

.con2_title{font-size: 175%;
line-height: 1.4;
margin-bottom: 20px;
font-weight: 700;}

.con2_txt{margin-bottom: 20px;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con2_flex_box{
width: 100%;
flex-wrap: wrap;}

.con2_flex_box li{width: 100%;}

.con2_flex_box li:first-child{
    background-repeat: no-repeat;
    background-position: center top;
    background: url("../img/index_img/con2_img.png") 0 0 no-repeat;
            padding-bottom: calc(100%*600/500);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
}

.con2_flex_box li:last-child{
padding: 20px;}



.con2_name{font-size: 125%;
margin-bottom: 10px;
    padding-bottom: 5px;
}

.con2_title{font-size: 150%;
margin-bottom: 10px;
}

.con2_txt{margin-bottom: 10px;}


}
/* -------------end------------- */


/*================================================
 *  con3
 ================================================*/

.con3_outside{
 padding-bottom: 100px;
    padding-top: 50px;
	}

.con3_flex_box{display: flex;
justify-content: space-between;}

.con3_flex_box li{
     width : 25% ; /* 未対応ブラウザ用フォールバック */
position: relative;
    cursor: pointer;
  overflow: hidden;

    
}

.con3_flex_box li {
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
.box-bg {
        background-image: -webkit-linear-gradient(rgba(31,44,92,0.5) 0%,rgba(31,44,92,0.5) 0%), url(../img/index_img/con3_img03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  transition: transform .6s ease;
  width: 100%;
}

.box-bg2 {
        background-image: -webkit-linear-gradient(rgba(31,44,92,0.5) 0%,rgba(31,44,92,0.5) 0%), url(../img/index_img/con3_img02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  transition: transform .6s ease;
  width: 100%;
}

.box-bg3 {
        background-image: -webkit-linear-gradient(rgba(31,44,92,0.5) 0%,rgba(31,44,92,0.5) 0%), url(../img/index_img/con3_img04.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  transition: transform .6s ease;
  width: 100%;
}

.box-bg4 {
        background-image: -webkit-linear-gradient(rgba(31,44,92,0.5) 0%,rgba(31,44,92,0.5) 0%), url(../img/index_img/con3_img05.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  transition: transform .6s ease;
  width: 100%;
}

.con3_flex_box li p {
  align-items: center; /* テキストの中央揃え */
  bottom: 0;
  color: #fff!important; /* テキストの色 */
  display: flex; /* テキストの中央揃え */
  justify-content: center; /* テキストの中央揃え */
  left: 0;
  margin: auto;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%; /* テキストを横幅いっぱいにならないようにする */
  z-index: 1;
    font-weight: 700;
    font-size: 125%;
    line-height: 1.4;
    text-align: center;
    text-shadow: -1px -1px 0 rgba(00, 00, 00, 0.8);
}



/*.con3_flex_box li:hover .box-bg {
  transform: scale(1.1);
}
*/



 


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con3_flex_box_wrap{
}
    
.con3_flex_box{flex-wrap: wrap;
         width : 100% ;
        margin-left: auto;
        margin-right: auto;
}

.con3_flex_box li{
    width : 48% ;
     }
    
    .box-bg {

            padding-bottom: calc(100%*350/350);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
        height: auto;
        margin-bottom: 20px;
}

.box-bg2 {
       padding-bottom: calc(100%*350/350);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: auto;
    margin-bottom: 20px;
}

.box-bg3 {
        padding-bottom: calc(100%*350/350);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: auto;
}
    .box-bg4 {
        padding-bottom: calc(100%*350/350);/* calc(100*ImageHeight/ImageWidth)% */
    background-size: 100% auto;
    height: auto;
}
    
    .con3_flex_box li p {
font-size: 100%;
}
}
/* -------------end------------- */



/*================================================
 *  con4
 ================================================*/

.con4_outside{
    padding-bottom: 50px;
    padding-top: 50px;
    margin-bottom: 100px;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 40%, rgba(252,238,33,1.0) 40%, rgba(252,238,33,1.0) 100%);
}


.con4_flex_box{display: flex;
justify-content: space-between;
align-items: center;}

.con4_flex_box > li{width: 48%;}

.con4_lead{
    margin-bottom: 30px;
    font-weight: 500;align-items: 

	}

.con4_work_flex{display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.con4_work_flex > li{width: 48%;
padding: 15px;

display: block;
background-color: #FC9B00;
position: relative;
font-weight: 700;
margin-bottom: 10px;}


.con4_work_flex > li:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f105";
position: absolute;
top: 50%;
right: 10px;
margin-top: -12px;
color: #ffffff;
}


.con4_work_flex > li a{
display: block;
color: #ffffff;
}

.con4_work_flex > li:last-child{margin-bottom: 0;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con4_flex_box{flex-wrap: wrap;}

.con4_flex_box li{
     width : 100% ; }

.con4_flex_box li:first-child{
margin-bottom: 20px; }
    
.con4_work_flex > li:nth-last-child(-n+2){margin-bottom: 10px;}
    
.con4_work_flex > li:last-child{margin-bottom: 0px;}
    
.con4_lead{
    margin-bottom: 15px;
}
}
/* -------------end------------- */



/* ========================================

    ■ con5

======================================== */
.con5_outside{
    padding-bottom: 50px;
    padding-top: 50px;
    position: relative;
        margin-bottom: 100px;
    background: linear-gradient(90deg, rgba(252,238,33,1.0) 0%, rgba(252,238,33,1.0) 60%, #ffffff 60%, #ffffff 100%);

	}

.con5_flex_box{display: flex;
justify-content: space-between;
align-items: center;}

.con5_flex_box > li{width: 48%;}



.con5_lead{
    margin-bottom: 30px;
    font-weight: 500;

	}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.section{width: 90%;
    margin-left: auto;
    margin-right: auto;}

}
/* -------------end------------- */

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.con5_flex_box{flex-wrap: wrap;
    flex-direction: column-reverse;}

.con5_flex_box li{
     width : 100% ; }

.con5_flex_box li:last-child{
margin-bottom: 20px; }
    
.con5_lead{
    margin-bottom: 15px;
}

    

}
/* -------------end------------- */





/*================================================
 *  con6
 ================================================*/

.con6_outside{
    padding-bottom: 50px;
    background-color: rgba(252,238,33,0.5);
    padding-top: 50px;
     background-image: -webkit-linear-gradient(rgba(252,238,33,0.5) 0%,rgba(252,238,33,0.5) 0%), 
        url("../img/index_img/con6_wrap_bg.png");
    background-repeat: no-repeat;
     background-position:right top;
	background-size: contain;
	background-repeat: no-repeat;


}

.con6_box{
    width: 86%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    background-color: #ffffff;
    background-image: url(../img/common_img/con6_bg_l.png),
        url(../img/common_img/con6_bg_r.png);
    background-repeat: no-repeat,no-repeat;
    background-position:  left bottom,
    right bottom;
    background-size: auto 90%;
}

.con6_lead{
    margin-bottom: 30px;
    font-weight: 500;
    text-align: center;
    font-size: 113%;

	}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){


.con6_box{
    width: 100%;

    padding: 20px;
    background-image:none,
        url(../img/common_img/con6_bg_r.png);
    background-repeat: no-repeat,no-repeat;
    background-position:  left bottom,
    right bottom;
    background-size: auto 70%;
}

.con6_lead{
    margin-bottom: 15px;

    text-align: left;
    font-size: 100%;

	}

}
/* -------------end------------- */




/*================================================
 *  footer
 ================================================*/
.footer_outside{
	background-color: #FC9B00;
	color: #ffffff;}

.footer{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-top: 30px;
	padding-bottom: 30px;
	}


.footer_flex_box {
	display: flex;
    justify-content: space-between!important;

}

.footer_flex_box > li {
	width: 48%;}

.footer_flex_box > li:last-child {
	width: 15%;}

.footer_name{font-size: 200%;
font-weight: 700;
color: #1F2C5C;}


.footer_logo{width: 100%;
max-width: 200px;
margin-bottom: 5px;}

.footer_midashi{margin-bottom: 5px;
}


.footer_tel{
font-size: 200%;
color: #ffffff;
font-weight: 600;
 font-family: 'Rubik', sans-serif;
    line-height: 1.2;
}

.footer_tel:before {
font-family: "Font Awesome 5 Free";
content: "\f095";
font-size: 88%;
padding-right: 5px;
font-weight: 700;}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.footer{
width: 90%;
padding-bottom: 100px;
}
    
.footer_flex_box {
flex-wrap: wrap;

}

    
.footer_flex_box > li {
	width: 100%;}

.footer_flex_box > li:last-child {
	width: 100%;}
    

.footer_tel_sp{
background-color: #FCEE21;
width: 100%;
padding: 20px;
    border-radius: 5px;
    margin-left: auto;
margin-right: auto;
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 150%;
    font-weight: 700;
}
    
.footer_tel_sp a span:before {
font-family: "Font Awesome 5 Free";
content: "\f095";

	font-size: 100%;
    font-weight: 900;
        margin-right: 5px;
}

.footer_tel_sp a{
color: #1F2C5C;
display: block;
}




    
}
/* -------------end------------- */

/* ========================================

    ■ SNS

======================================== */
/*.sns_flex_box {
display: flex;
justify-content: space-between;
align-items: center;
 margin-bottom: 10px;
    width: 30%;
    background-color: aquamarine;
}*/



    
.share_txt{font-weight: 400;
font-family: 'Rubik', sans-serif;
    font-size: 138%;
    line-height: 1.2;}
    
.share_txt2{font-size: 80%;}



.sns_icon {
	display: flex;
	font-size: 300%;
	justify-content: space-between;
}
.sns_icon a {
	color: #ffffff;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.share_txt,
.share_txt2{text-align: center;}
    
    .sns_icon {

justify-content: center;}
    
        .sns_icon li{

margin-left: 10px;
    margin-left: 10px;}


}
/* -------------end------------- */



/*================================================
 *  COPY
 ================================================*/
address{
	color: #ffffff;
	text-align: center;
	font-size: 65%;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
address{
font-size: 50%;
}
}
/* -------------end------------- */



/* ====================================================
　pagetop
==================================================== */

.pagetop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 15px;
	z-index: 1000;
}
.pagetop a {
    display: block;
   color: #efefef;
    font-size: 300%;
    
}
.pagetop a:hover {
display: block;}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.pagetop {

     bottom: 3px;
    right: 10px;
    
}
    
.pagetop a {font-size: 200%;}

}
/* -------------end------------- */



/* ====================================================
　page_btm_fixed
==================================================== */
#page_btm_fixed{
  position: fixed;
    right: 100px;
z-index: 9999999999;}


.page_btm_fixed_flex{display: flex;
justify-content: flex-end;

     
}

.page_btm_fixed_flex li{
width: 45%;
text-align: center;
box-sizing: border-box;
min-width: 6em;

}


.footer_bt_mail {
	background-color: #e8456c;
	position: relative;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
    margin-left: 5px;
}


.footer_bt_mail a{
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    display: block;
	color: #fff;
	font-weight: 700;
    font-size: 113%;
}




/* 小さい画面用の設定-------------- */
@media (max-width:767px){
#page_btm_fixed{
position: fixed;
 right: 60px;
bottom: 0;

}

.footer_bt_mail a{
    padding-top: 15px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 100%;
}

}
/* -------------end------------- */



/* ====================================================
　改行位置
==================================================== */
@media print, screen and (min-width: 768px) {
br.sp { display: none; }
br.pc { display: inline; }
}
@media screen and (max-width: 767px) {
br.sp { display: inline; }
br.pc { display: none; }
}


	 
	 


/* PC向けレイアウトの指定：961px以上では固定レイアウト */
.miniimage { display: none; }  /* miniを非表示 */
.bigimage  { display: block; 
line-height: 0px;} /* bigを表示 */
	
@media only screen and (max-width: 768px) {
.miniimage {
	display: block;
	line-height: 0px;
} /* miniを表示 */
.bigimage  { display: none; }   /* bigを非表示 */
}


/*  PCのみに表示するメニュー*/
.only_smt { display: none; }  /* miniを非表示 */
.only_pc  { display: block; 
} /* bigを表示 */
	
/*  スマホのみに表示するメニュー*/
@media only screen and (max-width: 768px) {
.only_smt {
	display: block;
	
} /* miniを表示 */
.only_pc  { display: none; }   /* bigを非表示 */
}


/* Bnr
-----------------------------------------*/
.Bnr{
  position: relative;
  margin: 0 auto;
  width: 600px;
  display: none;
    font-size: 88%;
  
 
}
.Bnr .Bnr__img{
  position: fixed;
  top:80px;
 right: 0;
z-index: 88;
}
.Bnr__img__inner{
	width: 50px;
	box-sizing: border-box;

}
.Bnr .Bnr__img__inner a{
  display: block;
}
.Bnr .Bnr__img p.close{
  position: absolute;
  right: 1px;
  top:1px;
}
.Bnr .Bnr__img p.close a{
  display: block;
  width: 20px;
  height: 25px;
  text-align: center;
}
.Bnr .Bnr__img p.close a span{
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Bnr .Bnr__img p.close a i{
  font-size: 20px;
  z-index: 888;
  color: #fff;
}


.Bnr_flex_box{display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.Bnr_flex_box li{width: 100%;
text-align: center;
     -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;

}


.Bnr_bt_mail{
    background-color: #e8456c;
    width: 100%;
    padding: 20px;
    position: relative;
    border-radius: 5px 0px 0px 5px;
    margin-left: auto;
    margin-right: auto;
}

.Bnr_bt_mail a{
color: #ffffff;
display: block;
}





.con7_bt_mail a:after {
 font-family: "Font Awesome 5 Free";
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -19px;
	font-size: 150%;
    font-weight: 900;
}

/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.Bnr{
 
  display: none!important;
 }

    

	}
/* -------------end------------- */

#about_link01,
#about_link02
{
padding-top: 150px;
margin-top:-150px;
    
	}

#tab1,
#tab2,
#tab3{
padding-top: 150px;
margin-top:-150px;
    
	}

iframe {
    vertical-align: bottom;
}


#yoko_link_01,
#yoko_link_02,
#yoko_link_03,
#yoko_link_04,
#yoko_link_05
{
padding-top: 70px;
margin-top:-70px;
    
	}

#interesting01,
#interesting02,
#interesting03,
#interesting04
{
padding-top: 70px;
margin-top:-70px;
    
	}




/*====================================================================
slick
====================================================================*/


.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}
.sliderArea.w300 {
  max-width: 300px;
}
.slick-slide {
  margin: 0 5px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #1F2C5C!important;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

