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


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

/*-------------------------------------------------------------------------------------
スマホ用レイアウト（768px以下スクリーン）
----------------------------------------------------------------------------------------*/

/*--------------------------------------------------
共通設定(スマホ)
-----------------------------------------------------*/
	
/*body全体の初期スタイル調整*/
body {
	width: 100%;
  -webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
    /*--------------------------------------------------
全体レイアウト／背景設定（スマホ）
-----------------------------------------------------*/
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  border-left: none;
  border-right: none;
  font-size: 1.6em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 100%;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position:sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 10%;
  float: left;
  margin: 0.5em;
}
/*ヘッダーの問い合わせボタン*/
.header_form {
  width: 39%;
  float: right;
  margin: 1em 0.5em;
}
 
.header_tel {
  width: 39%;
  float: right;
  margin: 1em 0em;
}
    

    
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: none;
}
.top_image_in img {
  width: 100%;
}
    .pc_img { display: none !important; }
    .sp_img { display: block !important; }

 /*--------------------------------------------------
見出しタグ設定（スマホ）
-----------------------------------------------------*/
h2 {
  background-color: #132e59;
  height: auto;
    padding: 0.5em 0em;
    text-align: center;
    color: #fff;
    font-size: 1.5em;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

h3 {
  position: relative;
  padding: 1em;
  text-align: center;
    color: #132e59;
    font-size: 1.3em;
}

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #132e59;
}
/*--------------------------------------------------
余白の設定
-----------------------------------------------------*/
.cyousei_pc {
    padding: 2em 0.5em 1em;
}
.cyousei_pc02 {
    padding: 0em 0.5em;
}
.cyousei_midashi {
    padding: 0em;
}
.cyousei_voice {
    padding: 0em 0.5em;
}



/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
 background: linear-gradient(180deg, #ffffff 0%, #ffffff 18%, #bdcbe1 18%, #bdcbe1 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
    padding: 2em 0 0;
}

.section_02 {
    background-color: #fff;
    padding: 2em 0em;
}


.section_03 {
    background-color: #e8f2fc;
    padding: 2em 0em 2em;
    
}

.section_04 {
    background-color: #e8f2fc;
    padding: 1.5em 0em 0em;
}
    
.section_05 {
    background-image: none;
  padding: 2em 0em;
        background-color: #fff;

}
    

/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

.area_cta {
    background-image: url("../images/bg_cta.jpg");
    background-size: contain;
  padding: 2em 0em;
}


.area_cta_img {
    display: block;
    width: 97%;
    margin: 0 auto;
border-style: solid; 
    border-width: 2px;
    border-color: #132e59;
    text-align: center;
}

.area_cta_btn {
    display: block;
    width: 90%;
    margin: 1em auto;
    text-align: center;
}

    
/*--------------------------------------------------
問題提起
-----------------------------------------------------*/
.midashi_trouble {
    padding: 1em 0em;
}

.box_trouble {
    padding: 3em 0.5em 0em;
}
.cyousei_trouble {
    padding: 1em 0em 2em;
}


.fadein01 {
    opacity : 0;
    transform: translateY(0px);
    transition: all 1s;
}
.fadein02 {
    opacity : 0;
    transform: translateY(0px);
    transition: all 4s;
}
.fadein03 {
    opacity : 0;
    transform: translateY(0px);
    transition: all 6s;
}


.fadeinright{
    opacity : 0;
    transform: translateX(10px);
    transition: all 3s;
    padding: 0em 0.5em;
}



/*--------------------------------------------------
導入実績
-----------------------------------------------------*/
.jisseki_txt {
    padding: 2em 0;
    font-size: 1.3em;
}

.jisseki_box {
    position:static;
    background-color: #132e59;
    padding: 1em 2em;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 3em auto 0;
    max-width: 400px;
    height: auto;
    z-index: 100;

}

.img_program {
    margin: 1em auto 0;
    z-index: 0;
    position:static;
    
}

/*--------------------------------------------------
3つの理由
-----------------------------------------------------*/
.ctn_reason {
    padding: 2em 0.5em;
}
.box_reason {
    padding: 2em 0 1em;
}

.midashi_reason {
    padding: 0em;
}

.img_reason01 {
    float: none;
    width: 100%;
    padding: 1em ;
}

.txt_reason01 {
    float: none;
    width: 100%;
    padding: 1em 1em 0 ;
}

.img_reason02 {
    float: none;
    width: 100%;
    padding: 1em;
}

.txt_reason02 {
    float: none;
    width: 100%;
    padding: 1em 1em 0 ;
}

/*--------------------------------------------------
3つの導入タイプ
-----------------------------------------------------*/

.ctn_type {
    width: 100%;
    display: block;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 2em 0em 1em;
    margin: 0;
}

.box_type {
    width: 90%;
    margin: 1em auto;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%); 
}

.box_type_midashi {
    text-align: center;
    background-color: #132e59;
    padding: 0em 1em 1em;
    color: #fff;
    font-weight: bold;
}

.type_big {
    font-weight: bold;
    font-size: 2em;
    color: #7b8aa2;
}

.type_whitebox {
    background-color: #fff;
    padding: 0.5em 1em;
    color: #132e59;
}

.box_type_img {
    display: block;
    width: 80%;
    padding: 2em 1em 0;
    margin: 0 auto;
}

.box_type_txt {
    padding: 1em 2em 2em;
    font-weight: 600;
}


/*--------------------------------------------------
お客さまの声
-----------------------------------------------------*/

.box_voice01 {
    float: none;
    width: 90%;
    padding: 2em 0.5em;
    margin: 5em auto 1em;
    display: block;
    position: relative;
    border: solid 5px #c6d2e5;
    border-radius: 8px;
}
.box_voice01 .box-title01 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #c6d2e5;
    font-weight: bold;
}

.box_voice02 {
    float: none;
    width: 90%;
    position: relative;
    border: solid 5px #94aace;
    border-radius: 8px;
    padding: 2em 0.5em;
    margin: 3em auto 1em;
    display: block;
}
.box_voice02 .box-title02 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #94aace;
    font-weight: bold;
}

.box_voice03 {
    float: none;
    width: 90%;
    padding: 2em 0.5em;
    margin: 3em auto ;
    display: block;
    position: relative;
    border: solid 5px #6686b9;
    border-radius: 8px;
}
.box_voice03 .box-title03 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #6686b9;
    font-weight: bold;
}


.comment {
  position: relative;
  padding: 0.5em;
  color: #fff;
  border-radius: 10px;
  background: #24529b;
    font-size:1.2em;
    margin: 20px 0 0px;
    font-weight: 600;
    text-align: center;
}

.comment:after {
  position: absolute;
  top: -18px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #24529b;}

.voice_last {
    background-image: url("../images/bg_voicelast.jpg");
    background-position: center;
    background-size: cover;
    padding: 2em 0em;
}

.box_voice04_img {
    float: none;
    width: 60%;
    padding: 0em;
    display: block;
    margin: 0 auto;
}
.box_voice04_txt {
    float: none;
    width: 95%;
    padding: 1em 2em;
border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
    font-size: 1.1em;
    margin: 1em auto 0;
    display: block;
}
/*--------------------------------------------------
flow
-----------------------------------------------------*/

.wrap_flow {
    padding: 4em 0.5em ;
}

/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 3em 0em 2em;
}
th, td {
  padding: 0.8em 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table th {
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: center;
    line-height: 1.2;
}
table td {
  text-align: left;
  background-color: #fff;
    line-height: 1.4;
    padding-left: 1em;
}

    
    
    
    
    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
    .fix_menu_smartphone {
        display: block!important;
        width: 100%;
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 10000;
        background:rgba(0,0,0,0.8);
        text-align: center;
    }
        
    .fix_menu_smartphone img {
        width: 80%;
    }

    
    
/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  padding: 2em 0em 9em;
  font-size: 1.2em;
}
}